== CPython 3.11.5 (main, Aug 28 2023, 13:40:26) [GCC 13.2.1 20230801] == Linux-6.4.12-arch1-1-x86_64-with-glibc2.38 little-endian == cwd: /build/python/src/Python-3.11.5/build/test_python_17991æ == CPU count: 24 == encodings: locale=UTF-8, FS=utf-8 0:00:00 load avg: 3.54 Run tests sequentially 0:00:00 load avg: 3.54 [ 1/432] test_grammar test_additive_ops (test.test_grammar.GrammarTests.test_additive_ops) ... ok test_annotations_inheritance (test.test_grammar.GrammarTests.test_annotations_inheritance) ... ok test_assert (test.test_grammar.GrammarTests.test_assert) ... ok test_assert_failures (test.test_grammar.GrammarTests.test_assert_failures) ... ok test_assert_syntax_warnings (test.test_grammar.GrammarTests.test_assert_syntax_warnings) ... ok test_assert_warning_promotes_to_syntax_error (test.test_grammar.GrammarTests.test_assert_warning_promotes_to_syntax_error) ... ok test_async_await (test.test_grammar.GrammarTests.test_async_await) ... ok test_async_for (test.test_grammar.GrammarTests.test_async_for) ... ok test_async_with (test.test_grammar.GrammarTests.test_async_with) ... ok test_atoms (test.test_grammar.GrammarTests.test_atoms) ... ok test_binary_mask_ops (test.test_grammar.GrammarTests.test_binary_mask_ops) ... ok test_break_continue_loop (test.test_grammar.GrammarTests.test_break_continue_loop) ... ok test_break_in_finally (test.test_grammar.GrammarTests.test_break_in_finally) ... ok test_break_in_finally_after_return (test.test_grammar.GrammarTests.test_break_in_finally_after_return) ... ok test_break_stmt (test.test_grammar.GrammarTests.test_break_stmt) ... ok test_classdef (test.test_grammar.GrammarTests.test_classdef) ... ok test_comparison (test.test_grammar.GrammarTests.test_comparison) ... ok test_comparison_is_literal (test.test_grammar.GrammarTests.test_comparison_is_literal) ... ok test_comprehension_specials (test.test_grammar.GrammarTests.test_comprehension_specials) ... ok test_continue_in_finally (test.test_grammar.GrammarTests.test_continue_in_finally) ... ok test_continue_in_finally_after_return (test.test_grammar.GrammarTests.test_continue_in_finally_after_return) ... ok test_continue_stmt (test.test_grammar.GrammarTests.test_continue_stmt) ... ok test_del_stmt (test.test_grammar.GrammarTests.test_del_stmt) ... ok test_dictcomps (test.test_grammar.GrammarTests.test_dictcomps) ... ok test_eval_input (test.test_grammar.GrammarTests.test_eval_input) ... ok test_expr_stmt (test.test_grammar.GrammarTests.test_expr_stmt) ... ok test_for (test.test_grammar.GrammarTests.test_for) ... ok test_former_statements_refer_to_builtins (test.test_grammar.GrammarTests.test_former_statements_refer_to_builtins) ... ok test_funcdef (test.test_grammar.GrammarTests.test_funcdef) ... ok test_genexps (test.test_grammar.GrammarTests.test_genexps) ... ok test_global (test.test_grammar.GrammarTests.test_global) ... ok test_if (test.test_grammar.GrammarTests.test_if) ... ok test_if_else_expr (test.test_grammar.GrammarTests.test_if_else_expr) ... ok test_import (test.test_grammar.GrammarTests.test_import) ... ok test_lambdef (test.test_grammar.GrammarTests.test_lambdef) ... ok test_listcomps (test.test_grammar.GrammarTests.test_listcomps) ... ok test_matrix_mul (test.test_grammar.GrammarTests.test_matrix_mul) ... ok test_multiplicative_ops (test.test_grammar.GrammarTests.test_multiplicative_ops) ... ok test_nonlocal (test.test_grammar.GrammarTests.test_nonlocal) ... ok test_paren_evaluation (test.test_grammar.GrammarTests.test_paren_evaluation) ... ok test_pass_stmt (test.test_grammar.GrammarTests.test_pass_stmt) ... ok test_raise (test.test_grammar.GrammarTests.test_raise) ... ok test_return (test.test_grammar.GrammarTests.test_return) ... ok test_return_in_finally (test.test_grammar.GrammarTests.test_return_in_finally) ... ok test_selectors (test.test_grammar.GrammarTests.test_selectors) ... ok test_shift_ops (test.test_grammar.GrammarTests.test_shift_ops) ... ok test_simple_stmt (test.test_grammar.GrammarTests.test_simple_stmt) ... ok test_suite (test.test_grammar.GrammarTests.test_suite) ... ok test_test (test.test_grammar.GrammarTests.test_test) ... ok test_try (test.test_grammar.GrammarTests.test_try) ... ok test_try_star (test.test_grammar.GrammarTests.test_try_star) ... ok test_unary_ops (test.test_grammar.GrammarTests.test_unary_ops) ... ok test_var_annot_basic_semantics (test.test_grammar.GrammarTests.test_var_annot_basic_semantics) ... ok test_var_annot_basics (test.test_grammar.GrammarTests.test_var_annot_basics) ... ok test_var_annot_custom_maps (test.test_grammar.GrammarTests.test_var_annot_custom_maps) ... ok test_var_annot_in_module (test.test_grammar.GrammarTests.test_var_annot_in_module) ... ok test_var_annot_metaclass_semantics (test.test_grammar.GrammarTests.test_var_annot_metaclass_semantics) ... ok test_var_annot_module_semantics (test.test_grammar.GrammarTests.test_var_annot_module_semantics) ... ok test_var_annot_refleak (test.test_grammar.GrammarTests.test_var_annot_refleak) ... ok test_var_annot_rhs (test.test_grammar.GrammarTests.test_var_annot_rhs) ... ok test_var_annot_simple_exec (test.test_grammar.GrammarTests.test_var_annot_simple_exec) ... ok test_var_annot_syntax_errors (test.test_grammar.GrammarTests.test_var_annot_syntax_errors) ... ok test_warn_missed_comma (test.test_grammar.GrammarTests.test_warn_missed_comma) ... ok test_while (test.test_grammar.GrammarTests.test_while) ... ok test_with_statement (test.test_grammar.GrammarTests.test_with_statement) ... ok test_yield (test.test_grammar.GrammarTests.test_yield) ... ok test_yield_in_comprehensions (test.test_grammar.GrammarTests.test_yield_in_comprehensions) ... ok test_backslash (test.test_grammar.TokenTests.test_backslash) ... ok test_bad_numerical_literals (test.test_grammar.TokenTests.test_bad_numerical_literals) ... ok test_ellipsis (test.test_grammar.TokenTests.test_ellipsis) ... ok test_end_of_numerical_literals (test.test_grammar.TokenTests.test_end_of_numerical_literals) ... ok test_eof_error (test.test_grammar.TokenTests.test_eof_error) ... ok test_float_exponent_tokenization (test.test_grammar.TokenTests.test_float_exponent_tokenization) ... ok test_floats (test.test_grammar.TokenTests.test_floats) ... ok test_long_integers (test.test_grammar.TokenTests.test_long_integers) ... ok test_plain_integers (test.test_grammar.TokenTests.test_plain_integers) ... ok test_string_literals (test.test_grammar.TokenTests.test_string_literals) ... ok test_underscore_literals (test.test_grammar.TokenTests.test_underscore_literals) ... ok ---------------------------------------------------------------------- Ran 78 tests in 0.012s OK 0:00:00 load avg: 3.54 [ 2/432] test_opcodes test_compare_function_objects (test.test_opcodes.OpcodeTest.test_compare_function_objects) ... ok test_default_annotations_exist (test.test_opcodes.OpcodeTest.test_default_annotations_exist) ... ok test_do_not_recreate_annotations (test.test_opcodes.OpcodeTest.test_do_not_recreate_annotations) ... ok test_modulo_of_string_subclasses (test.test_opcodes.OpcodeTest.test_modulo_of_string_subclasses) ... ok test_raise_class_exceptions (test.test_opcodes.OpcodeTest.test_raise_class_exceptions) ... ok test_setup_annotations_line (test.test_opcodes.OpcodeTest.test_setup_annotations_line) ... ok test_try_inside_for_loop (test.test_opcodes.OpcodeTest.test_try_inside_for_loop) ... ok test_use_existing_annotations (test.test_opcodes.OpcodeTest.test_use_existing_annotations) ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.001s OK 0:00:00 load avg: 3.54 [ 3/432] test_dict test_getitem_knownhash (test.test_dict.CAPITest.test_getitem_knownhash) ... ok test_bad_key (test.test_dict.DictTest.test_bad_key) ... ok test_bool (test.test_dict.DictTest.test_bool) ... ok test_clear (test.test_dict.DictTest.test_clear) ... ok test_constructor (test.test_dict.DictTest.test_constructor) ... ok test_container_iterator (test.test_dict.DictTest.test_container_iterator) ... ok test_contains (test.test_dict.DictTest.test_contains) ... ok test_copy (test.test_dict.DictTest.test_copy) ... ok test_copy_fuzz (test.test_dict.DictTest.test_copy_fuzz) ... ok test_copy_maintains_tracking (test.test_dict.DictTest.test_copy_maintains_tracking) ... ok test_copy_noncompact (test.test_dict.DictTest.test_copy_noncompact) ... ok test_dict_contain_use_after_free (test.test_dict.DictTest.test_dict_contain_use_after_free) ... ok test_dict_copy_order (test.test_dict.DictTest.test_dict_copy_order) ... ok test_dict_items_result_gc (test.test_dict.DictTest.test_dict_items_result_gc) ... ok test_dict_items_result_gc_reversed (test.test_dict.DictTest.test_dict_items_result_gc_reversed) ... ok test_dictitems_contains_use_after_free (test.test_dict.DictTest.test_dictitems_contains_use_after_free) ... ok test_dictview_mixed_set_operations (test.test_dict.DictTest.test_dictview_mixed_set_operations) ... ok test_dictview_set_operations_on_items (test.test_dict.DictTest.test_dictview_set_operations_on_items) ... ok test_dictview_set_operations_on_keys (test.test_dict.DictTest.test_dictview_set_operations_on_keys) ... ok test_empty_presized_dict_in_freelist (test.test_dict.DictTest.test_empty_presized_dict_in_freelist) ... ok test_eq (test.test_dict.DictTest.test_eq) ... ok test_equal_operator_modifying_operand (test.test_dict.DictTest.test_equal_operator_modifying_operand) ... ok test_errors_in_view_containment_check (test.test_dict.DictTest.test_errors_in_view_containment_check) ... ok test_free_after_iterating (test.test_dict.DictTest.test_free_after_iterating) ... ok test_fromkeys (test.test_dict.DictTest.test_fromkeys) ... ok test_fromkeys_operator_modifying_dict_operand (test.test_dict.DictTest.test_fromkeys_operator_modifying_dict_operand) ... ok test_fromkeys_operator_modifying_set_operand (test.test_dict.DictTest.test_fromkeys_operator_modifying_set_operand) ... ok test_get (test.test_dict.DictTest.test_get) ... ok test_getitem (test.test_dict.DictTest.test_getitem) ... ok test_init_use_after_free (test.test_dict.DictTest.test_init_use_after_free) ... ok test_instance_dict_getattr_str_subclass (test.test_dict.DictTest.test_instance_dict_getattr_str_subclass) ... ok test_invalid_keyword_arguments (test.test_dict.DictTest.test_invalid_keyword_arguments) ... ok test_itemiterator_pickling (test.test_dict.DictTest.test_itemiterator_pickling) ... ok test_items (test.test_dict.DictTest.test_items) ... ok test_items_symmetric_difference (test.test_dict.DictTest.test_items_symmetric_difference) ... ok test_iterator_pickling (test.test_dict.DictTest.test_iterator_pickling) ... ok test_keys (test.test_dict.DictTest.test_keys) ... ok test_keys_contained (test.test_dict.DictTest.test_keys_contained) ... ok test_len (test.test_dict.DictTest.test_len) ... ok test_literal_constructor (test.test_dict.DictTest.test_literal_constructor) ... ok test_merge_and_mutate (test.test_dict.DictTest.test_merge_and_mutate) ... ok test_merge_operator (test.test_dict.DictTest.test_merge_operator) ... ok test_missing (test.test_dict.DictTest.test_missing) ... ok test_mutating_iteration (test.test_dict.DictTest.test_mutating_iteration) ... ok test_mutating_iteration_delete (test.test_dict.DictTest.test_mutating_iteration_delete) ... ok test_mutating_iteration_delete_over_items (test.test_dict.DictTest.test_mutating_iteration_delete_over_items) ... ok test_mutating_iteration_delete_over_values (test.test_dict.DictTest.test_mutating_iteration_delete_over_values) ... ok test_mutating_lookup (test.test_dict.DictTest.test_mutating_lookup) ... ok test_object_set_item_single_instance_non_str_key (test.test_dict.DictTest.test_object_set_item_single_instance_non_str_key) ... ok test_oob_indexing_dictiter_iternextitem (test.test_dict.DictTest.test_oob_indexing_dictiter_iternextitem) ... ok test_pop (test.test_dict.DictTest.test_pop) ... ok test_popitem (test.test_dict.DictTest.test_popitem) ... ok test_reentrant_insertion (test.test_dict.DictTest.test_reentrant_insertion) ... ok test_repr (test.test_dict.DictTest.test_repr) ... ok test_repr_deep (test.test_dict.DictTest.test_repr_deep) ... ok test_resize1 (test.test_dict.DictTest.test_resize1) ... ok test_resize2 (test.test_dict.DictTest.test_resize2) ... ok test_reverse_iterator_for_empty_dict (test.test_dict.DictTest.test_reverse_iterator_for_empty_dict) ... ok test_reverse_iterator_for_shared_shared_dicts (test.test_dict.DictTest.test_reverse_iterator_for_shared_shared_dicts) ... ok test_reversed (test.test_dict.DictTest.test_reversed) ... ok test_reverseitemiterator_pickling (test.test_dict.DictTest.test_reverseitemiterator_pickling) ... ok test_reverseiterator_pickling (test.test_dict.DictTest.test_reverseiterator_pickling) ... ok test_reversevaluesiterator_pickling (test.test_dict.DictTest.test_reversevaluesiterator_pickling) ... ok test_setdefault (test.test_dict.DictTest.test_setdefault) ... ok test_setdefault_atomic (test.test_dict.DictTest.test_setdefault_atomic) ... ok test_setitem_atomic_at_resize (test.test_dict.DictTest.test_setitem_atomic_at_resize) ... ok test_splittable_del (test.test_dict.DictTest.test_splittable_del) split table must be combined when del d[k] ... ok test_splittable_pop (test.test_dict.DictTest.test_splittable_pop) ... ok test_splittable_pop_pending (test.test_dict.DictTest.test_splittable_pop_pending) pop a pending key in a split table should not crash ... ok test_splittable_popitem (test.test_dict.DictTest.test_splittable_popitem) split table must be combined when d.popitem() ... ok test_splittable_setdefault (test.test_dict.DictTest.test_splittable_setdefault) split table must keep correct insertion ... ok test_splittable_update (test.test_dict.DictTest.test_splittable_update) dict.update(other) must preserve order in other. ... ok test_str_nonstr (test.test_dict.DictTest.test_str_nonstr) ... ok test_string_keys_can_track_values (test.test_dict.DictTest.test_string_keys_can_track_values) ... ok test_track_dynamic (test.test_dict.DictTest.test_track_dynamic) ... ok test_track_literals (test.test_dict.DictTest.test_track_literals) ... ok test_track_subtypes (test.test_dict.DictTest.test_track_subtypes) ... ok test_tuple_keyerror (test.test_dict.DictTest.test_tuple_keyerror) ... ok test_update (test.test_dict.DictTest.test_update) ... ok test_values (test.test_dict.DictTest.test_values) ... ok test_valuesiterator_pickling (test.test_dict.DictTest.test_valuesiterator_pickling) ... ok test_views_mapping (test.test_dict.DictTest.test_views_mapping) ... ok test_bool (test.test_dict.GeneralMappingTests.test_bool) ... ok test_constructor (test.test_dict.GeneralMappingTests.test_constructor) ... ok test_get (test.test_dict.GeneralMappingTests.test_get) ... ok test_getitem (test.test_dict.GeneralMappingTests.test_getitem) ... ok test_items (test.test_dict.GeneralMappingTests.test_items) ... ok test_keys (test.test_dict.GeneralMappingTests.test_keys) ... ok test_len (test.test_dict.GeneralMappingTests.test_len) ... ok test_pop (test.test_dict.GeneralMappingTests.test_pop) ... ok test_popitem (test.test_dict.GeneralMappingTests.test_popitem) ... ok test_read (test.test_dict.GeneralMappingTests.test_read) ... ok test_setdefault (test.test_dict.GeneralMappingTests.test_setdefault) ... ok test_update (test.test_dict.GeneralMappingTests.test_update) ... ok test_values (test.test_dict.GeneralMappingTests.test_values) ... ok test_write (test.test_dict.GeneralMappingTests.test_write) ... ok test_bool (test.test_dict.SubclassMappingTests.test_bool) ... ok test_constructor (test.test_dict.SubclassMappingTests.test_constructor) ... ok test_get (test.test_dict.SubclassMappingTests.test_get) ... ok test_getitem (test.test_dict.SubclassMappingTests.test_getitem) ... ok test_items (test.test_dict.SubclassMappingTests.test_items) ... ok test_keys (test.test_dict.SubclassMappingTests.test_keys) ... ok test_len (test.test_dict.SubclassMappingTests.test_len) ... ok test_pop (test.test_dict.SubclassMappingTests.test_pop) ... ok test_popitem (test.test_dict.SubclassMappingTests.test_popitem) ... ok test_read (test.test_dict.SubclassMappingTests.test_read) ... ok test_setdefault (test.test_dict.SubclassMappingTests.test_setdefault) ... ok test_update (test.test_dict.SubclassMappingTests.test_update) ... ok test_values (test.test_dict.SubclassMappingTests.test_values) ... ok test_write (test.test_dict.SubclassMappingTests.test_write) ... ok ---------------------------------------------------------------------- Ran 110 tests in 0.107s OK 0:00:00 load avg: 3.54 [ 4/432] test_builtin test_abs (test.test_builtin.BuiltinTest.test_abs) ... ok test_all (test.test_builtin.BuiltinTest.test_all) ... ok test_any (test.test_builtin.BuiltinTest.test_any) ... ok test_ascii (test.test_builtin.BuiltinTest.test_ascii) ... ok test_bin (test.test_builtin.BuiltinTest.test_bin) ... ok test_bug_27936 (test.test_builtin.BuiltinTest.test_bug_27936) ... ok test_bytearray_extend_error (test.test_builtin.BuiltinTest.test_bytearray_extend_error) ... ok test_bytearray_translate (test.test_builtin.BuiltinTest.test_bytearray_translate) ... ok test_callable (test.test_builtin.BuiltinTest.test_callable) ... ok test_chr (test.test_builtin.BuiltinTest.test_chr) ... ok test_cmp (test.test_builtin.BuiltinTest.test_cmp) ... ok test_compile (test.test_builtin.BuiltinTest.test_compile) ... ok test_compile_async_generator (test.test_builtin.BuiltinTest.test_compile_async_generator) With the PyCF_ALLOW_TOP_LEVEL_AWAIT flag added in 3.8, we want to ... ok test_compile_top_level_await (test.test_builtin.BuiltinTest.test_compile_top_level_await) Test whether code some top level await can be compiled. ... ok test_compile_top_level_await_invalid_cases (test.test_builtin.BuiltinTest.test_compile_top_level_await_invalid_cases) ... ok test_compile_top_level_await_no_coro (test.test_builtin.BuiltinTest.test_compile_top_level_await_no_coro) Make sure top level non-await codes get the correct coroutine flags ... ok test_construct_singletons (test.test_builtin.BuiltinTest.test_construct_singletons) ... ok test_delattr (test.test_builtin.BuiltinTest.test_delattr) ... ok test_dir (test.test_builtin.BuiltinTest.test_dir) ... ok test_divmod (test.test_builtin.BuiltinTest.test_divmod) ... ok test_eval (test.test_builtin.BuiltinTest.test_eval) ... ok test_exec (test.test_builtin.BuiltinTest.test_exec) ... ok test_exec_closure (test.test_builtin.BuiltinTest.test_exec_closure) ... ok test_exec_globals (test.test_builtin.BuiltinTest.test_exec_globals) ... ok test_exec_globals_dict_subclass (test.test_builtin.BuiltinTest.test_exec_globals_dict_subclass) ... ok test_exec_globals_error_on_get (test.test_builtin.BuiltinTest.test_exec_globals_error_on_get) ... ok test_exec_globals_frozen (test.test_builtin.BuiltinTest.test_exec_globals_frozen) ... ok test_exec_redirected (test.test_builtin.BuiltinTest.test_exec_redirected) ... ok test_filter (test.test_builtin.BuiltinTest.test_filter) ... ok test_filter_dealloc (test.test_builtin.BuiltinTest.test_filter_dealloc) ... ok test_filter_pickle (test.test_builtin.BuiltinTest.test_filter_pickle) ... ok test_format (test.test_builtin.BuiltinTest.test_format) ... ok test_general_eval (test.test_builtin.BuiltinTest.test_general_eval) ... ok test_getattr (test.test_builtin.BuiltinTest.test_getattr) ... ok test_hasattr (test.test_builtin.BuiltinTest.test_hasattr) ... ok test_hash (test.test_builtin.BuiltinTest.test_hash) ... ok test_hex (test.test_builtin.BuiltinTest.test_hex) ... ok test_id (test.test_builtin.BuiltinTest.test_id) ... ok test_import (test.test_builtin.BuiltinTest.test_import) ... ok test_input (test.test_builtin.BuiltinTest.test_input) ... ok test_isinstance (test.test_builtin.BuiltinTest.test_isinstance) ... ok test_issubclass (test.test_builtin.BuiltinTest.test_issubclass) ... ok test_iter (test.test_builtin.BuiltinTest.test_iter) ... ok test_len (test.test_builtin.BuiltinTest.test_len) ... ok test_map (test.test_builtin.BuiltinTest.test_map) ... ok test_map_pickle (test.test_builtin.BuiltinTest.test_map_pickle) ... ok test_max (test.test_builtin.BuiltinTest.test_max) ... ok test_min (test.test_builtin.BuiltinTest.test_min) ... ok test_neg (test.test_builtin.BuiltinTest.test_neg) ... ok test_next (test.test_builtin.BuiltinTest.test_next) ... ok test_oct (test.test_builtin.BuiltinTest.test_oct) ... ok test_open (test.test_builtin.BuiltinTest.test_open) ... ok test_open_default_encoding (test.test_builtin.BuiltinTest.test_open_default_encoding) ... ok test_open_non_inheritable (test.test_builtin.BuiltinTest.test_open_non_inheritable) ... ok test_ord (test.test_builtin.BuiltinTest.test_ord) ... ok test_pow (test.test_builtin.BuiltinTest.test_pow) ... ok test_repr (test.test_builtin.BuiltinTest.test_repr) ... ok test_round (test.test_builtin.BuiltinTest.test_round) ... ok test_round_large (test.test_builtin.BuiltinTest.test_round_large) ... ok test_setattr (test.test_builtin.BuiltinTest.test_setattr) ... ok test_sum (test.test_builtin.BuiltinTest.test_sum) ... ok test_type (test.test_builtin.BuiltinTest.test_type) ... ok test_vars (test.test_builtin.BuiltinTest.test_vars) ... ok test_warning_notimplemented (test.test_builtin.BuiltinTest.test_warning_notimplemented) ... ok test_zip (test.test_builtin.BuiltinTest.test_zip) ... ok test_zip_bad_iterable (test.test_builtin.BuiltinTest.test_zip_bad_iterable) ... ok test_zip_pickle (test.test_builtin.BuiltinTest.test_zip_pickle) ... ok test_zip_pickle_strict (test.test_builtin.BuiltinTest.test_zip_pickle_strict) ... ok test_zip_pickle_strict_fail (test.test_builtin.BuiltinTest.test_zip_pickle_strict_fail) ... ok test_zip_result_gc (test.test_builtin.BuiltinTest.test_zip_result_gc) ... ok test_zip_strict (test.test_builtin.BuiltinTest.test_zip_strict) ... ok test_zip_strict_error_handling (test.test_builtin.BuiltinTest.test_zip_strict_error_handling) ... ok test_zip_strict_error_handling_stopiteration (test.test_builtin.BuiltinTest.test_zip_strict_error_handling_stopiteration) ... ok test_zip_strict_iterators (test.test_builtin.BuiltinTest.test_zip_strict_iterators) ... ok test_input_no_stdout_fileno (test.test_builtin.PtyTests.test_input_no_stdout_fileno) ... ok test_input_tty (test.test_builtin.PtyTests.test_input_tty) ... skipped 'stdin and stdout must be ttys' test_input_tty_non_ascii (test.test_builtin.PtyTests.test_input_tty_non_ascii) ... skipped 'stdin and stdout must be ttys' test_input_tty_non_ascii_unicode_errors (test.test_builtin.PtyTests.test_input_tty_non_ascii_unicode_errors) ... skipped 'stdin and stdout must be ttys' test_cleanup (test.test_builtin.ShutdownTest.test_cleanup) ... ok test_breakpoint (test.test_builtin.TestBreakpoint.test_breakpoint) ... ok test_breakpoint_with_args_and_keywords (test.test_builtin.TestBreakpoint.test_breakpoint_with_args_and_keywords) ... ok test_breakpoint_with_breakpointhook_reset (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_reset) ... ok test_breakpoint_with_breakpointhook_set (test.test_builtin.TestBreakpoint.test_breakpoint_with_breakpointhook_set) ... ok test_breakpoint_with_passthru_error (test.test_builtin.TestBreakpoint.test_breakpoint_with_passthru_error) ... ok test_envar_good_path_builtin (test.test_builtin.TestBreakpoint.test_envar_good_path_builtin) ... ok test_envar_good_path_empty_string (test.test_builtin.TestBreakpoint.test_envar_good_path_empty_string) ... ok test_envar_good_path_noop_0 (test.test_builtin.TestBreakpoint.test_envar_good_path_noop_0) ... ok test_envar_good_path_other (test.test_builtin.TestBreakpoint.test_envar_good_path_other) ... ok test_envar_ignored_when_hook_is_set (test.test_builtin.TestBreakpoint.test_envar_ignored_when_hook_is_set) ... ok test_envar_unimportable (test.test_builtin.TestBreakpoint.test_envar_unimportable) ... ok test_bad_arguments (test.test_builtin.TestSorted.test_bad_arguments) ... ok test_baddecorator (test.test_builtin.TestSorted.test_baddecorator) ... ok test_basic (test.test_builtin.TestSorted.test_basic) ... ok test_inputtypes (test.test_builtin.TestSorted.test_inputtypes) ... ok test_bad_args (test.test_builtin.TestType.test_bad_args) ... ok test_bad_slots (test.test_builtin.TestType.test_bad_slots) ... ok test_namespace_order (test.test_builtin.TestType.test_namespace_order) ... ok test_new_type (test.test_builtin.TestType.test_new_type) ... ok test_type_doc (test.test_builtin.TestType.test_type_doc) ... ok test_type_name (test.test_builtin.TestType.test_type_name) ... ok test_type_nokwargs (test.test_builtin.TestType.test_type_nokwargs) ... ok test_type_qualname (test.test_builtin.TestType.test_type_qualname) ... ok bin (builtins) Doctest: builtins.bin ... ok hex (builtins.bytearray) Doctest: builtins.bytearray.hex ... ok hex (builtins.bytes) Doctest: builtins.bytes.hex ... ok as_integer_ratio (builtins.float) Doctest: builtins.float.as_integer_ratio ... ok fromhex (builtins.float) Doctest: builtins.float.fromhex ... ok hex (builtins.float) Doctest: builtins.float.hex ... ok hex (builtins) Doctest: builtins.hex ... ok int (builtins) Doctest: builtins.int ... ok as_integer_ratio (builtins.int) Doctest: builtins.int.as_integer_ratio ... ok bit_count (builtins.int) Doctest: builtins.int.bit_count ... ok bit_length (builtins.int) Doctest: builtins.int.bit_length ... ok hex (builtins.memoryview) Doctest: builtins.memoryview.hex ... ok oct (builtins) Doctest: builtins.oct ... ok zip (builtins) Doctest: builtins.zip ... ok ---------------------------------------------------------------------- Ran 116 tests in 0.341s OK (skipped=3) 0:00:00 load avg: 3.54 [ 5/432] test_exceptions test_attribute_error_inside_nested_getattr (test.test_exceptions.AttributeErrorTests.test_attribute_error_inside_nested_getattr) ... ok test_attribute_error_with_bad_name (test.test_exceptions.AttributeErrorTests.test_attribute_error_with_bad_name) ... ok test_attribute_error_with_failing_dict (test.test_exceptions.AttributeErrorTests.test_attribute_error_with_failing_dict) ... ok test_attributes (test.test_exceptions.AttributeErrorTests.test_attributes) ... ok test_getattr_error_bad_suggestions_do_not_trigger_for_small_names (test.test_exceptions.AttributeErrorTests.test_getattr_error_bad_suggestions_do_not_trigger_for_small_names) ... ok test_getattr_has_name_and_obj (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj) ... ok test_getattr_has_name_and_obj_for_method (test.test_exceptions.AttributeErrorTests.test_getattr_has_name_and_obj_for_method) ... ok test_getattr_suggestions (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions) ... ok test_getattr_suggestions_do_not_trigger_for_big_dicts (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_do_not_trigger_for_big_dicts) ... ok test_getattr_suggestions_do_not_trigger_for_long_attributes (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_do_not_trigger_for_long_attributes) ... ok test_getattr_suggestions_for_same_name (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_for_same_name) ... ok test_getattr_suggestions_invalid_args (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_invalid_args) ... ok test_getattr_suggestions_no_args (test.test_exceptions.AttributeErrorTests.test_getattr_suggestions_no_args) ... ok testAttributes (test.test_exceptions.ExceptionTests.testAttributes) ... ok testChainingAttrs (test.test_exceptions.ExceptionTests.testChainingAttrs) ... ok testChainingDescriptors (test.test_exceptions.ExceptionTests.testChainingDescriptors) ... ok testExceptionCleanupState (test.test_exceptions.ExceptionTests.testExceptionCleanupState) ... ok testInfiniteRecursion (test.test_exceptions.ExceptionTests.testInfiniteRecursion) ... ok testInvalidAttrs (test.test_exceptions.ExceptionTests.testInvalidAttrs) ... ok testInvalidTraceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok testKeywordArgs (test.test_exceptions.ExceptionTests.testKeywordArgs) ... ok testNoneClearsTracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok testRaising (test.test_exceptions.ExceptionTests.testRaising) ... ok testSettingException (test.test_exceptions.ExceptionTests.testSettingException) ... ok testSyntaxErrorMessage (test.test_exceptions.ExceptionTests.testSyntaxErrorMessage) ... ok testSyntaxErrorMissingParens (test.test_exceptions.ExceptionTests.testSyntaxErrorMissingParens) ... ok testSyntaxErrorOffset (test.test_exceptions.ExceptionTests.testSyntaxErrorOffset) ... ok testWithTraceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok test_3114 (test.test_exceptions.ExceptionTests.test_3114) ... ok test_MemoryError (test.test_exceptions.ExceptionTests.test_MemoryError) ... ok test_WindowsError (test.test_exceptions.ExceptionTests.test_WindowsError) ... ok test_assert_shadowing (test.test_exceptions.ExceptionTests.test_assert_shadowing) ... ok test_badisinstance (test.test_exceptions.ExceptionTests.test_badisinstance) ... ok test_context_of_exception_in_else_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_else_and_finally) ... ok test_context_of_exception_in_except_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_except_and_finally) ... ok test_context_of_exception_in_try_and_finally (test.test_exceptions.ExceptionTests.test_context_of_exception_in_try_and_finally) ... ok test_errno_ENOTDIR (test.test_exceptions.ExceptionTests.test_errno_ENOTDIR) ... ok test_error_offset_continuation_characters (test.test_exceptions.ExceptionTests.test_error_offset_continuation_characters) ... ok test_exception_cleanup_names (test.test_exceptions.ExceptionTests.test_exception_cleanup_names) ... ok test_exception_cleanup_names2 (test.test_exceptions.ExceptionTests.test_exception_cleanup_names2) ... ok test_exception_target_in_nested_scope (test.test_exceptions.ExceptionTests.test_exception_target_in_nested_scope) ... ok test_exception_with_doc (test.test_exceptions.ExceptionTests.test_exception_with_doc) ... ok test_generator_close_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_close_cleanup_exc_state) ... ok test_generator_del_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_del_cleanup_exc_state) ... ok test_generator_doesnt_retain_old_exc (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc) ... ok test_generator_doesnt_retain_old_exc2 (test.test_exceptions.ExceptionTests.test_generator_doesnt_retain_old_exc2) ... ok test_generator_finalizing_and_exc_info (test.test_exceptions.ExceptionTests.test_generator_finalizing_and_exc_info) ... ok test_generator_leaking (test.test_exceptions.ExceptionTests.test_generator_leaking) ... ok test_generator_leaking2 (test.test_exceptions.ExceptionTests.test_generator_leaking2) ... ok test_generator_leaking3 (test.test_exceptions.ExceptionTests.test_generator_leaking3) ... ok test_generator_leaking4 (test.test_exceptions.ExceptionTests.test_generator_leaking4) ... ok test_generator_next_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_next_cleanup_exc_state) ... ok test_generator_send_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_send_cleanup_exc_state) ... ok test_generator_throw_cleanup_exc_state (test.test_exceptions.ExceptionTests.test_generator_throw_cleanup_exc_state) ... ok test_memory_error_cleanup (test.test_exceptions.ExceptionTests.test_memory_error_cleanup) ... ok test_memory_error_in_PyErr_PrintEx (test.test_exceptions.ExceptionTests.test_memory_error_in_PyErr_PrintEx) ... ok test_memory_error_subclasses (test.test_exceptions.ExceptionTests.test_memory_error_subclasses) ... ok test_no_hang_on_context_chain_cycle1 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle1) ... ok test_no_hang_on_context_chain_cycle2 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle2) ... skipped 'See issue 44895' test_no_hang_on_context_chain_cycle3 (test.test_exceptions.ExceptionTests.test_no_hang_on_context_chain_cycle3) ... ok test_notes (test.test_exceptions.ExceptionTests.test_notes) ... ok test_raise_does_not_create_context_chain_cycle (test.test_exceptions.ExceptionTests.test_raise_does_not_create_context_chain_cycle) ... ok test_raise_in_generator (test.test_exceptions.ExceptionTests.test_raise_in_generator) ... ok test_recursion_error_cleanup (test.test_exceptions.ExceptionTests.test_recursion_error_cleanup) ... ok test_recursion_in_except_handler (test.test_exceptions.ExceptionTests.test_recursion_in_except_handler) ... ok test_recursion_normalizing_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_exception) ... ok test_recursion_normalizing_infinite_exception (test.test_exceptions.ExceptionTests.test_recursion_normalizing_infinite_exception) ... ok test_recursion_normalizing_with_no_memory (test.test_exceptions.ExceptionTests.test_recursion_normalizing_with_no_memory) ... ok test_str (test.test_exceptions.ExceptionTests.test_str) ... ok test_trashcan_recursion (test.test_exceptions.ExceptionTests.test_trashcan_recursion) ... ok test_unhandled (test.test_exceptions.ExceptionTests.test_unhandled) ... ok test_unicode_change_attributes (test.test_exceptions.ExceptionTests.test_unicode_change_attributes) ... ok test_unicode_errors_no_object (test.test_exceptions.ExceptionTests.test_unicode_errors_no_object) ... ok test_unraisable (test.test_exceptions.ExceptionTests.test_unraisable) ... ok test_windows_message (test.test_exceptions.ExceptionTests.test_windows_message) Should fill in unknown error code in Windows error message ... skipped 'test specific to Windows' test_yield_in_nested_try_excepts (test.test_exceptions.ExceptionTests.test_yield_in_nested_try_excepts) ... ok test_attributes (test.test_exceptions.ImportErrorTests.test_attributes) ... ok test_copy_pickle (test.test_exceptions.ImportErrorTests.test_copy_pickle) ... ok test_non_str_argument (test.test_exceptions.ImportErrorTests.test_non_str_argument) ... ok test_reset_attributes (test.test_exceptions.ImportErrorTests.test_reset_attributes) ... ok test_issue45826 (test.test_exceptions.NameErrorTests.test_issue45826) ... ok test_issue45826_focused (test.test_exceptions.NameErrorTests.test_issue45826_focused) ... ok test_name_error_bad_suggestions_do_not_trigger_for_small_names (test.test_exceptions.NameErrorTests.test_name_error_bad_suggestions_do_not_trigger_for_small_names) ... ok test_name_error_has_name (test.test_exceptions.NameErrorTests.test_name_error_has_name) ... ok test_name_error_suggestions (test.test_exceptions.NameErrorTests.test_name_error_suggestions) ... ok test_name_error_suggestions_do_not_trigger_for_long_names (test.test_exceptions.NameErrorTests.test_name_error_suggestions_do_not_trigger_for_long_names) ... ok test_name_error_suggestions_do_not_trigger_for_too_many_locals (test.test_exceptions.NameErrorTests.test_name_error_suggestions_do_not_trigger_for_too_many_locals) ... ok test_name_error_suggestions_from_builtins (test.test_exceptions.NameErrorTests.test_name_error_suggestions_from_builtins) ... ok test_name_error_suggestions_from_globals (test.test_exceptions.NameErrorTests.test_name_error_suggestions_from_globals) ... ok test_name_error_with_custom_exceptions (test.test_exceptions.NameErrorTests.test_name_error_with_custom_exceptions) ... ok test_unbound_local_error_doesn_not_match (test.test_exceptions.NameErrorTests.test_unbound_local_error_doesn_not_match) ... ok test_lineno_after_other_except (test.test_exceptions.PEP626Tests.test_lineno_after_other_except) ... ok test_lineno_after_raise_in_except (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_except) ... ok test_lineno_after_raise_in_with_exit (test.test_exceptions.PEP626Tests.test_lineno_after_raise_in_with_exit) ... ok test_lineno_after_raise_simple (test.test_exceptions.PEP626Tests.test_lineno_after_raise_simple) ... ok test_lineno_after_with (test.test_exceptions.PEP626Tests.test_lineno_after_with) ... ok test_lineno_in_finally_except (test.test_exceptions.PEP626Tests.test_lineno_in_finally_except) ... ok test_lineno_in_finally_normal (test.test_exceptions.PEP626Tests.test_lineno_in_finally_normal) ... ok test_lineno_in_named_except (test.test_exceptions.PEP626Tests.test_lineno_in_named_except) ... ok test_lineno_in_try (test.test_exceptions.PEP626Tests.test_lineno_in_try) ... ok test_missing_lineno_shows_as_none (test.test_exceptions.PEP626Tests.test_missing_lineno_shows_as_none) ... ok test_attributes_new_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_new_constructor) ... ok test_attributes_old_constructor (test.test_exceptions.SyntaxErrorTests.test_attributes_old_constructor) ... ok test_encodings (test.test_exceptions.SyntaxErrorTests.test_encodings) ... ok test_incorrect_constructor (test.test_exceptions.SyntaxErrorTests.test_incorrect_constructor) ... ok test_non_utf8 (test.test_exceptions.SyntaxErrorTests.test_non_utf8) ... ok test_range_of_offsets (test.test_exceptions.SyntaxErrorTests.test_range_of_offsets) ... ok test_except_star_invalid_exception_type (test.test_exceptions.TestInvalidExceptionMatcher.test_except_star_invalid_exception_type) ... ok ---------------------------------------------------------------------- Ran 108 tests in 0.876s OK (skipped=2) 0:00:01 load avg: 3.34 [ 6/432] test_types test_bad___prepare__ (test.test_types.ClassCreationTests.test_bad___prepare__) ... ok test_metaclass_derivation (test.test_types.ClassCreationTests.test_metaclass_derivation) ... ok test_metaclass_new_error (test.test_types.ClassCreationTests.test_metaclass_new_error) ... ok test_metaclass_override_callable (test.test_types.ClassCreationTests.test_metaclass_override_callable) ... ok test_metaclass_override_function (test.test_types.ClassCreationTests.test_metaclass_override_function) ... ok test_new_class_basics (test.test_types.ClassCreationTests.test_new_class_basics) ... ok test_new_class_defaults (test.test_types.ClassCreationTests.test_new_class_defaults) ... ok test_new_class_exec_body (test.test_types.ClassCreationTests.test_new_class_exec_body) ... ok test_new_class_meta (test.test_types.ClassCreationTests.test_new_class_meta) ... ok test_new_class_meta_with_base (test.test_types.ClassCreationTests.test_new_class_meta_with_base) ... ok test_new_class_metaclass_keywords (test.test_types.ClassCreationTests.test_new_class_metaclass_keywords) ... ok test_new_class_subclass (test.test_types.ClassCreationTests.test_new_class_subclass) ... ok test_new_class_with_mro_entry (test.test_types.ClassCreationTests.test_new_class_with_mro_entry) ... ok test_new_class_with_mro_entry_error (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_error) ... ok test_new_class_with_mro_entry_genericalias (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_genericalias) ... ok test_new_class_with_mro_entry_multiple (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple) ... ok test_new_class_with_mro_entry_multiple_2 (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_multiple_2) ... ok test_new_class_with_mro_entry_none (test.test_types.ClassCreationTests.test_new_class_with_mro_entry_none) ... ok test_one_argument_type (test.test_types.ClassCreationTests.test_one_argument_type) ... ok test_prepare_class (test.test_types.ClassCreationTests.test_prepare_class) ... ok test_resolve_bases (test.test_types.ClassCreationTests.test_resolve_bases) ... ok test_resolve_bases_with_mro_entry (test.test_types.ClassCreationTests.test_resolve_bases_with_mro_entry) ... ok test_async_def (test.test_types.CoroutineTests.test_async_def) ... ok test_duck_coro (test.test_types.CoroutineTests.test_duck_coro) ... ok test_duck_corogen (test.test_types.CoroutineTests.test_duck_corogen) ... ok test_duck_functional_gen (test.test_types.CoroutineTests.test_duck_functional_gen) ... ok test_duck_gen (test.test_types.CoroutineTests.test_duck_gen) ... ok test_gen (test.test_types.CoroutineTests.test_gen) ... ok test_genfunc (test.test_types.CoroutineTests.test_genfunc) ... ok test_non_gen_values (test.test_types.CoroutineTests.test_non_gen_values) ... ok test_returning_itercoro (test.test_types.CoroutineTests.test_returning_itercoro) ... ok test_wrapper_object (test.test_types.CoroutineTests.test_wrapper_object) ... ok test_wrong_args (test.test_types.CoroutineTests.test_wrong_args) ... ok test_chainmap (test.test_types.MappingProxyTests.test_chainmap) ... ok test_constructor (test.test_types.MappingProxyTests.test_constructor) ... ok test_contains (test.test_types.MappingProxyTests.test_contains) ... ok test_copy (test.test_types.MappingProxyTests.test_copy) ... ok test_customdict (test.test_types.MappingProxyTests.test_customdict) ... ok test_get (test.test_types.MappingProxyTests.test_get) ... ok test_iterators (test.test_types.MappingProxyTests.test_iterators) ... ok test_len (test.test_types.MappingProxyTests.test_len) ... ok test_methods (test.test_types.MappingProxyTests.test_methods) ... ok test_missing (test.test_types.MappingProxyTests.test_missing) ... ok test_reversed (test.test_types.MappingProxyTests.test_reversed) ... ok test_union (test.test_types.MappingProxyTests.test_union) ... ok test_views (test.test_types.MappingProxyTests.test_views) ... ok test_as_dict (test.test_types.SimpleNamespaceTests.test_as_dict) ... ok test_attrdel (test.test_types.SimpleNamespaceTests.test_attrdel) ... ok test_attrget (test.test_types.SimpleNamespaceTests.test_attrget) ... ok test_attrset (test.test_types.SimpleNamespaceTests.test_attrset) ... ok test_constructor (test.test_types.SimpleNamespaceTests.test_constructor) ... ok test_equal (test.test_types.SimpleNamespaceTests.test_equal) ... ok test_fake_namespace_compare (test.test_types.SimpleNamespaceTests.test_fake_namespace_compare) ... ok test_nested (test.test_types.SimpleNamespaceTests.test_nested) ... ok test_pickle (test.test_types.SimpleNamespaceTests.test_pickle) ... ok test_recursive (test.test_types.SimpleNamespaceTests.test_recursive) ... ok test_recursive_repr (test.test_types.SimpleNamespaceTests.test_recursive_repr) ... ok test_repr (test.test_types.SimpleNamespaceTests.test_repr) ... ok test_subclass (test.test_types.SimpleNamespaceTests.test_subclass) ... ok test_unbound (test.test_types.SimpleNamespaceTests.test_unbound) ... ok test_underlying_dict (test.test_types.SimpleNamespaceTests.test_underlying_dict) ... ok test_boolean_ops (test.test_types.TypesTests.test_boolean_ops) ... ok test_comparisons (test.test_types.TypesTests.test_comparisons) ... ok test_dunder_get_signature (test.test_types.TypesTests.test_dunder_get_signature) ... ok test_ellipsis_type (test.test_types.TypesTests.test_ellipsis_type) ... ok test_float__format__ (test.test_types.TypesTests.test_float__format__) ... ok test_float__format__locale (test.test_types.TypesTests.test_float__format__locale) ... ok test_float_constructor (test.test_types.TypesTests.test_float_constructor) ... ok test_float_to_string (test.test_types.TypesTests.test_float_to_string) ... ok test_floats (test.test_types.TypesTests.test_floats) ... ok test_format_spec_errors (test.test_types.TypesTests.test_format_spec_errors) ... ok test_int__format__ (test.test_types.TypesTests.test_int__format__) ... ok test_int__format__locale (test.test_types.TypesTests.test_int__format__locale) ... ok test_internal_sizes (test.test_types.TypesTests.test_internal_sizes) ... ok test_method_descriptor_types (test.test_types.TypesTests.test_method_descriptor_types) ... ok test_method_wrapper_types (test.test_types.TypesTests.test_method_wrapper_types) ... ok test_none_type (test.test_types.TypesTests.test_none_type) ... ok test_normal_integers (test.test_types.TypesTests.test_normal_integers) ... ok test_notimplemented_type (test.test_types.TypesTests.test_notimplemented_type) ... ok test_numeric_types (test.test_types.TypesTests.test_numeric_types) ... ok test_slot_wrapper_types (test.test_types.TypesTests.test_slot_wrapper_types) ... ok test_strings (test.test_types.TypesTests.test_strings) ... ok test_traceback_and_frame_types (test.test_types.TypesTests.test_traceback_and_frame_types) ... ok test_truth_values (test.test_types.TypesTests.test_truth_values) ... ok test_type_function (test.test_types.TypesTests.test_type_function) ... ok test_zero_division (test.test_types.TypesTests.test_zero_division) ... ok test_bad_instancecheck (test.test_types.UnionTests.test_bad_instancecheck) ... ok test_bad_subclasscheck (test.test_types.UnionTests.test_bad_subclasscheck) ... ok test_hash (test.test_types.UnionTests.test_hash) ... ok test_instancecheck_and_subclasscheck (test.test_types.UnionTests.test_instancecheck_and_subclasscheck) ... ok test_instancecheck_and_subclasscheck_order (test.test_types.UnionTests.test_instancecheck_and_subclasscheck_order) ... ok test_or_type_operator_reference_cycle (test.test_types.UnionTests.test_or_type_operator_reference_cycle) ... skipped 'Cannot get total reference count.' test_or_type_operator_with_Alias (test.test_types.UnionTests.test_or_type_operator_with_Alias) ... ok test_or_type_operator_with_IO (test.test_types.UnionTests.test_or_type_operator_with_IO) ... ok test_or_type_operator_with_Literal (test.test_types.UnionTests.test_or_type_operator_with_Literal) ... ok test_or_type_operator_with_NamedTuple (test.test_types.UnionTests.test_or_type_operator_with_NamedTuple) ... ok test_or_type_operator_with_NewType (test.test_types.UnionTests.test_or_type_operator_with_NewType) ... ok test_or_type_operator_with_Protocol (test.test_types.UnionTests.test_or_type_operator_with_Protocol) ... ok test_or_type_operator_with_SpecialForm (test.test_types.UnionTests.test_or_type_operator_with_SpecialForm) ... ok test_or_type_operator_with_TypeVar (test.test_types.UnionTests.test_or_type_operator_with_TypeVar) ... ok test_or_type_operator_with_TypedDict (test.test_types.UnionTests.test_or_type_operator_with_TypedDict) ... ok test_or_type_operator_with_bad_module (test.test_types.UnionTests.test_or_type_operator_with_bad_module) ... ok test_or_type_operator_with_forward (test.test_types.UnionTests.test_or_type_operator_with_forward) ... ok test_or_type_operator_with_genericalias (test.test_types.UnionTests.test_or_type_operator_with_genericalias) ... ok test_or_type_repr (test.test_types.UnionTests.test_or_type_repr) ... ok test_or_types_operator (test.test_types.UnionTests.test_or_types_operator) ... ok test_union_args (test.test_types.UnionTests.test_union_args) ... ok test_union_copy (test.test_types.UnionTests.test_union_copy) ... ok test_union_parameter_chaining (test.test_types.UnionTests.test_union_parameter_chaining) ... ok test_union_parameter_substitution (test.test_types.UnionTests.test_union_parameter_substitution) ... ok test_union_parameter_substitution_errors (test.test_types.UnionTests.test_union_parameter_substitution_errors) ... ok test_union_pickle (test.test_types.UnionTests.test_union_pickle) ... ok ---------------------------------------------------------------------- Ran 112 tests in 0.013s OK (skipped=1) 0:00:01 load avg: 3.34 [ 7/432] test_unittest test_addTest__TestCase (unittest.test.test_suite.Test_TestSuite.test_addTest__TestCase) ... ok test_addTest__TestSuite (unittest.test.test_suite.Test_TestSuite.test_addTest__TestSuite) ... ok test_addTest__casesuiteclass (unittest.test.test_suite.Test_TestSuite.test_addTest__casesuiteclass) ... ok test_addTest__noncallable (unittest.test.test_suite.Test_TestSuite.test_addTest__noncallable) ... ok test_addTest__noniterable (unittest.test.test_suite.Test_TestSuite.test_addTest__noniterable) ... ok test_addTests (unittest.test.test_suite.Test_TestSuite.test_addTests) ... ok test_addTests__string (unittest.test.test_suite.Test_TestSuite.test_addTests__string) ... ok test_basetestsuite (unittest.test.test_suite.Test_TestSuite.test_basetestsuite) ... ok test_countTestCases_nested (unittest.test.test_suite.Test_TestSuite.test_countTestCases_nested) ... ok test_countTestCases_simple (unittest.test.test_suite.Test_TestSuite.test_countTestCases_simple) ... ok test_countTestCases_zero_nested (unittest.test.test_suite.Test_TestSuite.test_countTestCases_zero_nested) ... ok test_countTestCases_zero_simple (unittest.test.test_suite.Test_TestSuite.test_countTestCases_zero_simple) ... ok test_eq (unittest.test.test_suite.Test_TestSuite.test_eq) ... ok test_function_in_suite (unittest.test.test_suite.Test_TestSuite.test_function_in_suite) ... ok test_garbage_collect_test_after_run_BaseTestSuite (unittest.test.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_BaseTestSuite) ... ok test_garbage_collect_test_after_run_TestSuite (unittest.test.test_suite.Test_TestSuite.test_garbage_collect_test_after_run_TestSuite) ... ok test_init__TestSuite_instances_in_tests (unittest.test.test_suite.Test_TestSuite.test_init__TestSuite_instances_in_tests) ... ok test_init__empty_tests (unittest.test.test_suite.Test_TestSuite.test_init__empty_tests) ... ok test_init__tests_from_any_iterable (unittest.test.test_suite.Test_TestSuite.test_init__tests_from_any_iterable) ... ok test_init__tests_optional (unittest.test.test_suite.Test_TestSuite.test_init__tests_optional) ... ok test_iter (unittest.test.test_suite.Test_TestSuite.test_iter) ... ok test_ne (unittest.test.test_suite.Test_TestSuite.test_ne) ... ok test_overriding_call (unittest.test.test_suite.Test_TestSuite.test_overriding_call) ... ok test_remove_test_at_index (unittest.test.test_suite.Test_TestSuite.test_remove_test_at_index) ... ok test_remove_test_at_index_not_indexable (unittest.test.test_suite.Test_TestSuite.test_remove_test_at_index_not_indexable) ... ok test_run (unittest.test.test_suite.Test_TestSuite.test_run) ... ok test_run__empty_suite (unittest.test.test_suite.Test_TestSuite.test_run__empty_suite) ... ok test_run__requires_result (unittest.test.test_suite.Test_TestSuite.test_run__requires_result) ... ok testHandlerReplacedButCalled (unittest.test.test_break.TestBreak.testHandlerReplacedButCalled) ... ok testInstallHandler (unittest.test.test_break.TestBreak.testInstallHandler) ... ok testInterruptCaught (unittest.test.test_break.TestBreak.testInterruptCaught) ... ok testMainInstallsHandler (unittest.test.test_break.TestBreak.testMainInstallsHandler) ... ok testRegisterResult (unittest.test.test_break.TestBreak.testRegisterResult) ... ok testRemoveHandler (unittest.test.test_break.TestBreak.testRemoveHandler) ... ok testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreak.testRemoveHandlerAsDecorator) ... ok testRemoveResult (unittest.test.test_break.TestBreak.testRemoveResult) ... ok testRunner (unittest.test.test_break.TestBreak.testRunner) ... ok testSecondInterrupt (unittest.test.test_break.TestBreak.testSecondInterrupt) ... ok testTwoResults (unittest.test.test_break.TestBreak.testTwoResults) ... ok testWeakReferences (unittest.test.test_break.TestBreak.testWeakReferences) ... ok testHandlerReplacedButCalled (unittest.test.test_break.TestBreakDefaultIntHandler.testHandlerReplacedButCalled) ... ok testInstallHandler (unittest.test.test_break.TestBreakDefaultIntHandler.testInstallHandler) ... ok testInterruptCaught (unittest.test.test_break.TestBreakDefaultIntHandler.testInterruptCaught) ... ok testMainInstallsHandler (unittest.test.test_break.TestBreakDefaultIntHandler.testMainInstallsHandler) ... ok testRegisterResult (unittest.test.test_break.TestBreakDefaultIntHandler.testRegisterResult) ... ok testRemoveHandler (unittest.test.test_break.TestBreakDefaultIntHandler.testRemoveHandler) ... ok testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakDefaultIntHandler.testRemoveHandlerAsDecorator) ... ok testRemoveResult (unittest.test.test_break.TestBreakDefaultIntHandler.testRemoveResult) ... ok testRunner (unittest.test.test_break.TestBreakDefaultIntHandler.testRunner) ... ok testSecondInterrupt (unittest.test.test_break.TestBreakDefaultIntHandler.testSecondInterrupt) ... ok testTwoResults (unittest.test.test_break.TestBreakDefaultIntHandler.testTwoResults) ... ok testWeakReferences (unittest.test.test_break.TestBreakDefaultIntHandler.testWeakReferences) ... ok testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalDefault.testHandlerReplacedButCalled) ... ok testInstallHandler (unittest.test.test_break.TestBreakSignalDefault.testInstallHandler) ... ok testInterruptCaught (unittest.test.test_break.TestBreakSignalDefault.testInterruptCaught) ... ok testMainInstallsHandler (unittest.test.test_break.TestBreakSignalDefault.testMainInstallsHandler) ... ok testRegisterResult (unittest.test.test_break.TestBreakSignalDefault.testRegisterResult) ... ok testRemoveHandler (unittest.test.test_break.TestBreakSignalDefault.testRemoveHandler) ... ok testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalDefault.testRemoveHandlerAsDecorator) ... ok testRemoveResult (unittest.test.test_break.TestBreakSignalDefault.testRemoveResult) ... ok testRunner (unittest.test.test_break.TestBreakSignalDefault.testRunner) ... ok testSecondInterrupt (unittest.test.test_break.TestBreakSignalDefault.testSecondInterrupt) ... ok testTwoResults (unittest.test.test_break.TestBreakSignalDefault.testTwoResults) ... ok testWeakReferences (unittest.test.test_break.TestBreakSignalDefault.testWeakReferences) ... ok testHandlerReplacedButCalled (unittest.test.test_break.TestBreakSignalIgnored.testHandlerReplacedButCalled) ... skipped 'test requires SIGINT to not be ignored' testInstallHandler (unittest.test.test_break.TestBreakSignalIgnored.testInstallHandler) ... ok testInterruptCaught (unittest.test.test_break.TestBreakSignalIgnored.testInterruptCaught) ... ok testMainInstallsHandler (unittest.test.test_break.TestBreakSignalIgnored.testMainInstallsHandler) ... ok testRegisterResult (unittest.test.test_break.TestBreakSignalIgnored.testRegisterResult) ... ok testRemoveHandler (unittest.test.test_break.TestBreakSignalIgnored.testRemoveHandler) ... ok testRemoveHandlerAsDecorator (unittest.test.test_break.TestBreakSignalIgnored.testRemoveHandlerAsDecorator) ... ok testRemoveResult (unittest.test.test_break.TestBreakSignalIgnored.testRemoveResult) ... ok testRunner (unittest.test.test_break.TestBreakSignalIgnored.testRunner) ... ok testSecondInterrupt (unittest.test.test_break.TestBreakSignalIgnored.testSecondInterrupt) ... skipped 'test requires SIGINT to not be ignored' testTwoResults (unittest.test.test_break.TestBreakSignalIgnored.testTwoResults) ... ok testWeakReferences (unittest.test.test_break.TestBreakSignalIgnored.testWeakReferences) ... ok test_class_not_setup_or_torndown_when_skipped (unittest.test.test_setups.TestSetups.test_class_not_setup_or_torndown_when_skipped) ... ok test_class_not_torndown_when_setup_fails (unittest.test.test_setups.TestSetups.test_class_not_torndown_when_setup_fails) ... ok test_error_in_setup_module (unittest.test.test_setups.TestSetups.test_error_in_setup_module) ... ok test_error_in_setupclass (unittest.test.test_setups.TestSetups.test_error_in_setupclass) ... ok test_error_in_teardown_class (unittest.test.test_setups.TestSetups.test_error_in_teardown_class) ... ok test_error_in_teardown_module (unittest.test.test_setups.TestSetups.test_error_in_teardown_module) ... ok test_setup_class (unittest.test.test_setups.TestSetups.test_setup_class) ... ok test_setup_module (unittest.test.test_setups.TestSetups.test_setup_module) ... ok test_setup_teardown_order_with_pathological_suite (unittest.test.test_setups.TestSetups.test_setup_teardown_order_with_pathological_suite) ... ok test_skiptest_in_setupclass (unittest.test.test_setups.TestSetups.test_skiptest_in_setupclass) ... ok test_skiptest_in_setupmodule (unittest.test.test_setups.TestSetups.test_skiptest_in_setupmodule) ... ok test_suite_debug_executes_setups_and_teardowns (unittest.test.test_setups.TestSetups.test_suite_debug_executes_setups_and_teardowns) ... ok test_suite_debug_propagates_exceptions (unittest.test.test_setups.TestSetups.test_suite_debug_propagates_exceptions) ... ok test_teardown_class (unittest.test.test_setups.TestSetups.test_teardown_class) ... ok test_teardown_class_two_classes (unittest.test.test_setups.TestSetups.test_teardown_class_two_classes) ... ok test_teardown_module (unittest.test.test_setups.TestSetups.test_teardown_module) ... ok test_testcase_with_missing_module (unittest.test.test_setups.TestSetups.test_testcase_with_missing_module) ... ok test_debug_skipping (unittest.test.test_skipping.Test_TestSkipping.test_debug_skipping) ... ok test_debug_skipping_class (unittest.test.test_skipping.Test_TestSkipping.test_debug_skipping_class) ... ok test_debug_skipping_subtests (unittest.test.test_skipping.Test_TestSkipping.test_debug_skipping_subtests) ... ok test_decorated_skip (unittest.test.test_skipping.Test_TestSkipping.test_decorated_skip) ... ok test_expected_failure (unittest.test.test_skipping.Test_TestSkipping.test_expected_failure) ... ok test_expected_failure_and_fail_in_cleanup (unittest.test.test_skipping.Test_TestSkipping.test_expected_failure_and_fail_in_cleanup) ... ok test_expected_failure_and_skip_in_cleanup (unittest.test.test_skipping.Test_TestSkipping.test_expected_failure_and_skip_in_cleanup) ... ok test_expected_failure_subtests (unittest.test.test_skipping.Test_TestSkipping.test_expected_failure_subtests) ... ok test_expected_failure_with_wrapped_class (unittest.test.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_class) ... ok test_expected_failure_with_wrapped_subclass (unittest.test.test_skipping.Test_TestSkipping.test_expected_failure_with_wrapped_subclass) ... ok test_failure_and_skip_in_cleanup (unittest.test.test_skipping.Test_TestSkipping.test_failure_and_skip_in_cleanup) ... ok test_skip_class (unittest.test.test_skipping.Test_TestSkipping.test_skip_class) ... ok test_skip_doesnt_run_setup (unittest.test.test_skipping.Test_TestSkipping.test_skip_doesnt_run_setup) ... ok test_skip_in_cleanup (unittest.test.test_skipping.Test_TestSkipping.test_skip_in_cleanup) ... ok test_skip_in_setup (unittest.test.test_skipping.Test_TestSkipping.test_skip_in_setup) ... ok test_skip_non_unittest_class (unittest.test.test_skipping.Test_TestSkipping.test_skip_non_unittest_class) ... ok test_skip_without_reason (unittest.test.test_skipping.Test_TestSkipping.test_skip_without_reason) ... ok test_skipping (unittest.test.test_skipping.Test_TestSkipping.test_skipping) ... ok test_skipping_and_fail_in_cleanup (unittest.test.test_skipping.Test_TestSkipping.test_skipping_and_fail_in_cleanup) ... ok test_skipping_decorators (unittest.test.test_skipping.Test_TestSkipping.test_skipping_decorators) ... ok test_skipping_subtests (unittest.test.test_skipping.Test_TestSkipping.test_skipping_subtests) ... ok test_unexpected_success (unittest.test.test_skipping.Test_TestSkipping.test_unexpected_success) ... ok test_unexpected_success_and_fail_in_cleanup (unittest.test.test_skipping.Test_TestSkipping.test_unexpected_success_and_fail_in_cleanup) ... ok test_unexpected_success_and_skip_in_cleanup (unittest.test.test_skipping.Test_TestSkipping.test_unexpected_success_and_skip_in_cleanup) ... ok test_unexpected_success_subtests (unittest.test.test_skipping.Test_TestSkipping.test_unexpected_success_subtests) ... ok test_findTestCases (unittest.test.test_loader.TestObsoleteFunctions.test_findTestCases) ... ok test_getTestCaseNames (unittest.test.test_loader.TestObsoleteFunctions.test_getTestCaseNames) ... ok test_makeSuite (unittest.test.test_loader.TestObsoleteFunctions.test_makeSuite) ... ok test___init__ (unittest.test.test_loader.Test_TestLoader.test___init__) ... ok test_getTestCaseNames (unittest.test.test_loader.Test_TestLoader.test_getTestCaseNames) ... ok test_getTestCaseNames__inheritance (unittest.test.test_loader.Test_TestLoader.test_getTestCaseNames__inheritance) ... ok test_getTestCaseNames__no_tests (unittest.test.test_loader.Test_TestLoader.test_getTestCaseNames__no_tests) ... ok test_getTestCaseNames__not_a_TestCase (unittest.test.test_loader.Test_TestLoader.test_getTestCaseNames__not_a_TestCase) ... ok test_getTestCaseNames__testNamePatterns (unittest.test.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns) ... ok test_getTestCaseNames__testNamePatterns__attribute_access_regression (unittest.test.test_loader.Test_TestLoader.test_getTestCaseNames__testNamePatterns__attribute_access_regression) ... ok test_loadTestsFromModule__TestCase_subclass (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__TestCase_subclass) ... ok test_loadTestsFromModule__faulty_load_tests (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__faulty_load_tests) ... ok test_loadTestsFromModule__load_tests (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__load_tests) ... ok test_loadTestsFromModule__no_TestCase_instances (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_instances) ... ok test_loadTestsFromModule__no_TestCase_tests (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__no_TestCase_tests) ... ok test_loadTestsFromModule__not_a_module (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__not_a_module) ... ok test_loadTestsFromModule__pattern (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__pattern) ... ok test_loadTestsFromModule__too_many_positional_args (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__too_many_positional_args) ... ok test_loadTestsFromModule__use_load_tests_deprecated_keyword (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__use_load_tests_deprecated_keyword) ... ok test_loadTestsFromModule__use_load_tests_deprecated_positional (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__use_load_tests_deprecated_positional) ... ok test_loadTestsFromModule__use_load_tests_other_bad_keyword (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromModule__use_load_tests_other_bad_keyword) ... ok test_loadTestsFromName__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance) ... ok test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestCase_instance_ProperSuiteClass) ... ok test_loadTestsFromName__callable__TestSuite (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__callable__TestSuite) ... ok test_loadTestsFromName__callable__wrong_type (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__callable__wrong_type) ... ok test_loadTestsFromName__empty_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__empty_name) ... ok test_loadTestsFromName__function_with_different_name_than_method (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__function_with_different_name_than_method) ... ok test_loadTestsFromName__malformed_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__malformed_name) ... ok test_loadTestsFromName__module_not_loaded (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__module_not_loaded) ... ok test_loadTestsFromName__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestCase_subclass) ... ok test_loadTestsFromName__relative_TestSuite (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_TestSuite) ... ok test_loadTestsFromName__relative_bad_object (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_bad_object) ... ok test_loadTestsFromName__relative_empty_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_empty_name) ... ok test_loadTestsFromName__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_invalid_testmethod) ... ok test_loadTestsFromName__relative_malformed_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_malformed_name) ... ok test_loadTestsFromName__relative_not_a_module (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_not_a_module) ... ok test_loadTestsFromName__relative_testmethod (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod) ... ok test_loadTestsFromName__relative_testmethod_ProperSuiteClass (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_testmethod_ProperSuiteClass) ... ok test_loadTestsFromName__relative_unknown_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__relative_unknown_name) ... ok test_loadTestsFromName__unknown_attr_name_on_module (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_module) ... ok test_loadTestsFromName__unknown_attr_name_on_package (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_attr_name_on_package) ... ok test_loadTestsFromName__unknown_module_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromName__unknown_module_name) ... ok test_loadTestsFromNames__callable__TestCase_instance (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestCase_instance) ... ok test_loadTestsFromNames__callable__TestSuite (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__TestSuite) ... ok test_loadTestsFromNames__callable__call_staticmethod (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__call_staticmethod) ... ok test_loadTestsFromNames__callable__wrong_type (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__callable__wrong_type) ... ok test_loadTestsFromNames__empty_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name) ... ok test_loadTestsFromNames__empty_name_list (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__empty_name_list) ... ok test_loadTestsFromNames__malformed_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__malformed_name) ... ok test_loadTestsFromNames__module_not_loaded (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__module_not_loaded) ... ok test_loadTestsFromNames__relative_TestCase_subclass (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestCase_subclass) ... ok test_loadTestsFromNames__relative_TestSuite (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_TestSuite) ... ok test_loadTestsFromNames__relative_bad_object (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_bad_object) ... ok test_loadTestsFromNames__relative_empty_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name) ... ok test_loadTestsFromNames__relative_empty_name_list (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_empty_name_list) ... ok test_loadTestsFromNames__relative_invalid_testmethod (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_invalid_testmethod) ... ok test_loadTestsFromNames__relative_malformed_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_malformed_name) ... ok test_loadTestsFromNames__relative_not_a_module (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_not_a_module) ... ok test_loadTestsFromNames__relative_testmethod (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__relative_testmethod) ... ok test_loadTestsFromNames__unknown_attr_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_attr_name) ... ok test_loadTestsFromNames__unknown_module_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_module_name) ... ok test_loadTestsFromNames__unknown_name_relative_1 (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_1) ... ok test_loadTestsFromNames__unknown_name_relative_2 (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromNames__unknown_name_relative_2) ... ok test_loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromTestCase) ... ok test_loadTestsFromTestCase__TestSuite_subclass (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromTestCase__TestSuite_subclass) ... ok test_loadTestsFromTestCase__default_method_name (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromTestCase__default_method_name) ... ok test_loadTestsFromTestCase__no_matches (unittest.test.test_loader.Test_TestLoader.test_loadTestsFromTestCase__no_matches) ... ok test_partial_functions (unittest.test.test_loader.Test_TestLoader.test_partial_functions) ... ok test_sortTestMethodsUsing__None (unittest.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__None) ... ok test_sortTestMethodsUsing__default_value (unittest.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__default_value) ... ok test_sortTestMethodsUsing__getTestCaseNames (unittest.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__getTestCaseNames) ... ok test_sortTestMethodsUsing__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromModule) ... ok test_sortTestMethodsUsing__loadTestsFromName (unittest.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromName) ... ok test_sortTestMethodsUsing__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromNames) ... ok test_sortTestMethodsUsing__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader.test_sortTestMethodsUsing__loadTestsFromTestCase) ... ok test_suiteClass__default_value (unittest.test.test_loader.Test_TestLoader.test_suiteClass__default_value) ... ok test_suiteClass__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromModule) ... ok test_suiteClass__loadTestsFromName (unittest.test.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromName) ... ok test_suiteClass__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromNames) ... ok test_suiteClass__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader.test_suiteClass__loadTestsFromTestCase) ... ok test_testMethodPrefix__default_value (unittest.test.test_loader.Test_TestLoader.test_testMethodPrefix__default_value) ... ok test_testMethodPrefix__loadTestsFromModule (unittest.test.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromModule) ... ok test_testMethodPrefix__loadTestsFromName (unittest.test.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromName) ... ok test_testMethodPrefix__loadTestsFromNames (unittest.test.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromNames) ... ok test_testMethodPrefix__loadTestsFromTestCase (unittest.test.test_loader.Test_TestLoader.test_testMethodPrefix__loadTestsFromTestCase) ... ok testBufferDoClassCleanups (unittest.test.test_result.TestOutputBuffering.testBufferDoClassCleanups) ... ok testBufferDoCleanups (unittest.test.test_result.TestOutputBuffering.testBufferDoCleanups) ... ok testBufferDoModuleCleanups (unittest.test.test_result.TestOutputBuffering.testBufferDoModuleCleanups) ... ok testBufferOutputAddErrorOrFailure (unittest.test.test_result.TestOutputBuffering.testBufferOutputAddErrorOrFailure) ... ok testBufferOutputOff (unittest.test.test_result.TestOutputBuffering.testBufferOutputOff) ... ok testBufferOutputStartTestAddSuccess (unittest.test.test_result.TestOutputBuffering.testBufferOutputStartTestAddSuccess) ... ok testBufferSetUp (unittest.test.test_result.TestOutputBuffering.testBufferSetUp) ... ok testBufferSetUpModule (unittest.test.test_result.TestOutputBuffering.testBufferSetUpModule) ... ok testBufferSetUpModule_DoModuleCleanups (unittest.test.test_result.TestOutputBuffering.testBufferSetUpModule_DoModuleCleanups) ... ok testBufferSetUp_DoCleanups (unittest.test.test_result.TestOutputBuffering.testBufferSetUp_DoCleanups) ... ok testBufferSetupClass (unittest.test.test_result.TestOutputBuffering.testBufferSetupClass) ... ok testBufferSetupClass_DoClassCleanups (unittest.test.test_result.TestOutputBuffering.testBufferSetupClass_DoClassCleanups) ... ok testBufferTearDown (unittest.test.test_result.TestOutputBuffering.testBufferTearDown) ... ok testBufferTearDownClass (unittest.test.test_result.TestOutputBuffering.testBufferTearDownClass) ... ok testBufferTearDownClass_DoClassCleanups (unittest.test.test_result.TestOutputBuffering.testBufferTearDownClass_DoClassCleanups) ... ok testBufferTearDownModule (unittest.test.test_result.TestOutputBuffering.testBufferTearDownModule) ... ok testBufferTearDownModule_DoModuleCleanups (unittest.test.test_result.TestOutputBuffering.testBufferTearDownModule_DoModuleCleanups) ... ok testBufferTearDown_DoCleanups (unittest.test.test_result.TestOutputBuffering.testBufferTearDown_DoCleanups) ... ok testOldResultWithRunner (unittest.test.test_result.Test_OldTestResult.testOldResultWithRunner) ... ok testOldTestResult (unittest.test.test_result.Test_OldTestResult.testOldTestResult) ... ok testOldTestResultClass (unittest.test.test_result.Test_OldTestResult.testOldTestResultClass) ... ok testOldTestTesultSetup (unittest.test.test_result.Test_OldTestResult.testOldTestTesultSetup) ... ok testFailFast (unittest.test.test_result.Test_TestResult.testFailFast) ... ok testFailFastSetByRunner (unittest.test.test_result.Test_TestResult.testFailFastSetByRunner) ... ok testStackFrameTrimming (unittest.test.test_result.Test_TestResult.testStackFrameTrimming) ... ok test_addError (unittest.test.test_result.Test_TestResult.test_addError) ... ok test_addError_locals (unittest.test.test_result.Test_TestResult.test_addError_locals) ... ok test_addFailure (unittest.test.test_result.Test_TestResult.test_addFailure) ... ok test_addFailure_filter_traceback_frames (unittest.test.test_result.Test_TestResult.test_addFailure_filter_traceback_frames) ... ok test_addFailure_filter_traceback_frames_chained_exception_cycle (unittest.test.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_cycle) ... ok test_addFailure_filter_traceback_frames_chained_exception_self_loop (unittest.test.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_chained_exception_self_loop) ... ok test_addFailure_filter_traceback_frames_context (unittest.test.test_result.Test_TestResult.test_addFailure_filter_traceback_frames_context) ... ok test_addSubTest (unittest.test.test_result.Test_TestResult.test_addSubTest) ... ok test_addSuccess (unittest.test.test_result.Test_TestResult.test_addSuccess) ... ok test_init (unittest.test.test_result.Test_TestResult.test_init) ... ok test_startTest (unittest.test.test_result.Test_TestResult.test_startTest) ... ok test_startTestRun_stopTestRun (unittest.test.test_result.Test_TestResult.test_startTestRun_stopTestRun) ... ok test_stop (unittest.test.test_result.Test_TestResult.test_stop) ... ok test_stopTest (unittest.test.test_result.Test_TestResult.test_stopTest) ... ok testDotsOutput (unittest.test.test_result.Test_TextTestResult.testDotsOutput) ... ok testDotsOutputSubTestMixed (unittest.test.test_result.Test_TextTestResult.testDotsOutputSubTestMixed) ... ok testDotsOutputSubTestSuccess (unittest.test.test_result.Test_TextTestResult.testDotsOutputSubTestSuccess) ... ok testDotsOutputTearDownFail (unittest.test.test_result.Test_TextTestResult.testDotsOutputTearDownFail) ... ok testGetDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TextTestResult.testGetDescriptionWithMultiLineDocstring) Tests getDescription() for a method with a longer docstring. ... ok testGetDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TextTestResult.testGetDescriptionWithOneLineDocstring) Tests getDescription() for a method with a docstring. ... ok testGetDescriptionWithoutDocstring (unittest.test.test_result.Test_TextTestResult.testGetDescriptionWithoutDocstring) ... ok testGetDuplicatedNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TextTestResult.testGetDuplicatedNestedSubTestDescriptionWithoutDocstring) ... ok testGetNestedSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TextTestResult.testGetNestedSubTestDescriptionWithoutDocstring) ... ok testGetSubTestDescriptionForFalsyValues (unittest.test.test_result.Test_TextTestResult.testGetSubTestDescriptionForFalsyValues) ... ok testGetSubTestDescriptionWithMultiLineDocstring (unittest.test.test_result.Test_TextTestResult.testGetSubTestDescriptionWithMultiLineDocstring) Tests getDescription() for a method with a longer docstring. ... ok testGetSubTestDescriptionWithOneLineDocstring (unittest.test.test_result.Test_TextTestResult.testGetSubTestDescriptionWithOneLineDocstring) Tests getDescription() for a method with a docstring. ... ok testGetSubTestDescriptionWithoutDocstring (unittest.test.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstring) ... ok testGetSubTestDescriptionWithoutDocstringAndParams (unittest.test.test_result.Test_TextTestResult.testGetSubTestDescriptionWithoutDocstringAndParams) ... ok testLongOutput (unittest.test.test_result.Test_TextTestResult.testLongOutput) ... ok testLongOutputSubTestMixed (unittest.test.test_result.Test_TextTestResult.testLongOutputSubTestMixed) ... ok testLongOutputSubTestSuccess (unittest.test.test_result.Test_TextTestResult.testLongOutputSubTestSuccess) ... ok testLongOutputTearDownFail (unittest.test.test_result.Test_TextTestResult.testLongOutputTearDownFail) ... ok test_addClassCleanUp (unittest.test.test_runner.TestClassCleanup.test_addClassCleanUp) ... ok test_debug_executes_classCleanUp (unittest.test.test_runner.TestClassCleanup.test_debug_executes_classCleanUp) ... ok test_debug_executes_classCleanUp_when_teardown_exception (unittest.test.test_runner.TestClassCleanup.test_debug_executes_classCleanUp_when_teardown_exception) ... ok test_doClassCleanups_with_errors_addClassCleanUp (unittest.test.test_runner.TestClassCleanup.test_doClassCleanups_with_errors_addClassCleanUp) ... ok test_enterClassContext (unittest.test.test_runner.TestClassCleanup.test_enterClassContext) ... ok test_enterClassContext_arg_errors (unittest.test.test_runner.TestClassCleanup.test_enterClassContext_arg_errors) ... ok test_run_class_cleanUp (unittest.test.test_runner.TestClassCleanup.test_run_class_cleanUp) ... ok test_run_class_cleanUp_without_tearDownClass (unittest.test.test_runner.TestClassCleanup.test_run_class_cleanUp_without_tearDownClass) ... ok test_run_nested_test (unittest.test.test_runner.TestClassCleanup.test_run_nested_test) ... ok test_run_with_errors_addClassCleanUp (unittest.test.test_runner.TestClassCleanup.test_run_with_errors_addClassCleanUp) ... ok test_with_errors_addCleanUp (unittest.test.test_runner.TestClassCleanup.test_with_errors_addCleanUp) ... ok test_with_errors_in_addClassCleanup_and_setUps (unittest.test.test_runner.TestClassCleanup.test_with_errors_in_addClassCleanup_and_setUps) ... ok test_with_errors_in_tearDownClass (unittest.test.test_runner.TestClassCleanup.test_with_errors_in_tearDownClass) ... ok testCleanUp (unittest.test.test_runner.TestCleanUp.testCleanUp) ... ok testCleanUpWithErrors (unittest.test.test_runner.TestCleanUp.testCleanUpWithErrors) ... ok testCleanupInRun (unittest.test.test_runner.TestCleanUp.testCleanupInRun) ... ok testTestCaseDebugExecutesCleanups (unittest.test.test_runner.TestCleanUp.testTestCaseDebugExecutesCleanups) ... ok test_enterContext (unittest.test.test_runner.TestCleanUp.test_enterContext) ... ok test_enterContext_arg_errors (unittest.test.test_runner.TestCleanUp.test_enterContext_arg_errors) ... ok test_addClassCleanup_arg_errors (unittest.test.test_runner.TestModuleCleanUp.test_addClassCleanup_arg_errors) ... ok test_addCleanup_arg_errors (unittest.test.test_runner.TestModuleCleanUp.test_addCleanup_arg_errors) ... ok test_addModuleCleanup_arg_errors (unittest.test.test_runner.TestModuleCleanUp.test_addModuleCleanup_arg_errors) ... ok test_add_and_do_ModuleCleanup (unittest.test.test_runner.TestModuleCleanUp.test_add_and_do_ModuleCleanup) ... ok test_debug_module_cleanUp_when_teardown_exception (unittest.test.test_runner.TestModuleCleanUp.test_debug_module_cleanUp_when_teardown_exception) ... ok test_debug_module_executes_cleanUp (unittest.test.test_runner.TestModuleCleanUp.test_debug_module_executes_cleanUp) ... ok test_doModuleCleanup_with_errors_in_addModuleCleanup (unittest.test.test_runner.TestModuleCleanUp.test_doModuleCleanup_with_errors_in_addModuleCleanup) ... ok test_enterModuleContext (unittest.test.test_runner.TestModuleCleanUp.test_enterModuleContext) ... ok test_enterModuleContext_arg_errors (unittest.test.test_runner.TestModuleCleanUp.test_enterModuleContext_arg_errors) ... ok test_module_cleanUp_with_multiple_classes (unittest.test.test_runner.TestModuleCleanUp.test_module_cleanUp_with_multiple_classes) ... ok test_run_module_cleanUp (unittest.test.test_runner.TestModuleCleanUp.test_run_module_cleanUp) ... ok test_run_module_cleanUp_when_teardown_exception (unittest.test.test_runner.TestModuleCleanUp.test_run_module_cleanUp_when_teardown_exception) ... ok test_run_module_cleanUp_without_teardown (unittest.test.test_runner.TestModuleCleanUp.test_run_module_cleanUp_without_teardown) ... ok test_run_multiple_module_cleanUp (unittest.test.test_runner.TestModuleCleanUp.test_run_multiple_module_cleanUp) ... ok test_with_errors_in_addClassCleanup (unittest.test.test_runner.TestModuleCleanUp.test_with_errors_in_addClassCleanup) ... ok test_with_errors_in_addCleanup (unittest.test.test_runner.TestModuleCleanUp.test_with_errors_in_addCleanup) ... ok test_with_errors_in_addModuleCleanup_and_setUps (unittest.test.test_runner.TestModuleCleanUp.test_with_errors_in_addModuleCleanup_and_setUps) ... ok testBufferAndFailfast (unittest.test.test_runner.Test_TextTestRunner.testBufferAndFailfast) ... ok testRunnerRegistersResult (unittest.test.test_runner.Test_TextTestRunner.testRunnerRegistersResult) ... ok testSpecifiedStreamUsed (unittest.test.test_runner.Test_TextTestRunner.testSpecifiedStreamUsed) ... ok testStdErrLookedUpAtInstantiationTime (unittest.test.test_runner.Test_TextTestRunner.testStdErrLookedUpAtInstantiationTime) ... ok test_init (unittest.test.test_runner.Test_TextTestRunner.test_init) ... ok test_locals (unittest.test.test_runner.Test_TextTestRunner.test_locals) ... ok test_multiple_inheritance (unittest.test.test_runner.Test_TextTestRunner.test_multiple_inheritance) ... ok test_pickle_unpickle (unittest.test.test_runner.Test_TextTestRunner.test_pickle_unpickle) ... ok test_resultclass (unittest.test.test_runner.Test_TextTestRunner.test_resultclass) ... ok test_startTestRun_stopTestRun_called (unittest.test.test_runner.Test_TextTestRunner.test_startTestRun_stopTestRun_called) ... ok test_warnings (unittest.test.test_runner.Test_TextTestRunner.test_warnings) Check that warnings argument of TextTestRunner correctly affects the ... ok test_works_with_result_without_startTestRun_stopTestRun (unittest.test.test_runner.Test_TextTestRunner.test_works_with_result_without_startTestRun_stopTestRun) ... ok test_base_exception_from_async_method (unittest.test.test_async_case.TestAsyncCase.test_base_exception_from_async_method) ... ok test_cancellation_hanging_tasks (unittest.test.test_async_case.TestAsyncCase.test_cancellation_hanging_tasks) ... ok test_cleanups_interleave_order (unittest.test.test_async_case.TestAsyncCase.test_cleanups_interleave_order) ... ok test_debug_cleanup_same_loop (unittest.test.test_async_case.TestAsyncCase.test_debug_cleanup_same_loop) ... ok test_deprecation_of_return_val_from_test (unittest.test.test_async_case.TestAsyncCase.test_deprecation_of_return_val_from_test) ... ok test_enterAsyncContext (unittest.test.test_async_case.TestAsyncCase.test_enterAsyncContext) ... ok test_enterAsyncContext_arg_errors (unittest.test.test_async_case.TestAsyncCase.test_enterAsyncContext_arg_errors) ... ok test_exception_in_setup (unittest.test.test_async_case.TestAsyncCase.test_exception_in_setup) ... ok test_exception_in_tear_clean_up (unittest.test.test_async_case.TestAsyncCase.test_exception_in_tear_clean_up) ... ok test_exception_in_tear_down (unittest.test.test_async_case.TestAsyncCase.test_exception_in_tear_down) ... ok test_exception_in_test (unittest.test.test_async_case.TestAsyncCase.test_exception_in_test) ... ok test_full_cycle (unittest.test.test_async_case.TestAsyncCase.test_full_cycle) ... ok test_setup_get_event_loop (unittest.test.test_async_case.TestAsyncCase.test_setup_get_event_loop) ... ok testBufferCatchFailfast (unittest.test.test_program.TestCommandLineArgs.testBufferCatchFailfast) ... ok testCatchBreakInstallsHandler (unittest.test.test_program.TestCommandLineArgs.testCatchBreakInstallsHandler) ... ok testParseArgsAbsolutePathsThatCanBeConverted (unittest.test.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCanBeConverted) ... ok testParseArgsAbsolutePathsThatCannotBeConverted (unittest.test.test_program.TestCommandLineArgs.testParseArgsAbsolutePathsThatCannotBeConverted) ... ok testParseArgsFileNames (unittest.test.test_program.TestCommandLineArgs.testParseArgsFileNames) ... ok testParseArgsFilePaths (unittest.test.test_program.TestCommandLineArgs.testParseArgsFilePaths) ... ok testParseArgsNonExistentFiles (unittest.test.test_program.TestCommandLineArgs.testParseArgsNonExistentFiles) ... ok testParseArgsSelectedTestNames (unittest.test.test_program.TestCommandLineArgs.testParseArgsSelectedTestNames) ... ok testRunTestsOldRunnerClass (unittest.test.test_program.TestCommandLineArgs.testRunTestsOldRunnerClass) ... ok testRunTestsRunnerClass (unittest.test.test_program.TestCommandLineArgs.testRunTestsRunnerClass) ... ok testRunTestsRunnerInstance (unittest.test.test_program.TestCommandLineArgs.testRunTestsRunnerInstance) ... ok testSelectedTestNamesFunctionalTest (unittest.test.test_program.TestCommandLineArgs.testSelectedTestNamesFunctionalTest) ... ok testVerbosity (unittest.test.test_program.TestCommandLineArgs.testVerbosity) ... ok testWarning (unittest.test.test_program.TestCommandLineArgs.testWarning) Test the warnings argument ... ok test_locals (unittest.test.test_program.TestCommandLineArgs.test_locals) ... ok testNoExit (unittest.test.test_program.Test_TestProgram.testNoExit) ... ok test_Exit (unittest.test.test_program.Test_TestProgram.test_Exit) ... ok test_ExitAsDefault (unittest.test.test_program.Test_TestProgram.test_ExitAsDefault) ... ok test_NonExit (unittest.test.test_program.Test_TestProgram.test_NonExit) ... ok test_defaultTest_with_iterable (unittest.test.test_program.Test_TestProgram.test_defaultTest_with_iterable) ... ok test_defaultTest_with_string (unittest.test.test_program.Test_TestProgram.test_defaultTest_with_string) ... ok test_discovery_from_dotted_path (unittest.test.test_program.Test_TestProgram.test_discovery_from_dotted_path) ... ok test_countTestCases (unittest.test.test_functiontestcase.Test_FunctionTestCase.test_countTestCases) ... ok test_id (unittest.test.test_functiontestcase.Test_FunctionTestCase.test_id) ... ok test_run_call_order__error_in_setUp (unittest.test.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_setUp) ... ok test_run_call_order__error_in_tearDown (unittest.test.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_tearDown) ... ok test_run_call_order__error_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__error_in_test) ... ok test_run_call_order__failure_in_test (unittest.test.test_functiontestcase.Test_FunctionTestCase.test_run_call_order__failure_in_test) ... ok test_shortDescription__no_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__no_docstring) ... ok test_shortDescription__singleline_docstring (unittest.test.test_functiontestcase.Test_FunctionTestCase.test_shortDescription__singleline_docstring) ... ok test_command_line_handling_discover_by_default (unittest.test.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default) ... ok test_command_line_handling_discover_by_default_with_options (unittest.test.test_discovery.TestDiscovery.test_command_line_handling_discover_by_default_with_options) ... ok test_command_line_handling_do_discovery_calls_loader (unittest.test.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_calls_loader) ... ok test_command_line_handling_do_discovery_too_many_arguments (unittest.test.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_too_many_arguments) ... ok test_command_line_handling_do_discovery_uses_default_loader (unittest.test.test_discovery.TestDiscovery.test_command_line_handling_do_discovery_uses_default_loader) ... ok test_command_line_handling_parseArgs (unittest.test.test_discovery.TestDiscovery.test_command_line_handling_parseArgs) ... ok test_detect_module_clash (unittest.test.test_discovery.TestDiscovery.test_detect_module_clash) ... ok test_discover (unittest.test.test_discovery.TestDiscovery.test_discover) ... ok test_discover_start_dir_is_package_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery.test_discover_start_dir_is_package_calls_package_load_tests) ... ok test_discover_with_init_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery.test_discover_with_init_module_that_raises_SkipTest_on_import) ... ok test_discover_with_init_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery.test_discover_with_init_modules_that_fail_to_import) ... ok test_discover_with_module_that_raises_SkipTest_on_import (unittest.test.test_discovery.TestDiscovery.test_discover_with_module_that_raises_SkipTest_on_import) ... ok test_discover_with_modules_that_fail_to_import (unittest.test.test_discovery.TestDiscovery.test_discover_with_modules_that_fail_to_import) ... ok test_discovery_failed_discovery (unittest.test.test_discovery.TestDiscovery.test_discovery_failed_discovery) ... ok test_discovery_from_dotted_path (unittest.test.test_discovery.TestDiscovery.test_discovery_from_dotted_path) ... ok test_discovery_from_dotted_path_builtin_modules (unittest.test.test_discovery.TestDiscovery.test_discovery_from_dotted_path_builtin_modules) ... ok test_find_tests (unittest.test.test_discovery.TestDiscovery.test_find_tests) ... ok test_find_tests_customize_via_package_pattern (unittest.test.test_discovery.TestDiscovery.test_find_tests_customize_via_package_pattern) ... ok test_find_tests_default_calls_package_load_tests (unittest.test.test_discovery.TestDiscovery.test_find_tests_default_calls_package_load_tests) ... ok test_find_tests_socket (unittest.test.test_discovery.TestDiscovery.test_find_tests_socket) ... ok test_find_tests_with_package (unittest.test.test_discovery.TestDiscovery.test_find_tests_with_package) ... ok test_get_name_from_path (unittest.test.test_discovery.TestDiscovery.test_get_name_from_path) ... ok test_module_symlink_ok (unittest.test.test_discovery.TestDiscovery.test_module_symlink_ok) ... ok testAlmostEqual (unittest.test.test_assertions.TestLongMessage.testAlmostEqual) ... ok testAssertDictContainsSubset (unittest.test.test_assertions.TestLongMessage.testAssertDictContainsSubset) ... ok testAssertDictEqual (unittest.test.test_assertions.TestLongMessage.testAssertDictEqual) ... ok testAssertFalse (unittest.test.test_assertions.TestLongMessage.testAssertFalse) ... ok testAssertGreater (unittest.test.test_assertions.TestLongMessage.testAssertGreater) ... ok testAssertGreaterEqual (unittest.test.test_assertions.TestLongMessage.testAssertGreaterEqual) ... ok testAssertIn (unittest.test.test_assertions.TestLongMessage.testAssertIn) ... ok testAssertIs (unittest.test.test_assertions.TestLongMessage.testAssertIs) ... ok testAssertIsNone (unittest.test.test_assertions.TestLongMessage.testAssertIsNone) ... ok testAssertIsNot (unittest.test.test_assertions.TestLongMessage.testAssertIsNot) ... ok testAssertIsNotNone (unittest.test.test_assertions.TestLongMessage.testAssertIsNotNone) ... ok testAssertLess (unittest.test.test_assertions.TestLongMessage.testAssertLess) ... ok testAssertLessEqual (unittest.test.test_assertions.TestLongMessage.testAssertLessEqual) ... ok testAssertMultiLineEqual (unittest.test.test_assertions.TestLongMessage.testAssertMultiLineEqual) ... ok testAssertNotIn (unittest.test.test_assertions.TestLongMessage.testAssertNotIn) ... ok testAssertNotRegex (unittest.test.test_assertions.TestLongMessage.testAssertNotRegex) ... ok testAssertRaises (unittest.test.test_assertions.TestLongMessage.testAssertRaises) ... ok testAssertRaisesRegex (unittest.test.test_assertions.TestLongMessage.testAssertRaisesRegex) ... ok testAssertRegex (unittest.test.test_assertions.TestLongMessage.testAssertRegex) ... ok testAssertSequenceEqual (unittest.test.test_assertions.TestLongMessage.testAssertSequenceEqual) ... ok testAssertSetEqual (unittest.test.test_assertions.TestLongMessage.testAssertSetEqual) ... ok testAssertTrue (unittest.test.test_assertions.TestLongMessage.testAssertTrue) ... ok testAssertWarns (unittest.test.test_assertions.TestLongMessage.testAssertWarns) ... ok testAssertWarnsRegex (unittest.test.test_assertions.TestLongMessage.testAssertWarnsRegex) ... ok testDefault (unittest.test.test_assertions.TestLongMessage.testDefault) ... ok testNotAlmostEqual (unittest.test.test_assertions.TestLongMessage.testNotAlmostEqual) ... ok testNotEqual (unittest.test.test_assertions.TestLongMessage.testNotEqual) ... ok test_baseAssertEqual (unittest.test.test_assertions.TestLongMessage.test_baseAssertEqual) ... ok test_formatMessage_unicode_error (unittest.test.test_assertions.TestLongMessage.test_formatMessage_unicode_error) ... ok test_formatMsg (unittest.test.test_assertions.TestLongMessage.test_formatMsg) ... ok testAssertNotRegex (unittest.test.test_assertions.Test_Assertions.testAssertNotRegex) ... ok test_AlmostEqual (unittest.test.test_assertions.Test_Assertions.test_AlmostEqual) ... ok test_AmostEqualWithDelta (unittest.test.test_assertions.Test_Assertions.test_AmostEqualWithDelta) ... ok test_assertRaises (unittest.test.test_assertions.Test_Assertions.test_assertRaises) ... ok test_assertRaises_frames_survival (unittest.test.test_assertions.Test_Assertions.test_assertRaises_frames_survival) ... ok testAddTypeEqualityFunc (unittest.test.test_case.Test_TestCase.testAddTypeEqualityFunc) ... ok testAssertCountEqual (unittest.test.test_case.Test_TestCase.testAssertCountEqual) ... ok testAssertDictContainsSubset (unittest.test.test_case.Test_TestCase.testAssertDictContainsSubset) ... ok testAssertDictEqualTruncates (unittest.test.test_case.Test_TestCase.testAssertDictEqualTruncates) ... ok testAssertEqual (unittest.test.test_case.Test_TestCase.testAssertEqual) ... ok testAssertEqualSingleLine (unittest.test.test_case.Test_TestCase.testAssertEqualSingleLine) ... ok testAssertEqual_diffThreshold (unittest.test.test_case.Test_TestCase.testAssertEqual_diffThreshold) ... ok testAssertEqual_shorten (unittest.test.test_case.Test_TestCase.testAssertEqual_shorten) ... ok testAssertIn (unittest.test.test_case.Test_TestCase.testAssertIn) ... ok testAssertIs (unittest.test.test_case.Test_TestCase.testAssertIs) ... ok testAssertIsInstance (unittest.test.test_case.Test_TestCase.testAssertIsInstance) ... ok testAssertIsNone (unittest.test.test_case.Test_TestCase.testAssertIsNone) ... ok testAssertIsNot (unittest.test.test_case.Test_TestCase.testAssertIsNot) ... ok testAssertLogsDefaults (unittest.test.test_case.Test_TestCase.testAssertLogsDefaults) ... ok testAssertLogsFailureLevelTooHigh (unittest.test.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh) ... ok testAssertLogsFailureLevelTooHigh_FilterInRootLogger (unittest.test.test_case.Test_TestCase.testAssertLogsFailureLevelTooHigh_FilterInRootLogger) ... ok testAssertLogsFailureMismatchingLogger (unittest.test.test_case.Test_TestCase.testAssertLogsFailureMismatchingLogger) ... ok testAssertLogsFailureNoLogs (unittest.test.test_case.Test_TestCase.testAssertLogsFailureNoLogs) ... ok testAssertLogsPerLevel (unittest.test.test_case.Test_TestCase.testAssertLogsPerLevel) ... ok testAssertLogsPerLogger (unittest.test.test_case.Test_TestCase.testAssertLogsPerLogger) ... ok testAssertLogsTwoMatchingMessages (unittest.test.test_case.Test_TestCase.testAssertLogsTwoMatchingMessages) ... ok testAssertLogsUnexpectedException (unittest.test.test_case.Test_TestCase.testAssertLogsUnexpectedException) ... ok testAssertMultiLineEqual (unittest.test.test_case.Test_TestCase.testAssertMultiLineEqual) ... ok testAssertMultiLineEqualTruncates (unittest.test.test_case.Test_TestCase.testAssertMultiLineEqualTruncates) ... ok testAssertNoLogsDefault (unittest.test.test_case.Test_TestCase.testAssertNoLogsDefault) ... ok testAssertNoLogsFailureFoundLogs (unittest.test.test_case.Test_TestCase.testAssertNoLogsFailureFoundLogs) ... ok testAssertNoLogsFailurePerLevel (unittest.test.test_case.Test_TestCase.testAssertNoLogsFailurePerLevel) ... ok testAssertNoLogsFailurePerLogger (unittest.test.test_case.Test_TestCase.testAssertNoLogsFailurePerLogger) ... ok testAssertNoLogsPerLevel (unittest.test.test_case.Test_TestCase.testAssertNoLogsPerLevel) ... ok testAssertNoLogsPerLogger (unittest.test.test_case.Test_TestCase.testAssertNoLogsPerLogger) ... ok testAssertNoLogsUnexpectedException (unittest.test.test_case.Test_TestCase.testAssertNoLogsUnexpectedException) ... ok testAssertNoLogsYieldsNone (unittest.test.test_case.Test_TestCase.testAssertNoLogsYieldsNone) ... ok testAssertNotIsInstance (unittest.test.test_case.Test_TestCase.testAssertNotIsInstance) ... ok testAssertNotRaisesRegex (unittest.test.test_case.Test_TestCase.testAssertNotRaisesRegex) ... ok testAssertRaisesCallable (unittest.test.test_case.Test_TestCase.testAssertRaisesCallable) ... ok testAssertRaisesContext (unittest.test.test_case.Test_TestCase.testAssertRaisesContext) ... ok testAssertRaisesExcValue (unittest.test.test_case.Test_TestCase.testAssertRaisesExcValue) ... ok testAssertRaisesNoExceptionType (unittest.test.test_case.Test_TestCase.testAssertRaisesNoExceptionType) ... ok testAssertRaisesRefcount (unittest.test.test_case.Test_TestCase.testAssertRaisesRefcount) ... ok testAssertRaisesRegex (unittest.test.test_case.Test_TestCase.testAssertRaisesRegex) ... ok testAssertRaisesRegexInvalidRegex (unittest.test.test_case.Test_TestCase.testAssertRaisesRegexInvalidRegex) ... ok testAssertRaisesRegexMismatch (unittest.test.test_case.Test_TestCase.testAssertRaisesRegexMismatch) ... ok testAssertRaisesRegexNoExceptionType (unittest.test.test_case.Test_TestCase.testAssertRaisesRegexNoExceptionType) ... ok testAssertRegex (unittest.test.test_case.Test_TestCase.testAssertRegex) ... ok testAssertSequenceEqualMaxDiff (unittest.test.test_case.Test_TestCase.testAssertSequenceEqualMaxDiff) ... ok testAssertSetEqual (unittest.test.test_case.Test_TestCase.testAssertSetEqual) ... ok testAssertWarnsCallable (unittest.test.test_case.Test_TestCase.testAssertWarnsCallable) ... ok testAssertWarnsContext (unittest.test.test_case.Test_TestCase.testAssertWarnsContext) ... ok testAssertWarnsModifySysModules (unittest.test.test_case.Test_TestCase.testAssertWarnsModifySysModules) ... ok testAssertWarnsNoExceptionType (unittest.test.test_case.Test_TestCase.testAssertWarnsNoExceptionType) ... ok testAssertWarnsRegexCallable (unittest.test.test_case.Test_TestCase.testAssertWarnsRegexCallable) ... ok testAssertWarnsRegexContext (unittest.test.test_case.Test_TestCase.testAssertWarnsRegexContext) ... ok testAssertWarnsRegexInvalidRegex (unittest.test.test_case.Test_TestCase.testAssertWarnsRegexInvalidRegex) ... ok testAssertWarnsRegexNoExceptionType (unittest.test.test_case.Test_TestCase.testAssertWarnsRegexNoExceptionType) ... ok testDeepcopy (unittest.test.test_case.Test_TestCase.testDeepcopy) ... ok testDeprecatedMethodNames (unittest.test.test_case.Test_TestCase.testDeprecatedMethodNames) Test that the deprecated methods raise a DeprecationWarning. See #9424. ... ok testEquality (unittest.test.test_case.Test_TestCase.testEquality) ... ok testEqualityBytesWarning (unittest.test.test_case.Test_TestCase.testEqualityBytesWarning) ... ok testInequality (unittest.test.test_case.Test_TestCase.testInequality) ... ok testKeyboardInterrupt (unittest.test.test_case.Test_TestCase.testKeyboardInterrupt) ... ok testNoCycles (unittest.test.test_case.Test_TestCase.testNoCycles) ... ok testPickle (unittest.test.test_case.Test_TestCase.testPickle) ... ok testShortDescriptionWhitespaceTrimming (unittest.test.test_case.Test_TestCase.testShortDescriptionWhitespaceTrimming) Tests shortDescription() whitespace is trimmed, so that the first ... ok testShortDescriptionWithMultiLineDocstring (unittest.test.test_case.Test_TestCase.testShortDescriptionWithMultiLineDocstring) Tests shortDescription() for a method with a longer docstring. ... ok testShortDescriptionWithOneLineDocstring (unittest.test.test_case.Test_TestCase.testShortDescriptionWithOneLineDocstring) Tests shortDescription() for a method with a docstring. ... ok testShortDescriptionWithoutDocstring (unittest.test.test_case.Test_TestCase.testShortDescriptionWithoutDocstring) ... ok testSkippingEverywhere (unittest.test.test_case.Test_TestCase.testSkippingEverywhere) ... ok testSystemExit (unittest.test.test_case.Test_TestCase.testSystemExit) ... ok testTruncateMessage (unittest.test.test_case.Test_TestCase.testTruncateMessage) ... ok test_call__invoking_an_instance_delegates_to_run (unittest.test.test_case.Test_TestCase.test_call__invoking_an_instance_delegates_to_run) ... ok test_countTestCases (unittest.test.test_case.Test_TestCase.test_countTestCases) ... ok test_defaultTestResult (unittest.test.test_case.Test_TestCase.test_defaultTestResult) ... ok test_deprecation_of_return_val_from_test (unittest.test.test_case.Test_TestCase.test_deprecation_of_return_val_from_test) ... ok test_eq (unittest.test.test_case.Test_TestCase.test_eq) ... ok test_failureException__default (unittest.test.test_case.Test_TestCase.test_failureException__default) ... ok test_failureException__subclassing__explicit_raise (unittest.test.test_case.Test_TestCase.test_failureException__subclassing__explicit_raise) ... ok test_failureException__subclassing__implicit_raise (unittest.test.test_case.Test_TestCase.test_failureException__subclassing__implicit_raise) ... ok test_hash (unittest.test.test_case.Test_TestCase.test_hash) ... ok test_id (unittest.test.test_case.Test_TestCase.test_id) ... ok test_init__no_test_name (unittest.test.test_case.Test_TestCase.test_init__no_test_name) ... ok test_init__test_name__invalid (unittest.test.test_case.Test_TestCase.test_init__test_name__invalid) ... ok test_init__test_name__valid (unittest.test.test_case.Test_TestCase.test_init__test_name__valid) ... ok test_ne (unittest.test.test_case.Test_TestCase.test_ne) ... ok test_no_exception_leak (unittest.test.test_case.Test_TestCase.test_no_exception_leak) ... ok test_run__returns_given_result (unittest.test.test_case.Test_TestCase.test_run__returns_given_result) ... ok test_run__uses_defaultTestResult (unittest.test.test_case.Test_TestCase.test_run__uses_defaultTestResult) ... ok test_run_call_order__error_in_setUp (unittest.test.test_case.Test_TestCase.test_run_call_order__error_in_setUp) ... ok test_run_call_order__error_in_setUp_default_result (unittest.test.test_case.Test_TestCase.test_run_call_order__error_in_setUp_default_result) ... ok test_run_call_order__error_in_tearDown (unittest.test.test_case.Test_TestCase.test_run_call_order__error_in_tearDown) ... ok test_run_call_order__error_in_tearDown_default_result (unittest.test.test_case.Test_TestCase.test_run_call_order__error_in_tearDown_default_result) ... ok test_run_call_order__error_in_test (unittest.test.test_case.Test_TestCase.test_run_call_order__error_in_test) ... ok test_run_call_order__error_in_test_default_result (unittest.test.test_case.Test_TestCase.test_run_call_order__error_in_test_default_result) ... ok test_run_call_order__failure_in_test (unittest.test.test_case.Test_TestCase.test_run_call_order__failure_in_test) ... ok test_run_call_order__failure_in_test_default_result (unittest.test.test_case.Test_TestCase.test_run_call_order__failure_in_test_default_result) ... ok test_run_call_order__subtests (unittest.test.test_case.Test_TestCase.test_run_call_order__subtests) ... ok test_run_call_order__subtests_failfast (unittest.test.test_case.Test_TestCase.test_run_call_order__subtests_failfast) ... ok test_run_call_order__subtests_legacy (unittest.test.test_case.Test_TestCase.test_run_call_order__subtests_legacy) ... ok test_run_call_order__subtests_success (unittest.test.test_case.Test_TestCase.test_run_call_order__subtests_success) ... ok test_run_call_order__subtests_success_legacy (unittest.test.test_case.Test_TestCase.test_run_call_order__subtests_success_legacy) ... ok test_run_call_order_default_result (unittest.test.test_case.Test_TestCase.test_run_call_order_default_result) ... ok test_setUp (unittest.test.test_case.Test_TestCase.test_setUp) ... ok test_subtests_debug (unittest.test.test_case.Test_TestCase.test_subtests_debug) ... ok test_subtests_failfast (unittest.test.test_case.Test_TestCase.test_subtests_failfast) ... ok test_tearDown (unittest.test.test_case.Test_TestCase.test_tearDown) ... ok test_dunder_iter_data (unittest.test.testmock.testwith.TestMockOpen.test_dunder_iter_data) ... ok test_explicit_mock (unittest.test.testmock.testwith.TestMockOpen.test_explicit_mock) ... ok test_interleaved_reads (unittest.test.testmock.testwith.TestMockOpen.test_interleaved_reads) ... ok test_mock_open (unittest.test.testmock.testwith.TestMockOpen.test_mock_open) ... ok test_mock_open_context_manager (unittest.test.testmock.testwith.TestMockOpen.test_mock_open_context_manager) ... ok test_mock_open_context_manager_multiple_times (unittest.test.testmock.testwith.TestMockOpen.test_mock_open_context_manager_multiple_times) ... ok test_mock_open_read_with_argument (unittest.test.testmock.testwith.TestMockOpen.test_mock_open_read_with_argument) ... ok test_next_data (unittest.test.testmock.testwith.TestMockOpen.test_next_data) ... ok test_overriding_return_values (unittest.test.testmock.testwith.TestMockOpen.test_overriding_return_values) ... ok test_read_bytes (unittest.test.testmock.testwith.TestMockOpen.test_read_bytes) ... ok test_read_data (unittest.test.testmock.testwith.TestMockOpen.test_read_data) ... ok test_readline_bytes (unittest.test.testmock.testwith.TestMockOpen.test_readline_bytes) ... ok test_readline_data (unittest.test.testmock.testwith.TestMockOpen.test_readline_data) ... ok test_readlines_bytes (unittest.test.testmock.testwith.TestMockOpen.test_readlines_bytes) ... ok test_readlines_data (unittest.test.testmock.testwith.TestMockOpen.test_readlines_data) ... ok testContextManagerMocking (unittest.test.testmock.testwith.WithTest.testContextManagerMocking) ... ok test_context_manager_with_magic_mock (unittest.test.testmock.testwith.WithTest.test_context_manager_with_magic_mock) ... ok test_dict_context_manager (unittest.test.testmock.testwith.WithTest.test_dict_context_manager) ... ok test_double_patch_instance_method (unittest.test.testmock.testwith.WithTest.test_double_patch_instance_method) ... ok test_patch_object_with_statement (unittest.test.testmock.testwith.WithTest.test_patch_object_with_statement) ... ok test_with_statement (unittest.test.testmock.testwith.WithTest.test_with_statement) ... ok test_with_statement_as (unittest.test.testmock.testwith.WithTest.test_with_statement_as) ... ok test_with_statement_exception (unittest.test.testmock.testwith.WithTest.test_with_statement_exception) ... ok test_with_statement_imbricated (unittest.test.testmock.testwith.WithTest.test_with_statement_imbricated) ... ok test_with_statement_nested (unittest.test.testmock.testwith.WithTest.test_with_statement_nested) ... ok test_with_statement_same_attribute (unittest.test.testmock.testwith.WithTest.test_with_statement_same_attribute) ... ok test_with_statement_specified (unittest.test.testmock.testwith.WithTest.test_with_statement_specified) ... ok test_attribute_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable.test_attribute_chain_is_maintained) ... ok test_attributes_return_more_mocks_by_default (unittest.test.testmock.testsealable.TestSealable.test_attributes_return_more_mocks_by_default) ... ok test_call_chain_is_maintained (unittest.test.testmock.testsealable.TestSealable.test_call_chain_is_maintained) ... ok test_call_on_defined_sealed_mock_succeeds (unittest.test.testmock.testsealable.TestSealable.test_call_on_defined_sealed_mock_succeeds) ... ok test_call_on_sealed_mock_fails (unittest.test.testmock.testsealable.TestSealable.test_call_on_sealed_mock_fails) ... ok test_existing_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable.test_existing_attributes_allowed_after_seal) ... ok test_existing_attributes_can_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable.test_existing_attributes_can_be_set_on_seal) ... ok test_initialized_attributes_allowed_after_seal (unittest.test.testmock.testsealable.TestSealable.test_initialized_attributes_allowed_after_seal) ... ok test_integration_with_spec_att_definition (unittest.test.testmock.testsealable.TestSealable.test_integration_with_spec_att_definition) You are not restricted when using mock with spec ... ok test_integration_with_spec_method_definition (unittest.test.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition) You need to define the methods, even if they are in the spec ... ok test_integration_with_spec_method_definition_respects_spec (unittest.test.testmock.testsealable.TestSealable.test_integration_with_spec_method_definition_respects_spec) You cannot define methods out of the spec ... ok test_new_attributes_cannot_be_accessed_on_seal (unittest.test.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_accessed_on_seal) ... ok test_new_attributes_cannot_be_set_on_child_of_seal (unittest.test.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_child_of_seal) ... ok test_new_attributes_cannot_be_set_on_seal (unittest.test.testmock.testsealable.TestSealable.test_new_attributes_cannot_be_set_on_seal) ... ok test_seal_with_autospec (unittest.test.testmock.testsealable.TestSealable.test_seal_with_autospec) ... ok test_sealed_exception_has_attribute_name (unittest.test.testmock.testsealable.TestSealable.test_sealed_exception_has_attribute_name) ... ok test_seals_dont_recurse_on_manual_attributes (unittest.test.testmock.testsealable.TestSealable.test_seals_dont_recurse_on_manual_attributes) ... ok test_seals_recurse_on_added_attributes (unittest.test.testmock.testsealable.TestSealable.test_seals_recurse_on_added_attributes) ... ok test_seals_recurse_on_magic_methods (unittest.test.testmock.testsealable.TestSealable.test_seals_recurse_on_magic_methods) ... ok test_any (unittest.test.testmock.testhelpers.AnyTest.test_any) ... ok test_any_and_datetime (unittest.test.testmock.testhelpers.AnyTest.test_any_and_datetime) ... ok test_any_and_spec_set (unittest.test.testmock.testhelpers.AnyTest.test_any_and_spec_set) ... ok test_any_mock_calls_comparison_order (unittest.test.testmock.testhelpers.AnyTest.test_any_mock_calls_comparison_order) ... ok test_any_no_spec (unittest.test.testmock.testhelpers.AnyTest.test_any_no_spec) ... ok test_repr (unittest.test.testmock.testhelpers.AnyTest.test_repr) ... ok test_attribute_call (unittest.test.testmock.testhelpers.CallTest.test_attribute_call) ... ok test_call (unittest.test.testmock.testhelpers.CallTest.test_call) ... ok test_call_any (unittest.test.testmock.testhelpers.CallTest.test_call_any) ... ok test_call_list (unittest.test.testmock.testhelpers.CallTest.test_call_list) ... ok test_call_ne (unittest.test.testmock.testhelpers.CallTest.test_call_ne) ... ok test_call_non_tuples (unittest.test.testmock.testhelpers.CallTest.test_call_non_tuples) ... ok test_call_with_args (unittest.test.testmock.testhelpers.CallTest.test_call_with_args) ... ok test_call_with_args_call_empty_name (unittest.test.testmock.testhelpers.CallTest.test_call_with_args_call_empty_name) ... ok test_call_with_call (unittest.test.testmock.testhelpers.CallTest.test_call_with_call) ... ok test_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest.test_call_with_kwargs) ... ok test_call_with_name (unittest.test.testmock.testhelpers.CallTest.test_call_with_name) ... ok test_dunder_call (unittest.test.testmock.testhelpers.CallTest.test_dunder_call) ... ok test_empty__Call (unittest.test.testmock.testhelpers.CallTest.test_empty__Call) ... ok test_extended_call (unittest.test.testmock.testhelpers.CallTest.test_extended_call) ... ok test_extended_not_equal (unittest.test.testmock.testhelpers.CallTest.test_extended_not_equal) ... ok test_named_call_with_args (unittest.test.testmock.testhelpers.CallTest.test_named_call_with_args) ... ok test_named_call_with_kwargs (unittest.test.testmock.testhelpers.CallTest.test_named_call_with_kwargs) ... ok test_named_empty_call (unittest.test.testmock.testhelpers.CallTest.test_named_empty_call) ... ok test_nested_calls_not_equal (unittest.test.testmock.testhelpers.CallTest.test_nested_calls_not_equal) ... ok test_repr (unittest.test.testmock.testhelpers.CallTest.test_repr) ... ok test_two_args_call (unittest.test.testmock.testhelpers.CallTest.test_two_args_call) ... ok test_attributes (unittest.test.testmock.testhelpers.SpecSignatureTest.test_attributes) ... ok test_autospec_data_descriptor (unittest.test.testmock.testhelpers.SpecSignatureTest.test_autospec_data_descriptor) ... ok test_autospec_functions_with_self_in_odd_place (unittest.test.testmock.testhelpers.SpecSignatureTest.test_autospec_functions_with_self_in_odd_place) ... ok test_autospec_getattr_partial_function (unittest.test.testmock.testhelpers.SpecSignatureTest.test_autospec_getattr_partial_function) ... ok test_autospec_on_bound_builtin_function (unittest.test.testmock.testhelpers.SpecSignatureTest.test_autospec_on_bound_builtin_function) ... ok test_autospec_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest.test_autospec_reset_mock) ... ok test_autospec_signature_classmethod (unittest.test.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_classmethod) ... ok test_autospec_signature_staticmethod (unittest.test.testmock.testhelpers.SpecSignatureTest.test_autospec_signature_staticmethod) ... ok test_basic (unittest.test.testmock.testhelpers.SpecSignatureTest.test_basic) ... ok test_builtin_functions_types (unittest.test.testmock.testhelpers.SpecSignatureTest.test_builtin_functions_types) ... ok test_builtins (unittest.test.testmock.testhelpers.SpecSignatureTest.test_builtins) ... ok test_class_with_no_init (unittest.test.testmock.testhelpers.SpecSignatureTest.test_class_with_no_init) ... ok test_create_autospec_keyword_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_arguments) ... ok test_create_autospec_keyword_only_arguments (unittest.test.testmock.testhelpers.SpecSignatureTest.test_create_autospec_keyword_only_arguments) ... ok test_create_autospec_none (unittest.test.testmock.testhelpers.SpecSignatureTest.test_create_autospec_none) ... ok test_create_autospec_return_value (unittest.test.testmock.testhelpers.SpecSignatureTest.test_create_autospec_return_value) ... ok test_descriptors (unittest.test.testmock.testhelpers.SpecSignatureTest.test_descriptors) ... ok test_function (unittest.test.testmock.testhelpers.SpecSignatureTest.test_function) ... ok test_function_as_instance_attribute (unittest.test.testmock.testhelpers.SpecSignatureTest.test_function_as_instance_attribute) ... ok test_inherit (unittest.test.testmock.testhelpers.SpecSignatureTest.test_inherit) ... ok test_magic_methods (unittest.test.testmock.testhelpers.SpecSignatureTest.test_magic_methods) ... ok test_method_calls (unittest.test.testmock.testhelpers.SpecSignatureTest.test_method_calls) ... ok test_mocking_unbound_methods (unittest.test.testmock.testhelpers.SpecSignatureTest.test_mocking_unbound_methods) ... ok test_recursive (unittest.test.testmock.testhelpers.SpecSignatureTest.test_recursive) ... ok test_signature_callable (unittest.test.testmock.testhelpers.SpecSignatureTest.test_signature_callable) ... ok test_signature_class (unittest.test.testmock.testhelpers.SpecSignatureTest.test_signature_class) ... ok test_signature_noncallable (unittest.test.testmock.testhelpers.SpecSignatureTest.test_signature_noncallable) ... ok test_skip_attributeerrors (unittest.test.testmock.testhelpers.SpecSignatureTest.test_skip_attributeerrors) ... ok test_spec_as_list (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_as_list) ... ok test_spec_function_assert_any_call (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_any_call) ... ok test_spec_function_assert_has_calls (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_function_assert_has_calls) ... ok test_spec_function_no_name (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_function_no_name) ... ok test_spec_function_reset_mock (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_function_reset_mock) ... ok test_spec_has_descriptor_returning_function (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_has_descriptor_returning_function) ... ok test_spec_has_function_not_in_bases (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_has_function_not_in_bases) ... ok test_spec_inheritance_for_classes (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_inheritance_for_classes) ... ok test_spec_inspect_signature (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature) ... ok test_spec_inspect_signature_annotations (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_inspect_signature_annotations) ... ok test_spec_set (unittest.test.testmock.testhelpers.SpecSignatureTest.test_spec_set) ... ok test_args_list_contains_call_list (unittest.test.testmock.testhelpers.TestCallList.test_args_list_contains_call_list) ... ok test_call_list_str (unittest.test.testmock.testhelpers.TestCallList.test_call_list_str) ... ok test_propertymock (unittest.test.testmock.testhelpers.TestCallList.test_propertymock) ... ok test_propertymock_bare (unittest.test.testmock.testhelpers.TestCallList.test_propertymock_bare) ... ok test_propertymock_returnvalue (unittest.test.testmock.testhelpers.TestCallList.test_propertymock_returnvalue) ... ok test_propertymock_side_effect (unittest.test.testmock.testhelpers.TestCallList.test_propertymock_side_effect) ... ok test_call_magic_method (unittest.test.testmock.testhelpers.TestCallablePredicate.test_call_magic_method) ... ok test_classmethod (unittest.test.testmock.testhelpers.TestCallablePredicate.test_classmethod) ... ok test_non_callable_classmethod (unittest.test.testmock.testhelpers.TestCallablePredicate.test_non_callable_classmethod) ... ok test_non_callable_staticmethod (unittest.test.testmock.testhelpers.TestCallablePredicate.test_non_callable_staticmethod) ... ok test_staticmethod (unittest.test.testmock.testhelpers.TestCallablePredicate.test_staticmethod) ... ok test_type (unittest.test.testmock.testhelpers.TestCallablePredicate.test_type) ... ok test_attributes (unittest.test.testmock.testcallable.TestCallable.test_attributes) ... ok test_create_autospec (unittest.test.testmock.testcallable.TestCallable.test_create_autospec) ... ok test_create_autospec_instance (unittest.test.testmock.testcallable.TestCallable.test_create_autospec_instance) ... ok test_hierarchy (unittest.test.testmock.testcallable.TestCallable.test_hierarchy) ... ok test_non_callable (unittest.test.testmock.testcallable.TestCallable.test_non_callable) ... ok test_patch_spec (unittest.test.testmock.testcallable.TestCallable.test_patch_spec) ... ok test_patch_spec_callable_class (unittest.test.testmock.testcallable.TestCallable.test_patch_spec_callable_class) ... ok test_patch_spec_instance (unittest.test.testmock.testcallable.TestCallable.test_patch_spec_instance) ... ok test_patch_spec_set (unittest.test.testmock.testcallable.TestCallable.test_patch_spec_set) ... ok test_patch_spec_set_instance (unittest.test.testmock.testcallable.TestCallable.test_patch_spec_set_instance) ... ok test_subclasses (unittest.test.testmock.testcallable.TestCallable.test_subclasses) ... ok test_add_return_value (unittest.test.testmock.testasync.AsyncArguments.test_add_return_value) ... ok test_add_side_effect_coroutine (unittest.test.testmock.testasync.AsyncArguments.test_add_side_effect_coroutine) ... ok test_add_side_effect_exception (unittest.test.testmock.testasync.AsyncArguments.test_add_side_effect_exception) ... ok test_add_side_effect_exception_iterable (unittest.test.testmock.testasync.AsyncArguments.test_add_side_effect_exception_iterable) ... ok test_add_side_effect_iterable (unittest.test.testmock.testasync.AsyncArguments.test_add_side_effect_iterable) ... ok test_add_side_effect_normal_function (unittest.test.testmock.testasync.AsyncArguments.test_add_side_effect_normal_function) ... ok test_await_args_list_order (unittest.test.testmock.testasync.AsyncArguments.test_await_args_list_order) ... ok test_return_value_AsyncMock (unittest.test.testmock.testasync.AsyncArguments.test_return_value_AsyncMock) ... ok test_return_value_awaitable (unittest.test.testmock.testasync.AsyncArguments.test_return_value_awaitable) ... ok test_side_effect_awaitable_values (unittest.test.testmock.testasync.AsyncArguments.test_side_effect_awaitable_values) ... ok test_side_effect_is_AsyncMock (unittest.test.testmock.testasync.AsyncArguments.test_side_effect_is_AsyncMock) ... ok test_wraps_coroutine (unittest.test.testmock.testasync.AsyncArguments.test_wraps_coroutine) ... ok test_wraps_normal_function (unittest.test.testmock.testasync.AsyncArguments.test_wraps_normal_function) ... ok test_create_autospec (unittest.test.testmock.testasync.AsyncAutospecTest.test_create_autospec) ... ok test_create_autospec_awaitable_class (unittest.test.testmock.testasync.AsyncAutospecTest.test_create_autospec_awaitable_class) ... skipped 'Broken test from https://bugs.python.org/issue37251' test_create_autospec_instance (unittest.test.testmock.testasync.AsyncAutospecTest.test_create_autospec_instance) ... ok test_is_AsyncMock_patch (unittest.test.testmock.testasync.AsyncAutospecTest.test_is_AsyncMock_patch) ... ok test_patch_with_autospec (unittest.test.testmock.testasync.AsyncAutospecTest.test_patch_with_autospec) ... ok test_context_manager_raise_exception_by_default (unittest.test.testmock.testasync.AsyncContextManagerTest.test_context_manager_raise_exception_by_default) ... ok test_mock_customize_async_context_manager (unittest.test.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager) ... ok test_mock_customize_async_context_manager_with_coroutine (unittest.test.testmock.testasync.AsyncContextManagerTest.test_mock_customize_async_context_manager_with_coroutine) ... ok test_mock_supports_async_context_manager (unittest.test.testmock.testasync.AsyncContextManagerTest.test_mock_supports_async_context_manager) ... ok test_set_return_value_of_aenter (unittest.test.testmock.testasync.AsyncContextManagerTest.test_set_return_value_of_aenter) ... ok test_aiter_set_return_value (unittest.test.testmock.testasync.AsyncIteratorTest.test_aiter_set_return_value) ... ok test_mock_aiter_and_anext_asyncmock (unittest.test.testmock.testasync.AsyncIteratorTest.test_mock_aiter_and_anext_asyncmock) ... ok test_mock_async_for (unittest.test.testmock.testasync.AsyncIteratorTest.test_mock_async_for) ... ok test_async_magic_methods_return_async_mocks (unittest.test.testmock.testasync.AsyncMagicMethods.test_async_magic_methods_return_async_mocks) ... ok test_asyncmock_has_sync_magic_methods (unittest.test.testmock.testasync.AsyncMagicMethods.test_asyncmock_has_sync_magic_methods) ... ok test_magic_methods_are_async_functions (unittest.test.testmock.testasync.AsyncMagicMethods.test_magic_methods_are_async_functions) ... ok test_magicmock_has_async_magic_methods (unittest.test.testmock.testasync.AsyncMagicMethods.test_magicmock_has_async_magic_methods) ... ok test_sync_magic_methods_return_magic_mocks (unittest.test.testmock.testasync.AsyncMagicMethods.test_sync_magic_methods_return_magic_mocks) ... ok test_assert_any_wait (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_any_wait) ... ok test_assert_awaited (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_awaited) ... ok test_assert_awaited_but_not_called (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_awaited_but_not_called) ... ok test_assert_awaited_once (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_awaited_once) ... ok test_assert_awaited_once_with (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_awaited_once_with) ... ok test_assert_awaited_with (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_awaited_with) ... ok test_assert_called_and_awaited_at_same_time (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_called_and_awaited_at_same_time) ... ok test_assert_called_but_not_awaited (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_called_but_not_awaited) ... ok test_assert_called_once_and_awaited_twice (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_called_once_and_awaited_twice) ... ok test_assert_called_then_awaited (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_called_then_awaited) ... ok test_assert_called_twice_and_awaited_once (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_called_twice_and_awaited_once) ... ok test_assert_has_awaits_no_order (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_no_order) ... ok test_assert_has_awaits_not_matching_spec_error (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_not_matching_spec_error) ... ok test_assert_has_awaits_ordered (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_has_awaits_ordered) ... ok test_assert_has_calls_not_awaits (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_has_calls_not_awaits) ... ok test_assert_has_mock_calls_on_async_mock_no_spec (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_no_spec) ... ok test_assert_has_mock_calls_on_async_mock_with_spec (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_has_mock_calls_on_async_mock_with_spec) ... ok test_assert_not_awaited (unittest.test.testmock.testasync.AsyncMockAssert.test_assert_not_awaited) ... ok test_async_arg_lists (unittest.test.testmock.testasync.AsyncMockAssert.test_async_arg_lists) ... ok test_async_method_calls_recorded (unittest.test.testmock.testasync.AsyncMockAssert.test_async_method_calls_recorded) ... ok test_awaits_asserts_with_any (unittest.test.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_any) ... ok test_awaits_asserts_with_spec_and_any (unittest.test.testmock.testasync.AsyncMockAssert.test_awaits_asserts_with_spec_and_any) ... ok test_future_isfuture (unittest.test.testmock.testasync.AsyncMockTest.test_future_isfuture) ... ok test_isawaitable (unittest.test.testmock.testasync.AsyncMockTest.test_isawaitable) ... ok test_iscoroutinefunction_default (unittest.test.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_default) ... ok test_iscoroutinefunction_function (unittest.test.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_function) ... ok test_iscoroutinefunction_normal_function (unittest.test.testmock.testasync.AsyncMockTest.test_iscoroutinefunction_normal_function) ... ok test_async_def_cm (unittest.test.testmock.testasync.AsyncPatchCMTest.test_async_def_cm) ... ok test_is_AsyncMock_cm (unittest.test.testmock.testasync.AsyncPatchCMTest.test_is_AsyncMock_cm) ... ok test_is_async_cm (unittest.test.testmock.testasync.AsyncPatchCMTest.test_is_async_cm) ... ok test_is_async_function_cm (unittest.test.testmock.testasync.AsyncPatchCMTest.test_is_async_function_cm) ... ok test_patch_dict_async_def (unittest.test.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def) ... ok test_patch_dict_async_def_context (unittest.test.testmock.testasync.AsyncPatchCMTest.test_patch_dict_async_def_context) ... ok test_async_def_patch (unittest.test.testmock.testasync.AsyncPatchDecoratorTest.test_async_def_patch) ... ok test_is_AsyncMock_patch (unittest.test.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch) ... ok test_is_AsyncMock_patch_classmethod (unittest.test.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_classmethod) ... ok test_is_AsyncMock_patch_staticmethod (unittest.test.testmock.testasync.AsyncPatchDecoratorTest.test_is_AsyncMock_patch_staticmethod) ... ok test_is_async_patch (unittest.test.testmock.testasync.AsyncPatchDecoratorTest.test_is_async_patch) ... ok test_is_coroutine_function_patch (unittest.test.testmock.testasync.AsyncPatchDecoratorTest.test_is_coroutine_function_patch) ... ok test_is_AsyncMock_patch (unittest.test.testmock.testasync.AsyncSpecSetTest.test_is_AsyncMock_patch) ... ok test_is_async_AsyncMock (unittest.test.testmock.testasync.AsyncSpecSetTest.test_is_async_AsyncMock) ... ok test_is_child_AsyncMock (unittest.test.testmock.testasync.AsyncSpecSetTest.test_is_child_AsyncMock) ... ok test_magicmock_lambda_spec (unittest.test.testmock.testasync.AsyncSpecSetTest.test_magicmock_lambda_spec) ... ok test_spec_as_normal_kw_AsyncMock (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_as_normal_kw_AsyncMock) ... ok test_spec_as_normal_positional_AsyncMock (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_as_normal_positional_AsyncMock) ... ok test_spec_async_attributes (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_async_attributes) ... ok test_spec_async_mock (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_async_mock) ... ok test_spec_mock_type_kw (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_mock_type_kw) ... ok test_spec_mock_type_positional (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_mock_type_positional) ... ok test_spec_normal_methods_on_class (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class) ... ok test_spec_normal_methods_on_class_with_mock (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock) ... ok test_spec_normal_methods_on_class_with_mock_seal (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_normal_methods_on_class_with_mock_seal) ... ok test_spec_parent_not_async_attribute_is (unittest.test.testmock.testasync.AsyncSpecTest.test_spec_parent_not_async_attribute_is) ... ok test_target_async_spec_not (unittest.test.testmock.testasync.AsyncSpecTest.test_target_async_spec_not) ... ok test_target_not_async_spec_is (unittest.test.testmock.testasync.AsyncSpecTest.test_target_not_async_spec_is) ... ok test__name__ (unittest.test.testmock.testmock.MockTest.test__name__) ... ok test_adding_child_mock (unittest.test.testmock.testmock.MockTest.test_adding_child_mock) ... ok test_adding_return_value_mock (unittest.test.testmock.testmock.MockTest.test_adding_return_value_mock) ... ok test_all (unittest.test.testmock.testmock.MockTest.test_all) ... ok test_arg_lists (unittest.test.testmock.testmock.MockTest.test_arg_lists) ... ok test_assert_any_call (unittest.test.testmock.testmock.MockTest.test_assert_any_call) ... ok test_assert_any_call_with_function_spec (unittest.test.testmock.testmock.MockTest.test_assert_any_call_with_function_spec) ... ok test_assert_called (unittest.test.testmock.testmock.MockTest.test_assert_called) ... ok test_assert_called_exception_message (unittest.test.testmock.testmock.MockTest.test_assert_called_exception_message) ... ok test_assert_called_once (unittest.test.testmock.testmock.MockTest.test_assert_called_once) ... ok test_assert_called_once_message (unittest.test.testmock.testmock.MockTest.test_assert_called_once_message) ... ok test_assert_called_once_message_not_called (unittest.test.testmock.testmock.MockTest.test_assert_called_once_message_not_called) ... ok test_assert_called_once_with (unittest.test.testmock.testmock.MockTest.test_assert_called_once_with) ... ok test_assert_called_once_with_call_list (unittest.test.testmock.testmock.MockTest.test_assert_called_once_with_call_list) ... ok test_assert_called_once_with_function_spec (unittest.test.testmock.testmock.MockTest.test_assert_called_once_with_function_spec) ... ok test_assert_called_once_with_message (unittest.test.testmock.testmock.MockTest.test_assert_called_once_with_message) ... ok test_assert_called_with (unittest.test.testmock.testmock.MockTest.test_assert_called_with) ... ok test_assert_called_with_any (unittest.test.testmock.testmock.MockTest.test_assert_called_with_any) ... ok test_assert_called_with_failure_message (unittest.test.testmock.testmock.MockTest.test_assert_called_with_failure_message) ... ok test_assert_called_with_function_spec (unittest.test.testmock.testmock.MockTest.test_assert_called_with_function_spec) ... ok test_assert_called_with_message (unittest.test.testmock.testmock.MockTest.test_assert_called_with_message) ... ok test_assert_called_with_method_spec (unittest.test.testmock.testmock.MockTest.test_assert_called_with_method_spec) ... ok test_assert_has_calls (unittest.test.testmock.testmock.MockTest.test_assert_has_calls) ... ok test_assert_has_calls_any_order (unittest.test.testmock.testmock.MockTest.test_assert_has_calls_any_order) ... ok test_assert_has_calls_nested_spec (unittest.test.testmock.testmock.MockTest.test_assert_has_calls_nested_spec) ... ok test_assert_has_calls_nested_without_spec (unittest.test.testmock.testmock.MockTest.test_assert_has_calls_nested_without_spec) ... ok test_assert_has_calls_not_matching_spec_error (unittest.test.testmock.testmock.MockTest.test_assert_has_calls_not_matching_spec_error) ... ok test_assert_has_calls_with_function_spec (unittest.test.testmock.testmock.MockTest.test_assert_has_calls_with_function_spec) ... ok test_assert_not_called (unittest.test.testmock.testmock.MockTest.test_assert_not_called) ... ok test_assert_not_called_message (unittest.test.testmock.testmock.MockTest.test_assert_not_called_message) ... ok test_attach_mock (unittest.test.testmock.testmock.MockTest.test_attach_mock) ... ok test_attach_mock_patch_autospec (unittest.test.testmock.testmock.MockTest.test_attach_mock_patch_autospec) ... ok test_attach_mock_patch_autospec_signature (unittest.test.testmock.testmock.MockTest.test_attach_mock_patch_autospec_signature) ... ok test_attach_mock_return_value (unittest.test.testmock.testmock.MockTest.test_attach_mock_return_value) ... ok test_attribute_access_returns_mocks (unittest.test.testmock.testmock.MockTest.test_attribute_access_returns_mocks) ... ok test_attribute_deletion (unittest.test.testmock.testmock.MockTest.test_attribute_deletion) ... ok test_attributes_have_name_and_parent_set (unittest.test.testmock.testmock.MockTest.test_attributes_have_name_and_parent_set) ... ok test_autospec_mock (unittest.test.testmock.testmock.MockTest.test_autospec_mock) ... ok test_autospec_side_effect (unittest.test.testmock.testmock.MockTest.test_autospec_side_effect) ... ok test_autospec_side_effect_exception (unittest.test.testmock.testmock.MockTest.test_autospec_side_effect_exception) ... ok test_baseexceptional_side_effect (unittest.test.testmock.testmock.MockTest.test_baseexceptional_side_effect) ... ok test_bool_not_called_when_passing_spec_arg (unittest.test.testmock.testmock.MockTest.test_bool_not_called_when_passing_spec_arg) ... ok test_call (unittest.test.testmock.testmock.MockTest.test_call) ... ok test_call_args_comparison (unittest.test.testmock.testmock.MockTest.test_call_args_comparison) ... ok test_call_args_two_tuple (unittest.test.testmock.testmock.MockTest.test_call_args_two_tuple) ... ok test_calls_equal_with_any (unittest.test.testmock.testmock.MockTest.test_calls_equal_with_any) ... ok test_change_return_value_via_delegate (unittest.test.testmock.testmock.MockTest.test_change_return_value_via_delegate) ... ok test_change_side_effect_via_delegate (unittest.test.testmock.testmock.MockTest.test_change_side_effect_via_delegate) ... ok test_child_mock_call_equal (unittest.test.testmock.testmock.MockTest.test_child_mock_call_equal) ... ok test_class_assignable (unittest.test.testmock.testmock.MockTest.test_class_assignable) ... ok test_configure_mock (unittest.test.testmock.testmock.MockTest.test_configure_mock) ... ok test_constructor (unittest.test.testmock.testmock.MockTest.test_constructor) ... ok test_copy (unittest.test.testmock.testmock.MockTest.test_copy) ... ok test_create_autospec_classmethod_and_staticmethod (unittest.test.testmock.testmock.MockTest.test_create_autospec_classmethod_and_staticmethod) ... ok test_create_autospec_with_name (unittest.test.testmock.testmock.MockTest.test_create_autospec_with_name) ... ok test_customize_wrapped_object_with_return_value (unittest.test.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value) ... ok test_customize_wrapped_object_with_return_value_and_side_effect (unittest.test.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect) ... ok test_customize_wrapped_object_with_return_value_and_side_effect2 (unittest.test.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect2) ... ok test_customize_wrapped_object_with_return_value_and_side_effect_default (unittest.test.testmock.testmock.MockTest.test_customize_wrapped_object_with_return_value_and_side_effect_default) ... ok test_customize_wrapped_object_with_side_effect_exception (unittest.test.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_exception) ... ok test_customize_wrapped_object_with_side_effect_function (unittest.test.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_function) ... ok test_customize_wrapped_object_with_side_effect_iterable (unittest.test.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable) ... ok test_customize_wrapped_object_with_side_effect_iterable_with_default (unittest.test.testmock.testmock.MockTest.test_customize_wrapped_object_with_side_effect_iterable_with_default) ... ok test_dir (unittest.test.testmock.testmock.MockTest.test_dir) ... ok test_dir_does_not_include_deleted_attributes (unittest.test.testmock.testmock.MockTest.test_dir_does_not_include_deleted_attributes) ... ok test_dir_from_spec (unittest.test.testmock.testmock.MockTest.test_dir_from_spec) ... ok test_exceptional_side_effect (unittest.test.testmock.testmock.MockTest.test_exceptional_side_effect) ... ok test_filter_dir (unittest.test.testmock.testmock.MockTest.test_filter_dir) ... ok test_from_spec (unittest.test.testmock.testmock.MockTest.test_from_spec) ... ok test_isinstance_under_settrace (unittest.test.testmock.testmock.MockTest.test_isinstance_under_settrace) ... ok test_magic_method_wraps_class (unittest.test.testmock.testmock.MockTest.test_magic_method_wraps_class) ... ok test_magic_method_wraps_dict (unittest.test.testmock.testmock.MockTest.test_magic_method_wraps_dict) ... ok test_magic_methods_mock_calls (unittest.test.testmock.testmock.MockTest.test_magic_methods_mock_calls) ... ok test_manager_mock (unittest.test.testmock.testmock.MockTest.test_manager_mock) ... ok test_method_calls_compare_easily (unittest.test.testmock.testmock.MockTest.test_method_calls_compare_easily) ... ok test_method_calls_recorded (unittest.test.testmock.testmock.MockTest.test_method_calls_recorded) ... ok test_misspelled_arguments (unittest.test.testmock.testmock.MockTest.test_misspelled_arguments) ... ok test_mock_add_spec (unittest.test.testmock.testmock.MockTest.test_mock_add_spec) ... ok test_mock_add_spec_magic_methods (unittest.test.testmock.testmock.MockTest.test_mock_add_spec_magic_methods) ... ok test_mock_call_not_equal_leaf (unittest.test.testmock.testmock.MockTest.test_mock_call_not_equal_leaf) ... ok test_mock_call_not_equal_non_leaf (unittest.test.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf) ... ok test_mock_call_not_equal_non_leaf_attr (unittest.test.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_attr) ... ok test_mock_call_not_equal_non_leaf_call_versus_attr (unittest.test.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_call_versus_attr) ... ok test_mock_call_not_equal_non_leaf_params_different (unittest.test.testmock.testmock.MockTest.test_mock_call_not_equal_non_leaf_params_different) ... ok test_mock_call_repr (unittest.test.testmock.testmock.MockTest.test_mock_call_repr) ... ok test_mock_call_repr_loop (unittest.test.testmock.testmock.MockTest.test_mock_call_repr_loop) ... ok test_mock_calls (unittest.test.testmock.testmock.MockTest.test_mock_calls) ... ok test_mock_calls_contains (unittest.test.testmock.testmock.MockTest.test_mock_calls_contains) ... ok test_mock_calls_create_autospec (unittest.test.testmock.testmock.MockTest.test_mock_calls_create_autospec) ... ok test_mock_does_not_raise_on_repeated_attribute_deletion (unittest.test.testmock.testmock.MockTest.test_mock_does_not_raise_on_repeated_attribute_deletion) ... ok test_mock_open_after_eof (unittest.test.testmock.testmock.MockTest.test_mock_open_after_eof) ... ok test_mock_open_alter_readline (unittest.test.testmock.testmock.MockTest.test_mock_open_alter_readline) ... ok test_mock_open_dunder_iter_issue (unittest.test.testmock.testmock.MockTest.test_mock_open_dunder_iter_issue) ... ok test_mock_open_next_with_readline_with_return_value (unittest.test.testmock.testmock.MockTest.test_mock_open_next_with_readline_with_return_value) ... ok test_mock_open_reuse_issue_21750 (unittest.test.testmock.testmock.MockTest.test_mock_open_reuse_issue_21750) ... ok test_mock_open_using_next (unittest.test.testmock.testmock.MockTest.test_mock_open_using_next) ... ok test_mock_open_write (unittest.test.testmock.testmock.MockTest.test_mock_open_write) ... ok test_mock_parents (unittest.test.testmock.testmock.MockTest.test_mock_parents) ... ok test_mock_raises_when_deleting_nonexistent_attribute (unittest.test.testmock.testmock.MockTest.test_mock_raises_when_deleting_nonexistent_attribute) ... ok test_mock_safe_with_spec (unittest.test.testmock.testmock.MockTest.test_mock_safe_with_spec) ... ok test_mock_unsafe (unittest.test.testmock.testmock.MockTest.test_mock_unsafe) ... ok test_name_attribute_of_call (unittest.test.testmock.testmock.MockTest.test_name_attribute_of_call) ... ok test_only_allowed_methods_exist (unittest.test.testmock.testmock.MockTest.test_only_allowed_methods_exist) ... ok test_ordered_call_signature (unittest.test.testmock.testmock.MockTest.test_ordered_call_signature) ... ok test_override_tuple_methods (unittest.test.testmock.testmock.MockTest.test_override_tuple_methods) ... ok test_parent_attribute_of_call (unittest.test.testmock.testmock.MockTest.test_parent_attribute_of_call) ... ok test_parent_propagation_with_autospec_attach_mock (unittest.test.testmock.testmock.MockTest.test_parent_propagation_with_autospec_attach_mock) ... ok test_parent_propagation_with_create_autospec (unittest.test.testmock.testmock.MockTest.test_parent_propagation_with_create_autospec) ... ok test_repr (unittest.test.testmock.testmock.MockTest.test_repr) ... ok test_repr_with_spec (unittest.test.testmock.testmock.MockTest.test_repr_with_spec) ... ok test_reset_mock (unittest.test.testmock.testmock.MockTest.test_reset_mock) ... ok test_reset_mock_does_not_raise_on_attr_deletion (unittest.test.testmock.testmock.MockTest.test_reset_mock_does_not_raise_on_attr_deletion) ... ok test_reset_mock_on_mock_open_issue_18622 (unittest.test.testmock.testmock.MockTest.test_reset_mock_on_mock_open_issue_18622) ... ok test_reset_mock_recursion (unittest.test.testmock.testmock.MockTest.test_reset_mock_recursion) ... ok test_reset_return (unittest.test.testmock.testmock.MockTest.test_reset_return) ... ok test_reset_return_sideeffect (unittest.test.testmock.testmock.MockTest.test_reset_return_sideeffect) ... ok test_reset_return_with_children (unittest.test.testmock.testmock.MockTest.test_reset_return_with_children) ... ok test_reset_return_with_children_side_effect (unittest.test.testmock.testmock.MockTest.test_reset_return_with_children_side_effect) ... ok test_reset_sideeffect (unittest.test.testmock.testmock.MockTest.test_reset_sideeffect) ... ok test_return_value_in_constructor (unittest.test.testmock.testmock.MockTest.test_return_value_in_constructor) ... ok test_setting_attribute_with_spec_set (unittest.test.testmock.testmock.MockTest.test_setting_attribute_with_spec_set) ... ok test_setting_call (unittest.test.testmock.testmock.MockTest.test_setting_call) ... ok test_side_effect (unittest.test.testmock.testmock.MockTest.test_side_effect) ... ok test_side_effect_iterator (unittest.test.testmock.testmock.MockTest.test_side_effect_iterator) ... ok test_side_effect_iterator_default (unittest.test.testmock.testmock.MockTest.test_side_effect_iterator_default) ... ok test_side_effect_iterator_exceptions (unittest.test.testmock.testmock.MockTest.test_side_effect_iterator_exceptions) ... ok test_side_effect_setting_iterator (unittest.test.testmock.testmock.MockTest.test_side_effect_setting_iterator) ... ok test_spec_class (unittest.test.testmock.testmock.MockTest.test_spec_class) ... ok test_spec_class_no_object_base (unittest.test.testmock.testmock.MockTest.test_spec_class_no_object_base) ... ok test_spec_list_subclass (unittest.test.testmock.testmock.MockTest.test_spec_list_subclass) ... ok test_subclass_with_properties (unittest.test.testmock.testmock.MockTest.test_subclass_with_properties) ... ok test_subclassing (unittest.test.testmock.testmock.MockTest.test_subclassing) ... ok test_wraps_attributes (unittest.test.testmock.testmock.MockTest.test_wraps_attributes) ... ok test_wraps_call_with_nondefault_return_value (unittest.test.testmock.testmock.MockTest.test_wraps_call_with_nondefault_return_value) ... ok test_wraps_calls (unittest.test.testmock.testmock.MockTest.test_wraps_calls) ... ok test_wraps_prevents_automatic_creation_of_mocks (unittest.test.testmock.testmock.MockTest.test_wraps_prevents_automatic_creation_of_mocks) ... ok testBases (unittest.test.testmock.testsentinel.SentinelTest.testBases) ... ok testCopy (unittest.test.testmock.testsentinel.SentinelTest.testCopy) ... ok testDEFAULT (unittest.test.testmock.testsentinel.SentinelTest.testDEFAULT) ... ok testPickle (unittest.test.testmock.testsentinel.SentinelTest.testPickle) ... ok testSentinelName (unittest.test.testmock.testsentinel.SentinelTest.testSentinelName) ... ok testSentinels (unittest.test.testmock.testsentinel.SentinelTest.testSentinels) ... ok test_asyncmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_asyncmock_defaults) ... ok test_attributes_and_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_attributes_and_return_value) ... ok test_bound_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_bound_methods) ... ok test_changing_magic_set_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_changing_magic_set_in_initialization) ... ok test_comparison (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_comparison) ... ok test_deleting_magic_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_deleting_magic_methods) ... ok test_descriptor_from_class (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_descriptor_from_class) ... ok test_dict_methods (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_dict_methods) ... ok test_dir (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_dir) ... ok test_division (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_division) ... ok test_divmod_and_rdivmod (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_divmod_and_rdivmod) ... ok test_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_equality) ... ok test_hash (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_hash) ... ok test_iterable_as_iter_return_value (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_iterable_as_iter_return_value) ... ok test_len_contains_iter (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_len_contains_iter) ... ok test_magic_in_initialization (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_in_initialization) ... ok test_magic_method_reset_mock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_reset_mock) ... ok test_magic_method_type (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_type) ... ok test_magic_method_wrapping (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_method_wrapping) ... ok test_magic_methods_and_spec (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec) ... ok test_magic_methods_and_spec_set (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_and_spec_set) ... ok test_magic_methods_are_magic_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_are_magic_mocks) ... ok test_magic_methods_fspath (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_fspath) ... ok test_magic_methods_isolated_between_mocks (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_methods_isolated_between_mocks) ... ok test_magic_mock_equality (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magic_mock_equality) ... ok test_magicmock (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock) ... ok test_magicmock_defaults (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_defaults) ... ok test_magicmock_del (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_magicmock_del) ... ok test_matmul (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_matmul) ... ok test_nonzero (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_nonzero) ... ok test_numeric (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_numeric) ... ok test_repr (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_repr) ... ok test_setting_unsupported_magic_method (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_setting_unsupported_magic_method) ... ok test_str (unittest.test.testmock.testmagicmethods.TestMockingMagicMethods.test_str) ... ok test_autospec (unittest.test.testmock.testpatch.PatchTest.test_autospec) ... ok test_autospec_classmethod (unittest.test.testmock.testpatch.PatchTest.test_autospec_classmethod) ... ok test_autospec_classmethod_signature (unittest.test.testmock.testpatch.PatchTest.test_autospec_classmethod_signature) ... ok test_autospec_function (unittest.test.testmock.testpatch.PatchTest.test_autospec_function) ... ok test_autospec_inherits (unittest.test.testmock.testpatch.PatchTest.test_autospec_inherits) ... ok test_autospec_keywords (unittest.test.testmock.testpatch.PatchTest.test_autospec_keywords) ... ok test_autospec_name (unittest.test.testmock.testpatch.PatchTest.test_autospec_name) ... ok test_autospec_staticmethod (unittest.test.testmock.testpatch.PatchTest.test_autospec_staticmethod) ... ok test_autospec_staticmethod_signature (unittest.test.testmock.testpatch.PatchTest.test_autospec_staticmethod_signature) ... ok test_autospec_with_new (unittest.test.testmock.testpatch.PatchTest.test_autospec_with_new) ... ok test_autospec_with_object (unittest.test.testmock.testpatch.PatchTest.test_autospec_with_object) ... ok test_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest.test_callable_spec_as_list) ... ok test_cant_set_kwargs_when_passing_a_mock (unittest.test.testmock.testpatch.PatchTest.test_cant_set_kwargs_when_passing_a_mock) ... ok test_create_and_specs (unittest.test.testmock.testpatch.PatchTest.test_create_and_specs) ... ok test_dotted_but_module_not_loaded (unittest.test.testmock.testpatch.PatchTest.test_dotted_but_module_not_loaded) ... ok test_falsey_spec (unittest.test.testmock.testpatch.PatchTest.test_falsey_spec) ... ok test_get_only_proxy (unittest.test.testmock.testpatch.PatchTest.test_get_only_proxy) ... ok test_get_set_delete_proxy (unittest.test.testmock.testpatch.PatchTest.test_get_set_delete_proxy) ... ok test_invalid_target (unittest.test.testmock.testpatch.PatchTest.test_invalid_target) ... ok test_mock_calls_with_patch (unittest.test.testmock.testpatch.PatchTest.test_mock_calls_with_patch) ... ok test_multiple_patchobject (unittest.test.testmock.testpatch.PatchTest.test_multiple_patchobject) ... ok test_multiple_specs (unittest.test.testmock.testpatch.PatchTest.test_multiple_specs) ... ok test_name_preserved (unittest.test.testmock.testpatch.PatchTest.test_name_preserved) ... ok test_nested_patch_failure (unittest.test.testmock.testpatch.PatchTest.test_nested_patch_failure) ... ok test_nested_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest.test_nested_patch_with_spec_as_list) ... ok test_new_callable_class_decorating (unittest.test.testmock.testpatch.PatchTest.test_new_callable_class_decorating) ... ok test_new_callable_create (unittest.test.testmock.testpatch.PatchTest.test_new_callable_create) ... ok test_new_callable_failure (unittest.test.testmock.testpatch.PatchTest.test_new_callable_failure) ... ok test_new_callable_incompatible_with_autospec (unittest.test.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_autospec) ... ok test_new_callable_incompatible_with_new (unittest.test.testmock.testpatch.PatchTest.test_new_callable_incompatible_with_new) ... ok test_new_callable_inherit_for_mocks (unittest.test.testmock.testpatch.PatchTest.test_new_callable_inherit_for_mocks) ... ok test_new_callable_inherit_non_mock (unittest.test.testmock.testpatch.PatchTest.test_new_callable_inherit_non_mock) ... ok test_new_callable_keyword_arguments (unittest.test.testmock.testpatch.PatchTest.test_new_callable_keyword_arguments) ... ok test_new_callable_patch (unittest.test.testmock.testpatch.PatchTest.test_new_callable_patch) ... ok test_new_callable_patch_object (unittest.test.testmock.testpatch.PatchTest.test_new_callable_patch_object) ... ok test_new_callable_spec (unittest.test.testmock.testpatch.PatchTest.test_new_callable_spec) ... ok test_not_callable_spec_as_list (unittest.test.testmock.testpatch.PatchTest.test_not_callable_spec_as_list) ... ok test_object_lookup_is_quite_lazy (unittest.test.testmock.testpatch.PatchTest.test_object_lookup_is_quite_lazy) ... ok test_patch (unittest.test.testmock.testpatch.PatchTest.test_patch) ... ok test_patch_and_patch_dict_stopall (unittest.test.testmock.testpatch.PatchTest.test_patch_and_patch_dict_stopall) ... ok test_patch_builtins_without_create (unittest.test.testmock.testpatch.PatchTest.test_patch_builtins_without_create) ... ok test_patch_class_acts_with_spec_is_inherited (unittest.test.testmock.testpatch.PatchTest.test_patch_class_acts_with_spec_is_inherited) ... ok test_patch_class_attribute (unittest.test.testmock.testpatch.PatchTest.test_patch_class_attribute) ... ok test_patch_class_decorator (unittest.test.testmock.testpatch.PatchTest.test_patch_class_decorator) ... ok test_patch_dict (unittest.test.testmock.testpatch.PatchTest.test_patch_dict) ... ok test_patch_dict_as_context_manager (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_as_context_manager) ... ok test_patch_dict_class_decorator (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_class_decorator) ... ok test_patch_dict_decorator_resolution (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_decorator_resolution) ... ok test_patch_dict_keyword_args (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_keyword_args) ... ok test_patch_dict_start_stop (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_start_stop) ... ok test_patch_dict_stop_without_start (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_stop_without_start) ... ok test_patch_dict_stopall (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_stopall) ... ok test_patch_dict_test_prefix (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_test_prefix) ... ok test_patch_dict_with_clear (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_with_clear) ... ok test_patch_dict_with_container_object (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_with_container_object) ... ok test_patch_dict_with_container_object_and_clear (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_with_container_object_and_clear) ... ok test_patch_dict_with_string (unittest.test.testmock.testpatch.PatchTest.test_patch_dict_with_string) ... ok test_patch_imports_lazily (unittest.test.testmock.testpatch.PatchTest.test_patch_imports_lazily) ... ok test_patch_keyword_args (unittest.test.testmock.testpatch.PatchTest.test_patch_keyword_args) ... ok test_patch_local (unittest.test.testmock.testpatch.PatchTest.test_patch_local) ... ok test_patch_multiple (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple) ... ok test_patch_multiple_create (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_create) ... ok test_patch_multiple_create_mocks (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks) ... ok test_patch_multiple_create_mocks_different_order (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_different_order) ... ok test_patch_multiple_create_mocks_patcher (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_create_mocks_patcher) ... ok test_patch_multiple_decorating_class (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_decorating_class) ... ok test_patch_multiple_failure (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_failure) ... ok test_patch_multiple_new_callable (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_new_callable) ... ok test_patch_multiple_new_callable_failure (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_new_callable_failure) ... ok test_patch_multiple_no_kwargs (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_no_kwargs) ... ok test_patch_multiple_spec_set (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_spec_set) ... ok test_patch_multiple_stacked_decorators (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_stacked_decorators) ... ok test_patch_multiple_string_subclasses (unittest.test.testmock.testpatch.PatchTest.test_patch_multiple_string_subclasses) ... ok test_patch_nested_autospec_repr (unittest.test.testmock.testpatch.PatchTest.test_patch_nested_autospec_repr) ... ok test_patch_object_keyword_args (unittest.test.testmock.testpatch.PatchTest.test_patch_object_keyword_args) ... ok test_patch_object_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest.test_patch_object_with_spec_as_boolean) ... ok test_patch_orderdict (unittest.test.testmock.testpatch.PatchTest.test_patch_orderdict) ... ok test_patch_propagates_exc_on_exit (unittest.test.testmock.testpatch.PatchTest.test_patch_propagates_exc_on_exit) ... ok test_patch_slots (unittest.test.testmock.testpatch.PatchTest.test_patch_slots) ... ok test_patch_spec_set (unittest.test.testmock.testpatch.PatchTest.test_patch_spec_set) ... ok test_patch_start_stop (unittest.test.testmock.testpatch.PatchTest.test_patch_start_stop) ... ok test_patch_stopall (unittest.test.testmock.testpatch.PatchTest.test_patch_stopall) ... ok test_patch_test_prefix (unittest.test.testmock.testpatch.PatchTest.test_patch_test_prefix) ... ok test_patch_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest.test_patch_with_create_mocks_non_existent_attributes) ... ok test_patch_with_exception (unittest.test.testmock.testpatch.PatchTest.test_patch_with_exception) ... ok test_patch_with_spec (unittest.test.testmock.testpatch.PatchTest.test_patch_with_spec) ... ok test_patch_with_spec_as_boolean (unittest.test.testmock.testpatch.PatchTest.test_patch_with_spec_as_boolean) ... ok test_patch_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest.test_patch_with_spec_as_list) ... ok test_patch_with_spec_mock_repr (unittest.test.testmock.testpatch.PatchTest.test_patch_with_spec_mock_repr) ... ok test_patch_with_static_methods (unittest.test.testmock.testpatch.PatchTest.test_patch_with_static_methods) ... ok test_patch_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest.test_patch_wont_create_by_default) ... ok test_patchobject_class_decorator (unittest.test.testmock.testpatch.PatchTest.test_patchobject_class_decorator) ... ok test_patchobject_start_stop (unittest.test.testmock.testpatch.PatchTest.test_patchobject_start_stop) ... ok test_patchobject_twice (unittest.test.testmock.testpatch.PatchTest.test_patchobject_twice) ... ok test_patchobject_with_create_mocks_non_existent_attributes (unittest.test.testmock.testpatch.PatchTest.test_patchobject_with_create_mocks_non_existent_attributes) ... ok test_patchobject_with_default_mock (unittest.test.testmock.testpatch.PatchTest.test_patchobject_with_default_mock) ... ok test_patchobject_with_none (unittest.test.testmock.testpatch.PatchTest.test_patchobject_with_none) ... ok test_patchobject_with_spec (unittest.test.testmock.testpatch.PatchTest.test_patchobject_with_spec) ... ok test_patchobject_with_spec_as_list (unittest.test.testmock.testpatch.PatchTest.test_patchobject_with_spec_as_list) ... ok test_patchobject_with_string_as_target (unittest.test.testmock.testpatch.PatchTest.test_patchobject_with_string_as_target) ... ok test_patchobject_wont_create_by_default (unittest.test.testmock.testpatch.PatchTest.test_patchobject_wont_create_by_default) ... ok test_single_patchobject (unittest.test.testmock.testpatch.PatchTest.test_single_patchobject) ... ok test_spec_set_inherit (unittest.test.testmock.testpatch.PatchTest.test_spec_set_inherit) ... ok test_spec_set_true (unittest.test.testmock.testpatch.PatchTest.test_spec_set_true) ... ok test_special_attrs (unittest.test.testmock.testpatch.PatchTest.test_special_attrs) ... ok test_specs_false_instead_of_none (unittest.test.testmock.testpatch.PatchTest.test_specs_false_instead_of_none) ... ok test_stop_idempotent (unittest.test.testmock.testpatch.PatchTest.test_stop_idempotent) ... ok test_stop_without_start (unittest.test.testmock.testpatch.PatchTest.test_stop_without_start) ... ok test_stopall_lifo (unittest.test.testmock.testpatch.PatchTest.test_stopall_lifo) ... ok test_tracebacks (unittest.test.testmock.testpatch.PatchTest.test_tracebacks) ... ok ---------------------------------------------------------------------- Ran 1020 tests in 1.339s OK (skipped=3) 0:00:03 load avg: 3.34 [ 8/432] test_doctest test_empty_namespace_package (test.test_doctest.TestDocTestFinder.test_empty_namespace_package) ... ok test_issue35753 (test.test_doctest.TestDocTestFinder.test_issue35753) ... 1 items had no tests: dummy 0 tests in 1 items. 0 passed and 0 failed. Test passed. doctest (dummy) ... 0 tests with zero failures ok DebugRunner (doctest) Doctest: doctest.DebugRunner ... ok debug (doctest.DocTestCase) Doctest: doctest.DocTestCase.debug ... ok DocTestRunner (doctest) Doctest: doctest.DocTestRunner ... ok _TestClass (doctest) Doctest: doctest._TestClass ... ok __init__ (doctest._TestClass) Doctest: doctest._TestClass.__init__ ... ok get (doctest._TestClass) Doctest: doctest._TestClass.get ... ok square (doctest._TestClass) Doctest: doctest._TestClass.square ... ok blank lines (doctest.__test__) Doctest: doctest.__test__.blank lines ... ok bool-int equivalence (doctest.__test__) Doctest: doctest.__test__.bool-int equivalence ... ok ellipsis (doctest.__test__) Doctest: doctest.__test__.ellipsis ... ok string (doctest.__test__) Doctest: doctest.__test__.string ... ok whitespace normalization (doctest.__test__) Doctest: doctest.__test__.whitespace normalization ... ok _ellipsis_match (doctest) Doctest: doctest._ellipsis_match ... ok script_from_examples (doctest) Doctest: doctest.script_from_examples ... ok set_unittest_reportflags (doctest) Doctest: doctest.set_unittest_reportflags ... ok SampleClass (test.test_doctest) Doctest: test.test_doctest.SampleClass ... ok NestedClass (test.test_doctest.SampleClass) Doctest: test.test_doctest.SampleClass.NestedClass ... ok __init__ (test.test_doctest.SampleClass.NestedClass) Doctest: test.test_doctest.SampleClass.NestedClass.__init__ ... ok __init__ (test.test_doctest.SampleClass) Doctest: test.test_doctest.SampleClass.__init__ ... ok a_classmethod (test.test_doctest.SampleClass) Doctest: test.test_doctest.SampleClass.a_classmethod ... ok a_classmethod_property (test.test_doctest.SampleClass) Doctest: test.test_doctest.SampleClass.a_classmethod_property ... ok a_property (test.test_doctest.SampleClass) Doctest: test.test_doctest.SampleClass.a_property ... ok a_staticmethod (test.test_doctest.SampleClass) Doctest: test.test_doctest.SampleClass.a_staticmethod ... ok double (test.test_doctest.SampleClass) Doctest: test.test_doctest.SampleClass.double ... ok get (test.test_doctest.SampleClass) Doctest: test.test_doctest.SampleClass.get ... ok SampleNewStyleClass (test.test_doctest) Doctest: test.test_doctest.SampleNewStyleClass ... ok __init__ (test.test_doctest.SampleNewStyleClass) Doctest: test.test_doctest.SampleNewStyleClass.__init__ ... ok double (test.test_doctest.SampleNewStyleClass) Doctest: test.test_doctest.SampleNewStyleClass.double ... ok get (test.test_doctest.SampleNewStyleClass) Doctest: test.test_doctest.SampleNewStyleClass.get ... ok sample_func (test.test_doctest) Doctest: test.test_doctest.sample_func ... ok test_CLI (test.test_doctest) Doctest: test.test_doctest.test_CLI ... ok test_DocFileSuite (test.test_doctest) Doctest: test.test_doctest.test_DocFileSuite ... ok test_DocTest (test.test_doctest) Doctest: test.test_doctest.test_DocTest ... ok basics (test.test_doctest.test_DocTestFinder) Doctest: test.test_doctest.test_DocTestFinder.basics ... ok non_Python_modules (test.test_doctest.test_DocTestFinder) Doctest: test.test_doctest.test_DocTestFinder.non_Python_modules ... ok test_DocTestParser (test.test_doctest) Doctest: test.test_doctest.test_DocTestParser ... ok basics (test.test_doctest.test_DocTestRunner) Doctest: test.test_doctest.test_DocTestRunner.basics ... ok displayhook (test.test_doctest.test_DocTestRunner) Doctest: test.test_doctest.test_DocTestRunner.displayhook ... ok exceptions (test.test_doctest.test_DocTestRunner) Doctest: test.test_doctest.test_DocTestRunner.exceptions ... ok option_directives (test.test_doctest.test_DocTestRunner) Doctest: test.test_doctest.test_DocTestRunner.option_directives ... ok optionflags (test.test_doctest.test_DocTestRunner) Doctest: test.test_doctest.test_DocTestRunner.optionflags ... ok verbose_flag (test.test_doctest.test_DocTestRunner) Doctest: test.test_doctest.test_DocTestRunner.verbose_flag ... ok test_DocTestSuite (test.test_doctest) Doctest: test.test_doctest.test_DocTestSuite ... ok test_Example (test.test_doctest) Doctest: test.test_doctest.test_Example ... ok test_debug (test.test_doctest) Doctest: test.test_doctest.test_debug ... ok test_lineendings (test.test_doctest) Doctest: test.test_doctest.test_lineendings ... ok test_look_in_unwrapped (test.test_doctest) Doctest: test.test_doctest.test_look_in_unwrapped ... ok test_no_trailing_whitespace_stripping (test.test_doctest) Doctest: test.test_doctest.test_no_trailing_whitespace_stripping ... ok test_pdb_set_trace (test.test_doctest) Doctest: test.test_doctest.test_pdb_set_trace ... ok test_pdb_set_trace_nested (test.test_doctest) Doctest: test.test_doctest.test_pdb_set_trace_nested ... ok test_run_doctestsuite_multiple_times (test.test_doctest) Doctest: test.test_doctest.test_run_doctestsuite_multiple_times ... ok test_testfile (test.test_doctest) Doctest: test.test_doctest.test_testfile ... ok test_testmod (test.test_doctest) Doctest: test.test_doctest.test_testmod ... ok test_testsource (test.test_doctest) Doctest: test.test_doctest.test_testsource ... ok test_trailing_space_in_test (test.test_doctest) Doctest: test.test_doctest.test_trailing_space_in_test ... ok test_unicode (test.test_doctest) Doctest: test.test_doctest.test_unicode ... ok test_unittest_reportflags (test.test_doctest) Doctest: test.test_doctest.test_unittest_reportflags ... ok ---------------------------------------------------------------------- Ran 59 tests in 0.448s OK 0:00:03 load avg: 3.34 [ 9/432] test_doctest2 test_testmod (test.test_doctest2.Test.test_testmod) ... Trying: print('yup') # 1 Expecting: yup ok Trying: print(C()) # 2 Expecting: 42 ok Trying: print("In D!") # 5 Expecting: In D! ok Trying: print(3) # 6 Expecting: 3 ok Trying: print(C()) # 3 Expecting: 42 ok Trying: print(C()) # 4 Expecting: 42 ok Trying: print(C.clsm(22)) # 18 Expecting: 22 ok Trying: print(C().clsm(23)) # 19 Expecting: 23 ok Trying: c = C() # 7 Expecting nothing ok Trying: c.x = 12 # 8 Expecting nothing ok Trying: print(c.x) # 9 Expecting: -12 ok Trying: c = C() # 10 Expecting nothing ok Trying: c.x = 12 # 11 Expecting nothing ok Trying: print(c.x) # 12 Expecting: -12 ok Trying: print(C.statm()) # 16 Expecting: 666 ok Trying: print(C().statm()) # 17 Expecting: 666 ok Trying: c = C() # 13 Expecting nothing ok Trying: c.x = 12 # 14 Expecting nothing ok Trying: print(c.x) # 15 Expecting: -12 ok 2 items had no tests: test.test_doctest2.Test test.test_doctest2.Test.test_testmod 11 items passed all tests: 1 tests in test.test_doctest2 1 tests in test.test_doctest2.C 1 tests in test.test_doctest2.C.D 1 tests in test.test_doctest2.C.D.nested 1 tests in test.test_doctest2.C.__init__ 1 tests in test.test_doctest2.C.__str__ 2 tests in test.test_doctest2.C.clsm 3 tests in test.test_doctest2.C.getx 3 tests in test.test_doctest2.C.setx 2 tests in test.test_doctest2.C.statm 3 tests in test.test_doctest2.C.x 19 tests in 13 items. 19 passed and 0 failed. Test passed. ok ---------------------------------------------------------------------- Ran 1 test in 0.001s OK 0:00:03 load avg: 3.34 [ 10/432] test_support test_CleanImport (test.test_support.TestSupport.test_CleanImport) ... ok test_DirsOnSysPath (test.test_support.TestSupport.test_DirsOnSysPath) ... ok test_HOST (test.test_support.TestSupport.test_HOST) ... ok test_args_from_interpreter_flags (test.test_support.TestSupport.test_args_from_interpreter_flags) ... ok test_bind_port (test.test_support.TestSupport.test_bind_port) ... ok test_captured_stderr (test.test_support.TestSupport.test_captured_stderr) ... ok test_captured_stdin (test.test_support.TestSupport.test_captured_stdin) ... ok test_captured_stdout (test.test_support.TestSupport.test_captured_stdout) ... ok test_change_cwd (test.test_support.TestSupport.test_change_cwd) ... ok test_change_cwd__chdir_warning (test.test_support.TestSupport.test_change_cwd__chdir_warning) Check the warning message when os.chdir() fails. ... ok test_change_cwd__non_existent_dir (test.test_support.TestSupport.test_change_cwd__non_existent_dir) Test passing a non-existent directory. ... ok test_change_cwd__non_existent_dir__quiet_true (test.test_support.TestSupport.test_change_cwd__non_existent_dir__quiet_true) Test passing a non-existent directory with quiet=True. ... ok test_check__all__ (test.test_support.TestSupport.test_check__all__) ... ok test_check_syntax_error (test.test_support.TestSupport.test_check_syntax_error) ... ok test_detect_api_mismatch (test.test_support.TestSupport.test_detect_api_mismatch) ... ok test_detect_api_mismatch__ignore (test.test_support.TestSupport.test_detect_api_mismatch__ignore) ... ok test_fd_count (test.test_support.TestSupport.test_fd_count) ... ok test_find_unused_port (test.test_support.TestSupport.test_find_unused_port) ... ok test_forget (test.test_support.TestSupport.test_forget) ... ok test_gc_collect (test.test_support.TestSupport.test_gc_collect) ... ok test_get_attribute (test.test_support.TestSupport.test_get_attribute) ... ok test_get_original_stdout (test.test_support.TestSupport.test_get_original_stdout) ... skipped 'failing buildbots' test_has_strftime_extensions (test.test_support.TestSupport.test_has_strftime_extensions) ... ok test_ignored_deprecations_are_silent (test.test_support.TestSupport.test_ignored_deprecations_are_silent) Test support.ignore_deprecations_from() silences warnings ... ok test_import_fresh_module (test.test_support.TestSupport.test_import_fresh_module) ... ok test_import_module (test.test_support.TestSupport.test_import_module) ... ok test_make_bad_fd (test.test_support.TestSupport.test_make_bad_fd) ... ok test_match_test (test.test_support.TestSupport.test_match_test) ... ok test_optim_args_from_interpreter_flags (test.test_support.TestSupport.test_optim_args_from_interpreter_flags) ... ok test_print_warning (test.test_support.TestSupport.test_print_warning) ... ok test_python_is_optimized (test.test_support.TestSupport.test_python_is_optimized) ... ok test_reap_children (test.test_support.TestSupport.test_reap_children) ... ok test_rmtree (test.test_support.TestSupport.test_rmtree) ... ok test_sortdict (test.test_support.TestSupport.test_sortdict) ... ok test_swap_attr (test.test_support.TestSupport.test_swap_attr) ... ok test_swap_item (test.test_support.TestSupport.test_swap_item) ... ok test_temp_cwd (test.test_support.TestSupport.test_temp_cwd) ... ok test_temp_cwd__name_none (test.test_support.TestSupport.test_temp_cwd__name_none) Test passing None to temp_cwd(). ... ok test_temp_dir (test.test_support.TestSupport.test_temp_dir) Test that temp_dir() creates and destroys its directory. ... ok test_temp_dir__existing_dir__quiet_default (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_default) Test passing a directory that already exists. ... ok test_temp_dir__existing_dir__quiet_true (test.test_support.TestSupport.test_temp_dir__existing_dir__quiet_true) Test passing a directory that already exists with quiet=True. ... ok test_temp_dir__forked_child (test.test_support.TestSupport.test_temp_dir__forked_child) Test that a forked child process does not remove the directory. ... ok test_temp_dir__path_none (test.test_support.TestSupport.test_temp_dir__path_none) Test passing no path. ... ok test_unlink (test.test_support.TestSupport.test_unlink) ... ok test_unload (test.test_support.TestSupport.test_unload) ... ok ---------------------------------------------------------------------- Ran 45 tests in 1.603s OK (skipped=1) 0:00:05 load avg: 3.34 [ 11/432] test___all__ test_all (test.test___all__.AllTest.test_all) ... __hello__ __phello__ __phello__.ham __phello__.ham.eggs __phello__.spam _aix_support _bootsubprocess _collections_abc _compat_pickle _compression _markupbase _osx_support _py_abc _pydecimal _pyio _sitebuiltins _strptime _threading_local _weakrefset abc aifc antigravity argparse ast asynchat asyncio asyncio.__main__ asyncio.base_events asyncio.base_futures asyncio.base_subprocess asyncio.base_tasks asyncio.constants asyncio.coroutines asyncio.events asyncio.exceptions asyncio.format_helpers asyncio.futures asyncio.locks asyncio.log asyncio.mixins asyncio.proactor_events asyncio.protocols asyncio.queues asyncio.runners asyncio.selector_events asyncio.sslproto asyncio.staggered asyncio.streams asyncio.subprocess asyncio.taskgroups asyncio.tasks asyncio.threads asyncio.timeouts asyncio.transports asyncio.trsock asyncio.unix_events asyncio.windows_events asyncio.windows_utils asyncore base64 bdb bisect bz2 cProfile calendar cgi cgitb chunk cmd code codecs codeop collections collections.abc colorsys compileall concurrent concurrent.futures concurrent.futures._base concurrent.futures.process concurrent.futures.thread configparser contextlib contextvars copy copyreg crypt csv ctypes ctypes._aix ctypes._endian ctypes.macholib ctypes.macholib.dyld ctypes.macholib.dylib ctypes.macholib.framework ctypes.test ctypes.test.__main__ ctypes.test.test_anon ctypes.test.test_array_in_pointer ctypes.test.test_arrays ctypes.test.test_as_parameter ctypes.test.test_bitfields ctypes.test.test_buffers ctypes.test.test_bytes ctypes.test.test_byteswap ctypes.test.test_callbacks ctypes.test.test_cast ctypes.test.test_cfuncs ctypes.test.test_checkretval ctypes.test.test_delattr ctypes.test.test_errno ctypes.test.test_find ctypes.test.test_frombuffer ctypes.test.test_funcptr ctypes.test.test_functions ctypes.test.test_incomplete ctypes.test.test_init ctypes.test.test_internals ctypes.test.test_keeprefs ctypes.test.test_libc ctypes.test.test_loading ctypes.test.test_macholib ctypes.test.test_memfunctions ctypes.test.test_numbers ctypes.test.test_objects ctypes.test.test_parameters ctypes.test.test_pep3118 ctypes.test.test_pickling ctypes.test.test_pointers ctypes.test.test_prototypes ctypes.test.test_python_api ctypes.test.test_random_things ctypes.test.test_refcounts ctypes.test.test_repr ctypes.test.test_returnfuncptrs ctypes.test.test_simplesubclasses ctypes.test.test_sizes ctypes.test.test_slicing ctypes.test.test_stringptr ctypes.test.test_strings ctypes.test.test_struct_fields ctypes.test.test_structures ctypes.test.test_unaligned_structures ctypes.test.test_unicode ctypes.test.test_values ctypes.test.test_varsize_struct ctypes.test.test_win32 ctypes.test.test_wintypes ctypes.util ctypes.wintypes curses curses.ascii curses.has_key curses.panel curses.textpad dataclasses datetime dbm dbm.dumb dbm.gnu dbm.ndbm decimal difflib dis distutils distutils._msvccompiler distutils.archive_util distutils.bcppcompiler distutils.ccompiler distutils.cmd distutils.command distutils.command.bdist distutils.command.bdist_dumb distutils.command.bdist_rpm distutils.command.build distutils.command.build_clib distutils.command.build_ext distutils.command.build_py distutils.command.build_scripts distutils.command.check distutils.command.clean distutils.command.config distutils.command.install distutils.command.install_data distutils.command.install_egg_info distutils.command.install_headers distutils.command.install_lib distutils.command.install_scripts distutils.command.register distutils.command.sdist distutils.command.upload distutils.config distutils.core distutils.cygwinccompiler distutils.debug distutils.dep_util distutils.dir_util distutils.dist distutils.errors distutils.extension distutils.fancy_getopt distutils.file_util distutils.filelist distutils.log distutils.msvc9compiler distutils.msvccompiler distutils.spawn distutils.sysconfig distutils.tests distutils.tests.support distutils.tests.test_archive_util distutils.tests.test_bdist distutils.tests.test_bdist_dumb distutils.tests.test_bdist_rpm distutils.tests.test_build distutils.tests.test_build_clib distutils.tests.test_build_ext distutils.tests.test_build_py distutils.tests.test_build_scripts distutils.tests.test_check distutils.tests.test_clean distutils.tests.test_cmd distutils.tests.test_config distutils.tests.test_config_cmd distutils.tests.test_core distutils.tests.test_cygwinccompiler distutils.tests.test_dep_util distutils.tests.test_dir_util distutils.tests.test_dist distutils.tests.test_extension distutils.tests.test_file_util distutils.tests.test_filelist distutils.tests.test_install distutils.tests.test_install_data distutils.tests.test_install_headers distutils.tests.test_install_lib distutils.tests.test_install_scripts distutils.tests.test_log distutils.tests.test_msvc9compiler distutils.tests.test_msvccompiler distutils.tests.test_register distutils.tests.test_sdist distutils.tests.test_spawn distutils.tests.test_sysconfig distutils.tests.test_text_file distutils.tests.test_unixccompiler distutils.tests.test_upload distutils.tests.test_util distutils.tests.test_version distutils.tests.test_versionpredicate distutils.text_file distutils.unixccompiler distutils.util distutils.version distutils.versionpredicate doctest email email._encoded_words email._header_value_parser email._parseaddr email._policybase email.base64mime email.charset email.contentmanager email.encoders email.errors email.feedparser email.generator email.header email.headerregistry email.iterators email.message email.mime email.mime.application email.mime.audio email.mime.base email.mime.image email.mime.message email.mime.multipart email.mime.nonmultipart email.mime.text email.parser email.policy email.quoprimime email.utils encodings 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 ensurepip.__main__ ensurepip._uninstall enum filecmp fileinput fnmatch fractions ftplib functools genericpath getopt getpass gettext glob graphlib gzip hashlib heapq hmac html html.entities html.parser http http.client http.cookiejar http.cookies http.server idlelib idlelib.__main__ idlelib.autocomplete 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 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 imaplib imghdr imp importlib importlib._abc importlib._bootstrap importlib._bootstrap_external importlib.abc importlib.machinery importlib.metadata importlib.metadata._adapters importlib.metadata._collections importlib.metadata._functools importlib.metadata._itertools importlib.metadata._meta importlib.metadata._text importlib.readers importlib.resources importlib.resources._adapters importlib.resources._common importlib.resources._itertools importlib.resources._legacy importlib.resources.abc importlib.resources.readers importlib.resources.simple importlib.simple importlib.util inspect io ipaddress json json.decoder json.encoder json.scanner json.tool keyword lib2to3 lib2to3.__main__ lib2to3.btm_matcher lib2to3.btm_utils lib2to3.fixer_base lib2to3.fixer_util lib2to3.fixes lib2to3.fixes.fix_apply lib2to3.fixes.fix_asserts lib2to3.fixes.fix_basestring lib2to3.fixes.fix_buffer lib2to3.fixes.fix_dict lib2to3.fixes.fix_except lib2to3.fixes.fix_exec lib2to3.fixes.fix_execfile lib2to3.fixes.fix_exitfunc lib2to3.fixes.fix_filter lib2to3.fixes.fix_funcattrs lib2to3.fixes.fix_future lib2to3.fixes.fix_getcwdu lib2to3.fixes.fix_has_key lib2to3.fixes.fix_idioms lib2to3.fixes.fix_import lib2to3.fixes.fix_imports lib2to3.fixes.fix_imports2 lib2to3.fixes.fix_input lib2to3.fixes.fix_intern lib2to3.fixes.fix_isinstance lib2to3.fixes.fix_itertools lib2to3.fixes.fix_itertools_imports lib2to3.fixes.fix_long lib2to3.fixes.fix_map lib2to3.fixes.fix_metaclass lib2to3.fixes.fix_methodattrs lib2to3.fixes.fix_ne lib2to3.fixes.fix_next lib2to3.fixes.fix_nonzero lib2to3.fixes.fix_numliterals lib2to3.fixes.fix_operator lib2to3.fixes.fix_paren lib2to3.fixes.fix_print lib2to3.fixes.fix_raise lib2to3.fixes.fix_raw_input lib2to3.fixes.fix_reduce lib2to3.fixes.fix_reload lib2to3.fixes.fix_renames lib2to3.fixes.fix_repr lib2to3.fixes.fix_set_literal lib2to3.fixes.fix_standarderror lib2to3.fixes.fix_sys_exc lib2to3.fixes.fix_throw lib2to3.fixes.fix_tuple_params lib2to3.fixes.fix_types lib2to3.fixes.fix_unicode lib2to3.fixes.fix_urllib lib2to3.fixes.fix_ws_comma lib2to3.fixes.fix_xrange lib2to3.fixes.fix_xreadlines lib2to3.fixes.fix_zip lib2to3.main lib2to3.patcomp lib2to3.pgen2 lib2to3.pgen2.conv lib2to3.pgen2.driver lib2to3.pgen2.grammar lib2to3.pgen2.literals lib2to3.pgen2.parse lib2to3.pgen2.pgen lib2to3.pgen2.token lib2to3.pgen2.tokenize lib2to3.pygram lib2to3.pytree lib2to3.refactor lib2to3.tests lib2to3.tests.__main__ lib2to3.tests.pytree_idempotency lib2to3.tests.support lib2to3.tests.test_all_fixers lib2to3.tests.test_fixers lib2to3.tests.test_main lib2to3.tests.test_parser lib2to3.tests.test_pytree lib2to3.tests.test_refactor lib2to3.tests.test_util linecache locale logging logging.config logging.handlers lzma mailbox mailcap mimetypes modulefinder msilib msilib.schema msilib.sequence msilib.text multiprocessing multiprocessing.connection multiprocessing.context multiprocessing.dummy multiprocessing.dummy.connection multiprocessing.forkserver multiprocessing.heap multiprocessing.managers multiprocessing.pool multiprocessing.popen_fork multiprocessing.popen_forkserver multiprocessing.popen_spawn_posix multiprocessing.popen_spawn_win32 multiprocessing.process multiprocessing.queues multiprocessing.reduction multiprocessing.resource_sharer multiprocessing.resource_tracker multiprocessing.shared_memory multiprocessing.sharedctypes multiprocessing.spawn multiprocessing.synchronize multiprocessing.util netrc nntplib ntpath nturl2path numbers opcode operator optparse os pathlib pdb pickle pickletools pipes pkgutil platform plistlib poplib posixpath pprint profile pstats pty py_compile pyclbr pydoc pydoc_data pydoc_data.topics queue quopri random re re._casefix re._compiler re._constants re._parser reprlib rlcompleter runpy sched secrets selectors shelve shlex shutil signal site smtpd smtplib sndhdr socket socketserver sqlite3 sqlite3.dbapi2 sqlite3.dump sre_compile sre_constants sre_parse ssl stat statistics string stringprep struct subprocess sunau symtable sysconfig tabnanny tarfile telnetlib tempfile test test.__main__ test._test_atexit test._test_eintr test._test_embed_set_config test._test_embed_structseq test._test_multiprocessing test._test_venv_multiprocessing test._typed_dict_helper test.ann_module test.ann_module2 test.ann_module3 test.ann_module4 test.ann_module5 test.ann_module6 test.ann_module7 test.ann_module8 test.audiotests test.audit-tests test.autotest test.bad_coding test.bad_coding2 test.badsyntax_3131 test.badsyntax_future10 test.badsyntax_future3 test.badsyntax_future4 test.badsyntax_future5 test.badsyntax_future6 test.badsyntax_future7 test.badsyntax_future8 test.badsyntax_future9 test.badsyntax_pep3120 test.bisect_cmd test.coding20731 test.curses_tests test.dataclass_module_1 test.dataclass_module_1_str test.dataclass_module_2 test.dataclass_module_2_str test.dataclass_textanno test.datetimetester test.dis_module test.doctest_aliases test.doctest_lineno test.double_const test.encoded_modules test.encoded_modules.module_iso_8859_1 test.encoded_modules.module_koi8_r test.final_a test.final_b test.fork_wait test.future_test1 test.future_test2 test.gdb_sample test.imp_dummy test.inspect_fodder test.inspect_fodder2 test.inspect_stock_annotations test.inspect_stringized_annotations test.inspect_stringized_annotations_2 test.leakers test.leakers.test_ctypes test.leakers.test_selftype test.libregrtest test.libregrtest.cmdline test.libregrtest.main test.libregrtest.pgo test.libregrtest.refleak test.libregrtest.runtest test.libregrtest.runtest_mp test.libregrtest.save_env test.libregrtest.setup test.libregrtest.utils test.libregrtest.win_utils test.list_tests test.lock_tests test.make_ssl_certs test.mapping_tests test.memory_watchdog test.mock_socket test.mod_generics_cache test.mp_fork_bomb test.mp_preload test.multibytecodec_support test.pickletester test.profilee test.pyclbr_input test.pydoc_mod test.pydocfodder test.pythoninfo test.re_tests test.regrtest test.relimport test.reperf test.sample_doctest test.sample_doctest_no_docstrings test.sample_doctest_no_doctests test.seq_tests test.signalinterproctester test.sortperf test.ssl_servers test.ssltests test.string_tests test.support test.support.bytecode_helper test.support.hashlib_helper test.support.import_helper test.support.interpreters test.support.logging_helper test.support.os_helper test.support.script_helper test.support.socket_helper test.support.testresult test.support.threading_helper test.support.warnings_helper test.test___all__ test.test___future__ test.test__locale test.test__opcode test.test__osx_support test.test__xxsubinterpreters test.test_abc test.test_abstract_numbers test.test_aifc test.test_argparse test.test_array test.test_asdl_parser test.test_ast test.test_asyncgen test.test_asynchat 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_events test.test_asyncio.test_futures test.test_asyncio.test_futures2 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_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_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_asyncore test.test_atexit test.test_audioop 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_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.test_codecs test.test_capi.test_eval_code_ex test.test_capi.test_getargs test.test_capi.test_misc test.test_capi.test_structmembers test.test_capi.test_unicode test.test_cgi test.test_cgitb test.test_charmapcodec test.test_check_c_globals 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_complex test.test_concurrent_futures 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_crashers test.test_crypt test.test_csv test.test_ctypes test.test_curses test.test_dataclasses test.test_datetime test.test_dbm test.test_dbm_dumb test.test_dbm_gnu test.test_dbm_ndbm 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_dict_version test.test_dictcomps test.test_dictviews test.test_difflib test.test_dis test.test_distutils test.test_doctest test.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_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_frozen test.test_fstring test.test_ftplib test.test_funcattrs test.test_functools test.test_future test.test_future3 test.test_future4 test.test_future5 test.test_gc test.test_gdb 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 FAIL ====================================================================== FAIL: test_all (test.test___all__.AllTest.test_all) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test___all__.py", line 129, in test_all self.check_all(modname) File "/build/python/src/Python-3.11.5/Lib/test/test___all__.py", line 43, in check_all with warnings_helper.check_warnings( File "/build/python/src/Python-3.11.5/Lib/contextlib.py", line 144, in __exit__ next(self.gen) File "/build/python/src/Python-3.11.5/Lib/test/support/warnings_helper.py", line 185, in _filterwarnings raise AssertionError("unhandled warning %s" % reraise[0]) AssertionError: unhandled warning {message : DeprecationWarning("invalid escape sequence '\\?'"), category : 'DeprecationWarning', filename : '/build/python/src/Python-3.11.5/Lib/test/test_httpservers.py', lineno : 445, line : None} ---------------------------------------------------------------------- Ran 1 test in 0.621s FAILED (failures=1) test test___all__ failed 0:00:05 load avg: 3.34 [ 12/432/1] test___future__ -- test___all__ failed (1 failure) test_attributes (test.test___future__.FutureTest.test_attributes) ... ok test_names (test.test___future__.FutureTest.test_names) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.000s OK 0:00:06 load avg: 3.34 [ 13/432/1] test__locale test_float_parsing (test.test__locale._LocaleTests.test_float_parsing) ... skipped 'no suitable locales' test_lc_numeric_basic (test.test__locale._LocaleTests.test_lc_numeric_basic) ... skipped 'no suitable locales' test_lc_numeric_localeconv (test.test__locale._LocaleTests.test_lc_numeric_localeconv) ... skipped 'no suitable locales' test_lc_numeric_nl_langinfo (test.test__locale._LocaleTests.test_lc_numeric_nl_langinfo) ... skipped 'no suitable locales' ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK (skipped=4) 0:00:06 load avg: 3.34 [ 14/432/1] test__opcode test_stack_effect (test.test__opcode.OpcodeTests.test_stack_effect) ... ok test_stack_effect_jump (test.test__opcode.OpcodeTests.test_stack_effect_jump) ... ok test_specialization_stats (test.test__opcode.SpecializationStatsTests.test_specialization_stats) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.002s OK 0:00:06 load avg: 3.34 [ 15/432/1] test__osx_support test__check_for_unavailable_sdk (test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk) ... skipped 'requires OS X' test__check_for_unavailable_sdk_alternate (test.test__osx_support.Test_OSXSupport.test__check_for_unavailable_sdk_alternate) ... skipped 'requires OS X' test__find_appropriate_compiler (test.test__osx_support.Test_OSXSupport.test__find_appropriate_compiler) ... skipped 'requires OS X' test__find_build_tool (test.test__osx_support.Test_OSXSupport.test__find_build_tool) ... skipped 'requires OS X' test__find_executable (test.test__osx_support.Test_OSXSupport.test__find_executable) ... skipped 'requires OS X' test__get_system_version (test.test__osx_support.Test_OSXSupport.test__get_system_version) ... skipped 'requires OS X' test__override_all_archs (test.test__osx_support.Test_OSXSupport.test__override_all_archs) ... skipped 'requires OS X' test__read_output (test.test__osx_support.Test_OSXSupport.test__read_output) ... skipped 'requires OS X' test__remove_original_values (test.test__osx_support.Test_OSXSupport.test__remove_original_values) ... skipped 'requires OS X' test__remove_universal_flags (test.test__osx_support.Test_OSXSupport.test__remove_universal_flags) ... skipped 'requires OS X' test__remove_universal_flags_alternate (test.test__osx_support.Test_OSXSupport.test__remove_universal_flags_alternate) ... skipped 'requires OS X' test__remove_unsupported_archs (test.test__osx_support.Test_OSXSupport.test__remove_unsupported_archs) ... skipped 'requires OS X' test__save_modified_value (test.test__osx_support.Test_OSXSupport.test__save_modified_value) ... skipped 'requires OS X' test__save_modified_value_unchanged (test.test__osx_support.Test_OSXSupport.test__save_modified_value_unchanged) ... skipped 'requires OS X' test__supports_universal_builds (test.test__osx_support.Test_OSXSupport.test__supports_universal_builds) ... skipped 'requires OS X' test_get_platform_osx (test.test__osx_support.Test_OSXSupport.test_get_platform_osx) ... skipped 'requires OS X' ---------------------------------------------------------------------- Ran 16 tests in 0.000s OK (skipped=16) 0:00:06 load avg: 3.34 [ 16/432/1] test__xxsubinterpreters test_bad_id (test.test__xxsubinterpreters.ChannelIDTests.test_bad_id) ... ok test_bad_kwargs (test.test__xxsubinterpreters.ChannelIDTests.test_bad_kwargs) ... ok test_coerce_id (test.test__xxsubinterpreters.ChannelIDTests.test_coerce_id) ... ok test_default_kwargs (test.test__xxsubinterpreters.ChannelIDTests.test_default_kwargs) ... ok test_does_not_exist (test.test__xxsubinterpreters.ChannelIDTests.test_does_not_exist) ... ok test_equality (test.test__xxsubinterpreters.ChannelIDTests.test_equality) ... ok test_repr (test.test__xxsubinterpreters.ChannelIDTests.test_repr) ... ok test_str (test.test__xxsubinterpreters.ChannelIDTests.test_str) ... ok test_with_kwargs (test.test__xxsubinterpreters.ChannelIDTests.test_with_kwargs) ... ok test_by_unassociated_interp (test.test__xxsubinterpreters.ChannelReleaseTests.test_by_unassociated_interp) ... ok test_close_if_unassociated (test.test__xxsubinterpreters.ChannelReleaseTests.test_close_if_unassociated) ... ok test_multiple_times (test.test__xxsubinterpreters.ChannelReleaseTests.test_multiple_times) ... ok test_multiple_users (test.test__xxsubinterpreters.ChannelReleaseTests.test_multiple_users) ... ok test_never_used (test.test__xxsubinterpreters.ChannelReleaseTests.test_never_used) ... ok test_no_kwargs (test.test__xxsubinterpreters.ChannelReleaseTests.test_no_kwargs) ... ok test_partially (test.test__xxsubinterpreters.ChannelReleaseTests.test_partially) ... ok test_single_user (test.test__xxsubinterpreters.ChannelReleaseTests.test_single_user) ... ok test_used_multiple_times_by_single_user (test.test__xxsubinterpreters.ChannelReleaseTests.test_used_multiple_times_by_single_user) ... ok test_with_unused_items (test.test__xxsubinterpreters.ChannelReleaseTests.test_with_unused_items) ... ok test_channel_list_interpreters_basic (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_basic) Test basic listing channel interpreters. ... ok test_channel_list_interpreters_closed (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_closed) Test listing channel interpreters with a closed channel. ... ok test_channel_list_interpreters_closed_send_end (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_closed_send_end) Test listing channel interpreters with a channel's send end closed. ... ok test_channel_list_interpreters_destroyed (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_destroyed) Test listing channel interpreters with a destroyed interpreter. ... ok test_channel_list_interpreters_invalid_args (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_invalid_args) ... ok test_channel_list_interpreters_invalid_channel (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_invalid_channel) ... ok test_channel_list_interpreters_multiple (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_multiple) Test listing interpreters for a channel with many associations. ... ok test_channel_list_interpreters_none (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_none) Test listing interpreters for a channel with no associations. ... ok test_channel_list_interpreters_released (test.test__xxsubinterpreters.ChannelTests.test_channel_list_interpreters_released) Test listing channel interpreters with a released channel. ... ok test_close_both_with_unused_items_forced (test.test__xxsubinterpreters.ChannelTests.test_close_both_with_unused_items_forced) ... ok test_close_both_with_unused_items_unforced (test.test__xxsubinterpreters.ChannelTests.test_close_both_with_unused_items_unforced) ... ok test_close_by_unassociated_interp (test.test__xxsubinterpreters.ChannelTests.test_close_by_unassociated_interp) ... ok test_close_defaults_with_unused_items (test.test__xxsubinterpreters.ChannelTests.test_close_defaults_with_unused_items) ... ok test_close_empty (test.test__xxsubinterpreters.ChannelTests.test_close_empty) ... ok test_close_multiple_times (test.test__xxsubinterpreters.ChannelTests.test_close_multiple_times) ... ok test_close_multiple_users (test.test__xxsubinterpreters.ChannelTests.test_close_multiple_users) ... ok test_close_never_used (test.test__xxsubinterpreters.ChannelTests.test_close_never_used) ... ok test_close_recv_with_unused_items_forced (test.test__xxsubinterpreters.ChannelTests.test_close_recv_with_unused_items_forced) ... ok test_close_recv_with_unused_items_unforced (test.test__xxsubinterpreters.ChannelTests.test_close_recv_with_unused_items_unforced) ... ok test_close_send_with_unused_items_forced (test.test__xxsubinterpreters.ChannelTests.test_close_send_with_unused_items_forced) ... ok test_close_send_with_unused_items_unforced (test.test__xxsubinterpreters.ChannelTests.test_close_send_with_unused_items_unforced) ... ok test_close_single_user (test.test__xxsubinterpreters.ChannelTests.test_close_single_user) ... ok test_close_used_multiple_times_by_single_user (test.test__xxsubinterpreters.ChannelTests.test_close_used_multiple_times_by_single_user) ... ok test_create_cid (test.test__xxsubinterpreters.ChannelTests.test_create_cid) ... ok test_ids_global (test.test__xxsubinterpreters.ChannelTests.test_ids_global) ... ok test_recv_default (test.test__xxsubinterpreters.ChannelTests.test_recv_default) ... ok test_recv_empty (test.test__xxsubinterpreters.ChannelTests.test_recv_empty) ... ok test_recv_not_found (test.test__xxsubinterpreters.ChannelTests.test_recv_not_found) ... ok test_run_string_arg_resolved (test.test__xxsubinterpreters.ChannelTests.test_run_string_arg_resolved) ... skipped 'disabled until high-level channels exist' test_run_string_arg_unresolved (test.test__xxsubinterpreters.ChannelTests.test_run_string_arg_unresolved) ... ok test_send_not_found (test.test__xxsubinterpreters.ChannelTests.test_send_not_found) ... ok test_send_recv_different_interpreters (test.test__xxsubinterpreters.ChannelTests.test_send_recv_different_interpreters) ... ok test_send_recv_different_interpreters_and_threads (test.test__xxsubinterpreters.ChannelTests.test_send_recv_different_interpreters_and_threads) ... ok test_send_recv_different_threads (test.test__xxsubinterpreters.ChannelTests.test_send_recv_different_threads) ... ok test_send_recv_main (test.test__xxsubinterpreters.ChannelTests.test_send_recv_main) ... ok test_send_recv_same_interpreter (test.test__xxsubinterpreters.ChannelTests.test_send_recv_same_interpreter) ... ok test_sequential_ids (test.test__xxsubinterpreters.ChannelTests.test_sequential_ids) ... ok test_after_destroy_all (test.test__xxsubinterpreters.CreateTests.test_after_destroy_all) ... ok test_after_destroy_some (test.test__xxsubinterpreters.CreateTests.test_after_destroy_some) ... ok test_in_main (test.test__xxsubinterpreters.CreateTests.test_in_main) ... ok test_in_subinterpreter (test.test__xxsubinterpreters.CreateTests.test_in_subinterpreter) ... ok test_in_thread (test.test__xxsubinterpreters.CreateTests.test_in_thread) ... ok test_in_threaded_subinterpreter (test.test__xxsubinterpreters.CreateTests.test_in_threaded_subinterpreter) ... ok test_unique_id (test.test__xxsubinterpreters.CreateTests.test_unique_id) ... skipped 'enable this test when working on pystate.c' test_all (test.test__xxsubinterpreters.DestroyTests.test_all) ... ok test_already_destroyed (test.test__xxsubinterpreters.DestroyTests.test_already_destroyed) ... ok test_bad_id (test.test__xxsubinterpreters.DestroyTests.test_bad_id) ... ok test_does_not_exist (test.test__xxsubinterpreters.DestroyTests.test_does_not_exist) ... ok test_from_current (test.test__xxsubinterpreters.DestroyTests.test_from_current) ... ok test_from_other_thread (test.test__xxsubinterpreters.DestroyTests.test_from_other_thread) ... ok test_from_sibling (test.test__xxsubinterpreters.DestroyTests.test_from_sibling) ... ok test_main (test.test__xxsubinterpreters.DestroyTests.test_main) ... ok test_one (test.test__xxsubinterpreters.DestroyTests.test_one) ... ok test_still_running (test.test__xxsubinterpreters.DestroyTests.test_still_running) ... ok test_close (test.test__xxsubinterpreters.ExhaustiveChannelTests.test_close) ... skipped 'these tests take several hours to run' test_force_close (test.test__xxsubinterpreters.ExhaustiveChannelTests.test_force_close) ... skipped 'these tests take several hours to run' test_main (test.test__xxsubinterpreters.GetCurrentTests.test_main) ... ok test_subinterpreter (test.test__xxsubinterpreters.GetCurrentTests.test_subinterpreter) ... ok test_from_main (test.test__xxsubinterpreters.GetMainTests.test_from_main) ... ok test_from_subinterpreter (test.test__xxsubinterpreters.GetMainTests.test_from_subinterpreter) ... ok test_bad_id (test.test__xxsubinterpreters.InterpreterIDTests.test_bad_id) ... ok test_coerce_id (test.test__xxsubinterpreters.InterpreterIDTests.test_coerce_id) ... ok test_does_not_exist (test.test__xxsubinterpreters.InterpreterIDTests.test_does_not_exist) ... ok test_equality (test.test__xxsubinterpreters.InterpreterIDTests.test_equality) ... ok test_repr (test.test__xxsubinterpreters.InterpreterIDTests.test_repr) ... ok test_str (test.test__xxsubinterpreters.InterpreterIDTests.test_str) ... ok test_with_int (test.test__xxsubinterpreters.InterpreterIDTests.test_with_int) ... ok test_already_destroyed (test.test__xxsubinterpreters.IsRunningTests.test_already_destroyed) ... ok test_bad_id (test.test__xxsubinterpreters.IsRunningTests.test_bad_id) ... ok test_does_not_exist (test.test__xxsubinterpreters.IsRunningTests.test_does_not_exist) ... ok test_from_subinterpreter (test.test__xxsubinterpreters.IsRunningTests.test_from_subinterpreter) ... ok test_main (test.test__xxsubinterpreters.IsRunningTests.test_main) ... ok test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests.test_subinterpreter) ... skipped 'Fails on FreeBSD' test_default_shareables (test.test__xxsubinterpreters.IsShareableTests.test_default_shareables) ... ok test_not_shareable (test.test__xxsubinterpreters.IsShareableTests.test_not_shareable) ... ok test_after_creating (test.test__xxsubinterpreters.ListAllTests.test_after_creating) ... ok test_after_destroying (test.test__xxsubinterpreters.ListAllTests.test_after_destroying) ... ok test_initial (test.test__xxsubinterpreters.ListAllTests.test_initial) ... ok test_SystemExit (test.test__xxsubinterpreters.RunStringTests.test_SystemExit) ... ok test_already_running (test.test__xxsubinterpreters.RunStringTests.test_already_running) ... ok test_bad_id (test.test__xxsubinterpreters.RunStringTests.test_bad_id) ... ok test_bad_script (test.test__xxsubinterpreters.RunStringTests.test_bad_script) ... ok test_bytes_for_script (test.test__xxsubinterpreters.RunStringTests.test_bytes_for_script) ... ok test_create_thread (test.test__xxsubinterpreters.RunStringTests.test_create_thread) ... ok test_does_not_exist (test.test__xxsubinterpreters.RunStringTests.test_does_not_exist) ... ok test_error_id (test.test__xxsubinterpreters.RunStringTests.test_error_id) ... ok test_execution_namespace_is_main (test.test__xxsubinterpreters.RunStringTests.test_execution_namespace_is_main) ... ok test_failure (test.test__xxsubinterpreters.RunStringTests.test_failure) ... ok test_fork (test.test__xxsubinterpreters.RunStringTests.test_fork) ... ok test_in_thread (test.test__xxsubinterpreters.RunStringTests.test_in_thread) ... ok test_invalid_syntax (test.test__xxsubinterpreters.RunStringTests.test_invalid_syntax) ... ok test_main_reused (test.test__xxsubinterpreters.RunStringTests.test_main_reused) ... ok test_shared_overwrites (test.test__xxsubinterpreters.RunStringTests.test_shared_overwrites) ... ok test_shared_overwrites_default_vars (test.test__xxsubinterpreters.RunStringTests.test_shared_overwrites_default_vars) ... ok test_still_running_at_exit (test.test__xxsubinterpreters.RunStringTests.test_still_running_at_exit) ... skipped 'blocking forever' test_success (test.test__xxsubinterpreters.RunStringTests.test_success) ... ok test_sys_exit (test.test__xxsubinterpreters.RunStringTests.test_sys_exit) ... ok test_with_shared (test.test__xxsubinterpreters.RunStringTests.test_with_shared) ... ok test_bytes (test.test__xxsubinterpreters.ShareableTypeTests.test_bytes) ... ok test_int (test.test__xxsubinterpreters.ShareableTypeTests.test_int) ... ok test_non_shareable_int (test.test__xxsubinterpreters.ShareableTypeTests.test_non_shareable_int) ... ok test_singletons (test.test__xxsubinterpreters.ShareableTypeTests.test_singletons) ... ok test_strs (test.test__xxsubinterpreters.ShareableTypeTests.test_strs) ... ok test_types (test.test__xxsubinterpreters.ShareableTypeTests.test_types) ... ok ---------------------------------------------------------------------- Ran 123 tests in 0.443s OK (skipped=6) 0:00:07 load avg: 3.15 [ 17/432/1] test_abc test_positional_only_and_kwonlyargs_with_init_subclass (test.test_abc.test_factory..TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass) ... ok test_works_with_init_subclass (test.test_abc.test_factory..TestABCWithInitSubclass.test_works_with_init_subclass) ... ok test_positional_only_and_kwonlyargs_with_init_subclass (test.test_abc.test_factory..TestABCWithInitSubclass.test_positional_only_and_kwonlyargs_with_init_subclass) ... ok test_works_with_init_subclass (test.test_abc.test_factory..TestABCWithInitSubclass.test_works_with_init_subclass) ... ok test_ABC_has___slots__ (test.test_abc.test_factory..TestABC.test_ABC_has___slots__) ... ok test_ABC_helper (test.test_abc.test_factory..TestABC.test_ABC_helper) ... ok test_abstractclassmethod_basics (test.test_abc.test_factory..TestABC.test_abstractclassmethod_basics) ... ok test_abstractmethod_basics (test.test_abc.test_factory..TestABC.test_abstractmethod_basics) ... ok test_abstractmethod_integration (test.test_abc.test_factory..TestABC.test_abstractmethod_integration) ... ok test_abstractproperty_basics (test.test_abc.test_factory..TestABC.test_abstractproperty_basics) ... ok test_abstractstaticmethod_basics (test.test_abc.test_factory..TestABC.test_abstractstaticmethod_basics) ... ok test_all_new_methods_are_called (test.test_abc.test_factory..TestABC.test_all_new_methods_are_called) ... ok test_customdescriptors_with_abstractmethod (test.test_abc.test_factory..TestABC.test_customdescriptors_with_abstractmethod) ... ok test_descriptors_with_abstractmethod (test.test_abc.test_factory..TestABC.test_descriptors_with_abstractmethod) ... ok test_isinstance_invalidation (test.test_abc.test_factory..TestABC.test_isinstance_invalidation) ... ok test_issubclass_bad_arguments (test.test_abc.test_factory..TestABC.test_issubclass_bad_arguments) ... ok test_metaclass_abc (test.test_abc.test_factory..TestABC.test_metaclass_abc) ... ok test_object_new_with_many_abstractmethods (test.test_abc.test_factory..TestABC.test_object_new_with_many_abstractmethods) ... ok test_object_new_with_one_abstractmethod (test.test_abc.test_factory..TestABC.test_object_new_with_one_abstractmethod) ... ok test_register_as_class_deco (test.test_abc.test_factory..TestABC.test_register_as_class_deco) ... ok test_register_non_class (test.test_abc.test_factory..TestABC.test_register_non_class) ... ok test_registration_basics (test.test_abc.test_factory..TestABC.test_registration_basics) ... ok test_registration_builtins (test.test_abc.test_factory..TestABC.test_registration_builtins) ... ok test_registration_edge_cases (test.test_abc.test_factory..TestABC.test_registration_edge_cases) ... ok test_registration_transitiveness (test.test_abc.test_factory..TestABC.test_registration_transitiveness) ... ok test_subclasshook (test.test_abc.test_factory..TestABC.test_subclasshook) ... ok test_tricky_new_works (test.test_abc.test_factory..TestABC.test_tricky_new_works) ... ok test_update_as_decorator (test.test_abc.test_factory..TestABC.test_update_as_decorator) ... ok test_update_del (test.test_abc.test_factory..TestABC.test_update_del) ... ok test_update_del_implementation (test.test_abc.test_factory..TestABC.test_update_del_implementation) ... ok test_update_implementation (test.test_abc.test_factory..TestABC.test_update_implementation) ... ok test_update_layered_implementation (test.test_abc.test_factory..TestABC.test_update_layered_implementation) ... ok test_update_multi_inheritance (test.test_abc.test_factory..TestABC.test_update_multi_inheritance) ... ok test_update_new_abstractmethods (test.test_abc.test_factory..TestABC.test_update_new_abstractmethods) ... ok test_update_non_abc (test.test_abc.test_factory..TestABC.test_update_non_abc) ... ok test_ABC_has___slots__ (test.test_abc.test_factory..TestABC.test_ABC_has___slots__) ... ok test_ABC_helper (test.test_abc.test_factory..TestABC.test_ABC_helper) ... ok test_abstractclassmethod_basics (test.test_abc.test_factory..TestABC.test_abstractclassmethod_basics) ... ok test_abstractmethod_basics (test.test_abc.test_factory..TestABC.test_abstractmethod_basics) ... ok test_abstractmethod_integration (test.test_abc.test_factory..TestABC.test_abstractmethod_integration) ... ok test_abstractproperty_basics (test.test_abc.test_factory..TestABC.test_abstractproperty_basics) ... ok test_abstractstaticmethod_basics (test.test_abc.test_factory..TestABC.test_abstractstaticmethod_basics) ... ok test_all_new_methods_are_called (test.test_abc.test_factory..TestABC.test_all_new_methods_are_called) ... ok test_customdescriptors_with_abstractmethod (test.test_abc.test_factory..TestABC.test_customdescriptors_with_abstractmethod) ... ok test_descriptors_with_abstractmethod (test.test_abc.test_factory..TestABC.test_descriptors_with_abstractmethod) ... ok test_isinstance_invalidation (test.test_abc.test_factory..TestABC.test_isinstance_invalidation) ... ok test_issubclass_bad_arguments (test.test_abc.test_factory..TestABC.test_issubclass_bad_arguments) ... ok test_metaclass_abc (test.test_abc.test_factory..TestABC.test_metaclass_abc) ... ok test_object_new_with_many_abstractmethods (test.test_abc.test_factory..TestABC.test_object_new_with_many_abstractmethods) ... ok test_object_new_with_one_abstractmethod (test.test_abc.test_factory..TestABC.test_object_new_with_one_abstractmethod) ... ok test_register_as_class_deco (test.test_abc.test_factory..TestABC.test_register_as_class_deco) ... ok test_register_non_class (test.test_abc.test_factory..TestABC.test_register_non_class) ... ok test_registration_basics (test.test_abc.test_factory..TestABC.test_registration_basics) ... ok test_registration_builtins (test.test_abc.test_factory..TestABC.test_registration_builtins) ... ok test_registration_edge_cases (test.test_abc.test_factory..TestABC.test_registration_edge_cases) ... ok test_registration_transitiveness (test.test_abc.test_factory..TestABC.test_registration_transitiveness) ... ok test_subclasshook (test.test_abc.test_factory..TestABC.test_subclasshook) ... ok test_tricky_new_works (test.test_abc.test_factory..TestABC.test_tricky_new_works) ... ok test_update_as_decorator (test.test_abc.test_factory..TestABC.test_update_as_decorator) ... ok test_update_del (test.test_abc.test_factory..TestABC.test_update_del) ... ok test_update_del_implementation (test.test_abc.test_factory..TestABC.test_update_del_implementation) ... ok test_update_implementation (test.test_abc.test_factory..TestABC.test_update_implementation) ... ok test_update_layered_implementation (test.test_abc.test_factory..TestABC.test_update_layered_implementation) ... ok test_update_multi_inheritance (test.test_abc.test_factory..TestABC.test_update_multi_inheritance) ... ok test_update_new_abstractmethods (test.test_abc.test_factory..TestABC.test_update_new_abstractmethods) ... ok test_update_non_abc (test.test_abc.test_factory..TestABC.test_update_non_abc) ... ok test_abstractclassmethod_basics (test.test_abc.test_factory..TestLegacyAPI.test_abstractclassmethod_basics) ... ok test_abstractproperty_basics (test.test_abc.test_factory..TestLegacyAPI.test_abstractproperty_basics) ... ok test_abstractstaticmethod_basics (test.test_abc.test_factory..TestLegacyAPI.test_abstractstaticmethod_basics) ... ok test_abstractclassmethod_basics (test.test_abc.test_factory..TestLegacyAPI.test_abstractclassmethod_basics) ... ok test_abstractproperty_basics (test.test_abc.test_factory..TestLegacyAPI.test_abstractproperty_basics) ... ok test_abstractstaticmethod_basics (test.test_abc.test_factory..TestLegacyAPI.test_abstractstaticmethod_basics) ... ok ---------------------------------------------------------------------- Ran 72 tests in 0.006s OK 0:00:07 load avg: 3.15 [ 18/432/1] test_abstract_numbers test_complex (test.test_abstract_numbers.TestNumbers.test_complex) ... ok test_float (test.test_abstract_numbers.TestNumbers.test_float) ... ok test_int (test.test_abstract_numbers.TestNumbers.test_int) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK 0:00:07 load avg: 3.15 [ 19/432/1] test_aifc test_read_comm_kludge_compname_even (test.test_aifc.AIFCLowLevelTest.test_read_comm_kludge_compname_even) ... ok test_read_comm_kludge_compname_odd (test.test_aifc.AIFCLowLevelTest.test_read_comm_kludge_compname_odd) ... ok test_read_no_comm_chunk (test.test_aifc.AIFCLowLevelTest.test_read_no_comm_chunk) ... ok test_read_no_ssnd_chunk (test.test_aifc.AIFCLowLevelTest.test_read_no_ssnd_chunk) ... ok test_read_raises (test.test_aifc.AIFCLowLevelTest.test_read_raises) ... ok test_read_written (test.test_aifc.AIFCLowLevelTest.test_read_written) ... ok test_read_wrong_compression_type (test.test_aifc.AIFCLowLevelTest.test_read_wrong_compression_type) ... ok test_read_wrong_form (test.test_aifc.AIFCLowLevelTest.test_read_wrong_form) ... ok test_read_wrong_marks (test.test_aifc.AIFCLowLevelTest.test_read_wrong_marks) ... ok test_read_wrong_number_of_channels (test.test_aifc.AIFCLowLevelTest.test_read_wrong_number_of_channels) ... ok test_read_wrong_sample_width (test.test_aifc.AIFCLowLevelTest.test_read_wrong_sample_width) ... ok test_write_aiff_by_extension (test.test_aifc.AIFCLowLevelTest.test_write_aiff_by_extension) ... ok test_write_header_comptype_raises (test.test_aifc.AIFCLowLevelTest.test_write_header_comptype_raises) ... ok test_write_header_raises (test.test_aifc.AIFCLowLevelTest.test_write_header_raises) ... ok test_write_long_string_raises (test.test_aifc.AIFCLowLevelTest.test_write_long_string_raises) ... ok test_write_markers_raises (test.test_aifc.AIFCLowLevelTest.test_write_markers_raises) ... ok test_write_params_bunch (test.test_aifc.AIFCLowLevelTest.test_write_params_bunch) ... ok test_write_params_raises (test.test_aifc.AIFCLowLevelTest.test_write_params_raises) ... ok test_write_params_singles (test.test_aifc.AIFCLowLevelTest.test_write_params_singles) ... ok test_wrong_open_mode (test.test_aifc.AIFCLowLevelTest.test_wrong_open_mode) ... ok test_close (test.test_aifc.AifcALAWTest.test_close) ... ok test_context_manager_with_filename (test.test_aifc.AifcALAWTest.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_aifc.AifcALAWTest.test_context_manager_with_open_file) ... ok test_copy (test.test_aifc.AifcALAWTest.test_copy) ... ok test_incompleted_write (test.test_aifc.AifcALAWTest.test_incompleted_write) ... ok test_multiple_writes (test.test_aifc.AifcALAWTest.test_multiple_writes) ... ok test_overflowed_write (test.test_aifc.AifcALAWTest.test_overflowed_write) ... ok test_read (test.test_aifc.AifcALAWTest.test_read) ... ok test_read_not_from_start (test.test_aifc.AifcALAWTest.test_read_not_from_start) ... ok test_read_params (test.test_aifc.AifcALAWTest.test_read_params) ... ok test_unseekable_incompleted_write (test.test_aifc.AifcALAWTest.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_aifc.AifcALAWTest.test_unseekable_overflowed_write) ... ok test_unseekable_write (test.test_aifc.AifcALAWTest.test_unseekable_write) ... ok test_write (test.test_aifc.AifcALAWTest.test_write) ... ok test_write_array (test.test_aifc.AifcALAWTest.test_write_array) ... ok test_write_bytearray (test.test_aifc.AifcALAWTest.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_aifc.AifcALAWTest.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_aifc.AifcALAWTest.test_write_memoryview) ... ok test_write_params (test.test_aifc.AifcALAWTest.test_write_params) ... ok test_close_opened_files_on_error (test.test_aifc.AifcMiscTest.test_close_opened_files_on_error) ... ok test_params_added (test.test_aifc.AifcMiscTest.test_params_added) ... ok test_read_markers (test.test_aifc.AifcMiscTest.test_read_markers) ... ok test_skipunknown (test.test_aifc.AifcMiscTest.test_skipunknown) ... ok test_write_header_comptype_sampwidth (test.test_aifc.AifcMiscTest.test_write_header_comptype_sampwidth) ... ok test_write_markers_values (test.test_aifc.AifcMiscTest.test_write_markers_values) ... ok test_close (test.test_aifc.AifcPCM16Test.test_close) ... ok test_context_manager_with_filename (test.test_aifc.AifcPCM16Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_aifc.AifcPCM16Test.test_context_manager_with_open_file) ... ok test_copy (test.test_aifc.AifcPCM16Test.test_copy) ... ok test_incompleted_write (test.test_aifc.AifcPCM16Test.test_incompleted_write) ... ok test_multiple_writes (test.test_aifc.AifcPCM16Test.test_multiple_writes) ... ok test_overflowed_write (test.test_aifc.AifcPCM16Test.test_overflowed_write) ... ok test_read (test.test_aifc.AifcPCM16Test.test_read) ... ok test_read_not_from_start (test.test_aifc.AifcPCM16Test.test_read_not_from_start) ... ok test_read_params (test.test_aifc.AifcPCM16Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_aifc.AifcPCM16Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_aifc.AifcPCM16Test.test_unseekable_overflowed_write) ... ok test_unseekable_write (test.test_aifc.AifcPCM16Test.test_unseekable_write) ... ok test_write (test.test_aifc.AifcPCM16Test.test_write) ... ok test_write_array (test.test_aifc.AifcPCM16Test.test_write_array) ... ok test_write_bytearray (test.test_aifc.AifcPCM16Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_aifc.AifcPCM16Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_aifc.AifcPCM16Test.test_write_memoryview) ... ok test_write_params (test.test_aifc.AifcPCM16Test.test_write_params) ... ok test_close (test.test_aifc.AifcPCM24Test.test_close) ... ok test_context_manager_with_filename (test.test_aifc.AifcPCM24Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_aifc.AifcPCM24Test.test_context_manager_with_open_file) ... ok test_copy (test.test_aifc.AifcPCM24Test.test_copy) ... ok test_incompleted_write (test.test_aifc.AifcPCM24Test.test_incompleted_write) ... ok test_multiple_writes (test.test_aifc.AifcPCM24Test.test_multiple_writes) ... ok test_overflowed_write (test.test_aifc.AifcPCM24Test.test_overflowed_write) ... ok test_read (test.test_aifc.AifcPCM24Test.test_read) ... ok test_read_not_from_start (test.test_aifc.AifcPCM24Test.test_read_not_from_start) ... ok test_read_params (test.test_aifc.AifcPCM24Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_aifc.AifcPCM24Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_aifc.AifcPCM24Test.test_unseekable_overflowed_write) ... ok test_unseekable_write (test.test_aifc.AifcPCM24Test.test_unseekable_write) ... ok test_write (test.test_aifc.AifcPCM24Test.test_write) ... ok test_write_array (test.test_aifc.AifcPCM24Test.test_write_array) ... ok test_write_bytearray (test.test_aifc.AifcPCM24Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_aifc.AifcPCM24Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_aifc.AifcPCM24Test.test_write_memoryview) ... ok test_write_params (test.test_aifc.AifcPCM24Test.test_write_params) ... ok test_close (test.test_aifc.AifcPCM32Test.test_close) ... ok test_context_manager_with_filename (test.test_aifc.AifcPCM32Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_aifc.AifcPCM32Test.test_context_manager_with_open_file) ... ok test_copy (test.test_aifc.AifcPCM32Test.test_copy) ... ok test_incompleted_write (test.test_aifc.AifcPCM32Test.test_incompleted_write) ... ok test_multiple_writes (test.test_aifc.AifcPCM32Test.test_multiple_writes) ... ok test_overflowed_write (test.test_aifc.AifcPCM32Test.test_overflowed_write) ... ok test_read (test.test_aifc.AifcPCM32Test.test_read) ... ok test_read_not_from_start (test.test_aifc.AifcPCM32Test.test_read_not_from_start) ... ok test_read_params (test.test_aifc.AifcPCM32Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_aifc.AifcPCM32Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_aifc.AifcPCM32Test.test_unseekable_overflowed_write) ... ok test_unseekable_write (test.test_aifc.AifcPCM32Test.test_unseekable_write) ... ok test_write (test.test_aifc.AifcPCM32Test.test_write) ... ok test_write_array (test.test_aifc.AifcPCM32Test.test_write_array) ... ok test_write_bytearray (test.test_aifc.AifcPCM32Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_aifc.AifcPCM32Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_aifc.AifcPCM32Test.test_write_memoryview) ... ok test_write_params (test.test_aifc.AifcPCM32Test.test_write_params) ... ok test_close (test.test_aifc.AifcPCM8Test.test_close) ... ok test_context_manager_with_filename (test.test_aifc.AifcPCM8Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_aifc.AifcPCM8Test.test_context_manager_with_open_file) ... ok test_copy (test.test_aifc.AifcPCM8Test.test_copy) ... ok test_incompleted_write (test.test_aifc.AifcPCM8Test.test_incompleted_write) ... ok test_multiple_writes (test.test_aifc.AifcPCM8Test.test_multiple_writes) ... ok test_overflowed_write (test.test_aifc.AifcPCM8Test.test_overflowed_write) ... ok test_read (test.test_aifc.AifcPCM8Test.test_read) ... ok test_read_not_from_start (test.test_aifc.AifcPCM8Test.test_read_not_from_start) ... ok test_read_params (test.test_aifc.AifcPCM8Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_aifc.AifcPCM8Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_aifc.AifcPCM8Test.test_unseekable_overflowed_write) ... ok test_unseekable_write (test.test_aifc.AifcPCM8Test.test_unseekable_write) ... ok test_write (test.test_aifc.AifcPCM8Test.test_write) ... ok test_write_array (test.test_aifc.AifcPCM8Test.test_write_array) ... ok test_write_bytearray (test.test_aifc.AifcPCM8Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_aifc.AifcPCM8Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_aifc.AifcPCM8Test.test_write_memoryview) ... ok test_write_params (test.test_aifc.AifcPCM8Test.test_write_params) ... ok test_close (test.test_aifc.AifcULAWTest.test_close) ... ok test_context_manager_with_filename (test.test_aifc.AifcULAWTest.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_aifc.AifcULAWTest.test_context_manager_with_open_file) ... ok test_copy (test.test_aifc.AifcULAWTest.test_copy) ... ok test_incompleted_write (test.test_aifc.AifcULAWTest.test_incompleted_write) ... ok test_multiple_writes (test.test_aifc.AifcULAWTest.test_multiple_writes) ... ok test_overflowed_write (test.test_aifc.AifcULAWTest.test_overflowed_write) ... ok test_read (test.test_aifc.AifcULAWTest.test_read) ... ok test_read_not_from_start (test.test_aifc.AifcULAWTest.test_read_not_from_start) ... ok test_read_params (test.test_aifc.AifcULAWTest.test_read_params) ... ok test_unseekable_incompleted_write (test.test_aifc.AifcULAWTest.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_aifc.AifcULAWTest.test_unseekable_overflowed_write) ... ok test_unseekable_write (test.test_aifc.AifcULAWTest.test_unseekable_write) ... ok test_write (test.test_aifc.AifcULAWTest.test_write) ... ok test_write_array (test.test_aifc.AifcULAWTest.test_write_array) ... ok test_write_bytearray (test.test_aifc.AifcULAWTest.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_aifc.AifcULAWTest.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_aifc.AifcULAWTest.test_write_memoryview) ... ok test_write_params (test.test_aifc.AifcULAWTest.test_write_params) ... ok ---------------------------------------------------------------------- Ran 140 tests in 0.064s OK 0:00:07 load avg: 3.15 [ 20/432/1] test_argparse test_skip_invalid_stderr (test.test_argparse.StdStreamTest.test_skip_invalid_stderr) ... ok test_skip_invalid_stdout (test.test_argparse.StdStreamTest.test_skip_invalid_stdout) ... ok test_failures_many_groups_listargs (test.test_argparse.TestActionExtend.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestActionExtend.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestActionExtend.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestActionExtend.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestActionExtend.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestActionExtend.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestActionExtend.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestActionExtend.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestActionExtend.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestActionExtend.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestActionExtend.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestActionExtend.test_successes_one_group_sysargs) ... ok test (test.test_argparse.TestActionRegistration.test) ... ok test_failures_many_groups_listargs (test.test_argparse.TestActionUserDefined.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestActionUserDefined.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestActionUserDefined.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestActionUserDefined.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestActionUserDefined.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestActionUserDefined.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestActionUserDefined.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestActionUserDefined.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestActionUserDefined.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestActionUserDefined.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestActionUserDefined.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestActionUserDefined.test_successes_one_group_sysargs) ... ok test_dest (test.test_argparse.TestActionsReturned.test_dest) ... ok test_misc (test.test_argparse.TestActionsReturned.test_misc) ... ok test_nargs_1_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length0) ... ok test_nargs_1_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length1) ... ok test_nargs_1_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length2) ... ok test_nargs_1_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_length3) ... ok test_nargs_1_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_1_metavar_string) ... ok test_nargs_2_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length0) ... ok test_nargs_2_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length1) ... ok test_nargs_2_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length2) ... ok test_nargs_2_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_length3) ... ok test_nargs_2_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_2_metavar_string) ... ok test_nargs_3_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length0) ... ok test_nargs_3_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length1) ... ok test_nargs_3_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length2) ... ok test_nargs_3_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_length3) ... ok test_nargs_3_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_3_metavar_string) ... ok test_nargs_None_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length0) ... ok test_nargs_None_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length1) ... ok test_nargs_None_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length2) ... ok test_nargs_None_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_length3) ... ok test_nargs_None_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_None_metavar_string) ... ok test_nargs_oneormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length0) ... ok test_nargs_oneormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length1) ... ok test_nargs_oneormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length2) ... ok test_nargs_oneormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_length3) ... ok test_nargs_oneormore_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_oneormore_metavar_string) ... ok test_nargs_optional_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length0) ... ok test_nargs_optional_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length1) ... ok test_nargs_optional_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length2) ... ok test_nargs_optional_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_length3) ... ok test_nargs_optional_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_optional_metavar_string) ... ok test_nargs_parser_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length0) ... ok test_nargs_parser_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length1) ... ok test_nargs_parser_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length2) ... ok test_nargs_parser_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_length3) ... ok test_nargs_parser_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_parser_metavar_string) ... ok test_nargs_remainder_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length0) ... ok test_nargs_remainder_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length1) ... ok test_nargs_remainder_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length2) ... ok test_nargs_remainder_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_length3) ... ok test_nargs_remainder_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_remainder_metavar_string) ... ok test_nargs_zeroormore_metavar_length0 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length0) ... ok test_nargs_zeroormore_metavar_length1 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length1) ... ok test_nargs_zeroormore_metavar_length2 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length2) ... ok test_nargs_zeroormore_metavar_length3 (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_length3) ... ok test_nargs_zeroormore_metavar_string (test.test_argparse.TestAddArgumentMetavar.test_nargs_zeroormore_metavar_string) ... ok test_alias_help (test.test_argparse.TestAddSubparsers.test_alias_help) ... ok test_alias_invocation (test.test_argparse.TestAddSubparsers.test_alias_invocation) ... ok test_dest (test.test_argparse.TestAddSubparsers.test_dest) ... ok test_error_alias_invocation (test.test_argparse.TestAddSubparsers.test_error_alias_invocation) ... ok test_help (test.test_argparse.TestAddSubparsers.test_help) ... ok test_help_alternate_prefix_chars (test.test_argparse.TestAddSubparsers.test_help_alternate_prefix_chars) ... ok test_help_blank (test.test_argparse.TestAddSubparsers.test_help_blank) ... ok test_help_extra_prefix_chars (test.test_argparse.TestAddSubparsers.test_help_extra_prefix_chars) ... ok test_help_non_breaking_spaces (test.test_argparse.TestAddSubparsers.test_help_non_breaking_spaces) ... ok test_optional_subparsers (test.test_argparse.TestAddSubparsers.test_optional_subparsers) ... ok test_parse_args (test.test_argparse.TestAddSubparsers.test_parse_args) ... ok test_parse_args_failures (test.test_argparse.TestAddSubparsers.test_parse_args_failures) ... ok test_parse_known_args (test.test_argparse.TestAddSubparsers.test_parse_known_args) ... ok test_parser_command_help (test.test_argparse.TestAddSubparsers.test_parser_command_help) ... ok test_required_subparsers_default (test.test_argparse.TestAddSubparsers.test_required_subparsers_default) ... ok test_required_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers.test_required_subparsers_no_destination_error) ... ok test_required_subparsers_via_attribute (test.test_argparse.TestAddSubparsers.test_required_subparsers_via_attribute) ... ok test_required_subparsers_via_kwarg (test.test_argparse.TestAddSubparsers.test_required_subparsers_via_kwarg) ... ok test_subparser1_help (test.test_argparse.TestAddSubparsers.test_subparser1_help) ... ok test_subparser2_help (test.test_argparse.TestAddSubparsers.test_subparser2_help) ... ok test_subparser_title_help (test.test_argparse.TestAddSubparsers.test_subparser_title_help) ... ok test_wrong_argument_subparsers_no_destination_error (test.test_argparse.TestAddSubparsers.test_wrong_argument_subparsers_no_destination_error) ... ok test_argument_error (test.test_argparse.TestArgumentError.test_argument_error) ... ok test_argument_type_error (test.test_argparse.TestArgumentTypeError.test_argument_type_error) ... ok test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFile.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFile.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFile.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFile.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestArgumentsFromFileConverter.test_successes_one_group_sysargs) ... ok test_const (test.test_argparse.TestBooleanOptionalAction.test_const) ... ok test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalAction.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestBooleanOptionalActionRequired.test_successes_one_group_sysargs) ... ok test_bad_type (test.test_argparse.TestConflictHandling.test_bad_type) ... ok test_conflict_error (test.test_argparse.TestConflictHandling.test_conflict_error) ... ok test_resolve_error (test.test_argparse.TestConflictHandling.test_resolve_error) ... ok test_subparser_conflict (test.test_argparse.TestConflictHandling.test_subparser_conflict) ... ok test_failures_many_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestConstActionsMissingConstKwarg.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestDefaultSuppress.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestDefaultSuppress.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestDefaultSuppress.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestDefaultSuppress.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestDefaultSuppress.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestDefaultSuppress.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestDefaultSuppress.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestDefaultSuppress.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGrouping.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestDisallowLongAbbreviationAllowsShortGroupingPrefix.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestEmptyAndSpaceContainingArguments.test_successes_one_group_sysargs) ... ok test_argparse_module_encoding (test.test_argparse.TestEncoding.test_argparse_module_encoding) ... ok test_test_argparse_module_encoding (test.test_argparse.TestEncoding.test_test_argparse_module_encoding) ... ok test_exit_on_error_with_bad_args (test.test_argparse.TestExitOnError.test_exit_on_error_with_bad_args) ... ok test_exit_on_error_with_good_args (test.test_argparse.TestExitOnError.test_exit_on_error_with_good_args) ... ok test_failures_many_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestFileTypeDefaults.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestFileTypeDefaults.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestFileTypeDefaults.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestFileTypeDefaults.test_successes_one_group_sysargs) ... ok test (test.test_argparse.TestFileTypeMissingInitialization.test) ... ok test_open_args (test.test_argparse.TestFileTypeOpenArgs.test_open_args) ... ok test_failures_many_groups_listargs (test.test_argparse.TestFileTypeR.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeR.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestFileTypeR.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeR.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestFileTypeR.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestFileTypeR.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestFileTypeR.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeR.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestFileTypeR.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeR.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestFileTypeR.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestFileTypeR.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestFileTypeRB.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeRB.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestFileTypeRB.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeRB.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestFileTypeRB.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestFileTypeRB.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestFileTypeRB.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeRB.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestFileTypeRB.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeRB.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestFileTypeRB.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestFileTypeRB.test_successes_one_group_sysargs) ... ok test_r (test.test_argparse.TestFileTypeRepr.test_r) ... ok test_r_1_replace (test.test_argparse.TestFileTypeRepr.test_r_1_replace) ... ok test_r_latin (test.test_argparse.TestFileTypeRepr.test_r_latin) ... ok test_w_big5_ignore (test.test_argparse.TestFileTypeRepr.test_w_big5_ignore) ... ok test_wb_1 (test.test_argparse.TestFileTypeRepr.test_wb_1) ... ok test_failures_many_groups_listargs (test.test_argparse.TestFileTypeW.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeW.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestFileTypeW.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeW.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestFileTypeW.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestFileTypeW.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestFileTypeW.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeW.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestFileTypeW.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeW.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestFileTypeW.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestFileTypeW.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestFileTypeWB.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeWB.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestFileTypeWB.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeWB.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestFileTypeWB.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestFileTypeWB.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestFileTypeWB.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeWB.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestFileTypeWB.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeWB.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestFileTypeWB.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestFileTypeWB.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestFileTypeX.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeX.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestFileTypeX.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeX.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestFileTypeX.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestFileTypeX.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestFileTypeX.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeX.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestFileTypeX.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeX.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestFileTypeX.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestFileTypeX.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestFileTypeXB.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestFileTypeXB.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestFileTypeXB.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestFileTypeXB.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestFileTypeXB.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestFileTypeXB.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestFileTypeXB.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestFileTypeXB.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestFileTypeXB.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestFileTypeXB.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestFileTypeXB.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestFileTypeXB.test_successes_one_group_sysargs) ... ok test_get_default (test.test_argparse.TestGetDefault.test_get_default) ... ok test_format_help (test.test_argparse.TestHelpAlternatePrefixChars.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpAlternatePrefixChars.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpAlternatePrefixChars.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpArgumentDefaults.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpArgumentDefaults.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpArgumentDefaults.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpArgumentDefaults.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpArgumentDefaults.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpArgumentDefaults.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpBiggerOptionalGroups.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpBiggerOptionals.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpBiggerOptionals.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpBiggerOptionals.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpBiggerOptionals.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpBiggerOptionals.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpBiggerOptionals.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpBiggerPositionals.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpBiggerPositionals.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpBiggerPositionals.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpBiggerPositionals.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpBiggerPositionals.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpBiggerPositionals.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpMetavarTypeFormatter.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpNoHelpOptional.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpNoHelpOptional.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpNoHelpOptional.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpNoHelpOptional.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpNoHelpOptional.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpNoHelpOptional.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpNone.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpNone.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpNone.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpNone.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpNone.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpNone.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpOnlyUserGroups.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpOnlyUserGroups.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpOnlyUserGroups.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpOnlyUserGroups.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpOnlyUserGroups.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpOnlyUserGroups.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpRawDescription.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpRawDescription.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpRawDescription.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpRawDescription.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpRawDescription.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpRawDescription.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpRawText.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpRawText.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpRawText.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpRawText.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpRawText.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpRawText.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpReformatting.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpReformatting.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpReformatting.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpReformatting.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpReformatting.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpReformatting.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpRequiredOptional.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpRequiredOptional.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpRequiredOptional.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpRequiredOptional.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpRequiredOptional.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpRequiredOptional.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpSubparsersOrdering.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpSubparsersOrdering.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpSubparsersOrdering.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpSubparsersOrdering.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpSubparsersOrdering.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpSubparsersOrdering.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpSubparsersWithHelpOrdering.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpSuppressOptional.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpSuppressOptional.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpSuppressOptional.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpSuppressOptional.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpSuppressOptional.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpSuppressOptional.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpSuppressOptionalGroup.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpSuppressPositional.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpSuppressPositional.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpSuppressPositional.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpSuppressPositional.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpSuppressPositional.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpSuppressPositional.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpSuppressUsage.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpSuppressUsage.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpSuppressUsage.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpSuppressUsage.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpSuppressUsage.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpSuppressUsage.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpTupleMetavar.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpTupleMetavar.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpTupleMetavar.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpTupleMetavar.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpTupleMetavar.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpTupleMetavar.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsage.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsage.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsage.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsage.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsage.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsage.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsageLongProg.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsageLongProg.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsageLongProg.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsageLongProg.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsageLongProg.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsageLongProg.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsageLongProgOptionsWrap.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsageLongProgPositionalsWrap.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsageOptionalsOnlyWrap.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsageOptionalsPositionalsWrap.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsageOptionalsWrap.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsagePositionalsOnlyWrap.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsagePositionalsWrap.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpUsageWithParentheses.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpUsageWithParentheses.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpUsageWithParentheses.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpUsageWithParentheses.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpUsageWithParentheses.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpUsageWithParentheses.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpVariableExpansion.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpVariableExpansion.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpVariableExpansion.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpVariableExpansion.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpVariableExpansion.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpVariableExpansion.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpVariableExpansionNoArguments.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpVariableExpansionUsageSupplied.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpVersionAction.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpVersionAction.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpVersionAction.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpVersionAction.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpVersionAction.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpVersionAction.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpVersionActionSuppress.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpVersionActionSuppress.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpVersionActionSuppress.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpVersionActionSuppress.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpVersionActionSuppress.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpVersionActionSuppress.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpWrappingLongNames.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpWrappingLongNames.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpWrappingLongNames.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpWrappingLongNames.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpWrappingLongNames.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpWrappingLongNames.test_print_usage) ... ok test_format_help (test.test_argparse.TestHelpWrappingShortNames.test_format_help) ... ok test_format_usage (test.test_argparse.TestHelpWrappingShortNames.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestHelpWrappingShortNames.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestHelpWrappingShortNames.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestHelpWrappingShortNames.test_print_help) ... ok test_print_usage (test.test_argparse.TestHelpWrappingShortNames.test_print_usage) ... ok test (test.test_argparse.TestImportStar.test) ... ok test_all_exports_everything_but_modules (test.test_argparse.TestImportStar.test_all_exports_everything_but_modules) ... ok test_basic (test.test_argparse.TestIntermixedArgs.test_basic) ... ok test_exclusive (test.test_argparse.TestIntermixedArgs.test_exclusive) ... ok test_exclusive_incompatible (test.test_argparse.TestIntermixedArgs.test_exclusive_incompatible) ... ok test_remainder (test.test_argparse.TestIntermixedArgs.test_remainder) ... ok test_missing_argument_name_in_message (test.test_argparse.TestIntermixedMessageContentError.test_missing_argument_name_in_message) ... ok test_invalid_action (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_action) ... ok test_invalid_keyword_arguments (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_keyword_arguments) ... ok test_invalid_option_strings (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_option_strings) ... ok test_invalid_type (test.test_argparse.TestInvalidArgumentConstructors.test_invalid_type) ... ok test_missing_destination (test.test_argparse.TestInvalidArgumentConstructors.test_missing_destination) ... ok test_more_than_one_argument_actions (test.test_argparse.TestInvalidArgumentConstructors.test_more_than_one_argument_actions) ... ok test_multiple_dest (test.test_argparse.TestInvalidArgumentConstructors.test_multiple_dest) ... ok test_no_argument_actions (test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_actions) ... ok test_no_argument_no_const_actions (test.test_argparse.TestInvalidArgumentConstructors.test_no_argument_no_const_actions) ... ok test_parsers_action_missing_params (test.test_argparse.TestInvalidArgumentConstructors.test_parsers_action_missing_params) ... ok test_required_const_actions (test.test_argparse.TestInvalidArgumentConstructors.test_required_const_actions) ... ok test_required_positional (test.test_argparse.TestInvalidArgumentConstructors.test_required_positional) ... ok test_user_defined_action (test.test_argparse.TestInvalidArgumentConstructors.test_user_defined_action) ... ok test_nargs_alphabetic (test.test_argparse.TestInvalidNargs.test_nargs_alphabetic) ... ok test_nargs_zero (test.test_argparse.TestInvalidNargs.test_nargs_zero) ... ok test_missing_argument_name_in_message (test.test_argparse.TestMessageContentError.test_missing_argument_name_in_message) ... ok test_optional_optional_not_in_message (test.test_argparse.TestMessageContentError.test_optional_optional_not_in_message) ... ok test_optional_positional_not_in_message (test.test_argparse.TestMessageContentError.test_optional_positional_not_in_message) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressed.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveFirstSuppressedParent.test_usage_when_required) ... ok test_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_empty_group) ... ok test_help (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_help) ... ok test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument) ... ok test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrors.test_invalid_add_argument_group) ... ok test_empty_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_empty_group) ... ok test_help (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_help) ... ok test_invalid_add_argument (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument) ... ok test_invalid_add_argument_group (test.test_argparse.TestMutuallyExclusiveGroupErrorsParent.test_invalid_add_argument_group) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveInGroup.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLong.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveLongParent.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressed.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveManySuppressedParent.test_usage_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveNested.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveNested.test_help_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveNested.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveNested.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositional.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalAndPositionalParent.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixed.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsAndPositionalsMixedParent.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixed.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveOptionalsMixedParent.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimple.test_usage_when_required) ... ok test_failures_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_not_required) ... ok test_failures_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_failures_when_required) ... ok test_help_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_not_required) ... ok test_help_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_help_when_required) ... ok test_successes_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_not_required) ... ok test_successes_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_successes_when_required) ... ok test_usage_when_not_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_not_required) ... ok test_usage_when_required (test.test_argparse.TestMutuallyExclusiveSimpleParent.test_usage_when_required) ... ok test_constructor (test.test_argparse.TestNamespace.test_constructor) ... ok test_equality (test.test_argparse.TestNamespace.test_equality) ... ok test_equality_returns_notimplemented (test.test_argparse.TestNamespace.test_equality_returns_notimplemented) ... ok test_empty (test.test_argparse.TestNamespaceContainsSimple.test_empty) ... ok test_non_empty (test.test_argparse.TestNamespaceContainsSimple.test_non_empty) ... ok test_failures_many_groups_listargs (test.test_argparse.TestNargsRemainder.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestNargsRemainder.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestNargsRemainder.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestNargsRemainder.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestNargsRemainder.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestNargsRemainder.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestNargsRemainder.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestNargsRemainder.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestNargsRemainder.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestNargsRemainder.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestNargsRemainder.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestNargsRemainder.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestNargsZeroOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionLike.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionLike.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionLike.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionLike.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionLike.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionLike.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionLike.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionLike.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionLike.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionLike.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionLike.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionLike.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppend.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConst.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendConstWithDefault.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionAppendWithDefault.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionCount.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionCount.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionCount.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionCount.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreConst.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreFalse.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsActionStoreTrue.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAllowLongAbbreviation.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlmostNumericAndPositionals.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixChars.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsAddedHelp.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsAlternatePrefixCharsMultipleShortArgs.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsChoices.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsChoices.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsChoices.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsChoices.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsChoices.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsChoices.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsChoices.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsChoices.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDefault.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDefault.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsDefault.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDefault.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDefault.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDefault.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsDefault.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDefault.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDest.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDest.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDest.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDest.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsDest.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDest.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDest.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDest.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDest.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDest.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsDest.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDest.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviation.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDisallowLongAbbreviationPrefixChars.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDash.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPartialMatch.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsDoubleDashPrefixMatch.test_successes_one_group_sysargs) ... ok test_alternate_help_version (test.test_argparse.TestOptionalsHelpVersionActions.test_alternate_help_version) ... ok test_help_version_extra_arguments (test.test_argparse.TestOptionalsHelpVersionActions.test_help_version_extra_arguments) ... ok test_no_help (test.test_argparse.TestOptionalsHelpVersionActions.test_no_help) ... ok test_version (test.test_argparse.TestOptionalsHelpVersionActions.test_version) ... ok test_version_action (test.test_argparse.TestOptionalsHelpVersionActions.test_version_action) ... ok test_version_format (test.test_argparse.TestOptionalsHelpVersionActions.test_version_format) ... ok test_version_no_help (test.test_argparse.TestOptionalsHelpVersionActions.test_version_no_help) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargs3.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargs3.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargs3.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargs3.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsDefault.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOneOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsOptional.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNargsZeroOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumeric.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumeric.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumeric.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumeric.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsNumericAndPositionals.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsRequired.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsRequired.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsRequired.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsRequired.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsRequired.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsRequired.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsRequired.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsRequired.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsShortLong.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsShortLong.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsShortLong.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsShortLong.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDash.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashAmbiguous.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashCombined.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashLong.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDashSubsetAmbiguous.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestOptionalsSingleDoubleDash.test_successes_one_group_sysargs) ... ok test_conflicting_parents (test.test_argparse.TestParentParsers.test_conflicting_parents) ... ok test_conflicting_parents_mutex (test.test_argparse.TestParentParsers.test_conflicting_parents_mutex) ... ok test_groups_parents (test.test_argparse.TestParentParsers.test_groups_parents) ... ok test_multiple_parents (test.test_argparse.TestParentParsers.test_multiple_parents) ... ok test_multiple_parents_mutex (test.test_argparse.TestParentParsers.test_multiple_parents_mutex) ... ok test_parent_help (test.test_argparse.TestParentParsers.test_parent_help) ... ok test_same_argument_name_parents (test.test_argparse.TestParentParsers.test_same_argument_name_parents) ... ok test_single_granparent_mutex (test.test_argparse.TestParentParsers.test_single_granparent_mutex) ... ok test_single_parent (test.test_argparse.TestParentParsers.test_single_parent) ... ok test_single_parent_mutex (test.test_argparse.TestParentParsers.test_single_parent_mutex) ... ok test_subparser_parents (test.test_argparse.TestParentParsers.test_subparser_parents) ... ok test_subparser_parents_mutex (test.test_argparse.TestParentParsers.test_subparser_parents_mutex) ... ok test_arguments_list (test.test_argparse.TestParseKnownArgs.test_arguments_list) ... ok test_arguments_list_positional (test.test_argparse.TestParseKnownArgs.test_arguments_list_positional) ... ok test_arguments_tuple (test.test_argparse.TestParseKnownArgs.test_arguments_tuple) ... ok test_arguments_tuple_positional (test.test_argparse.TestParseKnownArgs.test_arguments_tuple_positional) ... ok test_mixed (test.test_argparse.TestParseKnownArgs.test_mixed) ... ok test_optionals (test.test_argparse.TestParseKnownArgs.test_optionals) ... ok test_failures_many_groups_listargs (test.test_argparse.TestParserDefault42.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestParserDefault42.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestParserDefault42.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestParserDefault42.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestParserDefault42.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestParserDefault42.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestParserDefault42.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestParserDefault42.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestParserDefault42.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestParserDefault42.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestParserDefault42.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestParserDefault42.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestParserDefaultSuppress.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsActionAppend.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesInt.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsChoicesString.test_successes_one_group_sysargs) ... ok test_group_first (test.test_argparse.TestPositionalsGroups.test_group_first) ... ok test_interleaved_groups (test.test_argparse.TestPositionalsGroups.test_interleaved_groups) ... ok test_nongroup_first (test.test_argparse.TestPositionalsGroups.test_nongroup_first) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2None.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2OneOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2Optional.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargs2ZeroOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNone1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneNone.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOneOrMore1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneOptional1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsNoneZeroOrMore1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMore1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOneOrMoreNone.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptional1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalConvertedDefault.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalDefault.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalNone.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOneOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalOptional.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsOptionalZeroOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMore1.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreDefault.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPositionalsNargsZeroOrMoreNone.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestPrefixCharacterOnlyArguments.test_successes_one_group_sysargs) ... ok test_set_defaults_no_args (test.test_argparse.TestSetDefaults.test_set_defaults_no_args) ... ok test_set_defaults_on_parent_and_subparser (test.test_argparse.TestSetDefaults.test_set_defaults_on_parent_and_subparser) ... ok test_set_defaults_parents (test.test_argparse.TestSetDefaults.test_set_defaults_parents) ... ok test_set_defaults_same_as_add_argument (test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument) ... ok test_set_defaults_same_as_add_argument_group (test.test_argparse.TestSetDefaults.test_set_defaults_same_as_add_argument_group) ... ok test_set_defaults_subparsers (test.test_argparse.TestSetDefaults.test_set_defaults_subparsers) ... ok test_set_defaults_with_args (test.test_argparse.TestSetDefaults.test_set_defaults_with_args) ... ok test_format_help (test.test_argparse.TestShortColumns.test_format_help) ... ok test_format_usage (test.test_argparse.TestShortColumns.test_format_usage) ... ok test_print_file_help (test.test_argparse.TestShortColumns.test_print_file_help) ... ok test_print_file_usage (test.test_argparse.TestShortColumns.test_print_file_usage) ... ok test_print_help (test.test_argparse.TestShortColumns.test_print_help) ... ok test_print_usage (test.test_argparse.TestShortColumns.test_print_usage) ... ok test_argument (test.test_argparse.TestStrings.test_argument) ... ok test_namespace (test.test_argparse.TestStrings.test_namespace) ... ok test_namespace_kwargs_and_starkwargs_notidentifier (test.test_argparse.TestStrings.test_namespace_kwargs_and_starkwargs_notidentifier) ... ok test_namespace_starkwargs_identifier (test.test_argparse.TestStrings.test_namespace_starkwargs_identifier) ... ok test_namespace_starkwargs_notidentifier (test.test_argparse.TestStrings.test_namespace_starkwargs_notidentifier) ... ok test_optional (test.test_argparse.TestStrings.test_optional) ... ok test_parser (test.test_argparse.TestStrings.test_parser) ... ok test_failures_many_groups_listargs (test.test_argparse.TestTypeCallable.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestTypeCallable.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestTypeCallable.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestTypeCallable.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestTypeCallable.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestTypeCallable.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestTypeCallable.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestTypeCallable.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestTypeCallable.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestTypeCallable.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestTypeCallable.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestTypeCallable.test_successes_one_group_sysargs) ... ok test_failures_many_groups_listargs (test.test_argparse.TestTypeClassicClass.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestTypeClassicClass.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestTypeClassicClass.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestTypeClassicClass.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestTypeClassicClass.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestTypeClassicClass.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestTypeClassicClass.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestTypeClassicClass.test_successes_one_group_sysargs) ... ok test_type_function_call_only_once (test.test_argparse.TestTypeFunctionCallOnlyOnce.test_type_function_call_only_once) ... ok test_issue_15906 (test.test_argparse.TestTypeFunctionCalledOnDefault.test_issue_15906) ... ok test_no_double_type_conversion_of_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_no_double_type_conversion_of_default) ... ok test_type_function_call_with_non_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_non_string_default) ... ok test_type_function_call_with_string_default (test.test_argparse.TestTypeFunctionCalledOnDefault.test_type_function_call_with_string_default) ... ok test (test.test_argparse.TestTypeRegistration.test) ... ok test_failures_many_groups_listargs (test.test_argparse.TestTypeUserDefined.test_failures_many_groups_listargs) ... ok test_failures_many_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_many_groups_sysargs) ... ok test_failures_no_groups_listargs (test.test_argparse.TestTypeUserDefined.test_failures_no_groups_listargs) ... ok test_failures_no_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_no_groups_sysargs) ... ok test_failures_one_group_listargs (test.test_argparse.TestTypeUserDefined.test_failures_one_group_listargs) ... ok test_failures_one_group_sysargs (test.test_argparse.TestTypeUserDefined.test_failures_one_group_sysargs) ... ok test_successes_many_groups_listargs (test.test_argparse.TestTypeUserDefined.test_successes_many_groups_listargs) ... ok test_successes_many_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_many_groups_sysargs) ... ok test_successes_no_groups_listargs (test.test_argparse.TestTypeUserDefined.test_successes_no_groups_listargs) ... ok test_successes_no_groups_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_no_groups_sysargs) ... ok test_successes_one_group_listargs (test.test_argparse.TestTypeUserDefined.test_successes_one_group_listargs) ... ok test_successes_one_group_sysargs (test.test_argparse.TestTypeUserDefined.test_successes_one_group_sysargs) ... ok test_help_with_metavar (test.test_argparse.TestWrappingMetavar.test_help_with_metavar) ... ok ---------------------------------------------------------------------- Ran 1706 tests in 0.837s OK 0:00:08 load avg: 3.15 [ 21/432/1] test_array test_error (test.test_array.ArrayReconstructorTest.test_error) ... ok test_numbers (test.test_array.ArrayReconstructorTest.test_numbers) ... ok test_unicode (test.test_array.ArrayReconstructorTest.test_unicode) ... ok test_add (test.test_array.ByteTest.test_add) ... ok test_assignment (test.test_array.ByteTest.test_assignment) ... ok test_buffer (test.test_array.ByteTest.test_buffer) ... ok test_buffer_info (test.test_array.ByteTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.ByteTest.test_bug_782369) ... ok test_byteswap (test.test_array.ByteTest.test_byteswap) ... ok test_cmp (test.test_array.ByteTest.test_cmp) ... ok test_constructor (test.test_array.ByteTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.ByteTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.ByteTest.test_copy) ... ok test_count (test.test_array.ByteTest.test_count) ... ok test_coveritertraverse (test.test_array.ByteTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.ByteTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.ByteTest.test_deepcopy) ... ok test_delitem (test.test_array.ByteTest.test_delitem) ... ok test_delslice (test.test_array.ByteTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.ByteTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.ByteTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.ByteTest.test_extend) ... ok test_extended_getslice (test.test_array.ByteTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.ByteTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.ByteTest.test_extslice) ... ok test_filewrite (test.test_array.ByteTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.ByteTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.ByteTest.test_fromarray) ... ok test_frombytearray (test.test_array.ByteTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.ByteTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.ByteTest.test_getitem) ... ok test_getslice (test.test_array.ByteTest.test_getslice) ... ok test_iadd (test.test_array.ByteTest.test_iadd) ... ok test_imul (test.test_array.ByteTest.test_imul) ... ok test_index (test.test_array.ByteTest.test_index) ... ok test_initialize_with_unicode (test.test_array.ByteTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.ByteTest.test_insert) ... ok test_iterationcontains (test.test_array.ByteTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.ByteTest.test_iterator_pickle) ... ok test_len (test.test_array.ByteTest.test_len) ... ok test_mul (test.test_array.ByteTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.ByteTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.ByteTest.test_overflow) ... ok test_pickle (test.test_array.ByteTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.ByteTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.ByteTest.test_pop) ... ok test_reduce_ex (test.test_array.ByteTest.test_reduce_ex) ... ok test_remove (test.test_array.ByteTest.test_remove) ... ok test_repr (test.test_array.ByteTest.test_repr) ... ok test_reverse (test.test_array.ByteTest.test_reverse) ... ok test_reverse_iterator (test.test_array.ByteTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.ByteTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.ByteTest.test_setitem) ... ok test_setslice (test.test_array.ByteTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.ByteTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.ByteTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.ByteTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.ByteTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.ByteTest.test_subclassing) ... ok test_tofrombytes (test.test_array.ByteTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.ByteTest.test_tofromfile) ... ok test_tofromlist (test.test_array.ByteTest.test_tofromlist) ... ok test_type_error (test.test_array.ByteTest.test_type_error) ... ok test_weakref (test.test_array.ByteTest.test_weakref) ... ok test_add (test.test_array.DoubleTest.test_add) ... ok test_alloc_overflow (test.test_array.DoubleTest.test_alloc_overflow) ... ok test_assignment (test.test_array.DoubleTest.test_assignment) ... ok test_buffer (test.test_array.DoubleTest.test_buffer) ... ok test_buffer_info (test.test_array.DoubleTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.DoubleTest.test_bug_782369) ... ok test_byteswap (test.test_array.DoubleTest.test_byteswap) ... ok test_cmp (test.test_array.DoubleTest.test_cmp) ... ok test_constructor (test.test_array.DoubleTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.DoubleTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.DoubleTest.test_copy) ... ok test_count (test.test_array.DoubleTest.test_count) ... ok test_coveritertraverse (test.test_array.DoubleTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.DoubleTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.DoubleTest.test_deepcopy) ... ok test_delitem (test.test_array.DoubleTest.test_delitem) ... ok test_delslice (test.test_array.DoubleTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.DoubleTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.DoubleTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.DoubleTest.test_extend) ... ok test_extended_getslice (test.test_array.DoubleTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.DoubleTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.DoubleTest.test_extslice) ... ok test_filewrite (test.test_array.DoubleTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.DoubleTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.DoubleTest.test_fromarray) ... ok test_frombytearray (test.test_array.DoubleTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.DoubleTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.DoubleTest.test_getitem) ... ok test_getslice (test.test_array.DoubleTest.test_getslice) ... ok test_iadd (test.test_array.DoubleTest.test_iadd) ... ok test_imul (test.test_array.DoubleTest.test_imul) ... ok test_index (test.test_array.DoubleTest.test_index) ... ok test_initialize_with_unicode (test.test_array.DoubleTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.DoubleTest.test_insert) ... ok test_iterationcontains (test.test_array.DoubleTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.DoubleTest.test_iterator_pickle) ... ok test_len (test.test_array.DoubleTest.test_len) ... ok test_mul (test.test_array.DoubleTest.test_mul) ... ok test_nan (test.test_array.DoubleTest.test_nan) ... ok test_obsolete_write_lock (test.test_array.DoubleTest.test_obsolete_write_lock) ... ok test_pickle (test.test_array.DoubleTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.DoubleTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.DoubleTest.test_pop) ... ok test_reduce_ex (test.test_array.DoubleTest.test_reduce_ex) ... ok test_remove (test.test_array.DoubleTest.test_remove) ... ok test_repr (test.test_array.DoubleTest.test_repr) ... ok test_reverse (test.test_array.DoubleTest.test_reverse) ... ok test_reverse_iterator (test.test_array.DoubleTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.DoubleTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.DoubleTest.test_setitem) ... ok test_setslice (test.test_array.DoubleTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.DoubleTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.DoubleTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.DoubleTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.DoubleTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.DoubleTest.test_subclassing) ... ok test_tofrombytes (test.test_array.DoubleTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.DoubleTest.test_tofromfile) ... ok test_tofromlist (test.test_array.DoubleTest.test_tofromlist) ... ok test_weakref (test.test_array.DoubleTest.test_weakref) ... ok test_add (test.test_array.FloatTest.test_add) ... ok test_assignment (test.test_array.FloatTest.test_assignment) ... ok test_buffer (test.test_array.FloatTest.test_buffer) ... ok test_buffer_info (test.test_array.FloatTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.FloatTest.test_bug_782369) ... ok test_byteswap (test.test_array.FloatTest.test_byteswap) ... ok test_cmp (test.test_array.FloatTest.test_cmp) ... ok test_constructor (test.test_array.FloatTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.FloatTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.FloatTest.test_copy) ... ok test_count (test.test_array.FloatTest.test_count) ... ok test_coveritertraverse (test.test_array.FloatTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.FloatTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.FloatTest.test_deepcopy) ... ok test_delitem (test.test_array.FloatTest.test_delitem) ... ok test_delslice (test.test_array.FloatTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.FloatTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.FloatTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.FloatTest.test_extend) ... ok test_extended_getslice (test.test_array.FloatTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.FloatTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.FloatTest.test_extslice) ... ok test_filewrite (test.test_array.FloatTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.FloatTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.FloatTest.test_fromarray) ... ok test_frombytearray (test.test_array.FloatTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.FloatTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.FloatTest.test_getitem) ... ok test_getslice (test.test_array.FloatTest.test_getslice) ... ok test_iadd (test.test_array.FloatTest.test_iadd) ... ok test_imul (test.test_array.FloatTest.test_imul) ... ok test_index (test.test_array.FloatTest.test_index) ... ok test_initialize_with_unicode (test.test_array.FloatTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.FloatTest.test_insert) ... ok test_iterationcontains (test.test_array.FloatTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.FloatTest.test_iterator_pickle) ... ok test_len (test.test_array.FloatTest.test_len) ... ok test_mul (test.test_array.FloatTest.test_mul) ... ok test_nan (test.test_array.FloatTest.test_nan) ... ok test_obsolete_write_lock (test.test_array.FloatTest.test_obsolete_write_lock) ... ok test_pickle (test.test_array.FloatTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.FloatTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.FloatTest.test_pop) ... ok test_reduce_ex (test.test_array.FloatTest.test_reduce_ex) ... ok test_remove (test.test_array.FloatTest.test_remove) ... ok test_repr (test.test_array.FloatTest.test_repr) ... ok test_reverse (test.test_array.FloatTest.test_reverse) ... ok test_reverse_iterator (test.test_array.FloatTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.FloatTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.FloatTest.test_setitem) ... ok test_setslice (test.test_array.FloatTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.FloatTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.FloatTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.FloatTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.FloatTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.FloatTest.test_subclassing) ... ok test_tofrombytes (test.test_array.FloatTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.FloatTest.test_tofromfile) ... ok test_tofromlist (test.test_array.FloatTest.test_tofromlist) ... ok test_weakref (test.test_array.FloatTest.test_weakref) ... ok test_add (test.test_array.IntTest.test_add) ... ok test_assignment (test.test_array.IntTest.test_assignment) ... ok test_buffer (test.test_array.IntTest.test_buffer) ... ok test_buffer_info (test.test_array.IntTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.IntTest.test_bug_782369) ... ok test_byteswap (test.test_array.IntTest.test_byteswap) ... ok test_cmp (test.test_array.IntTest.test_cmp) ... ok test_constructor (test.test_array.IntTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.IntTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.IntTest.test_copy) ... ok test_count (test.test_array.IntTest.test_count) ... ok test_coveritertraverse (test.test_array.IntTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.IntTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.IntTest.test_deepcopy) ... ok test_delitem (test.test_array.IntTest.test_delitem) ... ok test_delslice (test.test_array.IntTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.IntTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.IntTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.IntTest.test_extend) ... ok test_extended_getslice (test.test_array.IntTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.IntTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.IntTest.test_extslice) ... ok test_filewrite (test.test_array.IntTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.IntTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.IntTest.test_fromarray) ... ok test_frombytearray (test.test_array.IntTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.IntTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.IntTest.test_getitem) ... ok test_getslice (test.test_array.IntTest.test_getslice) ... ok test_iadd (test.test_array.IntTest.test_iadd) ... ok test_imul (test.test_array.IntTest.test_imul) ... ok test_index (test.test_array.IntTest.test_index) ... ok test_initialize_with_unicode (test.test_array.IntTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.IntTest.test_insert) ... ok test_iterationcontains (test.test_array.IntTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.IntTest.test_iterator_pickle) ... ok test_len (test.test_array.IntTest.test_len) ... ok test_mul (test.test_array.IntTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.IntTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.IntTest.test_overflow) ... ok test_pickle (test.test_array.IntTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.IntTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.IntTest.test_pop) ... ok test_reduce_ex (test.test_array.IntTest.test_reduce_ex) ... ok test_remove (test.test_array.IntTest.test_remove) ... ok test_repr (test.test_array.IntTest.test_repr) ... ok test_reverse (test.test_array.IntTest.test_reverse) ... ok test_reverse_iterator (test.test_array.IntTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.IntTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.IntTest.test_setitem) ... ok test_setslice (test.test_array.IntTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.IntTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.IntTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.IntTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.IntTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.IntTest.test_subclassing) ... ok test_tofrombytes (test.test_array.IntTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.IntTest.test_tofromfile) ... ok test_tofromlist (test.test_array.IntTest.test_tofromlist) ... ok test_type_error (test.test_array.IntTest.test_type_error) ... ok test_weakref (test.test_array.IntTest.test_weakref) ... ok test_access (test.test_array.LargeArrayTest.test_access) ... ok test_append (test.test_array.LargeArrayTest.test_append) ... ok test_count (test.test_array.LargeArrayTest.test_count) ... ok test_example_data (test.test_array.LargeArrayTest.test_example_data) ... ok test_extend (test.test_array.LargeArrayTest.test_extend) ... ok test_frombytes (test.test_array.LargeArrayTest.test_frombytes) ... ok test_fromlist (test.test_array.LargeArrayTest.test_fromlist) ... ok test_index (test.test_array.LargeArrayTest.test_index) ... ok test_insert (test.test_array.LargeArrayTest.test_insert) ... ok test_pop (test.test_array.LargeArrayTest.test_pop) ... ok test_remove (test.test_array.LargeArrayTest.test_remove) ... ok test_reverse (test.test_array.LargeArrayTest.test_reverse) ... ok test_slice (test.test_array.LargeArrayTest.test_slice) ... ok test_tolist (test.test_array.LargeArrayTest.test_tolist) ... ok test_add (test.test_array.LongLongTest.test_add) ... ok test_assignment (test.test_array.LongLongTest.test_assignment) ... ok test_buffer (test.test_array.LongLongTest.test_buffer) ... ok test_buffer_info (test.test_array.LongLongTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.LongLongTest.test_bug_782369) ... ok test_byteswap (test.test_array.LongLongTest.test_byteswap) ... ok test_cmp (test.test_array.LongLongTest.test_cmp) ... ok test_constructor (test.test_array.LongLongTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.LongLongTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.LongLongTest.test_copy) ... ok test_count (test.test_array.LongLongTest.test_count) ... ok test_coveritertraverse (test.test_array.LongLongTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.LongLongTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.LongLongTest.test_deepcopy) ... ok test_delitem (test.test_array.LongLongTest.test_delitem) ... ok test_delslice (test.test_array.LongLongTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.LongLongTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.LongLongTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.LongLongTest.test_extend) ... ok test_extended_getslice (test.test_array.LongLongTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.LongLongTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.LongLongTest.test_extslice) ... ok test_filewrite (test.test_array.LongLongTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.LongLongTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.LongLongTest.test_fromarray) ... ok test_frombytearray (test.test_array.LongLongTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.LongLongTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.LongLongTest.test_getitem) ... ok test_getslice (test.test_array.LongLongTest.test_getslice) ... ok test_iadd (test.test_array.LongLongTest.test_iadd) ... ok test_imul (test.test_array.LongLongTest.test_imul) ... ok test_index (test.test_array.LongLongTest.test_index) ... ok test_initialize_with_unicode (test.test_array.LongLongTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.LongLongTest.test_insert) ... ok test_iterationcontains (test.test_array.LongLongTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.LongLongTest.test_iterator_pickle) ... ok test_len (test.test_array.LongLongTest.test_len) ... ok test_mul (test.test_array.LongLongTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.LongLongTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.LongLongTest.test_overflow) ... ok test_pickle (test.test_array.LongLongTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.LongLongTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.LongLongTest.test_pop) ... ok test_reduce_ex (test.test_array.LongLongTest.test_reduce_ex) ... ok test_remove (test.test_array.LongLongTest.test_remove) ... ok test_repr (test.test_array.LongLongTest.test_repr) ... ok test_reverse (test.test_array.LongLongTest.test_reverse) ... ok test_reverse_iterator (test.test_array.LongLongTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.LongLongTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.LongLongTest.test_setitem) ... ok test_setslice (test.test_array.LongLongTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.LongLongTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.LongLongTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.LongLongTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.LongLongTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.LongLongTest.test_subclassing) ... ok test_tofrombytes (test.test_array.LongLongTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.LongLongTest.test_tofromfile) ... ok test_tofromlist (test.test_array.LongLongTest.test_tofromlist) ... ok test_type_error (test.test_array.LongLongTest.test_type_error) ... ok test_weakref (test.test_array.LongLongTest.test_weakref) ... ok test_add (test.test_array.LongTest.test_add) ... ok test_assignment (test.test_array.LongTest.test_assignment) ... ok test_buffer (test.test_array.LongTest.test_buffer) ... ok test_buffer_info (test.test_array.LongTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.LongTest.test_bug_782369) ... ok test_byteswap (test.test_array.LongTest.test_byteswap) ... ok test_cmp (test.test_array.LongTest.test_cmp) ... ok test_constructor (test.test_array.LongTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.LongTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.LongTest.test_copy) ... ok test_count (test.test_array.LongTest.test_count) ... ok test_coveritertraverse (test.test_array.LongTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.LongTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.LongTest.test_deepcopy) ... ok test_delitem (test.test_array.LongTest.test_delitem) ... ok test_delslice (test.test_array.LongTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.LongTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.LongTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.LongTest.test_extend) ... ok test_extended_getslice (test.test_array.LongTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.LongTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.LongTest.test_extslice) ... ok test_filewrite (test.test_array.LongTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.LongTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.LongTest.test_fromarray) ... ok test_frombytearray (test.test_array.LongTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.LongTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.LongTest.test_getitem) ... ok test_getslice (test.test_array.LongTest.test_getslice) ... ok test_iadd (test.test_array.LongTest.test_iadd) ... ok test_imul (test.test_array.LongTest.test_imul) ... ok test_index (test.test_array.LongTest.test_index) ... ok test_initialize_with_unicode (test.test_array.LongTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.LongTest.test_insert) ... ok test_iterationcontains (test.test_array.LongTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.LongTest.test_iterator_pickle) ... ok test_len (test.test_array.LongTest.test_len) ... ok test_mul (test.test_array.LongTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.LongTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.LongTest.test_overflow) ... ok test_pickle (test.test_array.LongTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.LongTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.LongTest.test_pop) ... ok test_reduce_ex (test.test_array.LongTest.test_reduce_ex) ... ok test_remove (test.test_array.LongTest.test_remove) ... ok test_repr (test.test_array.LongTest.test_repr) ... ok test_reverse (test.test_array.LongTest.test_reverse) ... ok test_reverse_iterator (test.test_array.LongTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.LongTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.LongTest.test_setitem) ... ok test_setslice (test.test_array.LongTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.LongTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.LongTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.LongTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.LongTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.LongTest.test_subclassing) ... ok test_tofrombytes (test.test_array.LongTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.LongTest.test_tofromfile) ... ok test_tofromlist (test.test_array.LongTest.test_tofromlist) ... ok test_type_error (test.test_array.LongTest.test_type_error) ... ok test_weakref (test.test_array.LongTest.test_weakref) ... ok test_array_is_sequence (test.test_array.MiscTest.test_array_is_sequence) ... ok test_bad_constructor (test.test_array.MiscTest.test_bad_constructor) ... ok test_disallow_instantiation (test.test_array.MiscTest.test_disallow_instantiation) ... ok test_empty (test.test_array.MiscTest.test_empty) ... ok test_immutable (test.test_array.MiscTest.test_immutable) ... ok test_add (test.test_array.ShortTest.test_add) ... ok test_assignment (test.test_array.ShortTest.test_assignment) ... ok test_buffer (test.test_array.ShortTest.test_buffer) ... ok test_buffer_info (test.test_array.ShortTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.ShortTest.test_bug_782369) ... ok test_byteswap (test.test_array.ShortTest.test_byteswap) ... ok test_cmp (test.test_array.ShortTest.test_cmp) ... ok test_constructor (test.test_array.ShortTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.ShortTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.ShortTest.test_copy) ... ok test_count (test.test_array.ShortTest.test_count) ... ok test_coveritertraverse (test.test_array.ShortTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.ShortTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.ShortTest.test_deepcopy) ... ok test_delitem (test.test_array.ShortTest.test_delitem) ... ok test_delslice (test.test_array.ShortTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.ShortTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.ShortTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.ShortTest.test_extend) ... ok test_extended_getslice (test.test_array.ShortTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.ShortTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.ShortTest.test_extslice) ... ok test_filewrite (test.test_array.ShortTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.ShortTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.ShortTest.test_fromarray) ... ok test_frombytearray (test.test_array.ShortTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.ShortTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.ShortTest.test_getitem) ... ok test_getslice (test.test_array.ShortTest.test_getslice) ... ok test_iadd (test.test_array.ShortTest.test_iadd) ... ok test_imul (test.test_array.ShortTest.test_imul) ... ok test_index (test.test_array.ShortTest.test_index) ... ok test_initialize_with_unicode (test.test_array.ShortTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.ShortTest.test_insert) ... ok test_iterationcontains (test.test_array.ShortTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.ShortTest.test_iterator_pickle) ... ok test_len (test.test_array.ShortTest.test_len) ... ok test_mul (test.test_array.ShortTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.ShortTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.ShortTest.test_overflow) ... ok test_pickle (test.test_array.ShortTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.ShortTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.ShortTest.test_pop) ... ok test_reduce_ex (test.test_array.ShortTest.test_reduce_ex) ... ok test_remove (test.test_array.ShortTest.test_remove) ... ok test_repr (test.test_array.ShortTest.test_repr) ... ok test_reverse (test.test_array.ShortTest.test_reverse) ... ok test_reverse_iterator (test.test_array.ShortTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.ShortTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.ShortTest.test_setitem) ... ok test_setslice (test.test_array.ShortTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.ShortTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.ShortTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.ShortTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.ShortTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.ShortTest.test_subclassing) ... ok test_tofrombytes (test.test_array.ShortTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.ShortTest.test_tofromfile) ... ok test_tofromlist (test.test_array.ShortTest.test_tofromlist) ... ok test_type_error (test.test_array.ShortTest.test_type_error) ... ok test_weakref (test.test_array.ShortTest.test_weakref) ... ok test_add (test.test_array.UnicodeTest.test_add) ... ok test_buffer (test.test_array.UnicodeTest.test_buffer) ... ok test_buffer_info (test.test_array.UnicodeTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnicodeTest.test_bug_782369) ... ok test_byteswap (test.test_array.UnicodeTest.test_byteswap) ... ok test_cmp (test.test_array.UnicodeTest.test_cmp) ... ok test_constructor (test.test_array.UnicodeTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnicodeTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnicodeTest.test_copy) ... ok test_count (test.test_array.UnicodeTest.test_count) ... ok test_coveritertraverse (test.test_array.UnicodeTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnicodeTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnicodeTest.test_deepcopy) ... ok test_delitem (test.test_array.UnicodeTest.test_delitem) ... ok test_exhausted_iterator (test.test_array.UnicodeTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnicodeTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnicodeTest.test_extend) ... ok test_extended_getslice (test.test_array.UnicodeTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnicodeTest.test_extended_set_del_slice) ... ok test_filewrite (test.test_array.UnicodeTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnicodeTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnicodeTest.test_fromarray) ... ok test_fromfile_ioerror (test.test_array.UnicodeTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnicodeTest.test_getitem) ... ok test_getslice (test.test_array.UnicodeTest.test_getslice) ... ok test_iadd (test.test_array.UnicodeTest.test_iadd) ... ok test_imul (test.test_array.UnicodeTest.test_imul) ... ok test_index (test.test_array.UnicodeTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnicodeTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnicodeTest.test_insert) ... ok test_issue17223 (test.test_array.UnicodeTest.test_issue17223) ... ok test_iterator_pickle (test.test_array.UnicodeTest.test_iterator_pickle) ... ok test_len (test.test_array.UnicodeTest.test_len) ... ok test_mul (test.test_array.UnicodeTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnicodeTest.test_obsolete_write_lock) ... ok test_pickle (test.test_array.UnicodeTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnicodeTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnicodeTest.test_pop) ... ok test_reduce_ex (test.test_array.UnicodeTest.test_reduce_ex) ... ok test_remove (test.test_array.UnicodeTest.test_remove) ... ok test_repr (test.test_array.UnicodeTest.test_repr) ... ok test_reverse (test.test_array.UnicodeTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnicodeTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnicodeTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnicodeTest.test_setitem) ... ok test_setslice (test.test_array.UnicodeTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnicodeTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.UnicodeTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.UnicodeTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnicodeTest.test_subclass_with_kwargs) ... ok test_tofrombytes (test.test_array.UnicodeTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnicodeTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnicodeTest.test_tofromlist) ... ok test_unicode (test.test_array.UnicodeTest.test_unicode) ... ok test_weakref (test.test_array.UnicodeTest.test_weakref) ... ok test_add (test.test_array.UnsignedByteTest.test_add) ... ok test_assignment (test.test_array.UnsignedByteTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedByteTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedByteTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedByteTest.test_bug_782369) ... ok test_bytes_extend (test.test_array.UnsignedByteTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedByteTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedByteTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedByteTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedByteTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedByteTest.test_copy) ... ok test_count (test.test_array.UnsignedByteTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedByteTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedByteTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedByteTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedByteTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedByteTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedByteTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedByteTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedByteTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedByteTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedByteTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedByteTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedByteTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedByteTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedByteTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedByteTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedByteTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedByteTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedByteTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedByteTest.test_iadd) ... ok test_imul (test.test_array.UnsignedByteTest.test_imul) ... ok test_index (test.test_array.UnsignedByteTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedByteTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedByteTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedByteTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedByteTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedByteTest.test_len) ... ok test_mul (test.test_array.UnsignedByteTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedByteTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.UnsignedByteTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedByteTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedByteTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedByteTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedByteTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedByteTest.test_remove) ... ok test_repr (test.test_array.UnsignedByteTest.test_repr) ... ok test_reverse (test.test_array.UnsignedByteTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedByteTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedByteTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedByteTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedByteTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedByteTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.UnsignedByteTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.UnsignedByteTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedByteTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedByteTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedByteTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedByteTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedByteTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedByteTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedByteTest.test_weakref) ... ok test_add (test.test_array.UnsignedIntTest.test_add) ... ok test_assignment (test.test_array.UnsignedIntTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedIntTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedIntTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedIntTest.test_bug_782369) ... ok test_bytes_extend (test.test_array.UnsignedIntTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedIntTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedIntTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedIntTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedIntTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedIntTest.test_copy) ... ok test_count (test.test_array.UnsignedIntTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedIntTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedIntTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedIntTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedIntTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedIntTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedIntTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedIntTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedIntTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedIntTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedIntTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedIntTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedIntTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedIntTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedIntTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedIntTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedIntTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedIntTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedIntTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedIntTest.test_iadd) ... ok test_imul (test.test_array.UnsignedIntTest.test_imul) ... ok test_index (test.test_array.UnsignedIntTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedIntTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedIntTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedIntTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedIntTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedIntTest.test_len) ... ok test_mul (test.test_array.UnsignedIntTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedIntTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.UnsignedIntTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedIntTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedIntTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedIntTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedIntTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedIntTest.test_remove) ... ok test_repr (test.test_array.UnsignedIntTest.test_repr) ... ok test_reverse (test.test_array.UnsignedIntTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedIntTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedIntTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedIntTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedIntTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedIntTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.UnsignedIntTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.UnsignedIntTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedIntTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedIntTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedIntTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedIntTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedIntTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedIntTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedIntTest.test_weakref) ... ok test_add (test.test_array.UnsignedLongLongTest.test_add) ... ok test_assignment (test.test_array.UnsignedLongLongTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedLongLongTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedLongLongTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedLongLongTest.test_bug_782369) ... ok test_bytes_extend (test.test_array.UnsignedLongLongTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedLongLongTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedLongLongTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedLongLongTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedLongLongTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedLongLongTest.test_copy) ... ok test_count (test.test_array.UnsignedLongLongTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedLongLongTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedLongLongTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedLongLongTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedLongLongTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedLongLongTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedLongLongTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedLongLongTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedLongLongTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedLongLongTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedLongLongTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedLongLongTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedLongLongTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedLongLongTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedLongLongTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedLongLongTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedLongLongTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedLongLongTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedLongLongTest.test_iadd) ... ok test_imul (test.test_array.UnsignedLongLongTest.test_imul) ... ok test_index (test.test_array.UnsignedLongLongTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedLongLongTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedLongLongTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedLongLongTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedLongLongTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedLongLongTest.test_len) ... ok test_mul (test.test_array.UnsignedLongLongTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedLongLongTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.UnsignedLongLongTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedLongLongTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedLongLongTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedLongLongTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedLongLongTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedLongLongTest.test_remove) ... ok test_repr (test.test_array.UnsignedLongLongTest.test_repr) ... ok test_reverse (test.test_array.UnsignedLongLongTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedLongLongTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedLongLongTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedLongLongTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedLongLongTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.UnsignedLongLongTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.UnsignedLongLongTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedLongLongTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedLongLongTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedLongLongTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedLongLongTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedLongLongTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedLongLongTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedLongLongTest.test_weakref) ... ok test_add (test.test_array.UnsignedLongTest.test_add) ... ok test_assignment (test.test_array.UnsignedLongTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedLongTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedLongTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedLongTest.test_bug_782369) ... ok test_bytes_extend (test.test_array.UnsignedLongTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedLongTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedLongTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedLongTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedLongTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedLongTest.test_copy) ... ok test_count (test.test_array.UnsignedLongTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedLongTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedLongTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedLongTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedLongTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedLongTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedLongTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedLongTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedLongTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedLongTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedLongTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedLongTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedLongTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedLongTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedLongTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedLongTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedLongTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedLongTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedLongTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedLongTest.test_iadd) ... ok test_imul (test.test_array.UnsignedLongTest.test_imul) ... ok test_index (test.test_array.UnsignedLongTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedLongTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedLongTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedLongTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedLongTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedLongTest.test_len) ... ok test_mul (test.test_array.UnsignedLongTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedLongTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.UnsignedLongTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedLongTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedLongTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedLongTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedLongTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedLongTest.test_remove) ... ok test_repr (test.test_array.UnsignedLongTest.test_repr) ... ok test_reverse (test.test_array.UnsignedLongTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedLongTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedLongTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedLongTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedLongTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedLongTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.UnsignedLongTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.UnsignedLongTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedLongTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedLongTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedLongTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedLongTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedLongTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedLongTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedLongTest.test_weakref) ... ok test_add (test.test_array.UnsignedShortTest.test_add) ... ok test_assignment (test.test_array.UnsignedShortTest.test_assignment) ... ok test_buffer (test.test_array.UnsignedShortTest.test_buffer) ... ok test_buffer_info (test.test_array.UnsignedShortTest.test_buffer_info) ... ok test_bug_782369 (test.test_array.UnsignedShortTest.test_bug_782369) ... ok test_bytes_extend (test.test_array.UnsignedShortTest.test_bytes_extend) ... ok test_byteswap (test.test_array.UnsignedShortTest.test_byteswap) ... ok test_cmp (test.test_array.UnsignedShortTest.test_cmp) ... ok test_constructor (test.test_array.UnsignedShortTest.test_constructor) ... ok test_constructor_with_iterable_argument (test.test_array.UnsignedShortTest.test_constructor_with_iterable_argument) ... ok test_copy (test.test_array.UnsignedShortTest.test_copy) ... ok test_count (test.test_array.UnsignedShortTest.test_count) ... ok test_coveritertraverse (test.test_array.UnsignedShortTest.test_coveritertraverse) ... ok test_create_from_bytes (test.test_array.UnsignedShortTest.test_create_from_bytes) ... ok test_deepcopy (test.test_array.UnsignedShortTest.test_deepcopy) ... ok test_delitem (test.test_array.UnsignedShortTest.test_delitem) ... ok test_delslice (test.test_array.UnsignedShortTest.test_delslice) ... ok test_exhausted_iterator (test.test_array.UnsignedShortTest.test_exhausted_iterator) ... ok test_exhausted_reverse_iterator (test.test_array.UnsignedShortTest.test_exhausted_reverse_iterator) ... ok test_extend (test.test_array.UnsignedShortTest.test_extend) ... ok test_extended_getslice (test.test_array.UnsignedShortTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_array.UnsignedShortTest.test_extended_set_del_slice) ... ok test_extslice (test.test_array.UnsignedShortTest.test_extslice) ... ok test_filewrite (test.test_array.UnsignedShortTest.test_filewrite) ... ok test_free_after_iterating (test.test_array.UnsignedShortTest.test_free_after_iterating) ... ok test_fromarray (test.test_array.UnsignedShortTest.test_fromarray) ... ok test_frombytearray (test.test_array.UnsignedShortTest.test_frombytearray) ... ok test_fromfile_ioerror (test.test_array.UnsignedShortTest.test_fromfile_ioerror) ... ok test_getitem (test.test_array.UnsignedShortTest.test_getitem) ... ok test_getslice (test.test_array.UnsignedShortTest.test_getslice) ... ok test_iadd (test.test_array.UnsignedShortTest.test_iadd) ... ok test_imul (test.test_array.UnsignedShortTest.test_imul) ... ok test_index (test.test_array.UnsignedShortTest.test_index) ... ok test_initialize_with_unicode (test.test_array.UnsignedShortTest.test_initialize_with_unicode) ... ok test_insert (test.test_array.UnsignedShortTest.test_insert) ... ok test_iterationcontains (test.test_array.UnsignedShortTest.test_iterationcontains) ... ok test_iterator_pickle (test.test_array.UnsignedShortTest.test_iterator_pickle) ... ok test_len (test.test_array.UnsignedShortTest.test_len) ... ok test_mul (test.test_array.UnsignedShortTest.test_mul) ... ok test_obsolete_write_lock (test.test_array.UnsignedShortTest.test_obsolete_write_lock) ... ok test_overflow (test.test_array.UnsignedShortTest.test_overflow) ... ok test_pickle (test.test_array.UnsignedShortTest.test_pickle) ... ok test_pickle_for_empty_array (test.test_array.UnsignedShortTest.test_pickle_for_empty_array) ... ok test_pop (test.test_array.UnsignedShortTest.test_pop) ... ok test_reduce_ex (test.test_array.UnsignedShortTest.test_reduce_ex) ... ok test_remove (test.test_array.UnsignedShortTest.test_remove) ... ok test_repr (test.test_array.UnsignedShortTest.test_repr) ... ok test_reverse (test.test_array.UnsignedShortTest.test_reverse) ... ok test_reverse_iterator (test.test_array.UnsignedShortTest.test_reverse_iterator) ... ok test_reverse_iterator_picking (test.test_array.UnsignedShortTest.test_reverse_iterator_picking) ... ok test_setitem (test.test_array.UnsignedShortTest.test_setitem) ... ok test_setslice (test.test_array.UnsignedShortTest.test_setslice) ... ok test_sizeof_with_buffer (test.test_array.UnsignedShortTest.test_sizeof_with_buffer) ... ok test_sizeof_without_buffer (test.test_array.UnsignedShortTest.test_sizeof_without_buffer) ... ok test_str (test.test_array.UnsignedShortTest.test_str) ... ok test_subclass_with_kwargs (test.test_array.UnsignedShortTest.test_subclass_with_kwargs) ... ok test_subclassing (test.test_array.UnsignedShortTest.test_subclassing) ... ok test_tofrombytes (test.test_array.UnsignedShortTest.test_tofrombytes) ... ok test_tofromfile (test.test_array.UnsignedShortTest.test_tofromfile) ... ok test_tofromlist (test.test_array.UnsignedShortTest.test_tofromlist) ... ok test_type_error (test.test_array.UnsignedShortTest.test_type_error) ... ok test_weakref (test.test_array.UnsignedShortTest.test_weakref) ... ok ---------------------------------------------------------------------- Ran 813 tests in 1.538s OK 0:00:10 load avg: 3.15 [ 22/432/1] test_asdl_parser test_attributes (test.test_asdl_parser.TestAsdlParser.test_attributes) ... ok test_constructor_fields (test.test_asdl_parser.TestAsdlParser.test_constructor_fields) ... ok test_definitions (test.test_asdl_parser.TestAsdlParser.test_definitions) ... ok test_module (test.test_asdl_parser.TestAsdlParser.test_module) ... ok test_product (test.test_asdl_parser.TestAsdlParser.test_product) ... ok test_visitor (test.test_asdl_parser.TestAsdlParser.test_visitor) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.003s OK 0:00:10 load avg: 3.15 [ 23/432/1] test_ast test_bad_integer (test.test_ast.ASTHelpers_Test.test_bad_integer) ... ok test_copy_location (test.test_ast.ASTHelpers_Test.test_copy_location) ... ok test_dump (test.test_ast.ASTHelpers_Test.test_dump) ... ok test_dump_incomplete (test.test_ast.ASTHelpers_Test.test_dump_incomplete) ... ok test_dump_indent (test.test_ast.ASTHelpers_Test.test_dump_indent) ... ok test_elif_stmt_start_position (test.test_ast.ASTHelpers_Test.test_elif_stmt_start_position) ... ok test_elif_stmt_start_position_with_else (test.test_ast.ASTHelpers_Test.test_elif_stmt_start_position_with_else) ... ok test_fix_missing_locations (test.test_ast.ASTHelpers_Test.test_fix_missing_locations) ... ok test_get_docstring (test.test_ast.ASTHelpers_Test.test_get_docstring) ... ok test_get_docstring_none (test.test_ast.ASTHelpers_Test.test_get_docstring_none) ... ok test_increment_lineno (test.test_ast.ASTHelpers_Test.test_increment_lineno) ... ok test_increment_lineno_on_module (test.test_ast.ASTHelpers_Test.test_increment_lineno_on_module) ... ok test_iter_child_nodes (test.test_ast.ASTHelpers_Test.test_iter_child_nodes) ... ok test_iter_fields (test.test_ast.ASTHelpers_Test.test_iter_fields) ... ok test_level_as_none (test.test_ast.ASTHelpers_Test.test_level_as_none) ... ok test_literal_eval (test.test_ast.ASTHelpers_Test.test_literal_eval) ... ok test_literal_eval_complex (test.test_ast.ASTHelpers_Test.test_literal_eval_complex) ... ok test_literal_eval_malformed_dict_nodes (test.test_ast.ASTHelpers_Test.test_literal_eval_malformed_dict_nodes) ... ok test_literal_eval_malformed_lineno (test.test_ast.ASTHelpers_Test.test_literal_eval_malformed_lineno) ... ok test_literal_eval_str_int_limit (test.test_ast.ASTHelpers_Test.test_literal_eval_str_int_limit) ... ok test_literal_eval_syntax_errors (test.test_ast.ASTHelpers_Test.test_literal_eval_syntax_errors) ... ok test_literal_eval_trailing_ws (test.test_ast.ASTHelpers_Test.test_literal_eval_trailing_ws) ... ok test_multi_line_docstring_col_offset_and_lineno_issue16806 (test.test_ast.ASTHelpers_Test.test_multi_line_docstring_col_offset_and_lineno_issue16806) ... ok test_parse (test.test_ast.ASTHelpers_Test.test_parse) ... ok test_parse_in_error (test.test_ast.ASTHelpers_Test.test_parse_in_error) ... ok test_recursion_direct (test.test_ast.ASTHelpers_Test.test_recursion_direct) ... ok test_recursion_indirect (test.test_ast.ASTHelpers_Test.test_recursion_indirect) ... ok test_starred_expr_end_position_within_call (test.test_ast.ASTHelpers_Test.test_starred_expr_end_position_within_call) ... ok test_assert (test.test_ast.ASTValidatorTests.test_assert) ... ok test_assign (test.test_ast.ASTValidatorTests.test_assign) ... ok test_attribute (test.test_ast.ASTValidatorTests.test_attribute) ... ok test_augassign (test.test_ast.ASTValidatorTests.test_augassign) ... ok test_boolop (test.test_ast.ASTValidatorTests.test_boolop) ... ok test_call (test.test_ast.ASTValidatorTests.test_call) ... ok test_classdef (test.test_ast.ASTValidatorTests.test_classdef) ... ok test_compare (test.test_ast.ASTValidatorTests.test_compare) ... ok test_delete (test.test_ast.ASTValidatorTests.test_delete) ... ok test_dict (test.test_ast.ASTValidatorTests.test_dict) ... ok test_dictcomp (test.test_ast.ASTValidatorTests.test_dictcomp) ... ok test_expr (test.test_ast.ASTValidatorTests.test_expr) ... ok test_for (test.test_ast.ASTValidatorTests.test_for) ... ok test_funcdef (test.test_ast.ASTValidatorTests.test_funcdef) ... ok test_generatorexp (test.test_ast.ASTValidatorTests.test_generatorexp) ... ok test_global (test.test_ast.ASTValidatorTests.test_global) ... ok test_if (test.test_ast.ASTValidatorTests.test_if) ... ok test_ifexp (test.test_ast.ASTValidatorTests.test_ifexp) ... ok test_import (test.test_ast.ASTValidatorTests.test_import) ... ok test_importfrom (test.test_ast.ASTValidatorTests.test_importfrom) ... ok test_lambda (test.test_ast.ASTValidatorTests.test_lambda) ... ok test_list (test.test_ast.ASTValidatorTests.test_list) ... ok test_listcomp (test.test_ast.ASTValidatorTests.test_listcomp) ... ok test_match_validation_pattern (test.test_ast.ASTValidatorTests.test_match_validation_pattern) ... ok test_module (test.test_ast.ASTValidatorTests.test_module) ... ok test_nameconstant (test.test_ast.ASTValidatorTests.test_nameconstant) ... ok test_nonlocal (test.test_ast.ASTValidatorTests.test_nonlocal) ... ok test_num (test.test_ast.ASTValidatorTests.test_num) ... ok test_raise (test.test_ast.ASTValidatorTests.test_raise) ... ok test_set (test.test_ast.ASTValidatorTests.test_set) ... ok test_setcomp (test.test_ast.ASTValidatorTests.test_setcomp) ... ok test_starred (test.test_ast.ASTValidatorTests.test_starred) ... ok test_stdlib_validates (test.test_ast.ASTValidatorTests.test_stdlib_validates) ... ok test_subscript (test.test_ast.ASTValidatorTests.test_subscript) ... ok test_try (test.test_ast.ASTValidatorTests.test_try) ... ok test_try_star (test.test_ast.ASTValidatorTests.test_try_star) ... ok test_tuple (test.test_ast.ASTValidatorTests.test_tuple) ... ok test_unaryop (test.test_ast.ASTValidatorTests.test_unaryop) ... ok test_while (test.test_ast.ASTValidatorTests.test_while) ... ok test_with (test.test_ast.ASTValidatorTests.test_with) ... ok test_yield (test.test_ast.ASTValidatorTests.test_yield) ... ok test_AST_garbage_collection (test.test_ast.AST_Tests.test_AST_garbage_collection) ... ok test_AST_objects (test.test_ast.AST_Tests.test_AST_objects) ... ok test_alias (test.test_ast.AST_Tests.test_alias) ... ok test_arguments (test.test_ast.AST_Tests.test_arguments) ... ok test_assignment_expression_feature_version (test.test_ast.AST_Tests.test_assignment_expression_feature_version) ... ok test_ast_asdl_signature (test.test_ast.AST_Tests.test_ast_asdl_signature) ... ok test_ast_recursion_limit (test.test_ast.AST_Tests.test_ast_recursion_limit) ... ok test_ast_validation (test.test_ast.AST_Tests.test_ast_validation) ... ok test_base_classes (test.test_ast.AST_Tests.test_base_classes) ... ok test_classattrs (test.test_ast.AST_Tests.test_classattrs) ... ok test_compilation_of_ast_nodes_with_default_end_position_values (test.test_ast.AST_Tests.test_compilation_of_ast_nodes_with_default_end_position_values) ... ok test_constant_as_name (test.test_ast.AST_Tests.test_constant_as_name) ... ok test_debug_f_string_feature_version (test.test_ast.AST_Tests.test_debug_f_string_feature_version) ... ok test_empty_yield_from (test.test_ast.AST_Tests.test_empty_yield_from) ... ok test_exception_groups_feature_version (test.test_ast.AST_Tests.test_exception_groups_feature_version) ... ok test_field_attr_existence (test.test_ast.AST_Tests.test_field_attr_existence) ... ok test_field_attr_writable (test.test_ast.AST_Tests.test_field_attr_writable) ... ok test_from_import (test.test_ast.AST_Tests.test_from_import) ... ok test_invalid_constant (test.test_ast.AST_Tests.test_invalid_constant) ... ok test_invalid_identifier (test.test_ast.AST_Tests.test_invalid_identifier) ... ok test_invalid_position_information (test.test_ast.AST_Tests.test_invalid_position_information) ... ok test_invalid_sum (test.test_ast.AST_Tests.test_invalid_sum) ... ok test_isinstance (test.test_ast.AST_Tests.test_isinstance) ... ok test_issue18374_binop_col_offset (test.test_ast.AST_Tests.test_issue18374_binop_col_offset) ... ok test_issue31592 (test.test_ast.AST_Tests.test_issue31592) ... ok test_issue39579_dotted_name_end_col_offset (test.test_ast.AST_Tests.test_issue39579_dotted_name_end_col_offset) ... ok test_module (test.test_ast.AST_Tests.test_module) ... ok test_no_fields (test.test_ast.AST_Tests.test_no_fields) ... ok test_nodeclasses (test.test_ast.AST_Tests.test_nodeclasses) ... ok test_non_interned_future_from_ast (test.test_ast.AST_Tests.test_non_interned_future_from_ast) ... ok test_none_checks (test.test_ast.AST_Tests.test_none_checks) ... ok test_null_bytes (test.test_ast.AST_Tests.test_null_bytes) ... ok test_parenthesized_with_feature_version (test.test_ast.AST_Tests.test_parenthesized_with_feature_version) ... ok test_pickling (test.test_ast.AST_Tests.test_pickling) ... ok test_positional_only_feature_version (test.test_ast.AST_Tests.test_positional_only_feature_version) ... ok test_precedence_enum (test.test_ast.AST_Tests.test_precedence_enum) ... ok test_realtype (test.test_ast.AST_Tests.test_realtype) ... ok test_slice (test.test_ast.AST_Tests.test_slice) ... ok test_snippets (test.test_ast.AST_Tests.test_snippets) ... ok test_subclasses (test.test_ast.AST_Tests.test_subclasses) ... ok test_assign_to_constant (test.test_ast.ConstantTests.test_assign_to_constant) ... ok test_get_docstring (test.test_ast.ConstantTests.test_get_docstring) ... ok test_literal_eval (test.test_ast.ConstantTests.test_literal_eval) ... ok test_load_const (test.test_ast.ConstantTests.test_load_const) ... ok test_singletons (test.test_ast.ConstantTests.test_singletons) ... ok test_string_kind (test.test_ast.ConstantTests.test_string_kind) ... ok test_validation (test.test_ast.ConstantTests.test_validation) ... ok test_values (test.test_ast.ConstantTests.test_values) ... ok test_attribute_spaces (test.test_ast.EndPositionTests.test_attribute_spaces) ... ok test_binop (test.test_ast.EndPositionTests.test_binop) ... ok test_boolop (test.test_ast.EndPositionTests.test_boolop) ... ok test_call (test.test_ast.EndPositionTests.test_call) ... ok test_call_noargs (test.test_ast.EndPositionTests.test_call_noargs) ... ok test_class_def (test.test_ast.EndPositionTests.test_class_def) ... ok test_class_kw (test.test_ast.EndPositionTests.test_class_kw) ... ok test_comprehensions (test.test_ast.EndPositionTests.test_comprehensions) ... ok test_continued_str (test.test_ast.EndPositionTests.test_continued_str) ... ok test_displays (test.test_ast.EndPositionTests.test_displays) ... ok test_fstring (test.test_ast.EndPositionTests.test_fstring) ... ok test_fstring_multi_line (test.test_ast.EndPositionTests.test_fstring_multi_line) ... ok test_func_def (test.test_ast.EndPositionTests.test_func_def) ... ok test_import_from_multi_line (test.test_ast.EndPositionTests.test_import_from_multi_line) ... ok test_lambda (test.test_ast.EndPositionTests.test_lambda) ... ok test_multi_line_str (test.test_ast.EndPositionTests.test_multi_line_str) ... ok test_redundant_parenthesis (test.test_ast.EndPositionTests.test_redundant_parenthesis) ... ok test_slices (test.test_ast.EndPositionTests.test_slices) ... ok test_source_segment_endings (test.test_ast.EndPositionTests.test_source_segment_endings) ... ok test_source_segment_missing_info (test.test_ast.EndPositionTests.test_source_segment_missing_info) ... ok test_source_segment_multi (test.test_ast.EndPositionTests.test_source_segment_multi) ... ok test_source_segment_padded (test.test_ast.EndPositionTests.test_source_segment_padded) ... ok test_source_segment_tabs (test.test_ast.EndPositionTests.test_source_segment_tabs) ... ok test_suites (test.test_ast.EndPositionTests.test_suites) ... ok test_trailers_with_redundant_parenthesis (test.test_ast.EndPositionTests.test_trailers_with_redundant_parenthesis) ... ok test_tuples (test.test_ast.EndPositionTests.test_tuples) ... ok test_yield_await (test.test_ast.EndPositionTests.test_yield_await) ... ok test_reload_module (test.test_ast.ModuleStateTests.test_reload_module) ... ok test_subinterpreter (test.test_ast.ModuleStateTests.test_subinterpreter) ... ok test_sys_modules (test.test_ast.ModuleStateTests.test_sys_modules) ... ok test_old_constant_nodes (test.test_ast.NodeVisitorTests.test_old_constant_nodes) ... ok ---------------------------------------------------------------------- Ran 148 tests in 1.810s OK 0:00:12 load avg: 2.98 [ 24/432/1] test_asyncgen test_aiter_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_bad_args) ... ok test_aiter_idempotent (test.test_asyncgen.AsyncGenAsyncioTest.test_aiter_idempotent) ... ok test_anext_await_raises (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_await_raises) ... ok test_anext_bad_args (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_args) ... ok test_anext_bad_await (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_bad_await) ... ok test_anext_iter (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_iter) ... ok test_anext_return_generator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_generator) ... ok test_anext_return_iterator (test.test_asyncgen.AsyncGenAsyncioTest.test_anext_return_iterator) ... ok test_async_gen_aclose_after_exhaustion (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_after_exhaustion) ... ok test_async_gen_aclose_compatible_with_get_stack (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_compatible_with_get_stack) ... ok test_async_gen_aclose_twice_with_different_coros (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aclose_twice_with_different_coros) ... ok test_async_gen_aiter (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter) ... ok test_async_gen_aiter_class (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_aiter_class) ... ok test_async_gen_asyncio_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_01) ... ok test_async_gen_asyncio_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_02) ... ok test_async_gen_asyncio_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_03) ... ok test_async_gen_asyncio_aclose_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_06) ... ok test_async_gen_asyncio_aclose_07 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_07) ... ok test_async_gen_asyncio_aclose_08 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_08) ... ok test_async_gen_asyncio_aclose_10 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_10) ... ok test_async_gen_asyncio_aclose_11 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_11) ... ok test_async_gen_asyncio_aclose_12 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_aclose_12) ... ok test_async_gen_asyncio_anext_04 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_04) ... ok test_async_gen_asyncio_anext_05 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_05) ... ok test_async_gen_asyncio_anext_06 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_06) ... ok test_async_gen_asyncio_anext_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_stopiteration) ... ok test_async_gen_asyncio_anext_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_anext_tuple) ... ok test_async_gen_asyncio_asend_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_01) ... ok test_async_gen_asyncio_asend_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_02) ... ok test_async_gen_asyncio_asend_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_asend_03) ... ok test_async_gen_asyncio_athrow_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_01) ... ok test_async_gen_asyncio_athrow_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_02) ... ok test_async_gen_asyncio_athrow_03 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_03) ... ok test_async_gen_asyncio_athrow_stopiteration (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_stopiteration) ... ok test_async_gen_asyncio_athrow_tuple (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_athrow_tuple) ... ok test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09) ... ok test_async_gen_asyncio_shutdown_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_01) ... ok test_async_gen_asyncio_shutdown_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_02) ... ok test_async_gen_asyncio_shutdown_exception_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_01) ... ok test_async_gen_asyncio_shutdown_exception_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_shutdown_exception_02) ... ok test_async_gen_await_same_aclose_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_aclose_coro_twice) ... ok test_async_gen_await_same_anext_coro_twice (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_await_same_anext_coro_twice) ... ok test_async_gen_expression_01 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_01) ... ok test_async_gen_expression_02 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_expression_02) ... ok test_async_generator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_async_generator_anext) ... ok test_asyncgen_nonstarted_hooks_are_cancellable (test.test_asyncgen.AsyncGenAsyncioTest.test_asyncgen_nonstarted_hooks_are_cancellable) ... ok test_python_async_iterator_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_anext) ... ok test_python_async_iterator_types_coroutine_anext (test.test_asyncgen.AsyncGenAsyncioTest.test_python_async_iterator_types_coroutine_anext) ... ok test_async_gen_syntax_01 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_01) ... ok test_async_gen_syntax_02 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_02) ... ok test_async_gen_syntax_03 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_03) ... ok test_async_gen_syntax_04 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_04) ... ok test_async_gen_syntax_05 (test.test_asyncgen.AsyncGenSyntaxTest.test_async_gen_syntax_05) ... ok test_async_gen_api_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_api_01) ... ok test_async_gen_exception_03 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_03) ... ok test_async_gen_exception_04 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_04) ... ok test_async_gen_exception_05 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_05) ... ok test_async_gen_exception_06 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_06) ... ok test_async_gen_exception_07 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_07) ... ok test_async_gen_exception_08 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_08) ... ok test_async_gen_exception_09 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_09) ... ok test_async_gen_exception_10 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_10) ... ok test_async_gen_exception_11 (test.test_asyncgen.AsyncGenTest.test_async_gen_exception_11) ... ok test_async_gen_iteration_01 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_01) ... ok test_async_gen_iteration_02 (test.test_asyncgen.AsyncGenTest.test_async_gen_iteration_02) ... ok ---------------------------------------------------------------------- Ran 65 tests in 0.846s OK 0:00:13 load avg: 2.98 [ 25/432/1] test_asynchat test_close_when_done (test.test_asynchat.TestAsynchat.test_close_when_done) ... ok test_empty_line (test.test_asynchat.TestAsynchat.test_empty_line) ... ok test_line_terminator1 (test.test_asynchat.TestAsynchat.test_line_terminator1) ... ok test_line_terminator2 (test.test_asynchat.TestAsynchat.test_line_terminator2) ... ok test_line_terminator3 (test.test_asynchat.TestAsynchat.test_line_terminator3) ... ok test_none_terminator (test.test_asynchat.TestAsynchat.test_none_terminator) ... ok test_numeric_terminator1 (test.test_asynchat.TestAsynchat.test_numeric_terminator1) ... ok test_numeric_terminator2 (test.test_asynchat.TestAsynchat.test_numeric_terminator2) ... ok test_push (test.test_asynchat.TestAsynchat.test_push) ... ok test_simple_producer (test.test_asynchat.TestAsynchat.test_simple_producer) ... ok test_string_producer (test.test_asynchat.TestAsynchat.test_string_producer) ... ok test_blockingioerror (test.test_asynchat.TestAsynchatMocked.test_blockingioerror) ... ok test_close_when_done (test.test_asynchat.TestAsynchat_WithPoll.test_close_when_done) ... ok test_empty_line (test.test_asynchat.TestAsynchat_WithPoll.test_empty_line) ... ok test_line_terminator1 (test.test_asynchat.TestAsynchat_WithPoll.test_line_terminator1) ... ok test_line_terminator2 (test.test_asynchat.TestAsynchat_WithPoll.test_line_terminator2) ... ok test_line_terminator3 (test.test_asynchat.TestAsynchat_WithPoll.test_line_terminator3) ... ok test_none_terminator (test.test_asynchat.TestAsynchat_WithPoll.test_none_terminator) ... ok test_numeric_terminator1 (test.test_asynchat.TestAsynchat_WithPoll.test_numeric_terminator1) ... ok test_numeric_terminator2 (test.test_asynchat.TestAsynchat_WithPoll.test_numeric_terminator2) ... ok test_push (test.test_asynchat.TestAsynchat_WithPoll.test_push) ... ok test_simple_producer (test.test_asynchat.TestAsynchat_WithPoll.test_simple_producer) ... ok test_string_producer (test.test_asynchat.TestAsynchat_WithPoll.test_string_producer) ... ok test_find_prefix_at_end (test.test_asynchat.TestHelperFunctions.test_find_prefix_at_end) ... ok test_disallow_negative_terminator (test.test_asynchat.TestNotConnected.test_disallow_negative_terminator) ... ok ---------------------------------------------------------------------- Ran 25 tests in 1.168s OK 0:00:14 load avg: 2.98 [ 26/432/1] test_asyncio test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_cancelled_handle) ... ok test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__add_callback_handle) ... ok test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once) ... ok test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_cancelled_event_cleanup) ... ok test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests.test__run_once_schedule_handle) ... ok test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc) ... ok test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_asyncgen_finalization_by_gc_in_other_thread) ... ok test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later) ... ok test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_later_negative_delays) ... ok test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon) ... ok test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests.test_call_soon_non_callable) ... ok test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests.test_check_thread) ... ok test_close (test.test_asyncio.test_base_events.BaseEventLoopTests.test_close) ... ok test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_custom_factory) ... ok test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_named_task_with_default_factory) ... ok test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task) ... ok test_create_task_error_closes_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_create_task_error_closes_coro) ... ok test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_broken) ... ok test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_callback) ... ok test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests.test_default_exc_handler_coro) ... ok test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_env_var_debug) ... ok test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests.test_not_implemented) ... ok test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_keyboard_interrupt) ... ok test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_forever_pre_stopped) ... ok test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_once) ... ok test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_baseexception) ... ok test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_loop) ... ok 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) ... ok test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_run_until_complete_type_error) ... ok test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_debug) ... ok test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor) ... ok test_set_default_executor_error (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_default_executor_error) ... ok test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_broken) ... ok test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_custom) ... ok test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_exc_handler_invalid) ... ok test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory) ... ok test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests.test_set_task_factory_invalid) ... ok test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests.test_single_selecter_event_callback_after_stopping) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_exec_invalid_args) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests.test_subprocess_shell_invalid_args) ... ok test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests.test_time_and_call_at) ... ok test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_exception) ... ok test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_accept_connection_retry) ... ok test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_call_coroutine) ... ok test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_bluetooth) ... ok test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_connect_err) ... ok test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_host_port_sock) ... ok test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ip_addr) ... ok test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ipv6_scope) ... ok test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple) ... ok test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors) ... ok test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_multiple_errors_local_addr) ... ok test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_getaddrinfo) ... ok test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_host_port_sock) ... ok test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_inet_pton) ... ok test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_local_addr) ... ok test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_no_ssl_server_hostname_errors) ... ok test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_service_name) ... ok test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_default) ... ok test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_server_hostname_errors) ... ok test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_ssl_timeout_for_plain_socket) ... ok test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_timeout) ... ok test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_connection_wrong_sock) ... ok test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_addr_error) ... ok test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_allow_broadcast) ... ok test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_cant_bind) ... ok test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_connect_err) ... ok test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_existing_sock_unix) ... ok test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_ip_addr) ... ok test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_addrinfo) ... ok test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_no_matching_family) ... ok test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_noaddr_nofamily) ... ok test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_nosoreuseport) ... ok test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_setblk_err) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock) ... ok test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_sockopts) ... ok test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sock_unix) ... ok test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_socket_err) ... ok test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_sockopts) ... ok test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_datagram_endpoint_wrong_sock) ... ok test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_cant_bind) ... ok test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_empty_host) ... ok test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_host_port_sock) ... ok test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ipv6) ... ok test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_getaddrinfo) ... ok test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_no_host_port_sock) ... ok test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_nosoreuseport) ... ok test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_soreuseport_only_defined) ... ok test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_ssl_timeout_for_plain_socket) ... ok test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_stream_bittype) ... ok test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_create_server_wrong_sock) ... ok test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_getnameinfo) ... ok test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests.test_log_slow_callbacks) ... ok test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info) ... ok test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests.test_ipaddr_info_no_inet_pton) ... ok test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests.test_port_parameter_types) ... ok test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test__sock_sendfile_native_failure) ... ok test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_blocking_socket) ... ok test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_count) ... ok test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_negative_offset) ... ok test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonbinary_file) ... ok test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_nonstream_socket) ... ok test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_count) ... ok test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_notint_offset) ... ok test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback) ... ok test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_fallback_offset_and_count) ... ok test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests.test_sock_sendfile_no_fallback) ... ok test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests.test_running_loop_within_a_loop) ... ok test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils.test_set_nodelay) ... ok test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests.test_buffered_proto_create_connection) ... skipped 'Windows only' test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests.test_buffered_proto_create_connection) ... ok test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest.test_asyncio_task_decimal_context) ... ok test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented) ... ok test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests.test_not_implemented_async) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests.test_add_fds_after_closing) ... ok test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests.test_add_signal_handler) ... ok test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_bidirectional_pty) ... ok test_call_later (test.test_asyncio.test_events.EPollEventLoopTests.test_call_later) ... ok test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok test_close (test.test_asyncio.test_events.EPollEventLoopTests.test_close) ... ok test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests.test_close_running_event_loop) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket) ... ok test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_in_use) ... ok test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.EPollEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint) ... ok test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_ipv6) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_datagram_endpoint_sock) ... ok test_create_server (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_addr_in_use) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_dual_stack) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_reuse_port) ... ok test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_sock) ... ok test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_match_failed) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verified) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_server_ssl_verify_failed) ... ok test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_connection) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_ssl_unix_connection) ... ok test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_connection) ... ok test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_path_socket_error) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verified) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests.test_create_unix_server_ssl_verify_failed) ... ok test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests.test_internal_fds) ... ok test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests.test_prompt_cancellation) ... ok test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pipe) ... ok test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests.test_read_pty_output) ... ok test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests.test_reader_callback) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests.test_remove_fds_after_closing) ... ok test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor) ... ok test_run_in_executor_cancel (test.test_asyncio.test_events.EPollEventLoopTests.test_run_in_executor_cancel) ... ok test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_nesting) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests.test_run_until_complete_stopped) ... ok test_server_close (test.test_asyncio.test_events.EPollEventLoopTests.test_server_close) ... ok test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_args) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests.test_signal_handling_while_selecting) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests.test_ssl_connect_accepted_socket) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_after_finish) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_close_client_stream) ... ok test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exec_invalid_args) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_exitcode) ... ok test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_interactive) ... ok test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_kill) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_send_signal) ... ok test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_shell_invalid_args) ... ok test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_stderr_redirect_to_stdout) ... ok test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_terminate) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests.test_subprocess_wait_no_same_group) ... ok test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests.test_timeout_rounding) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests.test_unclosed_pipe_transport) ... ok test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pipe_disconnect_on_close) ... ok test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests.test_write_pty) ... ok test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests.test_writer_callback) ... ok test_callback_with_exception (test.test_asyncio.test_events.HandleTests.test_callback_with_exception) ... ok test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests.test_coroutine_like_object_debug_formatting) ... ok test_handle (test.test_asyncio.test_events.HandleTests.test_handle) ... ok test_handle_repr (test.test_asyncio.test_events.HandleTests.test_handle_repr) ... ok test_handle_repr_debug (test.test_asyncio.test_events.HandleTests.test_handle_repr_debug) ... ok test_handle_source_traceback (test.test_asyncio.test_events.HandleTests.test_handle_source_traceback) ... ok test_handle_weakref (test.test_asyncio.test_events.HandleTests.test_handle_weakref) ... ok test_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_event_loop_policy) ... ok test_get_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop) ... ok test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_after_set_none) ... ok test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_calls_set_event_loop) ... ok test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_policy) ... ok test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests.test_get_event_loop_thread) ... ok test_new_event_loop (test.test_asyncio.test_events.PolicyTests.test_new_event_loop) ... ok test_set_event_loop (test.test_asyncio.test_events.PolicyTests.test_set_event_loop) ... ok test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests.test_set_event_loop_policy) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests.test_add_fds_after_closing) ... ok test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests.test_add_signal_handler) ... ok test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests.test_bidirectional_pty) ... ok test_call_later (test.test_asyncio.test_events.PollEventLoopTests.test_call_later) ... ok test_call_soon (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok test_close (test.test_asyncio.test_events.PollEventLoopTests.test_close) ... ok test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests.test_close_running_event_loop) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket) ... ok test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.PollEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok test_create_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_in_use) ... ok test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.PollEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint) ... ok test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_ipv6) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests.test_create_datagram_endpoint_sock) ... ok test_create_server (test.test_asyncio.test_events.PollEventLoopTests.test_create_server) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_addr_in_use) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_dual_stack) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_reuse_port) ... ok test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_sock) ... ok test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_match_failed) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verified) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_server_ssl_verify_failed) ... ok test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_connection) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_ssl_unix_connection) ... ok test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_connection) ... ok test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_path_socket_error) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verified) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verify_failed) ... ok test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests.test_internal_fds) ... ok test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests.test_prompt_cancellation) ... ok test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests.test_read_pipe) ... ok test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests.test_read_pty_output) ... ok test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests.test_reader_callback) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests.test_remove_fds_after_closing) ... ok test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor) ... ok test_run_in_executor_cancel (test.test_asyncio.test_events.PollEventLoopTests.test_run_in_executor_cancel) ... ok test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_nesting) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests.test_run_until_complete_stopped) ... ok test_server_close (test.test_asyncio.test_events.PollEventLoopTests.test_server_close) ... ok test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_args) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests.test_signal_handling_while_selecting) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests.test_ssl_connect_accepted_socket) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_after_finish) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_close_client_stream) ... ok test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exec_invalid_args) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_exitcode) ... ok test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_interactive) ... ok test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_kill) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_send_signal) ... ok test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_shell_invalid_args) ... ok test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_stderr_redirect_to_stdout) ... ok test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_terminate) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests.test_subprocess_wait_no_same_group) ... ok test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests.test_timeout_rounding) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests.test_unclosed_pipe_transport) ... ok test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests.test_write_pipe_disconnect_on_close) ... ok test_write_pty (test.test_asyncio.test_events.PollEventLoopTests.test_write_pty) ... ok test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests.test_writer_callback) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_add_fds_after_closing) ... ok test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests.test_add_signal_handler) ... ok test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_bidirectional_pty) ... ok test_call_later (test.test_asyncio.test_events.SelectEventLoopTests.test_call_later) ... ok test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests.test_call_soon_threadsafe_same_thread) ... ok test_close (test.test_asyncio.test_events.SelectEventLoopTests.test_close) ... ok test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests.test_close_running_event_loop) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket) ... ok test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_connect_accepted_socket_ssl_timeout_for_plain_socket) ... ok test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_in_use) ... ok test_create_connection_local_addr_nomatch_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_nomatch_family) ... ok test_create_connection_local_addr_skip_different_family (test.test_asyncio.test_events.SelectEventLoopTests.test_create_connection_local_addr_skip_different_family) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint) ... ok test_create_datagram_endpoint_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_sock) ... ok test_create_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_addr_in_use) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack) ... ok test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv4) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_multiple_hosts_ipv6) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port) ... ok test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_sock) ... ok test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed) ... ok test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection) ... ok test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection) ... ok test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed) ... ok test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests.test_internal_fds) ... ok test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests.test_prompt_cancellation) ... ok test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pipe) ... ok test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests.test_read_pty_output) ... ok test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_reader_callback) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests.test_remove_fds_after_closing) ... ok test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor) ... ok test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests.test_run_in_executor_cancel) ... ok test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_nesting) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests.test_run_until_complete_stopped) ... ok test_server_close (test.test_asyncio.test_events.SelectEventLoopTests.test_server_close) ... ok test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_args) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests.test_signal_handling_while_selecting) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_after_finish) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_close_client_stream) ... ok test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exec_invalid_args) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_exitcode) ... ok test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_interactive) ... ok test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_kill) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_send_signal) ... ok test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_shell_invalid_args) ... ok test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_stderr_redirect_to_stdout) ... ok test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_terminate) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests.test_subprocess_wait_no_same_group) ... ok test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests.test_timeout_rounding) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests.test_unclosed_pipe_transport) ... ok test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pipe_disconnect_on_close) ... ok test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests.test_write_pty) ... ok test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests.test_writer_callback) ... ok test_close (test.test_asyncio.test_events.TestAbstractServer.test_close) ... ok test_get_loop (test.test_asyncio.test_events.TestAbstractServer.test_get_loop) ... ok test_wait_closed (test.test_asyncio.test_events.TestAbstractServer.test_wait_closed) ... ok test_get_event_loop_new_process (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_new_process) ... ok test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop) ... ok test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestCGetEventLoop.test_get_event_loop_returns_running_loop2) ... ok test_get_event_loop_new_process (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_new_process) ... ok test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop) ... ok test_get_event_loop_returns_running_loop2 (test.test_asyncio.test_events.TestPyGetEventLoop.test_get_event_loop_returns_running_loop2) ... ok test_get_loop (test.test_asyncio.test_events.TestServer.test_get_loop) ... ok test_hash (test.test_asyncio.test_events.TimerTests.test_hash) ... ok test_timer (test.test_asyncio.test_events.TimerTests.test_timer) ... ok test_timer_comparison (test.test_asyncio.test_events.TimerTests.test_timer_comparison) ... ok test_timer_repr (test.test_asyncio.test_events.TimerTests.test_timer_repr) ... ok test_timer_repr_debug (test.test_asyncio.test_events.TimerTests.test_timer_repr_debug) ... ok test_when (test.test_asyncio.test_events.TimerTests.test_when) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callback) ... ok test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok test_inherit_without_calling_super_init (test.test_asyncio.test_futures.CFutureInheritanceTests.test_inherit_without_calling_super_init) ... ok test_cancel (test.test_asyncio.test_futures.CFutureTests.test_cancel) ... ok test_constructor_positional (test.test_asyncio.test_futures.CFutureTests.test_constructor_positional) ... ok test_constructor_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_global_loop) ... ok test_constructor_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_use_running_loop) ... ok test_constructor_without_loop (test.test_asyncio.test_futures.CFutureTests.test_constructor_without_loop) ... ok test_copy_state (test.test_asyncio.test_futures.CFutureTests.test_copy_state) ... ok test_exception (test.test_asyncio.test_futures.CFutureTests.test_exception) ... ok test_exception_class (test.test_asyncio.test_futures.CFutureTests.test_exception_class) ... ok test_future_cancel_message_getter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_getter) ... ok test_future_cancel_message_setter (test.test_asyncio.test_futures.CFutureTests.test_future_cancel_message_setter) ... ok test_future_del_collect (test.test_asyncio.test_futures.CFutureTests.test_future_del_collect) ... ok test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests.test_future_del_segfault) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests.test_future_exception_never_retrieved_debug) ... ok test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests.test_future_iter_throw) ... ok test_future_repr (test.test_asyncio.test_futures.CFutureTests.test_future_repr) ... ok test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests.test_future_source_traceback) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests.test_future_stop_iteration_args) ... ok test_generic_alias (test.test_asyncio.test_futures.CFutureTests.test_generic_alias) ... ok test_initial_state (test.test_asyncio.test_futures.CFutureTests.test_initial_state) ... ok test_isfuture (test.test_asyncio.test_futures.CFutureTests.test_isfuture) ... ok test_iter (test.test_asyncio.test_futures.CFutureTests.test_iter) ... ok test_log_traceback (test.test_asyncio.test_futures.CFutureTests.test_log_traceback) ... ok test_result (test.test_asyncio.test_futures.CFutureTests.test_result) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests.test_set_result_unless_cancelled) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_abandoned) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_result_retrieved) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_retrieved) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_exception_unretrieved) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_not_called_after_cancel) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_retrieved) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests.test_tb_logger_result_unretrieved) ... ok test_uninitialized (test.test_asyncio.test_futures.CFutureTests.test_uninitialized) ... ok test_wrap_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_cancel2) ... ok test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_future) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_global_loop) ... ok test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_use_running_loop) ... ok test_wrap_future_without_loop (test.test_asyncio.test_futures.CFutureTests.test_wrap_future_without_loop) ... ok test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests.test_yield_from_twice) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callback) ... ok test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok test_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_cancel) ... ok test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_positional) ... ok test_constructor_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_global_loop) ... ok test_constructor_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_use_running_loop) ... ok test_constructor_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_constructor_without_loop) ... ok test_copy_state (test.test_asyncio.test_futures.CSubFutureTests.test_copy_state) ... ok test_exception (test.test_asyncio.test_futures.CSubFutureTests.test_exception) ... ok test_exception_class (test.test_asyncio.test_futures.CSubFutureTests.test_exception_class) ... ok test_future_cancel_message_getter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_getter) ... ok test_future_cancel_message_setter (test.test_asyncio.test_futures.CSubFutureTests.test_future_cancel_message_setter) ... ok test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests.test_future_del_collect) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests.test_future_exception_never_retrieved_debug) ... ok test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests.test_future_iter_throw) ... ok test_future_repr (test.test_asyncio.test_futures.CSubFutureTests.test_future_repr) ... ok test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_future_source_traceback) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests.test_future_stop_iteration_args) ... ok test_generic_alias (test.test_asyncio.test_futures.CSubFutureTests.test_generic_alias) ... ok test_initial_state (test.test_asyncio.test_futures.CSubFutureTests.test_initial_state) ... ok test_isfuture (test.test_asyncio.test_futures.CSubFutureTests.test_isfuture) ... ok test_iter (test.test_asyncio.test_futures.CSubFutureTests.test_iter) ... ok test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests.test_log_traceback) ... ok test_result (test.test_asyncio.test_futures.CSubFutureTests.test_result) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests.test_set_result_unless_cancelled) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_abandoned) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_result_retrieved) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_retrieved) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_exception_unretrieved) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_not_called_after_cancel) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_retrieved) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests.test_tb_logger_result_unretrieved) ... ok test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests.test_uninitialized) ... ok test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_cancel2) ... ok test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_future) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_global_loop) ... ok test_wrap_future_use_running_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_use_running_loop) ... ok test_wrap_future_without_loop (test.test_asyncio.test_futures.CSubFutureTests.test_wrap_future_without_loop) ... ok test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests.test_yield_from_twice) ... ok test_ensure_future (test.test_asyncio.test_futures.DuckTests.test_ensure_future) ... ok test_wrap_future (test.test_asyncio.test_futures.DuckTests.test_wrap_future) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_invoked_on_set_result) ... ok test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_and_second_callback) ... ok test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_first_callback) ... ok test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_callbacks_remove_third_callback) ... ok test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callback) ... ok test_remove_done_callbacks_list_clear (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_clear) ... ok test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_remove_done_callbacks_list_mutation) ... ok test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_1) ... ok test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests.test_schedule_callbacks_list_mutation_2) ... ok test_inherit_without_calling_super_init (test.test_asyncio.test_futures.PyFutureInheritanceTests.test_inherit_without_calling_super_init) ... ok test_cancel (test.test_asyncio.test_futures.PyFutureTests.test_cancel) ... ok test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests.test_constructor_positional) ... ok test_constructor_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_global_loop) ... ok test_constructor_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_use_running_loop) ... ok test_constructor_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_constructor_without_loop) ... ok test_copy_state (test.test_asyncio.test_futures.PyFutureTests.test_copy_state) ... ok test_exception (test.test_asyncio.test_futures.PyFutureTests.test_exception) ... ok test_exception_class (test.test_asyncio.test_futures.PyFutureTests.test_exception_class) ... ok test_future_cancel_message_getter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_getter) ... ok test_future_cancel_message_setter (test.test_asyncio.test_futures.PyFutureTests.test_future_cancel_message_setter) ... ok test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests.test_future_del_collect) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests.test_future_exception_never_retrieved_debug) ... ok test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests.test_future_iter_throw) ... ok test_future_repr (test.test_asyncio.test_futures.PyFutureTests.test_future_repr) ... ok test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests.test_future_source_traceback) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests.test_future_stop_iteration_args) ... ok test_generic_alias (test.test_asyncio.test_futures.PyFutureTests.test_generic_alias) ... ok test_initial_state (test.test_asyncio.test_futures.PyFutureTests.test_initial_state) ... ok test_isfuture (test.test_asyncio.test_futures.PyFutureTests.test_isfuture) ... ok test_iter (test.test_asyncio.test_futures.PyFutureTests.test_iter) ... ok test_log_traceback (test.test_asyncio.test_futures.PyFutureTests.test_log_traceback) ... ok test_result (test.test_asyncio.test_futures.PyFutureTests.test_result) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests.test_set_result_unless_cancelled) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_abandoned) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_result_retrieved) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_retrieved) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_exception_unretrieved) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_not_called_after_cancel) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_retrieved) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests.test_tb_logger_result_unretrieved) ... ok test_uninitialized (test.test_asyncio.test_futures.PyFutureTests.test_uninitialized) ... ok test_wrap_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_cancel2) ... ok test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_future) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_global_loop) ... ok test_wrap_future_use_running_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_use_running_loop) ... ok test_wrap_future_without_loop (test.test_asyncio.test_futures.PyFutureTests.test_wrap_future_without_loop) ... ok test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests.test_yield_from_twice) ... ok test_future_traceback (test.test_asyncio.test_futures2.CFutureTests.test_future_traceback) ... ok test_recursive_repr_for_pending_tasks (test.test_asyncio.test_futures2.FutureReprTests.test_recursive_repr_for_pending_tasks) ... ok test_future_traceback (test.test_asyncio.test_futures2.PyFutureTests.test_future_traceback) ... ok test_abort_barrier (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier) ... ok test_abort_barrier_when_exception (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception) ... ok test_abort_barrier_when_exception_then_resetting (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_exception_then_resetting) ... ok test_abort_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_abort_barrier_when_tasks_half_draining_half_blocking) ... ok test_barrier (test.test_asyncio.test_locks.BarrierTests.test_barrier) ... ok test_barrier_parties (test.test_asyncio.test_locks.BarrierTests.test_barrier_parties) ... ok test_blocking_tasks_while_draining (test.test_asyncio.test_locks.BarrierTests.test_blocking_tasks_while_draining) ... ok test_context_manager (test.test_asyncio.test_locks.BarrierTests.test_context_manager) ... ok test_draining_state (test.test_asyncio.test_locks.BarrierTests.test_draining_state) ... ok test_filling_one_task (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task) ... ok test_filling_one_task_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_one_task_twice) ... ok test_filling_task_by_task (test.test_asyncio.test_locks.BarrierTests.test_filling_task_by_task) ... ok test_filling_tasks_cancel_one (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_cancel_one) ... ok test_filling_tasks_check_return_value (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_check_return_value) ... ok test_filling_tasks_wait_twice (test.test_asyncio.test_locks.BarrierTests.test_filling_tasks_wait_twice) ... ok test_repr (test.test_asyncio.test_locks.BarrierTests.test_repr) ... ok test_reset_barrier (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier) ... ok test_reset_barrier_when_tasks_half_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining) ... ok test_reset_barrier_when_tasks_half_draining_half_blocking (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_when_tasks_half_draining_half_blocking) ... ok test_reset_barrier_while_tasks_draining (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_draining) ... ok test_reset_barrier_while_tasks_waiting (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting) ... ok test_reset_barrier_while_tasks_waiting_and_waiting_again (test.test_asyncio.test_locks.BarrierTests.test_reset_barrier_while_tasks_waiting_and_waiting_again) ... ok test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests.test_ambiguous_loops) ... ok test_context_manager (test.test_asyncio.test_locks.ConditionTests.test_context_manager) ... ok test_explicit_lock (test.test_asyncio.test_locks.ConditionTests.test_explicit_lock) ... ok test_notify (test.test_asyncio.test_locks.ConditionTests.test_notify) ... ok test_notify_all (test.test_asyncio.test_locks.ConditionTests.test_notify_all) ... ok test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_all_unacquired) ... ok test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests.test_notify_unacquired) ... ok test_repr (test.test_asyncio.test_locks.ConditionTests.test_repr) ... ok test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests.test_timeout_in_block) ... ok test_wait (test.test_asyncio.test_locks.ConditionTests.test_wait) ... ok test_wait_cancel (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel) ... ok test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_after_notify) ... ok test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests.test_wait_cancel_contested) ... ok test_wait_for (test.test_asyncio.test_locks.ConditionTests.test_wait_for) ... ok test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_for_unacquired) ... ok test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests.test_wait_unacquired) ... ok test_clear (test.test_asyncio.test_locks.EventTests.test_clear) ... ok test_clear_with_waiters (test.test_asyncio.test_locks.EventTests.test_clear_with_waiters) ... ok test_repr (test.test_asyncio.test_locks.EventTests.test_repr) ... ok test_wait (test.test_asyncio.test_locks.EventTests.test_wait) ... ok test_wait_cancel (test.test_asyncio.test_locks.EventTests.test_wait_cancel) ... ok test_wait_on_set (test.test_asyncio.test_locks.EventTests.test_wait_on_set) ... ok test_acquire (test.test_asyncio.test_locks.LockTests.test_acquire) ... ok test_acquire_cancel (test.test_asyncio.test_locks.LockTests.test_acquire_cancel) ... ok test_cancel_race (test.test_asyncio.test_locks.LockTests.test_cancel_race) ... ok test_cancel_release_race (test.test_asyncio.test_locks.LockTests.test_cancel_release_race) ... ok test_context_manager (test.test_asyncio.test_locks.LockTests.test_context_manager) ... ok test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests.test_finished_waiter_cancelled) ... ok test_lock (test.test_asyncio.test_locks.LockTests.test_lock) ... ok test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests.test_lock_by_with_statement) ... ok test_lock_doesnt_accept_loop_parameter (test.test_asyncio.test_locks.LockTests.test_lock_doesnt_accept_loop_parameter) ... ok test_release_no_waiters (test.test_asyncio.test_locks.LockTests.test_release_no_waiters) ... ok test_release_not_acquired (test.test_asyncio.test_locks.LockTests.test_release_not_acquired) ... ok test_repr (test.test_asyncio.test_locks.LockTests.test_repr) ... ok test_acquire (test.test_asyncio.test_locks.SemaphoreTests.test_acquire) ... ok test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel) ... ok test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_cancel_before_awoken) ... ok test_acquire_fifo_order (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order) ... ok test_acquire_fifo_order_2 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_2) ... ok test_acquire_fifo_order_3 (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_fifo_order_3) ... ok test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_hang) ... ok test_acquire_no_hang (test.test_asyncio.test_locks.SemaphoreTests.test_acquire_no_hang) ... ok test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests.test_initial_value_zero) ... ok test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests.test_release_no_waiters) ... ok test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests.test_release_not_acquired) ... ok test_repr (test.test_asyncio.test_locks.SemaphoreTests.test_repr) ... ok test_semaphore (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore) ... ok test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests.test_semaphore_value) ... ok test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests.test_async_def_coroutines) ... ok test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests.test_debug_mode_manages_coroutine_origin_tracking) ... ok test_double_await (test.test_asyncio.test_pep492.CoroutineTests.test_double_await) ... ok test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutine) ... ok test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests.test_iscoroutinefunction) ... ok test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests.test_task_print_stack) ... ok test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests.test_types_coroutine) ... ok test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests.test_context_manager_async_with) ... ok test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests.test_context_manager_with_await) ... ok test_readline (test.test_asyncio.test_pep492.StreamReaderTests.test_readline) ... ok test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close) ... ok test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_close_self_pipe) ... ok test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server) ... ok test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_create_server_cancel) ... ok test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_ctor) ... ok test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading) ... ok test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_aborted) ... ok test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_data) ... ok test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_reading_no_data) ... ok test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing) ... ok test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_datagram_loop_writing_aborted) ... ok test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading) ... ok test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_exception) ... ok test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_loop_self_reading_fut) ... ok test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_datagram_transport) ... ok test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_make_socket_transport) ... ok test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_process_events) ... ok test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_stop_serving) ... ok test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests.test_write_to_self) ... ok test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_closing) ... ok test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received) ... ok test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_error_received_connection) ... ok test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test__loop_writing_exception) ... ok test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_fatal_error_connected) ... ok test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto) ... ok test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer) ... ok test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_bytearray) ... ok test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_buffer_memoryview) ... ok test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_bytearray) ... ok test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_closing) ... ok test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_connected_addr) ... ok test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received) ... ok test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_error_received_connected) ... ok test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_exception) ... ok test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_memoryview) ... ok test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_no_data) ... ok test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests.test_sendto_str) ... ok test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer) ... skipped 'Proactor is supported on Windows only' test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file) ... skipped 'Proactor is supported on Windows only' test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file) ... skipped 'Proactor is supported on Windows only' test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_abort) ... ok test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_call_connection_lost) ... ok test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close) ... ok test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_buffer) ... ok test_close_invalid_sockobj (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_invalid_sockobj) ... ok test_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_protocol_connection_lost_once) ... ok test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_close_write_fut) ... ok test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_ctor) ... ok test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_dont_pause_writing) ... ok test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error) ... ok test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_fatal_error_2) ... ok test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close) ... ok test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_idempotent) ... ok test_force_close_protocol_connection_lost_once (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_force_close_protocol_connection_lost_once) ... ok test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading) ... ok test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted) ... ok test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_closing) ... ok test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_aborted_is_fatal) ... ok test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_conn_reset_lost) ... ok test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_data) ... ok test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_exception) ... ok test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_reading_no_data) ... ok test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing) ... ok test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_closing) ... ok test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_err) ... ok test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_force_close) ... ok test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_loop_writing_stop) ... ok test_pause_reading_connection_made (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_reading_connection_made) ... ok test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_reading) ... ok test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_resume_writing) ... ok test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_2write) ... ok test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_pause_writing_3write) ... ok test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write) ... ok test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof) ... ok test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer) ... ok test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_buffer_write_pipe) ... ok test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_duplex_pipe) ... ok test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_eof_write_pipe) ... ok test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_more) ... ok test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests.test_write_no_data) ... ok test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_base_protocol) ... ok test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_buffered_protocol) ... ok test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_datagram_protocol) ... ok test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_protocol) ... ok test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests.test_subprocess_protocol) ... ok test_format (test.test_asyncio.test_queues.LifoQueueJoinTests.test_format) ... ok test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests.test_join_empty_queue) ... ok test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done) ... ok test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests.test_task_done_underflow) ... ok test_order (test.test_asyncio.test_queues.LifoQueueTests.test_order) ... ok test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_format) ... ok test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_join_empty_queue) ... ok test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done) ... ok test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests.test_task_done_underflow) ... ok test_order (test.test_asyncio.test_queues.PriorityQueueTests.test_order) ... ok test_empty (test.test_asyncio.test_queues.QueueBasicTests.test_empty) ... ok test_full (test.test_asyncio.test_queues.QueueBasicTests.test_full) ... ok test_generic_alias (test.test_asyncio.test_queues.QueueBasicTests.test_generic_alias) ... ok test_maxsize (test.test_asyncio.test_queues.QueueBasicTests.test_maxsize) ... ok test_order (test.test_asyncio.test_queues.QueueBasicTests.test_order) ... ok test_repr (test.test_asyncio.test_queues.QueueBasicTests.test_repr) ... ok test_str (test.test_asyncio.test_queues.QueueBasicTests.test_str) ... ok test_blocking_get (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get) ... ok test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests.test_blocking_get_wait) ... ok test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests.test_cancelled_getters_not_being_held_in_self_getters) ... ok test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests.test_get_cancelled_race) ... ok test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_putters) ... ok test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests.test_get_with_waiting_putters) ... ok test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get) ... ok test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests.test_nonblocking_get_exception) ... ok test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests.test_why_are_getters_waiting) ... ok test_format (test.test_asyncio.test_queues.QueueJoinTests.test_format) ... ok test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests.test_join_empty_queue) ... ok test_task_done (test.test_asyncio.test_queues.QueueJoinTests.test_task_done) ... ok test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests.test_task_done_underflow) ... ok test_blocking_put (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put) ... ok test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests.test_blocking_put_wait) ... ok test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_put_silence_value_error_exception) ... ok test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests.test_cancelled_puts_not_being_held_in_self_putters) ... ok test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests.test_float_maxsize) ... ok test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_many_pending_readers) ... ok test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests.test_get_cancel_drop_one_pending_reader) ... ok test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put) ... ok test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests.test_nonblocking_put_exception) ... ok test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests.test_put_cancel_drop) ... ok test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled) ... ok test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests.test_put_cancelled_race) ... ok test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests.test_put_with_waiting_getters) ... ok test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests.test_why_are_putters_waiting) ... ok test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests.test_asyncio_run_cancels_hanging_tasks) ... ok test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_closes_gens_after_hanging_tasks_errors) ... ok test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests.test_asyncio_run_debug) ... ok test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_from_running_loop) ... ok test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests.test_asyncio_run_only_coro) ... ok test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests.test_asyncio_run_raises) ... ok test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests.test_asyncio_run_reports_hanging_tasks_errors) ... ok test_asyncio_run_return (test.test_asyncio.test_runners.RunTests.test_asyncio_run_return) ... ok test_asyncio_run_set_event_loop (test.test_asyncio.test_runners.RunTests.test_asyncio_run_set_event_loop) ... ok test_asyncio_run_without_uncancel (test.test_asyncio.test_runners.RunTests.test_asyncio_run_without_uncancel) ... ok test_custom_factory (test.test_asyncio.test_runners.RunnerTests.test_custom_factory) ... ok test_debug (test.test_asyncio.test_runners.RunnerTests.test_debug) ... ok test_double_close (test.test_asyncio.test_runners.RunnerTests.test_double_close) ... ok test_explicit_close (test.test_asyncio.test_runners.RunnerTests.test_explicit_close) ... ok test_interrupt_call_soon (test.test_asyncio.test_runners.RunnerTests.test_interrupt_call_soon) ... ok test_interrupt_cancelled_task (test.test_asyncio.test_runners.RunnerTests.test_interrupt_cancelled_task) ... ok test_interrupt_wait (test.test_asyncio.test_runners.RunnerTests.test_interrupt_wait) ... ok test_non_debug (test.test_asyncio.test_runners.RunnerTests.test_non_debug) ... ok test_recursive_run (test.test_asyncio.test_runners.RunnerTests.test_recursive_run) ... ok test_run (test.test_asyncio.test_runners.RunnerTests.test_run) ... ok test_run_future (test.test_asyncio.test_runners.RunnerTests.test_run_future) ... ok test_run_keeps_context (test.test_asyncio.test_runners.RunnerTests.test_run_keeps_context) ... ok test_run_non_coro (test.test_asyncio.test_runners.RunnerTests.test_run_non_coro) ... ok test_second_with_block_raises (test.test_asyncio.test_runners.RunnerTests.test_second_with_block_raises) ... ok test_set_event_loop_called_once (test.test_asyncio.test_runners.RunnerTests.test_set_event_loop_called_once) ... ok test_signal_install_not_supported_ok (test.test_asyncio.test_runners.RunnerTests.test_signal_install_not_supported_ok) ... ok test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_accept_connection_multiple) ... ok test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader) ... ok test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing) ... ok test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_reader_existing_writer) ... ok test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer) ... ok test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_add_writer_existing) ... ok test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close) ... ok test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_close_no_selector) ... ok test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_socket_transport) ... ok test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_ssl_transport_without_ssl_error) ... ok test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read) ... ok test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_read_cancelled) ... ok test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write) ... ok test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_process_events_write_cancelled) ... ok test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_exception) ... ok test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_read_from_self_tryagain) ... ok test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader) ... ok test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_read_write) ... ok test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_reader_unknown) ... ok test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer) ... ok test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_read_write) ... ok test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_remove_writer_unknown) ... ok test_sock_connect_resolve_using_socket_params (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_sock_connect_resolve_using_socket_params) ... ok test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_exception) ... ok test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_write_to_self_tryagain) ... ok test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected) ... ok test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_fatal_error_connected_custom_error) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_err) ... ok test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_oserr) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_read_ready_tryagain) ... ok test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto) ... ok test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer) ... ok test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_bytearray) ... ok test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_buffer_memoryview) ... ok test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_bytearray) ... ok test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_closing) ... ok test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_connected_addr) ... ok test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received) ... ok test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_error_received_connected) ... ok test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_exception) ... ok test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_memoryview) ... ok test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_no_data) ... ok test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready) ... ok test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_closing) ... ok test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received) ... ok test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_error_received_connection) ... ok test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_exception) ... ok test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_no_data) ... ok test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_ready_tryagain) ... ok test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_str) ... ok test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests.test_sendto_tryagain) ... ok test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_buffer_updated_error) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_ctor) ... ok test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_error) ... ok test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_get_buffer_zerosized) ... ok test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_proto_type_switch) ... ok test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_eof_received_error) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready) ... ok test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_conn_reset) ... ok test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof) ... ok test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_eof_keep_open) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_err) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain) ... ok test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests.test_read_ready_tryagain_interrupted) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor) ... ok test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_ctor_with_waiter) ... ok test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_data_received_error) ... ok test_pause_reading_connection_made (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_reading_connection_made) ... ok test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_pause_resume_reading) ... ok test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_eof_received_error) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready) ... ok test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_conn_reset) ... ok test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof) ... ok test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_eof_keep_open) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_err) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain) ... ok test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_read_ready_tryagain_interrupted) ... ok test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_transport_close_remove_writer) ... ok test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write) ... ok test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_buffer) ... ok test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_bytearray) ... ok test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_closing) ... ok test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof) ... ok test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_after_close) ... ok test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_eof_buffer) ... ok test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_exception) ... ok test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_memoryview) ... ok test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_no_data) ... ok test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial) ... ok test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_bytearray) ... ok test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_memoryview) ... ok test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_partial_none) ... ok test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready) ... ok test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_closing) ... ok test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_exception) ... ok test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_no_data) ... ok test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial) ... ok test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_partial_none) ... ok test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_ready_tryagain) ... ok test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_str) ... ok test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests.test_write_tryagain) ... ok test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests.test__add_reader) ... ok test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests.test_abort) ... ok test_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close) ... ok test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests.test_close_write_buffer) ... ok test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests.test_connection_lost) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests.test_ctor) ... ok test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error) ... ok test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error_custom_exception) ... ok test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests.test_force_close) ... ok test_sendfile (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile) ... ok test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_after_receiving) ... ok test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving) ... ok 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) ... ok test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_for_closing_transp) ... ok test_sendfile_force_fallback (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_fallback) ... ok test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_force_unsupported_native) ... ok test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport) ... ok test_sendfile_not_supported (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_not_supported) ... ok test_sendfile_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_partial) ... ok test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_pre_and_post_data) ... ok test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_prevents_bare_write) ... ok test_sendfile_ssl (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl) ... ok test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving) ... ok test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_partial) ... ok test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sendfile_ssl_pre_and_post_data) ... ok test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_mix_with_regular_send) ... ok test_sock_sendfile_success (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_success) ... ok test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_with_offset_and_count) ... ok test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.EPollEventLoopTests.test_sock_sendfile_zero_size) ... ok test_sendfile (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile) ... ok test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_after_receiving) ... ok test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving) ... ok 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) ... ok test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_for_closing_transp) ... ok test_sendfile_force_fallback (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_fallback) ... ok test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_force_unsupported_native) ... ok test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_no_fallback_for_fallback_transport) ... ok test_sendfile_not_supported (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_not_supported) ... ok test_sendfile_partial (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_partial) ... ok test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_pre_and_post_data) ... ok test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_prevents_bare_write) ... ok test_sendfile_ssl (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl) ... ok test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_close_peer_after_receiving) ... ok test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_partial) ... ok test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sendfile_ssl_pre_and_post_data) ... ok test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_mix_with_regular_send) ... ok test_sock_sendfile_success (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_success) ... ok test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_with_offset_and_count) ... ok test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.PollEventLoopTests.test_sock_sendfile_zero_size) ... ok test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile) ... ok test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_after_receiving) ... ok test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving) ... ok 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) ... ok test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_for_closing_transp) ... ok test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_fallback) ... ok test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_unsupported_native) ... ok test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_no_fallback_for_fallback_transport) ... ok test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_not_supported) ... ok test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_partial) ... ok test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_pre_and_post_data) ... ok test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_prevents_bare_write) ... ok test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl) ... ok test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_close_peer_after_receiving) ... ok test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_partial) ... ok test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_pre_and_post_data) ... ok test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_mix_with_regular_send) ... ok test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_success) ... ok test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_with_offset_and_count) ... ok test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_zero_size) ... ok test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests.test_start_server_1) ... skipped 'Windows only' test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_server_1) ... ok test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests.test_start_unix_server_1) ... ok test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_cancel_sock_accept) ... ok test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_create_connection_sock) ... ok test_huge_content (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content) ... ok test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_huge_content_recvinto) ... ok test_recvfrom (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom) ... ok test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_recvfrom_into) ... ok test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sendto_blocking) ... ok test_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_accept) ... ok test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_connect_racing) ... ok test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_fail) ... ok test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_ops) ... ok test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_sock_client_racing) ... ok test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests.test_unix_sock_client_ops) ... ok test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_cancel_sock_accept) ... ok test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_create_connection_sock) ... ok test_huge_content (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content) ... ok test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_huge_content_recvinto) ... ok test_recvfrom (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom) ... ok test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_recvfrom_into) ... ok test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sendto_blocking) ... ok test_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_accept) ... ok test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_connect_racing) ... ok test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_fail) ... ok test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_ops) ... ok test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_sock_client_racing) ... ok test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests.test_unix_sock_client_ops) ... ok test_cancel_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_cancel_sock_accept) ... ok test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_create_connection_sock) ... ok test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content) ... ok test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_huge_content_recvinto) ... ok test_recvfrom (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom) ... ok test_recvfrom_into (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_recvfrom_into) ... ok test_sendto_blocking (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sendto_blocking) ... ok test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_accept) ... ok test_sock_client_connect_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_connect_racing) ... ok test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_fail) ... ok test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_ops) ... ok test_sock_client_racing (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_racing) ... ok test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_unix_sock_client_ops) ... ok test_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_connect_accepted_socket) ... ok test_connect_timeout_warning (test.test_asyncio.test_ssl.TestSSL.test_connect_timeout_warning) ... ok test_create_connection_memory_leak (test.test_asyncio.test_ssl.TestSSL.test_create_connection_memory_leak) ... ok test_create_connection_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_1) ... ok test_create_connection_ssl_failed_certificate (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_failed_certificate) ... ok test_create_connection_ssl_slow_handshake (test.test_asyncio.test_ssl.TestSSL.test_create_connection_ssl_slow_handshake) ... ok test_create_server_ssl_1 (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_1) ... ok test_create_server_ssl_over_ssl (test.test_asyncio.test_ssl.TestSSL.test_create_server_ssl_over_ssl) ... ok test_flush_before_shutdown (test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown) ... ok test_handshake_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_handshake_timeout_handler_leak) ... ok test_remote_shutdown_receives_trailing_data (test.test_asyncio.test_ssl.TestSSL.test_remote_shutdown_receives_trailing_data) ... ok test_shutdown_cleanly (test.test_asyncio.test_ssl.TestSSL.test_shutdown_cleanly) ... ok test_shutdown_timeout_handler_leak (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_leak) ... ok test_shutdown_timeout_handler_not_set (test.test_asyncio.test_ssl.TestSSL.test_shutdown_timeout_handler_not_set) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_ssl.TestSSL.test_ssl_connect_accepted_socket) ... ok test_ssl_handshake_connection_lost (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_connection_lost) ... ok test_ssl_handshake_timeout (test.test_asyncio.test_ssl.TestSSL.test_ssl_handshake_timeout) ... ok test_start_tls_client_buf_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_buf_proto_1) ... ok test_start_tls_client_corrupted_ssl (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_corrupted_ssl) ... ok test_start_tls_client_reg_proto_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_client_reg_proto_1) ... ok test_start_tls_server_1 (test.test_asyncio.test_ssl.TestSSL.test_start_tls_server_1) ... ok test_start_tls_slow_client_cancel (test.test_asyncio.test_ssl.TestSSL.test_start_tls_slow_client_cancel) ... ok test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_buf_feed_data) ... skipped 'Windows only' test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_memory_leak) ... skipped 'Windows only' test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_failed_certificate) ... skipped 'Windows only' test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_slow_handshake) ... skipped 'Windows only' test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_handshake_timeout) ... skipped 'Windows only' test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_buf_proto_1) ... skipped 'Windows only' test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl) ... skipped 'Windows only' test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_reg_proto_1) ... skipped 'Windows only' test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_server_1) ... skipped 'Windows only' test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_slow_client_cancel) ... skipped 'Windows only' test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_wrong_args) ... skipped 'Windows only' test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_buf_feed_data) ... ok test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_memory_leak) ... ok test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_failed_certificate) ... ok test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_slow_handshake) ... ok test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_handshake_timeout) ... ok test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_buf_proto_1) ... ok test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_corrupted_ssl) ... ok test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_reg_proto_1) ... ok test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_server_1) ... ok test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_slow_client_cancel) ... ok test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_wrong_args) ... ok test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_handshake) ... ok test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost) ... ok test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_data_received_after_closing) ... ok test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_eof_received_waiter) ... ok test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_fatal_error_no_name_error) ... ok test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_get_extra_info_on_closed_connection) ... ok test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_negative) ... ok test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_zero) ... ok test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_set_new_app_protocol) ... ok test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_write_after_closing) ... ok test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests.test_IncompleteReadError_pickleable) ... ok test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests.test_LimitOverrunError_pickleable) ... ok test___repr__ (test.test_asyncio.test_streams.StreamTests.test___repr__) ... ok test___repr__data (test.test_asyncio.test_streams.StreamTests.test___repr__data) ... ok test___repr__eof (test.test_asyncio.test_streams.StreamTests.test___repr__eof) ... ok test___repr__exception (test.test_asyncio.test_streams.StreamTests.test___repr__exception) ... ok test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests.test___repr__nondefault_limit) ... ok test___repr__transport (test.test_asyncio.test_streams.StreamTests.test___repr__transport) ... ok test___repr__waiter (test.test_asyncio.test_streams.StreamTests.test___repr__waiter) ... ok test_async_writer_api (test.test_asyncio.test_streams.StreamTests.test_async_writer_api) ... ok test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests.test_async_writer_api_exception_after_close) ... ok test_at_eof (test.test_asyncio.test_streams.StreamTests.test_at_eof) ... ok test_drain_raises (test.test_asyncio.test_streams.StreamTests.test_drain_raises) ... ok test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests.test_eof_feed_when_closing_writer) ... ok test_exception (test.test_asyncio.test_streams.StreamTests.test_exception) ... ok test_exception_cancel (test.test_asyncio.test_streams.StreamTests.test_exception_cancel) ... ok test_exception_waiter (test.test_asyncio.test_streams.StreamTests.test_exception_waiter) ... ok test_feed_empty_data (test.test_asyncio.test_streams.StreamTests.test_feed_empty_data) ... ok test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests.test_feed_nonempty_data) ... ok test_invalid_limit (test.test_asyncio.test_streams.StreamTests.test_invalid_limit) ... ok test_multiple_drain (test.test_asyncio.test_streams.StreamTests.test_multiple_drain) ... ok test_open_connection (test.test_asyncio.test_streams.StreamTests.test_open_connection) ... ok test_open_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_connection_error) ... ok test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_connection_no_loop_ssl) ... ok test_open_unix_connection (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection) ... ok test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_error) ... ok test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests.test_open_unix_connection_no_loop_ssl) ... ok test_read (test.test_asyncio.test_streams.StreamTests.test_read) ... ok test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests.test_read_all_from_pipe_reader) ... ok test_read_eof (test.test_asyncio.test_streams.StreamTests.test_read_eof) ... ok test_read_exception (test.test_asyncio.test_streams.StreamTests.test_read_exception) ... ok test_read_limit (test.test_asyncio.test_streams.StreamTests.test_read_limit) ... ok test_read_line_breaks (test.test_asyncio.test_streams.StreamTests.test_read_line_breaks) ... ok test_read_until_eof (test.test_asyncio.test_streams.StreamTests.test_read_until_eof) ... ok test_read_zero (test.test_asyncio.test_streams.StreamTests.test_read_zero) ... ok test_readexactly (test.test_asyncio.test_streams.StreamTests.test_readexactly) ... ok test_readexactly_eof (test.test_asyncio.test_streams.StreamTests.test_readexactly_eof) ... ok test_readexactly_exception (test.test_asyncio.test_streams.StreamTests.test_readexactly_exception) ... ok test_readexactly_limit (test.test_asyncio.test_streams.StreamTests.test_readexactly_limit) ... ok test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests.test_readexactly_zero_or_less) ... ok test_readline (test.test_asyncio.test_streams.StreamTests.test_readline) ... ok test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests.test_readline_empty_eof) ... ok test_readline_eof (test.test_asyncio.test_streams.StreamTests.test_readline_eof) ... ok test_readline_exception (test.test_asyncio.test_streams.StreamTests.test_readline_exception) ... ok test_readline_limit (test.test_asyncio.test_streams.StreamTests.test_readline_limit) ... ok test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests.test_readline_limit_with_existing_data) ... ok test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests.test_readline_nolimit_nowait) ... ok test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests.test_readline_read_byte_count) ... ok test_readuntil_eof (test.test_asyncio.test_streams.StreamTests.test_readuntil_eof) ... ok test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests.test_readuntil_limit_found_sep) ... ok test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks) ... ok test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests.test_readuntil_multi_chunks_1) ... ok test_readuntil_separator (test.test_asyncio.test_streams.StreamTests.test_readuntil_separator) ... ok test_start_server (test.test_asyncio.test_streams.StreamTests.test_start_server) ... ok test_start_tls (test.test_asyncio.test_streams.StreamTests.test_start_tls) ... ok test_start_unix_server (test.test_asyncio.test_streams.StreamTests.test_start_unix_server) ... ok test_streamreader_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_global_loop) ... ok test_streamreader_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_use_running_loop) ... ok test_streamreader_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreader_constructor_without_loop) ... ok test_streamreaderprotocol_constructor_use_global_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_global_loop) ... ok test_streamreaderprotocol_constructor_use_running_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_use_running_loop) ... ok test_streamreaderprotocol_constructor_without_loop (test.test_asyncio.test_streams.StreamTests.test_streamreaderprotocol_constructor_without_loop) ... ok test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close) ... ok test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests.test_wait_closed_on_close_with_unread_data) ... ok test_create_subprocess_fails_with_inactive_watcher (test.test_asyncio.test_subprocess.GenericWatcherTests.test_create_subprocess_fails_with_inactive_watcher) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_make_subprocess_transport_exec) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_post_init) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_cancel_process_wait) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_close_dont_kill_finished) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_close_kill_running) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_communicate_ignore_broken_pipe) ... ok test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_exec_text_mode_fails) ... ok test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_exec_with_path) ... ok test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_create_subprocess_shell_text_mode_fails) ... ok test_devnull_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_error) ... ok test_devnull_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_input) ... ok test_devnull_output (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devnull_output) ... ok test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_devstdin_input) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_empty_input) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_kill) ... ok test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_kill_issue43884) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_pause_reading) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_popen_error) ... ok test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_popen_error_with_stdin_pipe) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_read_stdout_after_process_exit) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_send_signal) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_shell) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_start_new_session) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_broken_pipe) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_not_inheritable) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_stdin_stdout) ... ok test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_subprocess_communicate_stdout) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests.test_terminate) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_cancel_make_subprocess_transport_exec) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_cancel_post_init) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_cancel_process_wait) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_close_dont_kill_finished) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_close_kill_running) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_communicate (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_communicate) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_communicate_ignore_broken_pipe) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_create_subprocess_exec_text_mode_fails) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_create_subprocess_exec_with_path) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_create_subprocess_shell_text_mode_fails) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_devnull_error (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_devnull_error) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_devnull_input (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_devnull_input) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_devnull_output (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_devnull_output) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_devstdin_input) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_empty_input (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_empty_input) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_kill (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_kill) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_kill_issue43884) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_pause_reading (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_pause_reading) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_popen_error (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_popen_error) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_popen_error_with_stdin_pipe) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_read_stdout_after_process_exit) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_send_signal (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_send_signal) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_shell (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_shell) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_start_new_session (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_start_new_session) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_stdin_broken_pipe) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_stdin_not_inheritable) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_stdin_stdout) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_subprocess_communicate_stdout) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_terminate (test.test_asyncio.test_subprocess.SubprocessMultiLoopWatcherTests.test_terminate) ... skipped 'bpo-38323: MultiLoopChildWatcher has a race condition and these tests can hang the test suite' test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_make_subprocess_transport_exec) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_post_init) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_cancel_process_wait) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_dont_kill_finished) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_close_kill_running) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_communicate_ignore_broken_pipe) ... ok test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_text_mode_fails) ... ok test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_exec_with_path) ... ok test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_create_subprocess_shell_text_mode_fails) ... ok test_devnull_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_error) ... ok test_devnull_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_input) ... ok test_devnull_output (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devnull_output) ... ok test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_devstdin_input) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_empty_input) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill) ... ok test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_kill_issue43884) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_pause_reading) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error) ... ok test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_popen_error_with_stdin_pipe) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_read_stdout_after_process_exit) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_send_signal) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_shell) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_start_new_session) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_broken_pipe) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_not_inheritable) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_stdin_stdout) ... ok test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_subprocess_communicate_stdout) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessPidfdWatcherTests.test_terminate) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_make_subprocess_transport_exec) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_post_init) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_cancel_process_wait) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_close_dont_kill_finished) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_close_kill_running) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_communicate_ignore_broken_pipe) ... ok test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_exec_text_mode_fails) ... ok test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_exec_with_path) ... ok test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_create_subprocess_shell_text_mode_fails) ... ok test_devnull_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_error) ... ok test_devnull_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_input) ... ok test_devnull_output (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devnull_output) ... ok test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_devstdin_input) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_empty_input) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_kill) ... ok test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_kill_issue43884) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_pause_reading) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_popen_error) ... ok test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_popen_error_with_stdin_pipe) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_read_stdout_after_process_exit) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_send_signal) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_shell) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_start_new_session) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_broken_pipe) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_not_inheritable) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_stdin_stdout) ... ok test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_subprocess_communicate_stdout) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests.test_terminate) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_make_subprocess_transport_exec) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_post_init) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_cancel_process_wait) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_dont_kill_finished) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_close_kill_running) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_communicate_ignore_broken_pipe) ... ok test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_text_mode_fails) ... ok test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_exec_with_path) ... ok test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_create_subprocess_shell_text_mode_fails) ... ok test_devnull_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_error) ... ok test_devnull_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_input) ... ok test_devnull_output (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devnull_output) ... ok test_devstdin_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_devstdin_input) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_empty_input) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill) ... ok test_kill_issue43884 (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_kill_issue43884) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_pause_reading) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error) ... ok test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_popen_error_with_stdin_pipe) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_read_stdout_after_process_exit) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_send_signal) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_shell) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_start_new_session) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_broken_pipe) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_not_inheritable) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_stdin_stdout) ... ok test_subprocess_communicate_stdout (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_communicate_stdout) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_terminate) ... ok test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited) ... ok test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests.test_subprocess_repr) ... ok test_cancel_children_on_child_error (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error) ... ok test_cancellation (test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation) ... ok test_taskgroup_01 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01) ... ok test_taskgroup_02 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02) ... ok test_taskgroup_03 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03) ... ok test_taskgroup_04 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04) ... ok test_taskgroup_07 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07) ... ok test_taskgroup_08 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08) ... ok test_taskgroup_09 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09) ... ok test_taskgroup_10 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10) ... ok test_taskgroup_11 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11) ... ok test_taskgroup_12 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12) ... ok test_taskgroup_13 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13) ... ok test_taskgroup_14 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14) ... ok test_taskgroup_15 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15) ... ok test_taskgroup_16 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16) ... ok test_taskgroup_17 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17) ... ok test_taskgroup_18 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18) ... ok test_taskgroup_19 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19) ... ok test_taskgroup_20 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20) ... ok test_taskgroup_20a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20a) ... ok test_taskgroup_21a (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_21a) ... ok test_taskgroup_22 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_22) ... ok test_taskgroup_23 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23) ... ok test_taskgroup_24 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_24) ... ok test_taskgroup_25 (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_25) ... ok test_taskgroup_context_manager_exit_raises (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_context_manager_exit_raises) ... ok test_taskgroup_no_create_task_after_failure (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_no_create_task_after_failure) ... ok test_taskgroup_task_context (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_context) ... ok test_taskgroup_task_name (test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_task_name) ... ok test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop) ... ok test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_no_running_loop_implicit) ... ok test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests.test_current_task_with_implicit_loop) ... ok test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task) ... ok test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests.test__enter_task_failure) ... ok test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task) ... ok test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure1) ... ok test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__leave_task_failure2) ... ok test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_1) ... ok test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_2) ... ok test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests.test__register_task_3) ... ok test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task) ... ok test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests.test__unregister_task_not_registered) ... ok test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_other_loop_future) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_stop_while_run_in_complete) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_subclasses_ctask_cfuture) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_task_set_methods) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests.test_yield_wait_does_not_shield_cancel) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_other_loop_future) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_stop_while_run_in_complete) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_subclasses_ctask_cfuture) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_task_set_methods) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests.test_yield_wait_does_not_shield_cancel) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_current_task_with_interleaving_tasks) ... ok test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_del__log_destroy_pending_segfault) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_other_loop_future) ... ok test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_refleaks_in_task___init__) ... skipped "object has no attribute 'gettotalrefcount'" test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_exception_causes_invalid_state) ... ok test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_set_result_causes_invalid_state) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_stop_while_run_in_complete) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_set_methods) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_task_source_traceback) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel) ... ok test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests.test_foobar) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_other_loop_future) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_stop_while_run_in_complete) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_set_methods) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_task_source_traceback) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel) ... ok test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests.test_cancellation_broadcast) ... ok test_constructor_use_global_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_global_loop) ... ok test_constructor_use_running_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_use_running_loop) ... ok test_constructor_without_loop (test.test_asyncio.test_tasks.CoroutineGatherTests.test_constructor_without_loop) ... ok test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests.test_duplicate_coroutines) ... ok test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests.test_env_var_debug) ... ok test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests.test_exception_marking) ... ok test_issue46672 (test.test_asyncio.test_tasks.CoroutineGatherTests.test_issue46672) ... ok test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests.test_one_exception) ... ok test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_result_exception_success) ... ok test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests.test_return_exceptions) ... ok test_success (test.test_asyncio.test_tasks.CoroutineGatherTests.test_success) ... ok test_constructor_empty_sequence_use_global_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_global_loop) ... ok test_constructor_empty_sequence_use_running_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_use_running_loop) ... ok test_constructor_empty_sequence_without_loop (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_empty_sequence_without_loop) ... ok test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_heterogenous_futures) ... ok test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests.test_constructor_homogenous_futures) ... ok test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests.test_env_var_debug) ... ok test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_one_cancellation) ... ok test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests.test_one_exception) ... ok test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_one_cancellation) ... ok test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests.test_result_exception_success) ... ok test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests.test_return_exceptions) ... ok test_success (test.test_asyncio.test_tasks.FutureGatherTests.test_success) ... ok test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests.test_asyncio_module_compiled) ... ok test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests.test_future_subclass) ... ok test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop) ... ok test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_no_running_loop_implicit) ... ok test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests.test_current_task_with_implicit_loop) ... ok test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task) ... ok test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests.test__enter_task_failure) ... ok test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task) ... ok test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure1) ... ok test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__leave_task_failure2) ... ok test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_1) ... ok test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_2) ... ok test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests.test__register_task_3) ... ok test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task) ... ok test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests.test__unregister_task_not_registered) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_other_loop_future) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_stop_while_run_in_complete) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_subclasses_ctask_cfuture) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_task_set_methods) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests.test_yield_wait_does_not_shield_cancel) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_other_loop_future) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_stop_while_run_in_complete) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_set_methods) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_task_source_traceback) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests.test_yield_wait_does_not_shield_cancel) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_other_loop_future) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_stop_while_run_in_complete) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_subclasses_ctask_cfuture) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_task_set_methods) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_yield_wait_does_not_shield_cancel) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_concurrent) ... ok test_as_completed_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_use_running_loop) ... ok test_as_completed_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_coroutine_without_loop) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_duplicate_coroutines) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_invalid_args) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_reverse_wait) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_timeout) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_as_completed_with_unused_timeout) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_named_task) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_bare_create_task) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_baseexception_during_cancel) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_at_end) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_awaited_task) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_both_task_and_inner_future) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_current_task) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_1) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_gather_2) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_inner_future) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_catching) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_task_ignoring) ... ok test_cancel_traceback_for_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_exception) ... ok test_cancel_traceback_for_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_traceback_for_future_result) ... ok test_cancel_with_message_before_starting_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_before_starting_task) ... ok test_cancel_with_message_then_future_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_exception) ... ok test_cancel_with_message_then_future_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_with_message_then_future_result) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancel_yield) ... ok test_cancellation_exception_context (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancellation_exception_context) ... ok test_cancelling (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_cancelling) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_1) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_2) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_3) ... ok test_context_4 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_4) ... ok test_context_5 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_5) ... ok test_context_6 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_context_6) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_coroutine_non_gen_function_return_future) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_async_function) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_asynclike_function) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_create_task_with_noncoroutine) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_current_task_with_interleaving_tasks) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_awaitable) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_coroutine) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_error_in_call_soon) ... ok test_exception_chaining_after_await (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await) ... ok test_exception_chaining_after_await_with_context_cycle (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_gather_shield) ... ok test_generic_alias (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_generic_alias) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_coro) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_get_stack) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_iscoroutinefunction) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_destroyed_pending_task) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_log_traceback) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_other_loop_future) ... ok test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_exception_causes_invalid_state) ... ok test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_set_result_causes_invalid_state) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_inner) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_cancel_outer) ... ok test_shield_coroutine_use_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_global_loop) ... ok test_shield_coroutine_use_running_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_use_running_loop) ... ok test_shield_coroutine_without_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_coroutine_without_loop) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_effect) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_exception) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_gather) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_result) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_shield_shortcut) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_sleep_cancel) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_step_result_future) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_stop_while_run_in_complete) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_awaits_on_itself) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_basics) ... ok test_task_cancel_message_getter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_getter) ... ok test_task_cancel_message_setter (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_message_setter) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_sleeping_task) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_cancel_waiter_future) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_class) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_del_collect) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_autogenerated) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_name_not_str) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_repr_wait_for) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_set_methods) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_task_source_traceback) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_tb_logger_not_called_after_cancel) ... ok test_uncancel_basic (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_basic) ... ok test_uncancel_structured_blocks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_uncancel_structured_blocks) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_concurrent_complete) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_duplicate_coroutines) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_errors) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_completed) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_first_exception_in_wait) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_invalid_args) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_really_done) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_exception) ... ok test_wait_with_iterator_of_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_iterator_of_tasks) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_wait_with_timeout) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_future_passes_cancel) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_yield_wait_does_not_shield_cancel) ... ok test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe) Test coroutine submission from a thread to an event loop. ... ok test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_cancelled) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_task_factory_exception) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_exception) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests.test_run_coroutine_threadsafe_with_timeout) Test coroutine submission from a thread to an event loop ... ok test_sleep_zero (test.test_asyncio.test_tasks.SleepTests.test_sleep_zero) ... ok test_to_thread (test.test_asyncio.test_threads.ToThreadTests.test_to_thread) ... ok test_to_thread_args_kwargs (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_args_kwargs) ... ok test_to_thread_concurrent (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_concurrent) ... ok test_to_thread_contextvars (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_contextvars) ... ok test_to_thread_exception (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_exception) ... ok test_to_thread_once (test.test_asyncio.test_threads.ToThreadTests.test_to_thread_once) ... ok test_cancel_in_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_cancel_in_timeout_after_cancellation) ... ok test_foreign_cancel_doesnt_timeout_if_not_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_cancel_doesnt_timeout_if_not_expired) ... ok test_foreign_exception_on_timeout (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_on_timeout) ... ok test_foreign_exception_passed (test.test_asyncio.test_timeouts.TimeoutTests.test_foreign_exception_passed) ... ok test_nested_timeout_in_finally (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeout_in_finally) ... ok test_nested_timeouts (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts) ... ok test_nested_timeouts_concurrent (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_concurrent) ... ok test_nested_timeouts_loop_busy (test.test_asyncio.test_timeouts.TimeoutTests.test_nested_timeouts_loop_busy) ... ok test_outer_task_is_not_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_outer_task_is_not_cancelled) ... ok test_repr_active (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_active) ... ok test_repr_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_disabled) ... ok test_repr_expired (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_expired) ... ok test_repr_finished (test.test_asyncio.test_timeouts.TimeoutTests.test_repr_finished) ... ok test_reschedule (test.test_asyncio.test_timeouts.TimeoutTests.test_reschedule) ... ok test_timeout_after_cancellation (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_after_cancellation) ... ok test_timeout_at_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_basic) ... ok test_timeout_at_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_at_disabled) ... ok test_timeout_basic (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_basic) ... ok test_timeout_disabled (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_disabled) ... ok test_timeout_exception_cause (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_exception_cause) ... ok test_timeout_in_the_past_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_in_the_past_sleep_zero) ... ok test_timeout_not_called (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_not_called) ... ok test_timeout_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero) ... ok test_timeout_zero_sleep_zero (test.test_asyncio.test_timeouts.TimeoutTests.test_timeout_zero_sleep_zero) ... ok test_waiter_cancelled (test.test_asyncio.test_timeouts.TimeoutTests.test_waiter_cancelled) ... ok test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests.test_ctor_extra_is_none) ... ok test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests.test_dgram_not_implemented) ... ok test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests.test_flowcontrol_mixin_set_write_limits) ... ok test_get_extra_info (test.test_asyncio.test_transports.TransportTests.test_get_extra_info) ... ok test_not_implemented (test.test_asyncio.test_transports.TransportTests.test_not_implemented) ... ok test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests.test_subprocess_transport_not_implemented) ... ok test_writelines (test.test_asyncio.test_transports.TransportTests.test_writelines) ... ok test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests.test_not_implemented) ... ok test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests.test_not_implemented) ... ok test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_close) ... ok test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_create_watcher) ... ok test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_remove_child_handler) ... ok test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_set_loop) ... ok test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_set_loop_race_condition) ... ok test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld) ... ok test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_child_reaped_elsewhere) ... ok test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_race_condition) ... ok test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_remove_handler) ... ok test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_replace_handler) ... ok test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_two_children) ... ok test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_two_children_terminating_together) ... ok test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unhandled_exception) ... ok test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unknown_pid_during_registration) ... ok test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests.test_sigchld_unknown_status) ... ok test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests.test_child_watcher_replace_mainloop_existing) ... ok test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests.test_get_child_watcher_after_set) ... ok test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests.test_get_child_watcher_thread) ... ok test_get_default_child_watcher (test.test_asyncio.test_unix_events.PolicyTests.test_get_default_child_watcher) ... ok test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_close) ... ok test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_create_watcher) ... ok test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_remove_child_handler) ... ok test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_set_loop) ... ok test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_set_loop_race_condition) ... ok test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld) ... ok test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_child_reaped_elsewhere) ... ok test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_race_condition) ... ok test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_remove_handler) ... ok test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_replace_handler) ... ok test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_two_children) ... ok test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_two_children_terminating_together) ... ok test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unhandled_exception) ... ok test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unknown_pid_during_registration) ... ok test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests.test_sigchld_unknown_status) ... ok test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler) ... ok test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_coroutine_error) ... ok test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error) ... ok test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error2) ... ok test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_install_error3) ... ok test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_add_signal_handler_setup_error) ... ok test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_check_signal) ... ok test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close) ... ok test_close_on_finalizing (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_close_on_finalizing) ... ok test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_cancelled_handler) ... ok test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_handle_signal_no_handler) ... ok test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler) ... ok test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_2) ... ok test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_cleanup_error) ... ok test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error) ... ok test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests.test_remove_signal_handler_error2) ... ok test_sock_sendfile_blocking_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_blocking_error) ... ok test_sock_sendfile_cancel1 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel1) ... ok test_sock_sendfile_cancel2 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_cancel2) ... ok test_sock_sendfile_exception (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_exception) ... ok test_sock_sendfile_iobuffer (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_iobuffer) ... ok test_sock_sendfile_not_a_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_a_file) ... ok test_sock_sendfile_not_available (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_available) ... ok test_sock_sendfile_not_regular_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file) ... ok test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_first_call) ... ok test_sock_sendfile_os_error_next_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests.test_sock_sendfile_os_error_next_call) ... ok test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nopath_nosock) ... ok test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_nossl_serverhost) ... ok test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_inetsock) ... ok test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_path_sock) ... ok test_create_unix_connection_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_pathlib) ... ok test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_connection_ssl_noserverhost) ... ok 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) ... ok test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_bind_error) ... ok test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_nonsock) ... ok test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_existing_path_sock) ... ok test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_nopath_nosock) ... ok test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_dgram) ... ok test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_inetsock) ... ok test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_path_stream_bittype) ... ok test_create_unix_server_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_pathlib) ... ok test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests.test_create_unix_server_ssl_bool) ... ok 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) ... ok test_add_reader_invalid_argument (test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_invalid_argument) ... ok test_add_reader_or_writer_transport_fd (test.test_asyncio.test_unix_events.TestFunctional.test_add_reader_or_writer_transport_fd) ... ok test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost) ... ok test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__call_connection_lost_with_err) ... ok test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__close) ... ok test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready) ... ok test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_blocked) ... ok test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_eof) ... ok test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test__read_ready_error) ... ok test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close) ... ok test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_close_already_closing) ... ok test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_ctor) ... ok test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading) ... ok test_pause_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_closed_pipe) ... ok test_pause_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_pause_reading_on_paused_pipe) ... ok test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading) ... ok test_resume_reading_on_closed_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_closed_pipe) ... ok test_resume_reading_on_paused_pipe (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests.test_resume_reading_on_paused_pipe) ... ok test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost) ... ok test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__call_connection_lost_with_err) ... ok test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__read_ready) ... ok test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready) ... ok test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_again) ... ok test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_closing) ... ok test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_empty) ... ok test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_err) ... ok test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test__write_ready_partial) ... ok test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_abort) ... ok test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_can_write_eof) ... ok test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close) ... ok test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_close_closing) ... ok test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_ctor) ... ok test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write) ... ok test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_again) ... ok test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_buffer) ... ok test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_close) ... ok test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof) ... ok test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_eof_pending) ... ok test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_err) ... ok test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_no_data) ... ok test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests.test_write_partial) ... ok test_asyncio_wait_for_cancelled (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_cancelled) ... ok test_asyncio_wait_for_timeout (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_asyncio_wait_for_timeout) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_blocking_wait_for) ... ok test_cancel_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_cancel_wait_for) ... ok test_wait_for (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for) ... ok test_wait_for_blocking (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_blocking) ... ok test_wait_for_cancellation_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_cancellation_race_condition) ... ok test_wait_for_race_condition (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_race_condition) ... ok test_wait_for_reraises_exception_during_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_reraises_exception_during_cancellation) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_self_cancellation) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_timeout_less_then_0_or_0) ... ok 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) ... ok 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) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_waitfor.AsyncioWaitForTest.test_wait_for_waits_for_task_cancellation) ... ok 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) ... ok test.test_asyncio.test_windows_events (unittest.loader.ModuleSkipped.test.test_asyncio.test_windows_events) ... skipped 'Windows only' test.test_asyncio.test_windows_utils (unittest.loader.ModuleSkipped.test.test_asyncio.test_windows_utils) ... skipped 'Windows only' ---------------------------------------------------------------------- Ran 2355 tests in 83.597s OK (skipped=48) 0:01:38 load avg: 1.17 [ 27/432/1] test_asyncore -- test_asyncio passed in 1 min 23 sec test_basic (test.test_asyncore.DispatcherTests.test_basic) ... ok test_log (test.test_asyncore.DispatcherTests.test_log) ... ok test_log_info (test.test_asyncore.DispatcherTests.test_log_info) ... ok test_repr (test.test_asyncore.DispatcherTests.test_repr) ... ok test_strerror (test.test_asyncore.DispatcherTests.test_strerror) ... ok test_unhandled (test.test_asyncore.DispatcherTests.test_unhandled) ... ok test_send (test.test_asyncore.DispatcherWithSendTests.test_send) ... ok test_close_twice (test.test_asyncore.FileWrapperTest.test_close_twice) ... ok test_dispatcher (test.test_asyncore.FileWrapperTest.test_dispatcher) ... ok test_recv (test.test_asyncore.FileWrapperTest.test_recv) ... ok test_resource_warning (test.test_asyncore.FileWrapperTest.test_resource_warning) ... ok test_send (test.test_asyncore.FileWrapperTest.test_send) ... ok test_closeall (test.test_asyncore.HelperFunctionTests.test_closeall) ... ok test_closeall_default (test.test_asyncore.HelperFunctionTests.test_closeall_default) ... ok test_compact_traceback (test.test_asyncore.HelperFunctionTests.test_compact_traceback) ... ok test_readwrite (test.test_asyncore.HelperFunctionTests.test_readwrite) ... ok test_readwriteexc (test.test_asyncore.HelperFunctionTests.test_readwriteexc) ... ok test_bind (test.test_asyncore.TestAPI_UseIPv4Poll.test_bind) ... ok test_connection_attributes (test.test_asyncore.TestAPI_UseIPv4Poll.test_connection_attributes) ... ok test_create_socket (test.test_asyncore.TestAPI_UseIPv4Poll.test_create_socket) ... ok test_handle_accept (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_accept) ... ok test_handle_accepted (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_accepted) ... ok test_handle_close (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_close) ... ok test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_close_after_conn_broken) ... ok test_handle_connect (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_connect) ... ok test_handle_error (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_error) ... ok test_handle_expt (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_expt) ... ok test_handle_read (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_read) ... ok test_handle_write (test.test_asyncore.TestAPI_UseIPv4Poll.test_handle_write) ... ok test_quick_connect (test.test_asyncore.TestAPI_UseIPv4Poll.test_quick_connect) ... ok test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv4Poll.test_set_reuse_addr) ... ok test_bind (test.test_asyncore.TestAPI_UseIPv4Select.test_bind) ... ok test_connection_attributes (test.test_asyncore.TestAPI_UseIPv4Select.test_connection_attributes) ... ok test_create_socket (test.test_asyncore.TestAPI_UseIPv4Select.test_create_socket) ... ok test_handle_accept (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_accept) ... ok test_handle_accepted (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_accepted) ... ok test_handle_close (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_close) ... ok test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_close_after_conn_broken) ... ok test_handle_connect (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_connect) ... ok test_handle_error (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_error) ... ok test_handle_expt (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_expt) ... ok test_handle_read (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_read) ... ok test_handle_write (test.test_asyncore.TestAPI_UseIPv4Select.test_handle_write) ... ok test_quick_connect (test.test_asyncore.TestAPI_UseIPv4Select.test_quick_connect) ... ok test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv4Select.test_set_reuse_addr) ... ok test_bind (test.test_asyncore.TestAPI_UseIPv6Poll.test_bind) ... ok test_connection_attributes (test.test_asyncore.TestAPI_UseIPv6Poll.test_connection_attributes) ... ok test_create_socket (test.test_asyncore.TestAPI_UseIPv6Poll.test_create_socket) ... ok test_handle_accept (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_accept) ... ok test_handle_accepted (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_accepted) ... ok test_handle_close (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_close) ... ok test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_close_after_conn_broken) ... ok test_handle_connect (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_connect) ... ok test_handle_error (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_error) ... ok test_handle_expt (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_expt) ... ok test_handle_read (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_read) ... ok test_handle_write (test.test_asyncore.TestAPI_UseIPv6Poll.test_handle_write) ... ok test_quick_connect (test.test_asyncore.TestAPI_UseIPv6Poll.test_quick_connect) ... ok test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv6Poll.test_set_reuse_addr) ... ok test_bind (test.test_asyncore.TestAPI_UseIPv6Select.test_bind) ... ok test_connection_attributes (test.test_asyncore.TestAPI_UseIPv6Select.test_connection_attributes) ... ok test_create_socket (test.test_asyncore.TestAPI_UseIPv6Select.test_create_socket) ... ok test_handle_accept (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_accept) ... ok test_handle_accepted (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_accepted) ... ok test_handle_close (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_close) ... ok test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_close_after_conn_broken) ... ok test_handle_connect (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_connect) ... ok test_handle_error (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_error) ... ok test_handle_expt (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_expt) ... ok test_handle_read (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_read) ... ok test_handle_write (test.test_asyncore.TestAPI_UseIPv6Select.test_handle_write) ... ok test_quick_connect (test.test_asyncore.TestAPI_UseIPv6Select.test_quick_connect) ... ok test_set_reuse_addr (test.test_asyncore.TestAPI_UseIPv6Select.test_set_reuse_addr) ... ok test_bind (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_bind) ... skipped 'Not applicable to AF_UNIX sockets.' test_connection_attributes (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_connection_attributes) ... ok test_create_socket (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_create_socket) ... ok test_handle_accept (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_accept) ... ok test_handle_accepted (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_accepted) ... ok test_handle_close (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_close) ... ok test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_close_after_conn_broken) ... ok test_handle_connect (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_connect) ... ok test_handle_error (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_error) ... ok test_handle_expt (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_expt) ... skipped 'Not applicable to AF_UNIX sockets.' test_handle_read (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_read) ... ok test_handle_write (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_handle_write) ... ok test_quick_connect (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_quick_connect) ... skipped 'test specific to AF_INET and AF_INET6' test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsPoll.test_set_reuse_addr) ... skipped 'Not applicable to AF_UNIX sockets.' test_bind (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_bind) ... skipped 'Not applicable to AF_UNIX sockets.' test_connection_attributes (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_connection_attributes) ... ok test_create_socket (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_create_socket) ... ok test_handle_accept (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_accept) ... ok test_handle_accepted (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_accepted) ... ok test_handle_close (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_close) ... ok test_handle_close_after_conn_broken (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_close_after_conn_broken) ... ok test_handle_connect (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_connect) ... ok test_handle_error (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_error) ... ok test_handle_expt (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_expt) ... skipped 'Not applicable to AF_UNIX sockets.' test_handle_read (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_read) ... ok test_handle_write (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_handle_write) ... ok test_quick_connect (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_quick_connect) ... skipped 'test specific to AF_INET and AF_INET6' test_set_reuse_addr (test.test_asyncore.TestAPI_UseUnixSocketsSelect.test_set_reuse_addr) ... skipped 'Not applicable to AF_UNIX sockets.' ---------------------------------------------------------------------- Ran 101 tests in 1.782s OK (skipped=8) 0:01:40 load avg: 1.17 [ 28/432/1] test_atexit test_atexit_instances (test.test_atexit.FunctionalTest.test_atexit_instances) ... ok test_shutdown (test.test_atexit.FunctionalTest.test_shutdown) ... ok test_general (test.test_atexit.GeneralTest.test_general) ... ===== script _test_atexit.py ====== test_atexit_with_unregistered_function (__main__.GeneralTest.test_atexit_with_unregistered_function) ... ok test_badargs (__main__.GeneralTest.test_badargs) ... ok test_bound_methods (__main__.GeneralTest.test_bound_methods) ... ok test_clear (__main__.GeneralTest.test_clear) ... ok test_exit (__main__.GeneralTest.test_exit) ... ok test_order (__main__.GeneralTest.test_order) ... ok test_raise (__main__.GeneralTest.test_raise) ... ok test_raise_unnormalized (__main__.GeneralTest.test_raise_unnormalized) ... ok test_stress (__main__.GeneralTest.test_stress) ... ok test_unregister (__main__.GeneralTest.test_unregister) ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.000s OK ===== script _test_atexit.py completed: exit code 0 ====== ok test_callback_on_subinterpreter_teardown (test.test_atexit.SubinterpreterTest.test_callback_on_subinterpreter_teardown) ... ok test_callbacks_leak (test.test_atexit.SubinterpreterTest.test_callbacks_leak) ... ok test_callbacks_leak_refcycle (test.test_atexit.SubinterpreterTest.test_callbacks_leak_refcycle) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.061s OK 0:01:40 load avg: 1.17 [ 29/432/1] test_audioop test_add (test.test_audioop.TestAudioop.test_add) ... ok test_adpcm2lin (test.test_audioop.TestAudioop.test_adpcm2lin) ... ok test_alaw2lin (test.test_audioop.TestAudioop.test_alaw2lin) ... ok test_avg (test.test_audioop.TestAudioop.test_avg) ... ok test_avgpp (test.test_audioop.TestAudioop.test_avgpp) ... ok test_bias (test.test_audioop.TestAudioop.test_bias) ... ok test_byteswap (test.test_audioop.TestAudioop.test_byteswap) ... ok test_cross (test.test_audioop.TestAudioop.test_cross) ... ok test_findfactor (test.test_audioop.TestAudioop.test_findfactor) ... ok test_findfit (test.test_audioop.TestAudioop.test_findfit) ... ok test_findmax (test.test_audioop.TestAudioop.test_findmax) ... ok test_getsample (test.test_audioop.TestAudioop.test_getsample) ... ok test_invalid_adpcm_state (test.test_audioop.TestAudioop.test_invalid_adpcm_state) ... ok test_issue7673 (test.test_audioop.TestAudioop.test_issue7673) ... ok test_lin2adpcm (test.test_audioop.TestAudioop.test_lin2adpcm) ... ok test_lin2alaw (test.test_audioop.TestAudioop.test_lin2alaw) ... ok test_lin2lin (test.test_audioop.TestAudioop.test_lin2lin) ... ok test_lin2ulaw (test.test_audioop.TestAudioop.test_lin2ulaw) ... ok test_max (test.test_audioop.TestAudioop.test_max) ... ok test_maxpp (test.test_audioop.TestAudioop.test_maxpp) ... ok test_minmax (test.test_audioop.TestAudioop.test_minmax) ... ok test_mul (test.test_audioop.TestAudioop.test_mul) ... ok test_negativelen (test.test_audioop.TestAudioop.test_negativelen) ... ok test_ratecv (test.test_audioop.TestAudioop.test_ratecv) ... ok test_reverse (test.test_audioop.TestAudioop.test_reverse) ... ok test_rms (test.test_audioop.TestAudioop.test_rms) ... ok test_string (test.test_audioop.TestAudioop.test_string) ... ok test_tomono (test.test_audioop.TestAudioop.test_tomono) ... ok test_tostereo (test.test_audioop.TestAudioop.test_tostereo) ... ok test_ulaw2lin (test.test_audioop.TestAudioop.test_ulaw2lin) ... ok test_wrongsize (test.test_audioop.TestAudioop.test_wrongsize) ... ok ---------------------------------------------------------------------- Ran 31 tests in 0.002s OK 0:01:40 load avg: 1.17 [ 30/432/1] test_audit test_basic (test.test_audit.AuditTest.test_basic) ... ok test_block_add_hook (test.test_audit.AuditTest.test_block_add_hook) ... ok test_block_add_hook_baseexception (test.test_audit.AuditTest.test_block_add_hook_baseexception) ... ok test_cantrace (test.test_audit.AuditTest.test_cantrace) ... ok test_excepthook (test.test_audit.AuditTest.test_excepthook) ... ok test_gc (test.test_audit.AuditTest.test_gc) ... ('gc.get_objects', ' ', '1') ('gc.get_referrers', ' ', '(,)') ('gc.get_referents', ' ', '([],)') ok test_http (test.test_audit.AuditTest.test_http) ... ('http.client.connect', ' ', 'www.python.org 80') ('http.client.send', ' ', "b'GET / HTTP/1.1\\r\\nHost: www.python.org\\r\\nAccept-Encoding: identity\\r\\n\\r\\n'") ok test_marshal (test.test_audit.AuditTest.test_marshal) ... ok test_mmap (test.test_audit.AuditTest.test_mmap) ... ok test_monkeypatch (test.test_audit.AuditTest.test_monkeypatch) ... ok test_not_in_gc (test.test_audit.AuditTest.test_not_in_gc) ... ok test_open (test.test_audit.AuditTest.test_open) ... ok test_pickle (test.test_audit.AuditTest.test_pickle) ... ok test_socket (test.test_audit.AuditTest.test_socket) ... ('socket.gethostname', '', '') ('socket.__new__', ' ', ' 2 1 0') ('socket.bind', ' ', " ('127.0.0.1', 8080)") ok test_sqlite3 (test.test_audit.AuditTest.test_sqlite3) ... ('sqlite3.connect', ' ', "(':memory:',)") ('sqlite3.connect/handle', ' ', '(,)') ('sqlite3.connect', ' ', "(':memory:',)") ('sqlite3.connect/handle', ' ', '(,)') ('sqlite3.enable_load_extension', ' ', '(, False)') ('sqlite3.load_extension', ' ', "(, 'test')") ok test_sys_getframe (test.test_audit.AuditTest.test_sys_getframe) ... ('sys._getframe', ' ', 'test_sys_getframe') ok 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_unraisablehook (test.test_audit.AuditTest.test_unraisablehook) ... ok test_winreg (test.test_audit.AuditTest.test_winreg) ... skipped "No module named 'winreg'" ---------------------------------------------------------------------- Ran 19 tests in 0.955s OK (skipped=1) 0:01:41 load avg: 1.16 [ 31/432/1] test_augassign testBasic (test.test_augassign.AugAssignTest.testBasic) ... ok testCustomMethods1 (test.test_augassign.AugAssignTest.testCustomMethods1) ... ok testCustomMethods2 (test.test_augassign.AugAssignTest.testCustomMethods2) ... ok testInDict (test.test_augassign.AugAssignTest.testInDict) ... ok testInList (test.test_augassign.AugAssignTest.testInList) ... ok testSequences (test.test_augassign.AugAssignTest.testSequences) ... ok test_with_unpacking (test.test_augassign.AugAssignTest.test_with_unpacking) ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.000s OK 0:01:42 load avg: 1.16 [ 32/432/1] test_base64 test_ErrorHeritage (test.test_base64.BaseXYTestCase.test_ErrorHeritage) ... ok test_RFC4648_test_cases (test.test_base64.BaseXYTestCase.test_RFC4648_test_cases) ... ok test_a85_padding (test.test_base64.BaseXYTestCase.test_a85_padding) ... ok test_a85decode (test.test_base64.BaseXYTestCase.test_a85decode) ... ok test_a85decode_errors (test.test_base64.BaseXYTestCase.test_a85decode_errors) ... ok test_a85encode (test.test_base64.BaseXYTestCase.test_a85encode) ... ok test_b16decode (test.test_base64.BaseXYTestCase.test_b16decode) ... ok test_b16encode (test.test_base64.BaseXYTestCase.test_b16encode) ... ok test_b32decode (test.test_base64.BaseXYTestCase.test_b32decode) ... ok test_b32decode_casefold (test.test_base64.BaseXYTestCase.test_b32decode_casefold) ... ok test_b32decode_error (test.test_base64.BaseXYTestCase.test_b32decode_error) ... ok test_b32encode (test.test_base64.BaseXYTestCase.test_b32encode) ... ok test_b32hexdecode (test.test_base64.BaseXYTestCase.test_b32hexdecode) ... ok test_b32hexdecode_error (test.test_base64.BaseXYTestCase.test_b32hexdecode_error) ... ok test_b32hexdecode_other_types (test.test_base64.BaseXYTestCase.test_b32hexdecode_other_types) ... ok test_b32hexencode (test.test_base64.BaseXYTestCase.test_b32hexencode) ... ok test_b32hexencode_other_types (test.test_base64.BaseXYTestCase.test_b32hexencode_other_types) ... ok test_b64decode (test.test_base64.BaseXYTestCase.test_b64decode) ... ok test_b64decode_invalid_chars (test.test_base64.BaseXYTestCase.test_b64decode_invalid_chars) ... ok test_b64decode_padding_error (test.test_base64.BaseXYTestCase.test_b64decode_padding_error) ... ok test_b64encode (test.test_base64.BaseXYTestCase.test_b64encode) ... ok test_b85_padding (test.test_base64.BaseXYTestCase.test_b85_padding) ... ok test_b85decode (test.test_base64.BaseXYTestCase.test_b85decode) ... ok test_b85decode_errors (test.test_base64.BaseXYTestCase.test_b85decode_errors) ... ok test_b85encode (test.test_base64.BaseXYTestCase.test_b85encode) ... ok test_decode_nonascii_str (test.test_base64.BaseXYTestCase.test_decode_nonascii_str) ... ok test_decode (test.test_base64.LegacyBase64TestCase.test_decode) ... ok test_decodebytes (test.test_base64.LegacyBase64TestCase.test_decodebytes) ... ok test_encode (test.test_base64.LegacyBase64TestCase.test_encode) ... ok test_encodebytes (test.test_base64.LegacyBase64TestCase.test_encodebytes) ... ok test_decode (test.test_base64.TestMain.test_decode) ... ok test_encode_decode (test.test_base64.TestMain.test_encode_decode) ... ok test_encode_file (test.test_base64.TestMain.test_encode_file) ... ok test_encode_from_stdin (test.test_base64.TestMain.test_encode_from_stdin) ... ok test_prints_usage_with_help_flag (test.test_base64.TestMain.test_prints_usage_with_help_flag) ... ok test_prints_usage_with_invalid_flag (test.test_base64.TestMain.test_prints_usage_with_invalid_flag) ... ok ---------------------------------------------------------------------- Ran 36 tests in 0.100s OK 0:01:42 load avg: 1.16 [ 33/432/1] test_baseexception test_builtins_new_style (test.test_baseexception.ExceptionClassTests.test_builtins_new_style) ... ok test_inheritance (test.test_baseexception.ExceptionClassTests.test_inheritance) ... ok test_interface_multi_arg (test.test_baseexception.ExceptionClassTests.test_interface_multi_arg) ... ok test_interface_no_arg (test.test_baseexception.ExceptionClassTests.test_interface_no_arg) ... ok test_interface_single_arg (test.test_baseexception.ExceptionClassTests.test_interface_single_arg) ... ok test_setstate_refcount_no_crash (test.test_baseexception.ExceptionClassTests.test_setstate_refcount_no_crash) ... ok test_catch_BaseException_instance (test.test_baseexception.UsageTests.test_catch_BaseException_instance) ... ok test_catch_non_BaseException (test.test_baseexception.UsageTests.test_catch_non_BaseException) ... ok test_catch_string (test.test_baseexception.UsageTests.test_catch_string) ... ok test_raise_new_style_non_exception (test.test_baseexception.UsageTests.test_raise_new_style_non_exception) ... ok test_raise_string (test.test_baseexception.UsageTests.test_raise_string) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.015s OK 0:01:42 load avg: 1.16 [ 34/432/1] test_bdb test_bp_after_last_statement (test.test_bdb.BreakpointTestCase.test_bp_after_last_statement) ... ok test_bp_condition (test.test_bdb.BreakpointTestCase.test_bp_condition) ... ok test_bp_exception_on_condition_evaluation (test.test_bdb.BreakpointTestCase.test_bp_exception_on_condition_evaluation) ... ok test_bp_ignore_count (test.test_bdb.BreakpointTestCase.test_bp_ignore_count) ... ok test_bp_on_non_existent_module (test.test_bdb.BreakpointTestCase.test_bp_on_non_existent_module) ... ok test_clear_at_no_bp (test.test_bdb.BreakpointTestCase.test_clear_at_no_bp) ... ok test_clear_two_bp_on_same_line (test.test_bdb.BreakpointTestCase.test_clear_two_bp_on_same_line) ... ok test_disabled_temporary_bp (test.test_bdb.BreakpointTestCase.test_disabled_temporary_bp) ... ok test_ignore_count_on_disabled_bp (test.test_bdb.BreakpointTestCase.test_ignore_count_on_disabled_bp) ... ok test_load_bps_from_previous_Bdb_instance (test.test_bdb.BreakpointTestCase.test_load_bps_from_previous_Bdb_instance) ... ok test_temporary_bp (test.test_bdb.BreakpointTestCase.test_temporary_bp) ... ok test_next_command_in_generator_for_loop (test.test_bdb.IssuesTestCase.test_next_command_in_generator_for_loop) ... ok test_next_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase.test_next_command_in_generator_with_subiterator) ... ok test_next_until_return_in_generator (test.test_bdb.IssuesTestCase.test_next_until_return_in_generator) ... ok test_return_command_in_generator_with_subiterator (test.test_bdb.IssuesTestCase.test_return_command_in_generator_with_subiterator) ... ok test_step_at_return_with_no_trace_in_caller (test.test_bdb.IssuesTestCase.test_step_at_return_with_no_trace_in_caller) ... ok test_run_step (test.test_bdb.RunTestCase.test_run_step) ... ok test_runeval_step (test.test_bdb.RunTestCase.test_runeval_step) ... ok test_down (test.test_bdb.StateTestCase.test_down) ... ok test_next (test.test_bdb.StateTestCase.test_next) ... ok test_next_in_caller_frame (test.test_bdb.StateTestCase.test_next_in_caller_frame) ... ok test_next_on_plain_statement (test.test_bdb.StateTestCase.test_next_on_plain_statement) ... ok test_next_over_import (test.test_bdb.StateTestCase.test_next_over_import) ... ok test_return (test.test_bdb.StateTestCase.test_return) ... ok test_return_in_caller_frame (test.test_bdb.StateTestCase.test_return_in_caller_frame) ... ok test_skip (test.test_bdb.StateTestCase.test_skip) ... ok test_skip_with_no_name_module (test.test_bdb.StateTestCase.test_skip_with_no_name_module) ... ok test_step (test.test_bdb.StateTestCase.test_step) ... ok test_step_next_on_last_statement (test.test_bdb.StateTestCase.test_step_next_on_last_statement) ... ok test_until (test.test_bdb.StateTestCase.test_until) ... ok test_until_in_caller_frame (test.test_bdb.StateTestCase.test_until_in_caller_frame) ... ok test_until_with_too_large_count (test.test_bdb.StateTestCase.test_until_with_too_large_count) ... ok test_up (test.test_bdb.StateTestCase.test_up) ... ok test_format_stack_entry_no_lineno (test.test_bdb.TestRegressions.test_format_stack_entry_no_lineno) ... ok ---------------------------------------------------------------------- Ran 34 tests in 0.020s OK 0:01:42 load avg: 1.16 [ 35/432/1] test_bigaddrspace test_concat (test.test_bigaddrspace.BytesTest.test_concat) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_optimized_concat (test.test_bigaddrspace.BytesTest.test_optimized_concat) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_repeat (test.test_bigaddrspace.BytesTest.test_repeat) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_concat (test.test_bigaddrspace.StrTest.test_concat) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_optimized_concat (test.test_bigaddrspace.StrTest.test_optimized_concat) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_repeat (test.test_bigaddrspace.StrTest.test_repeat) ... skipped 'not enough memory: 8589934592.0G minimum needed' ---------------------------------------------------------------------- Ran 6 tests in 0.000s OK (skipped=6) 0:01:42 load avg: 1.16 [ 36/432/1] test_bigmem test_capitalize (test.test_bigmem.BytearrayTest.test_capitalize) ... ok test_center (test.test_bigmem.BytearrayTest.test_center) ... ok test_compare (test.test_bigmem.BytearrayTest.test_compare) ... ok test_concat (test.test_bigmem.BytearrayTest.test_concat) ... ok test_contains (test.test_bigmem.BytearrayTest.test_contains) ... ok test_count (test.test_bigmem.BytearrayTest.test_count) ... ok test_decode (test.test_bigmem.BytearrayTest.test_decode) ... ok test_endswith (test.test_bigmem.BytearrayTest.test_endswith) ... ok test_expandtabs (test.test_bigmem.BytearrayTest.test_expandtabs) ... ok test_find (test.test_bigmem.BytearrayTest.test_find) ... ok test_index (test.test_bigmem.BytearrayTest.test_index) ... ok test_isalnum (test.test_bigmem.BytearrayTest.test_isalnum) ... ok test_isalpha (test.test_bigmem.BytearrayTest.test_isalpha) ... ok test_isdigit (test.test_bigmem.BytearrayTest.test_isdigit) ... ok test_islower (test.test_bigmem.BytearrayTest.test_islower) ... ok test_isspace (test.test_bigmem.BytearrayTest.test_isspace) ... ok test_istitle (test.test_bigmem.BytearrayTest.test_istitle) ... ok test_isupper (test.test_bigmem.BytearrayTest.test_isupper) ... ok test_join (test.test_bigmem.BytearrayTest.test_join) ... ok test_ljust (test.test_bigmem.BytearrayTest.test_ljust) ... ok test_lower (test.test_bigmem.BytearrayTest.test_lower) ... ok test_lstrip (test.test_bigmem.BytearrayTest.test_lstrip) ... ok test_repeat (test.test_bigmem.BytearrayTest.test_repeat) ... ok test_replace (test.test_bigmem.BytearrayTest.test_replace) ... ok test_rfind (test.test_bigmem.BytearrayTest.test_rfind) ... ok test_rindex (test.test_bigmem.BytearrayTest.test_rindex) ... ok test_rjust (test.test_bigmem.BytearrayTest.test_rjust) ... ok test_rstrip (test.test_bigmem.BytearrayTest.test_rstrip) ... ok test_slice_and_getitem (test.test_bigmem.BytearrayTest.test_slice_and_getitem) ... ok test_split_small (test.test_bigmem.BytearrayTest.test_split_small) ... ok test_splitlines (test.test_bigmem.BytearrayTest.test_splitlines) ... ok test_startswith (test.test_bigmem.BytearrayTest.test_startswith) ... ok test_strip (test.test_bigmem.BytearrayTest.test_strip) ... ok test_swapcase (test.test_bigmem.BytearrayTest.test_swapcase) ... ok test_title (test.test_bigmem.BytearrayTest.test_title) ... ok test_translate (test.test_bigmem.BytearrayTest.test_translate) ... ok test_upper (test.test_bigmem.BytearrayTest.test_upper) ... ok test_zfill (test.test_bigmem.BytearrayTest.test_zfill) ... ok test_capitalize (test.test_bigmem.BytesTest.test_capitalize) ... ok test_center (test.test_bigmem.BytesTest.test_center) ... ok test_compare (test.test_bigmem.BytesTest.test_compare) ... ok test_concat (test.test_bigmem.BytesTest.test_concat) ... ok test_contains (test.test_bigmem.BytesTest.test_contains) ... ok test_count (test.test_bigmem.BytesTest.test_count) ... ok test_decode (test.test_bigmem.BytesTest.test_decode) ... ok test_endswith (test.test_bigmem.BytesTest.test_endswith) ... ok test_expandtabs (test.test_bigmem.BytesTest.test_expandtabs) ... ok test_find (test.test_bigmem.BytesTest.test_find) ... ok test_hash (test.test_bigmem.BytesTest.test_hash) ... ok test_index (test.test_bigmem.BytesTest.test_index) ... ok test_isalnum (test.test_bigmem.BytesTest.test_isalnum) ... ok test_isalpha (test.test_bigmem.BytesTest.test_isalpha) ... ok test_isdigit (test.test_bigmem.BytesTest.test_isdigit) ... ok test_islower (test.test_bigmem.BytesTest.test_islower) ... ok test_isspace (test.test_bigmem.BytesTest.test_isspace) ... ok test_istitle (test.test_bigmem.BytesTest.test_istitle) ... ok test_isupper (test.test_bigmem.BytesTest.test_isupper) ... ok test_join (test.test_bigmem.BytesTest.test_join) ... ok test_ljust (test.test_bigmem.BytesTest.test_ljust) ... ok test_lower (test.test_bigmem.BytesTest.test_lower) ... ok test_lstrip (test.test_bigmem.BytesTest.test_lstrip) ... ok test_repeat (test.test_bigmem.BytesTest.test_repeat) ... ok test_replace (test.test_bigmem.BytesTest.test_replace) ... ok test_rfind (test.test_bigmem.BytesTest.test_rfind) ... ok test_rindex (test.test_bigmem.BytesTest.test_rindex) ... ok test_rjust (test.test_bigmem.BytesTest.test_rjust) ... ok test_rstrip (test.test_bigmem.BytesTest.test_rstrip) ... ok test_slice_and_getitem (test.test_bigmem.BytesTest.test_slice_and_getitem) ... ok test_split_large (test.test_bigmem.BytesTest.test_split_large) ... ok test_split_small (test.test_bigmem.BytesTest.test_split_small) ... ok test_splitlines (test.test_bigmem.BytesTest.test_splitlines) ... ok test_startswith (test.test_bigmem.BytesTest.test_startswith) ... ok test_strip (test.test_bigmem.BytesTest.test_strip) ... ok test_swapcase (test.test_bigmem.BytesTest.test_swapcase) ... ok test_title (test.test_bigmem.BytesTest.test_title) ... ok test_translate (test.test_bigmem.BytesTest.test_translate) ... ok test_upper (test.test_bigmem.BytesTest.test_upper) ... ok test_zfill (test.test_bigmem.BytesTest.test_zfill) ... ok test_dict (test.test_bigmem.DictTest.test_dict) ... ok test_append (test.test_bigmem.ListTest.test_append) ... ok test_compare (test.test_bigmem.ListTest.test_compare) ... ok test_concat_large (test.test_bigmem.ListTest.test_concat_large) ... ok test_concat_small (test.test_bigmem.ListTest.test_concat_small) ... ok test_contains (test.test_bigmem.ListTest.test_contains) ... ok test_count (test.test_bigmem.ListTest.test_count) ... ok test_extend_large (test.test_bigmem.ListTest.test_extend_large) ... ok test_extend_small (test.test_bigmem.ListTest.test_extend_small) ... ok test_hash (test.test_bigmem.ListTest.test_hash) ... ok test_index (test.test_bigmem.ListTest.test_index) ... ok test_index_and_slice (test.test_bigmem.ListTest.test_index_and_slice) ... ok test_inplace_concat_large (test.test_bigmem.ListTest.test_inplace_concat_large) ... ok test_inplace_concat_small (test.test_bigmem.ListTest.test_inplace_concat_small) ... ok test_inplace_repeat_large (test.test_bigmem.ListTest.test_inplace_repeat_large) ... ok test_inplace_repeat_small (test.test_bigmem.ListTest.test_inplace_repeat_small) ... ok test_insert (test.test_bigmem.ListTest.test_insert) ... ok test_pop (test.test_bigmem.ListTest.test_pop) ... ok test_remove (test.test_bigmem.ListTest.test_remove) ... ok test_repeat_large (test.test_bigmem.ListTest.test_repeat_large) ... ok test_repeat_small (test.test_bigmem.ListTest.test_repeat_small) ... ok test_repr_large (test.test_bigmem.ListTest.test_repr_large) ... ok test_repr_small (test.test_bigmem.ListTest.test_repr_small) ... ok test_reverse (test.test_bigmem.ListTest.test_reverse) ... ok test_sort (test.test_bigmem.ListTest.test_sort) ... ok test_capitalize (test.test_bigmem.StrTest.test_capitalize) ... ok test_center (test.test_bigmem.StrTest.test_center) ... ok test_compare (test.test_bigmem.StrTest.test_compare) ... ok test_concat (test.test_bigmem.StrTest.test_concat) ... ok test_contains (test.test_bigmem.StrTest.test_contains) ... ok test_count (test.test_bigmem.StrTest.test_count) ... ok test_encode (test.test_bigmem.StrTest.test_encode) ... ok test_encode_ascii (test.test_bigmem.StrTest.test_encode_ascii) ... ok test_encode_raw_unicode_escape (test.test_bigmem.StrTest.test_encode_raw_unicode_escape) ... ok test_encode_utf32 (test.test_bigmem.StrTest.test_encode_utf32) ... ok test_encode_utf7 (test.test_bigmem.StrTest.test_encode_utf7) ... ok test_endswith (test.test_bigmem.StrTest.test_endswith) ... ok test_expandtabs (test.test_bigmem.StrTest.test_expandtabs) ... ok test_find (test.test_bigmem.StrTest.test_find) ... ok test_format (test.test_bigmem.StrTest.test_format) ... ok test_hash (test.test_bigmem.StrTest.test_hash) ... ok test_index (test.test_bigmem.StrTest.test_index) ... ok test_isalnum (test.test_bigmem.StrTest.test_isalnum) ... ok test_isalpha (test.test_bigmem.StrTest.test_isalpha) ... ok test_isdigit (test.test_bigmem.StrTest.test_isdigit) ... ok test_islower (test.test_bigmem.StrTest.test_islower) ... ok test_isspace (test.test_bigmem.StrTest.test_isspace) ... ok test_istitle (test.test_bigmem.StrTest.test_istitle) ... ok test_isupper (test.test_bigmem.StrTest.test_isupper) ... ok test_join (test.test_bigmem.StrTest.test_join) ... ok test_ljust (test.test_bigmem.StrTest.test_ljust) ... ok test_lower (test.test_bigmem.StrTest.test_lower) ... ok test_lstrip (test.test_bigmem.StrTest.test_lstrip) ... ok test_repeat (test.test_bigmem.StrTest.test_repeat) ... ok test_replace (test.test_bigmem.StrTest.test_replace) ... ok test_repr_large (test.test_bigmem.StrTest.test_repr_large) ... ok test_repr_small (test.test_bigmem.StrTest.test_repr_small) ... ok test_rfind (test.test_bigmem.StrTest.test_rfind) ... ok test_rindex (test.test_bigmem.StrTest.test_rindex) ... ok test_rjust (test.test_bigmem.StrTest.test_rjust) ... ok test_rstrip (test.test_bigmem.StrTest.test_rstrip) ... ok test_slice_and_getitem (test.test_bigmem.StrTest.test_slice_and_getitem) ... ok test_split_large (test.test_bigmem.StrTest.test_split_large) ... ok test_split_small (test.test_bigmem.StrTest.test_split_small) ... ok test_splitlines (test.test_bigmem.StrTest.test_splitlines) ... ok test_startswith (test.test_bigmem.StrTest.test_startswith) ... ok test_strip (test.test_bigmem.StrTest.test_strip) ... ok test_swapcase (test.test_bigmem.StrTest.test_swapcase) ... ok test_title (test.test_bigmem.StrTest.test_title) ... ok test_translate (test.test_bigmem.StrTest.test_translate) ... ok test_unicode_repr (test.test_bigmem.StrTest.test_unicode_repr) ... ok test_unicode_repr_wide (test.test_bigmem.StrTest.test_unicode_repr_wide) ... ok test_upper (test.test_bigmem.StrTest.test_upper) ... ok test_zfill (test.test_bigmem.StrTest.test_zfill) ... ok test_compare (test.test_bigmem.TupleTest.test_compare) ... ok test_concat_large (test.test_bigmem.TupleTest.test_concat_large) ... ok test_concat_small (test.test_bigmem.TupleTest.test_concat_small) ... ok test_contains (test.test_bigmem.TupleTest.test_contains) ... ok test_from_2G_generator (test.test_bigmem.TupleTest.test_from_2G_generator) ... ok test_from_almost_2G_generator (test.test_bigmem.TupleTest.test_from_almost_2G_generator) ... ok test_hash (test.test_bigmem.TupleTest.test_hash) ... ok test_index_and_slice (test.test_bigmem.TupleTest.test_index_and_slice) ... ok test_repeat_large (test.test_bigmem.TupleTest.test_repeat_large) ... ok test_repeat_large_2 (test.test_bigmem.TupleTest.test_repeat_large_2) ... ok test_repeat_small (test.test_bigmem.TupleTest.test_repeat_small) ... ok test_repr_large (test.test_bigmem.TupleTest.test_repr_large) ... ok test_repr_small (test.test_bigmem.TupleTest.test_repr_small) ... ok ---------------------------------------------------------------------- Ran 165 tests in 0.011s OK 0:01:43 load avg: 1.16 [ 37/432/1] test_binascii test_b2a_base64_newline (test.test_binascii.ArrayBinASCIITest.test_b2a_base64_newline) ... ok test_base64_strict_mode (test.test_binascii.ArrayBinASCIITest.test_base64_strict_mode) ... ok test_base64errors (test.test_binascii.ArrayBinASCIITest.test_base64errors) ... ok test_base64invalid (test.test_binascii.ArrayBinASCIITest.test_base64invalid) ... ok test_base64valid (test.test_binascii.ArrayBinASCIITest.test_base64valid) ... ok test_crc32 (test.test_binascii.ArrayBinASCIITest.test_crc32) ... ok test_crc_hqx (test.test_binascii.ArrayBinASCIITest.test_crc_hqx) ... ok test_empty_string (test.test_binascii.ArrayBinASCIITest.test_empty_string) ... ok test_exceptions (test.test_binascii.ArrayBinASCIITest.test_exceptions) ... ok test_functions (test.test_binascii.ArrayBinASCIITest.test_functions) ... ok test_hex (test.test_binascii.ArrayBinASCIITest.test_hex) ... ok test_hex_separator (test.test_binascii.ArrayBinASCIITest.test_hex_separator) Test that hexlify and b2a_hex are binary versions of bytes.hex. ... ok test_qp (test.test_binascii.ArrayBinASCIITest.test_qp) ... ok test_returned_value (test.test_binascii.ArrayBinASCIITest.test_returned_value) ... ok test_unicode_a2b (test.test_binascii.ArrayBinASCIITest.test_unicode_a2b) ... ok test_unicode_b2a (test.test_binascii.ArrayBinASCIITest.test_unicode_b2a) ... ok test_uu (test.test_binascii.ArrayBinASCIITest.test_uu) ... ok test_b2a_base64_newline (test.test_binascii.BinASCIITest.test_b2a_base64_newline) ... ok test_base64_strict_mode (test.test_binascii.BinASCIITest.test_base64_strict_mode) ... ok test_base64errors (test.test_binascii.BinASCIITest.test_base64errors) ... ok test_base64invalid (test.test_binascii.BinASCIITest.test_base64invalid) ... ok test_base64valid (test.test_binascii.BinASCIITest.test_base64valid) ... ok test_crc32 (test.test_binascii.BinASCIITest.test_crc32) ... ok test_crc_hqx (test.test_binascii.BinASCIITest.test_crc_hqx) ... ok test_empty_string (test.test_binascii.BinASCIITest.test_empty_string) ... ok test_exceptions (test.test_binascii.BinASCIITest.test_exceptions) ... ok test_functions (test.test_binascii.BinASCIITest.test_functions) ... ok test_hex (test.test_binascii.BinASCIITest.test_hex) ... ok test_hex_separator (test.test_binascii.BinASCIITest.test_hex_separator) Test that hexlify and b2a_hex are binary versions of bytes.hex. ... ok test_qp (test.test_binascii.BinASCIITest.test_qp) ... ok test_returned_value (test.test_binascii.BinASCIITest.test_returned_value) ... ok test_unicode_a2b (test.test_binascii.BinASCIITest.test_unicode_a2b) ... ok test_unicode_b2a (test.test_binascii.BinASCIITest.test_unicode_b2a) ... ok test_uu (test.test_binascii.BinASCIITest.test_uu) ... ok test_b2a_base64_newline (test.test_binascii.BytearrayBinASCIITest.test_b2a_base64_newline) ... ok test_base64_strict_mode (test.test_binascii.BytearrayBinASCIITest.test_base64_strict_mode) ... ok test_base64errors (test.test_binascii.BytearrayBinASCIITest.test_base64errors) ... ok test_base64invalid (test.test_binascii.BytearrayBinASCIITest.test_base64invalid) ... ok test_base64valid (test.test_binascii.BytearrayBinASCIITest.test_base64valid) ... ok test_crc32 (test.test_binascii.BytearrayBinASCIITest.test_crc32) ... ok test_crc_hqx (test.test_binascii.BytearrayBinASCIITest.test_crc_hqx) ... ok test_empty_string (test.test_binascii.BytearrayBinASCIITest.test_empty_string) ... ok test_exceptions (test.test_binascii.BytearrayBinASCIITest.test_exceptions) ... ok test_functions (test.test_binascii.BytearrayBinASCIITest.test_functions) ... ok test_hex (test.test_binascii.BytearrayBinASCIITest.test_hex) ... ok test_hex_separator (test.test_binascii.BytearrayBinASCIITest.test_hex_separator) Test that hexlify and b2a_hex are binary versions of bytes.hex. ... ok test_qp (test.test_binascii.BytearrayBinASCIITest.test_qp) ... ok test_returned_value (test.test_binascii.BytearrayBinASCIITest.test_returned_value) ... ok test_unicode_a2b (test.test_binascii.BytearrayBinASCIITest.test_unicode_a2b) ... ok test_unicode_b2a (test.test_binascii.BytearrayBinASCIITest.test_unicode_b2a) ... ok test_uu (test.test_binascii.BytearrayBinASCIITest.test_uu) ... ok test_big_buffer (test.test_binascii.ChecksumBigBufferTestCase.test_big_buffer) ... skipped 'not enough memory: 4.0G minimum needed' test_b2a_base64_newline (test.test_binascii.MemoryviewBinASCIITest.test_b2a_base64_newline) ... ok test_base64_strict_mode (test.test_binascii.MemoryviewBinASCIITest.test_base64_strict_mode) ... ok test_base64errors (test.test_binascii.MemoryviewBinASCIITest.test_base64errors) ... ok test_base64invalid (test.test_binascii.MemoryviewBinASCIITest.test_base64invalid) ... ok test_base64valid (test.test_binascii.MemoryviewBinASCIITest.test_base64valid) ... ok test_crc32 (test.test_binascii.MemoryviewBinASCIITest.test_crc32) ... ok test_crc_hqx (test.test_binascii.MemoryviewBinASCIITest.test_crc_hqx) ... ok test_empty_string (test.test_binascii.MemoryviewBinASCIITest.test_empty_string) ... ok test_exceptions (test.test_binascii.MemoryviewBinASCIITest.test_exceptions) ... ok test_functions (test.test_binascii.MemoryviewBinASCIITest.test_functions) ... ok test_hex (test.test_binascii.MemoryviewBinASCIITest.test_hex) ... ok test_hex_separator (test.test_binascii.MemoryviewBinASCIITest.test_hex_separator) Test that hexlify and b2a_hex are binary versions of bytes.hex. ... ok test_qp (test.test_binascii.MemoryviewBinASCIITest.test_qp) ... ok test_returned_value (test.test_binascii.MemoryviewBinASCIITest.test_returned_value) ... ok test_unicode_a2b (test.test_binascii.MemoryviewBinASCIITest.test_unicode_a2b) ... ok test_unicode_b2a (test.test_binascii.MemoryviewBinASCIITest.test_unicode_b2a) ... ok test_uu (test.test_binascii.MemoryviewBinASCIITest.test_uu) ... ok ---------------------------------------------------------------------- Ran 69 tests in 0.005s OK (skipped=1) 0:01:43 load avg: 1.16 [ 38/432/1] test_binop test_fallback_ne_blocking (test.test_binop.FallbackBlockingTests.test_fallback_ne_blocking) ... ok test_fallback_rmethod_blocking (test.test_binop.FallbackBlockingTests.test_fallback_rmethod_blocking) ... ok test_comparison_orders (test.test_binop.OperationOrderTests.test_comparison_orders) ... ok test_add (test.test_binop.RatTestCase.test_add) ... ok test_constructor (test.test_binop.RatTestCase.test_constructor) ... ok test_div (test.test_binop.RatTestCase.test_div) ... ok test_eq (test.test_binop.RatTestCase.test_eq) ... ok test_floordiv (test.test_binop.RatTestCase.test_floordiv) ... ok test_gcd (test.test_binop.RatTestCase.test_gcd) ... ok test_mul (test.test_binop.RatTestCase.test_mul) ... ok test_sub (test.test_binop.RatTestCase.test_sub) ... ok test_true_div (test.test_binop.RatTestCase.test_true_div) ... ok ---------------------------------------------------------------------- Ran 12 tests in 0.001s OK 0:01:43 load avg: 1.16 [ 39/432/1] test_bisect test_backcompatibility (test.test_bisect.TestBisectC.test_backcompatibility) ... ok test_insort (test.test_bisect.TestBisectC.test_insort) ... ok test_insort_keynotNone (test.test_bisect.TestBisectC.test_insort_keynotNone) ... ok test_keyword_args (test.test_bisect.TestBisectC.test_keyword_args) ... ok test_large_pyrange (test.test_bisect.TestBisectC.test_large_pyrange) ... ok test_large_range (test.test_bisect.TestBisectC.test_large_range) ... ok test_lookups_with_key_function (test.test_bisect.TestBisectC.test_lookups_with_key_function) ... ok test_negative_lo (test.test_bisect.TestBisectC.test_negative_lo) ... ok test_optionalSlicing (test.test_bisect.TestBisectC.test_optionalSlicing) ... ok test_precomputed (test.test_bisect.TestBisectC.test_precomputed) ... ok test_random (test.test_bisect.TestBisectC.test_random) ... ok test_backcompatibility (test.test_bisect.TestBisectPython.test_backcompatibility) ... ok test_insort (test.test_bisect.TestBisectPython.test_insort) ... ok test_insort_keynotNone (test.test_bisect.TestBisectPython.test_insort_keynotNone) ... ok test_keyword_args (test.test_bisect.TestBisectPython.test_keyword_args) ... ok test_large_pyrange (test.test_bisect.TestBisectPython.test_large_pyrange) ... ok test_large_range (test.test_bisect.TestBisectPython.test_large_range) ... ok test_lookups_with_key_function (test.test_bisect.TestBisectPython.test_lookups_with_key_function) ... ok test_negative_lo (test.test_bisect.TestBisectPython.test_negative_lo) ... ok test_optionalSlicing (test.test_bisect.TestBisectPython.test_optionalSlicing) ... ok test_precomputed (test.test_bisect.TestBisectPython.test_precomputed) ... ok test_random (test.test_bisect.TestBisectPython.test_random) ... ok test_colors (test.test_bisect.TestDocExampleC.test_colors) ... ok test_grades (test.test_bisect.TestDocExampleC.test_grades) ... ok test_colors (test.test_bisect.TestDocExamplePython.test_colors) ... ok test_grades (test.test_bisect.TestDocExamplePython.test_grades) ... ok test_arg_parsing (test.test_bisect.TestErrorHandlingC.test_arg_parsing) ... ok test_cmp_err (test.test_bisect.TestErrorHandlingC.test_cmp_err) ... ok test_get_only (test.test_bisect.TestErrorHandlingC.test_get_only) ... ok test_len_only (test.test_bisect.TestErrorHandlingC.test_len_only) ... ok test_non_sequence (test.test_bisect.TestErrorHandlingC.test_non_sequence) ... ok test_arg_parsing (test.test_bisect.TestErrorHandlingPython.test_arg_parsing) ... ok test_cmp_err (test.test_bisect.TestErrorHandlingPython.test_cmp_err) ... ok test_get_only (test.test_bisect.TestErrorHandlingPython.test_get_only) ... ok test_len_only (test.test_bisect.TestErrorHandlingPython.test_len_only) ... ok test_non_sequence (test.test_bisect.TestErrorHandlingPython.test_non_sequence) ... ok test_backcompatibility (test.test_bisect.TestInsortC.test_backcompatibility) ... ok test_listDerived (test.test_bisect.TestInsortC.test_listDerived) ... ok test_vsBuiltinSort (test.test_bisect.TestInsortC.test_vsBuiltinSort) ... ok test_backcompatibility (test.test_bisect.TestInsortPython.test_backcompatibility) ... ok test_listDerived (test.test_bisect.TestInsortPython.test_listDerived) ... ok test_vsBuiltinSort (test.test_bisect.TestInsortPython.test_vsBuiltinSort) ... ok ---------------------------------------------------------------------- Ran 42 tests in 0.007s OK 0:01:43 load avg: 1.16 [ 40/432/1] test_bool test_blocked (test.test_bool.BoolTest.test_blocked) ... ok test_bool_called_at_least_once (test.test_bool.BoolTest.test_bool_called_at_least_once) ... ok test_bool_new (test.test_bool.BoolTest.test_bool_new) ... ok test_boolean (test.test_bool.BoolTest.test_boolean) ... ok test_callable (test.test_bool.BoolTest.test_callable) ... ok test_complex (test.test_bool.BoolTest.test_complex) ... ok test_contains (test.test_bool.BoolTest.test_contains) ... ok test_convert (test.test_bool.BoolTest.test_convert) ... ok test_convert_to_bool (test.test_bool.BoolTest.test_convert_to_bool) ... ok test_fileclosed (test.test_bool.BoolTest.test_fileclosed) ... ok test_float (test.test_bool.BoolTest.test_float) ... ok test_format (test.test_bool.BoolTest.test_format) ... ok test_from_bytes (test.test_bool.BoolTest.test_from_bytes) ... ok test_hasattr (test.test_bool.BoolTest.test_hasattr) ... ok test_int (test.test_bool.BoolTest.test_int) ... ok test_isinstance (test.test_bool.BoolTest.test_isinstance) ... ok test_issubclass (test.test_bool.BoolTest.test_issubclass) ... ok test_keyword_args (test.test_bool.BoolTest.test_keyword_args) ... ok test_marshal (test.test_bool.BoolTest.test_marshal) ... ok test_math (test.test_bool.BoolTest.test_math) ... ok test_operator (test.test_bool.BoolTest.test_operator) ... ok test_pickle (test.test_bool.BoolTest.test_pickle) ... ok test_picklevalues (test.test_bool.BoolTest.test_picklevalues) ... ok test_real_and_imag (test.test_bool.BoolTest.test_real_and_imag) ... ok test_repr (test.test_bool.BoolTest.test_repr) ... ok test_sane_len (test.test_bool.BoolTest.test_sane_len) ... ok test_str (test.test_bool.BoolTest.test_str) ... ok test_string (test.test_bool.BoolTest.test_string) ... ok test_subclass (test.test_bool.BoolTest.test_subclass) ... ok test_types (test.test_bool.BoolTest.test_types) ... ok ---------------------------------------------------------------------- Ran 30 tests in 0.001s OK 0:01:43 load avg: 1.16 [ 41/432/1] test_buffer test_issue_7385 (test.test_buffer.TestBufferProtocol.test_issue_7385) ... ok test_memoryview_array (test.test_buffer.TestBufferProtocol.test_memoryview_array) ... ok test_memoryview_assign (test.test_buffer.TestBufferProtocol.test_memoryview_assign) ... ok test_memoryview_cast (test.test_buffer.TestBufferProtocol.test_memoryview_cast) ... ok test_memoryview_cast_1D_ND (test.test_buffer.TestBufferProtocol.test_memoryview_cast_1D_ND) ... ok test_memoryview_cast_invalid (test.test_buffer.TestBufferProtocol.test_memoryview_cast_invalid) ... ok test_memoryview_cast_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_shape) ... ok test_memoryview_cast_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_cast_zero_strides) ... ok test_memoryview_check_released (test.test_buffer.TestBufferProtocol.test_memoryview_check_released) ... ok test_memoryview_compare_multidim_c (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_c) ... ok test_memoryview_compare_multidim_fortran (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_fortran) ... ok test_memoryview_compare_multidim_mixed (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_mixed) ... ok test_memoryview_compare_multidim_suboffsets (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_suboffsets) ... ok test_memoryview_compare_multidim_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_shape) ... ok test_memoryview_compare_multidim_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_compare_multidim_zero_strides) ... ok test_memoryview_compare_ndim_one (test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_one) ... ok test_memoryview_compare_ndim_zero (test.test_buffer.TestBufferProtocol.test_memoryview_compare_ndim_zero) ... ok test_memoryview_compare_not_equal (test.test_buffer.TestBufferProtocol.test_memoryview_compare_not_equal) ... ok test_memoryview_compare_random_formats (test.test_buffer.TestBufferProtocol.test_memoryview_compare_random_formats) ... ok test_memoryview_compare_special_cases (test.test_buffer.TestBufferProtocol.test_memoryview_compare_special_cases) ... ok test_memoryview_compare_zero_shape (test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_shape) ... ok test_memoryview_compare_zero_strides (test.test_buffer.TestBufferProtocol.test_memoryview_compare_zero_strides) ... ok test_memoryview_construction (test.test_buffer.TestBufferProtocol.test_memoryview_construction) ... ok test_memoryview_from_static_exporter (test.test_buffer.TestBufferProtocol.test_memoryview_from_static_exporter) ... ok test_memoryview_get_contiguous (test.test_buffer.TestBufferProtocol.test_memoryview_get_contiguous) ... ok test_memoryview_getbuffer_undefined (test.test_buffer.TestBufferProtocol.test_memoryview_getbuffer_undefined) ... ok test_memoryview_hash (test.test_buffer.TestBufferProtocol.test_memoryview_hash) ... ok test_memoryview_index (test.test_buffer.TestBufferProtocol.test_memoryview_index) ... ok test_memoryview_redirect (test.test_buffer.TestBufferProtocol.test_memoryview_redirect) ... ok test_memoryview_release (test.test_buffer.TestBufferProtocol.test_memoryview_release) ... ok test_memoryview_repr (test.test_buffer.TestBufferProtocol.test_memoryview_repr) ... ok test_memoryview_sequence (test.test_buffer.TestBufferProtocol.test_memoryview_sequence) ... ok test_memoryview_serializing (test.test_buffer.TestBufferProtocol.test_memoryview_serializing) ... ok test_memoryview_sizeof (test.test_buffer.TestBufferProtocol.test_memoryview_sizeof) ... ok test_memoryview_slice (test.test_buffer.TestBufferProtocol.test_memoryview_slice) ... ok test_memoryview_struct_module (test.test_buffer.TestBufferProtocol.test_memoryview_struct_module) ... ok test_memoryview_tobytes (test.test_buffer.TestBufferProtocol.test_memoryview_tobytes) ... ok test_memoryview_tolist (test.test_buffer.TestBufferProtocol.test_memoryview_tolist) ... ok test_ndarray_cmp_contig (test.test_buffer.TestBufferProtocol.test_ndarray_cmp_contig) ... ok test_ndarray_exceptions (test.test_buffer.TestBufferProtocol.test_ndarray_exceptions) ... ok test_ndarray_format_scalar (test.test_buffer.TestBufferProtocol.test_ndarray_format_scalar) ... ok test_ndarray_format_shape (test.test_buffer.TestBufferProtocol.test_ndarray_format_shape) ... ok test_ndarray_format_strides (test.test_buffer.TestBufferProtocol.test_ndarray_format_strides) ... ok test_ndarray_fortran (test.test_buffer.TestBufferProtocol.test_ndarray_fortran) ... ok test_ndarray_get_pointer (test.test_buffer.TestBufferProtocol.test_ndarray_get_pointer) ... ok test_ndarray_getbuf (test.test_buffer.TestBufferProtocol.test_ndarray_getbuf) ... ok test_ndarray_hash (test.test_buffer.TestBufferProtocol.test_ndarray_hash) ... ok test_ndarray_index_getitem_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_multidim) ... ok test_ndarray_index_getitem_single (test.test_buffer.TestBufferProtocol.test_ndarray_index_getitem_single) ... ok test_ndarray_index_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_index_invalid) ... ok test_ndarray_index_null_strides (test.test_buffer.TestBufferProtocol.test_ndarray_index_null_strides) ... ok test_ndarray_index_scalar (test.test_buffer.TestBufferProtocol.test_ndarray_index_scalar) ... ok test_ndarray_index_setitem_single (test.test_buffer.TestBufferProtocol.test_ndarray_index_setitem_single) ... ok test_ndarray_linked_list (test.test_buffer.TestBufferProtocol.test_ndarray_linked_list) ... ok test_ndarray_memoryview_from_buffer (test.test_buffer.TestBufferProtocol.test_ndarray_memoryview_from_buffer) ... ok test_ndarray_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_multidim) ... ok test_ndarray_offset (test.test_buffer.TestBufferProtocol.test_ndarray_offset) ... ok test_ndarray_random (test.test_buffer.TestBufferProtocol.test_ndarray_random) ... ok test_ndarray_random_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_random_invalid) ... ok test_ndarray_random_slice_assign (test.test_buffer.TestBufferProtocol.test_ndarray_random_slice_assign) ... ok test_ndarray_re_export (test.test_buffer.TestBufferProtocol.test_ndarray_re_export) ... ok test_ndarray_sequence (test.test_buffer.TestBufferProtocol.test_ndarray_sequence) ... ok test_ndarray_slice_assign_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_multidim) ... ok test_ndarray_slice_assign_single (test.test_buffer.TestBufferProtocol.test_ndarray_slice_assign_single) ... ok test_ndarray_slice_invalid (test.test_buffer.TestBufferProtocol.test_ndarray_slice_invalid) ... ok test_ndarray_slice_multidim (test.test_buffer.TestBufferProtocol.test_ndarray_slice_multidim) ... ok test_ndarray_slice_redundant_suboffsets (test.test_buffer.TestBufferProtocol.test_ndarray_slice_redundant_suboffsets) ... ok test_ndarray_slice_zero_shape (test.test_buffer.TestBufferProtocol.test_ndarray_slice_zero_shape) ... ok test_ndarray_tolist_null_strides (test.test_buffer.TestBufferProtocol.test_ndarray_tolist_null_strides) ... ok test_ndarray_zero_shape (test.test_buffer.TestBufferProtocol.test_ndarray_zero_shape) ... ok test_ndarray_zero_strides (test.test_buffer.TestBufferProtocol.test_ndarray_zero_strides) ... ok test_py_buffer_to_contiguous (test.test_buffer.TestBufferProtocol.test_py_buffer_to_contiguous) ... ok test_pybuffer_size_from_format (test.test_buffer.TestBufferProtocol.test_pybuffer_size_from_format) ... ok ---------------------------------------------------------------------- Ran 73 tests in 2.363s OK 0:01:46 load avg: 1.16 [ 42/432/1] test_bufio test_nullpat (test.test_bufio.CBufferSizeTest.test_nullpat) ... ok test_primepat (test.test_bufio.CBufferSizeTest.test_primepat) ... ok test_nullpat (test.test_bufio.PyBufferSizeTest.test_nullpat) ... ok test_primepat (test.test_bufio.PyBufferSizeTest.test_primepat) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.248s OK 0:01:46 load avg: 1.23 [ 43/432/1] test_bytes test_compare (test.test_bytes.AssortedBytesTest.test_compare) ... skipped 'BytesWarning is needed for this test: use -bb option' test_compare_bytes_to_bytearray (test.test_bytes.AssortedBytesTest.test_compare_bytes_to_bytearray) ... ok test_doc (test.test_bytes.AssortedBytesTest.test_doc) ... ok test_format (test.test_bytes.AssortedBytesTest.test_format) ... ok test_from_bytearray (test.test_bytes.AssortedBytesTest.test_from_bytearray) ... ok test_literal (test.test_bytes.AssortedBytesTest.test_literal) ... ok test_repr_str (test.test_bytes.AssortedBytesTest.test_repr_str) ... ok test_return_self (test.test_bytes.AssortedBytesTest.test_return_self) ... ok test_rsplit_bytearray (test.test_bytes.AssortedBytesTest.test_rsplit_bytearray) ... ok test_split_bytearray (test.test_bytes.AssortedBytesTest.test_split_bytearray) ... ok test_to_str (test.test_bytes.AssortedBytesTest.test_to_str) ... ok test_additional_rsplit (test.test_bytes.ByteArrayAsStringTest.test_additional_rsplit) ... ok test_additional_split (test.test_bytes.ByteArrayAsStringTest.test_additional_split) ... ok test_capitalize (test.test_bytes.ByteArrayAsStringTest.test_capitalize) ... ok test_center (test.test_bytes.ByteArrayAsStringTest.test_center) ... ok test_count (test.test_bytes.ByteArrayAsStringTest.test_count) ... ok test_expandtabs (test.test_bytes.ByteArrayAsStringTest.test_expandtabs) ... ok test_find (test.test_bytes.ByteArrayAsStringTest.test_find) ... ok test_find_periodic_pattern (test.test_bytes.ByteArrayAsStringTest.test_find_periodic_pattern) Cover the special path for periodic patterns. ... ok test_find_shift_table_overflow (test.test_bytes.ByteArrayAsStringTest.test_find_shift_table_overflow) When the table of 8-bit shifts overflows. ... ok test_fixtype (test.test_bytes.ByteArrayAsStringTest.test_fixtype) ... ok test_index (test.test_bytes.ByteArrayAsStringTest.test_index) ... ok test_isalnum (test.test_bytes.ByteArrayAsStringTest.test_isalnum) ... ok test_isalpha (test.test_bytes.ByteArrayAsStringTest.test_isalpha) ... ok test_isascii (test.test_bytes.ByteArrayAsStringTest.test_isascii) ... ok test_isdigit (test.test_bytes.ByteArrayAsStringTest.test_isdigit) ... ok test_islower (test.test_bytes.ByteArrayAsStringTest.test_islower) ... ok test_isspace (test.test_bytes.ByteArrayAsStringTest.test_isspace) ... ok test_istitle (test.test_bytes.ByteArrayAsStringTest.test_istitle) ... ok test_isupper (test.test_bytes.ByteArrayAsStringTest.test_isupper) ... ok test_ljust (test.test_bytes.ByteArrayAsStringTest.test_ljust) ... ok test_lower (test.test_bytes.ByteArrayAsStringTest.test_lower) ... ok test_removeprefix (test.test_bytes.ByteArrayAsStringTest.test_removeprefix) ... ok test_removesuffix (test.test_bytes.ByteArrayAsStringTest.test_removesuffix) ... ok test_replace (test.test_bytes.ByteArrayAsStringTest.test_replace) ... ok test_replace_overflow (test.test_bytes.ByteArrayAsStringTest.test_replace_overflow) ... skipped 'only applies to 32-bit platforms' test_rfind (test.test_bytes.ByteArrayAsStringTest.test_rfind) ... ok test_rindex (test.test_bytes.ByteArrayAsStringTest.test_rindex) ... ok test_rjust (test.test_bytes.ByteArrayAsStringTest.test_rjust) ... ok test_rsplit (test.test_bytes.ByteArrayAsStringTest.test_rsplit) ... ok test_split (test.test_bytes.ByteArrayAsStringTest.test_split) ... ok test_splitlines (test.test_bytes.ByteArrayAsStringTest.test_splitlines) ... ok test_strip (test.test_bytes.ByteArrayAsStringTest.test_strip) ... ok test_strip_whitespace (test.test_bytes.ByteArrayAsStringTest.test_strip_whitespace) ... ok test_swapcase (test.test_bytes.ByteArrayAsStringTest.test_swapcase) ... ok test_title (test.test_bytes.ByteArrayAsStringTest.test_title) ... ok test_upper (test.test_bytes.ByteArrayAsStringTest.test_upper) ... ok test_zfill (test.test_bytes.ByteArrayAsStringTest.test_zfill) ... ok test_basic (test.test_bytes.ByteArraySubclassTest.test_basic) ... ok test_copy (test.test_bytes.ByteArraySubclassTest.test_copy) ... ok test_fromhex (test.test_bytes.ByteArraySubclassTest.test_fromhex) ... ok test_init_override (test.test_bytes.ByteArraySubclassTest.test_init_override) ... ok test_join (test.test_bytes.ByteArraySubclassTest.test_join) ... ok test_pickle (test.test_bytes.ByteArraySubclassTest.test_pickle) ... ok test_basic (test.test_bytes.ByteArraySubclassWithSlotsTest.test_basic) ... ok test_copy (test.test_bytes.ByteArraySubclassWithSlotsTest.test_copy) ... ok test_fromhex (test.test_bytes.ByteArraySubclassWithSlotsTest.test_fromhex) ... ok test_join (test.test_bytes.ByteArraySubclassWithSlotsTest.test_join) ... ok test_pickle (test.test_bytes.ByteArraySubclassWithSlotsTest.test_pickle) ... ok test_alloc (test.test_bytes.ByteArrayTest.test_alloc) ... ok test_append (test.test_bytes.ByteArrayTest.test_append) ... ok test_basics (test.test_bytes.ByteArrayTest.test_basics) ... ok test_bytearray_api (test.test_bytes.ByteArrayTest.test_bytearray_api) ... ok test_center (test.test_bytes.ByteArrayTest.test_center) ... ok test_check_encoding_errors (test.test_bytes.ByteArrayTest.test_check_encoding_errors) ... ok test_clear (test.test_bytes.ByteArrayTest.test_clear) ... ok test_compare (test.test_bytes.ByteArrayTest.test_compare) ... ok test_compare_to_str (test.test_bytes.ByteArrayTest.test_compare_to_str) ... ok test_concat (test.test_bytes.ByteArrayTest.test_concat) ... ok test_constructor_exceptions (test.test_bytes.ByteArrayTest.test_constructor_exceptions) ... ok test_constructor_overflow (test.test_bytes.ByteArrayTest.test_constructor_overflow) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_constructor_type_errors (test.test_bytes.ByteArrayTest.test_constructor_type_errors) ... ok test_constructor_value_errors (test.test_bytes.ByteArrayTest.test_constructor_value_errors) ... ok test_contains (test.test_bytes.ByteArrayTest.test_contains) ... ok test_copied (test.test_bytes.ByteArrayTest.test_copied) ... ok test_copy (test.test_bytes.ByteArrayTest.test_copy) ... ok test_count (test.test_bytes.ByteArrayTest.test_count) ... ok test_decode (test.test_bytes.ByteArrayTest.test_decode) ... ok test_del_expand (test.test_bytes.ByteArrayTest.test_del_expand) ... ok test_delitem (test.test_bytes.ByteArrayTest.test_delitem) ... ok test_empty_sequence (test.test_bytes.ByteArrayTest.test_empty_sequence) ... ok test_encoding (test.test_bytes.ByteArrayTest.test_encoding) ... ok test_endswith (test.test_bytes.ByteArrayTest.test_endswith) ... ok test_exhausted_iterator (test.test_bytes.ByteArrayTest.test_exhausted_iterator) ... ok test_extend (test.test_bytes.ByteArrayTest.test_extend) ... ok test_extended_getslice (test.test_bytes.ByteArrayTest.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_bytes.ByteArrayTest.test_extended_set_del_slice) ... ok test_fifo_overrun (test.test_bytes.ByteArrayTest.test_fifo_overrun) ... ok test_find (test.test_bytes.ByteArrayTest.test_find) ... ok test_find_etc_raise_correct_error_messages (test.test_bytes.ByteArrayTest.test_find_etc_raise_correct_error_messages) ... ok test_free_after_iterating (test.test_bytes.ByteArrayTest.test_free_after_iterating) ... ok test_from_buffer (test.test_bytes.ByteArrayTest.test_from_buffer) ... ok test_from_index (test.test_bytes.ByteArrayTest.test_from_index) ... ok test_from_int (test.test_bytes.ByteArrayTest.test_from_int) ... ok test_from_iterable (test.test_bytes.ByteArrayTest.test_from_iterable) ... ok test_from_list (test.test_bytes.ByteArrayTest.test_from_list) ... ok test_from_mutating_list (test.test_bytes.ByteArrayTest.test_from_mutating_list) ... ok test_from_ssize (test.test_bytes.ByteArrayTest.test_from_ssize) ... ok test_from_tuple (test.test_bytes.ByteArrayTest.test_from_tuple) ... ok test_fromhex (test.test_bytes.ByteArrayTest.test_fromhex) ... ok test_getitem_error (test.test_bytes.ByteArrayTest.test_getitem_error) ... ok test_getslice (test.test_bytes.ByteArrayTest.test_getslice) ... ok test_hex (test.test_bytes.ByteArrayTest.test_hex) ... ok test_hex_separator_basics (test.test_bytes.ByteArrayTest.test_hex_separator_basics) ... ok test_hex_separator_five_bytes (test.test_bytes.ByteArrayTest.test_hex_separator_five_bytes) ... ok test_hex_separator_six_bytes (test.test_bytes.ByteArrayTest.test_hex_separator_six_bytes) ... ok test_iconcat (test.test_bytes.ByteArrayTest.test_iconcat) ... ok test_imod (test.test_bytes.ByteArrayTest.test_imod) ... ok test_index (test.test_bytes.ByteArrayTest.test_index) ... ok test_init_alloc (test.test_bytes.ByteArrayTest.test_init_alloc) ... ok test_insert (test.test_bytes.ByteArrayTest.test_insert) ... ok test_integer_arguments_out_of_byte_range (test.test_bytes.ByteArrayTest.test_integer_arguments_out_of_byte_range) ... ok test_irepeat (test.test_bytes.ByteArrayTest.test_irepeat) ... ok test_irepeat_1char (test.test_bytes.ByteArrayTest.test_irepeat_1char) ... ok test_iterator_length_hint (test.test_bytes.ByteArrayTest.test_iterator_length_hint) ... ok test_iterator_pickling (test.test_bytes.ByteArrayTest.test_iterator_pickling) ... ok test_iterator_pickling2 (test.test_bytes.ByteArrayTest.test_iterator_pickling2) ... ok test_join (test.test_bytes.ByteArrayTest.test_join) ... ok test_ljust (test.test_bytes.ByteArrayTest.test_ljust) ... ok test_maketrans (test.test_bytes.ByteArrayTest.test_maketrans) ... ok test_mod (test.test_bytes.ByteArrayTest.test_mod) ... ok test_mutating_index (test.test_bytes.ByteArrayTest.test_mutating_index) ... ok test_nohash (test.test_bytes.ByteArrayTest.test_nohash) ... ok test_none_arguments (test.test_bytes.ByteArrayTest.test_none_arguments) ... ok test_nosort (test.test_bytes.ByteArrayTest.test_nosort) ... ok test_obsolete_write_lock (test.test_bytes.ByteArrayTest.test_obsolete_write_lock) ... ok test_ord (test.test_bytes.ByteArrayTest.test_ord) ... ok test_partition (test.test_bytes.ByteArrayTest.test_partition) ... ok test_partition_bytearray_doesnt_share_nullstring (test.test_bytes.ByteArrayTest.test_partition_bytearray_doesnt_share_nullstring) ... ok test_partition_int_error (test.test_bytes.ByteArrayTest.test_partition_int_error) ... ok test_partition_string_error (test.test_bytes.ByteArrayTest.test_partition_string_error) ... ok test_pickling (test.test_bytes.ByteArrayTest.test_pickling) ... ok test_pop (test.test_bytes.ByteArrayTest.test_pop) ... ok test_regexps (test.test_bytes.ByteArrayTest.test_regexps) ... ok test_remove (test.test_bytes.ByteArrayTest.test_remove) ... ok test_repeat (test.test_bytes.ByteArrayTest.test_repeat) ... ok test_repeat_1char (test.test_bytes.ByteArrayTest.test_repeat_1char) ... ok test_repeat_after_setslice (test.test_bytes.ByteArrayTest.test_repeat_after_setslice) ... ok test_replace (test.test_bytes.ByteArrayTest.test_replace) ... ok test_replace_int_error (test.test_bytes.ByteArrayTest.test_replace_int_error) ... ok test_resize_forbidden (test.test_bytes.ByteArrayTest.test_resize_forbidden) ... ok test_reverse (test.test_bytes.ByteArrayTest.test_reverse) ... ok test_reversed (test.test_bytes.ByteArrayTest.test_reversed) ... ok test_rfind (test.test_bytes.ByteArrayTest.test_rfind) ... ok test_rindex (test.test_bytes.ByteArrayTest.test_rindex) ... ok test_rjust (test.test_bytes.ByteArrayTest.test_rjust) ... ok test_rmod (test.test_bytes.ByteArrayTest.test_rmod) ... ok test_rpartition (test.test_bytes.ByteArrayTest.test_rpartition) ... ok test_rsplit_unicodewhitespace (test.test_bytes.ByteArrayTest.test_rsplit_unicodewhitespace) ... ok test_setitem (test.test_bytes.ByteArrayTest.test_setitem) ... ok test_setitem_error (test.test_bytes.ByteArrayTest.test_setitem_error) ... ok test_setslice (test.test_bytes.ByteArrayTest.test_setslice) ... ok test_setslice_extend (test.test_bytes.ByteArrayTest.test_setslice_extend) ... ok test_setslice_trap (test.test_bytes.ByteArrayTest.test_setslice_trap) ... ok test_split_int_error (test.test_bytes.ByteArrayTest.test_split_int_error) ... ok test_split_string_error (test.test_bytes.ByteArrayTest.test_split_string_error) ... ok test_split_unicodewhitespace (test.test_bytes.ByteArrayTest.test_split_unicodewhitespace) ... ok test_sq_item (test.test_bytes.ByteArrayTest.test_sq_item) ... ok test_startswith (test.test_bytes.ByteArrayTest.test_startswith) ... ok test_strip_bytearray (test.test_bytes.ByteArrayTest.test_strip_bytearray) ... ok test_strip_int_error (test.test_bytes.ByteArrayTest.test_strip_int_error) ... ok test_strip_string_error (test.test_bytes.ByteArrayTest.test_strip_string_error) ... ok test_translate (test.test_bytes.ByteArrayTest.test_translate) ... ok test_xjust_int_error (test.test_bytes.ByteArrayTest.test_xjust_int_error) ... ok test_returns_new_copy (test.test_bytes.BytearrayPEP3137Test.test_returns_new_copy) ... ok test_additional_rsplit (test.test_bytes.BytesAsStringTest.test_additional_rsplit) ... ok test_additional_split (test.test_bytes.BytesAsStringTest.test_additional_split) ... ok test_capitalize (test.test_bytes.BytesAsStringTest.test_capitalize) ... ok test_center (test.test_bytes.BytesAsStringTest.test_center) ... ok test_count (test.test_bytes.BytesAsStringTest.test_count) ... ok test_expandtabs (test.test_bytes.BytesAsStringTest.test_expandtabs) ... ok test_find (test.test_bytes.BytesAsStringTest.test_find) ... ok test_find_periodic_pattern (test.test_bytes.BytesAsStringTest.test_find_periodic_pattern) Cover the special path for periodic patterns. ... ok test_find_shift_table_overflow (test.test_bytes.BytesAsStringTest.test_find_shift_table_overflow) When the table of 8-bit shifts overflows. ... ok test_fixtype (test.test_bytes.BytesAsStringTest.test_fixtype) ... ok test_index (test.test_bytes.BytesAsStringTest.test_index) ... ok test_isalnum (test.test_bytes.BytesAsStringTest.test_isalnum) ... ok test_isalpha (test.test_bytes.BytesAsStringTest.test_isalpha) ... ok test_isascii (test.test_bytes.BytesAsStringTest.test_isascii) ... ok test_isdigit (test.test_bytes.BytesAsStringTest.test_isdigit) ... ok test_islower (test.test_bytes.BytesAsStringTest.test_islower) ... ok test_isspace (test.test_bytes.BytesAsStringTest.test_isspace) ... ok test_istitle (test.test_bytes.BytesAsStringTest.test_istitle) ... ok test_isupper (test.test_bytes.BytesAsStringTest.test_isupper) ... ok test_ljust (test.test_bytes.BytesAsStringTest.test_ljust) ... ok test_lower (test.test_bytes.BytesAsStringTest.test_lower) ... ok test_removeprefix (test.test_bytes.BytesAsStringTest.test_removeprefix) ... ok test_removesuffix (test.test_bytes.BytesAsStringTest.test_removesuffix) ... ok test_replace (test.test_bytes.BytesAsStringTest.test_replace) ... ok test_replace_overflow (test.test_bytes.BytesAsStringTest.test_replace_overflow) ... skipped 'only applies to 32-bit platforms' test_rfind (test.test_bytes.BytesAsStringTest.test_rfind) ... ok test_rindex (test.test_bytes.BytesAsStringTest.test_rindex) ... ok test_rjust (test.test_bytes.BytesAsStringTest.test_rjust) ... ok test_rsplit (test.test_bytes.BytesAsStringTest.test_rsplit) ... ok test_split (test.test_bytes.BytesAsStringTest.test_split) ... ok test_splitlines (test.test_bytes.BytesAsStringTest.test_splitlines) ... ok test_strip (test.test_bytes.BytesAsStringTest.test_strip) ... ok test_strip_whitespace (test.test_bytes.BytesAsStringTest.test_strip_whitespace) ... ok test_swapcase (test.test_bytes.BytesAsStringTest.test_swapcase) ... ok test_title (test.test_bytes.BytesAsStringTest.test_title) ... ok test_upper (test.test_bytes.BytesAsStringTest.test_upper) ... ok test_zfill (test.test_bytes.BytesAsStringTest.test_zfill) ... ok test_basic (test.test_bytes.BytesSubclassTest.test_basic) ... ok test_copy (test.test_bytes.BytesSubclassTest.test_copy) ... ok test_fromhex (test.test_bytes.BytesSubclassTest.test_fromhex) ... ok test_join (test.test_bytes.BytesSubclassTest.test_join) ... ok test_pickle (test.test_bytes.BytesSubclassTest.test_pickle) ... ok test__bytes__ (test.test_bytes.BytesTest.test__bytes__) ... ok test_basics (test.test_bytes.BytesTest.test_basics) ... ok test_buffer_is_readonly (test.test_bytes.BytesTest.test_buffer_is_readonly) ... ok test_bytes_blocking (test.test_bytes.BytesTest.test_bytes_blocking) ... ok test_center (test.test_bytes.BytesTest.test_center) ... ok test_check_encoding_errors (test.test_bytes.BytesTest.test_check_encoding_errors) ... ok test_compare (test.test_bytes.BytesTest.test_compare) ... ok test_compare_to_str (test.test_bytes.BytesTest.test_compare_to_str) ... ok test_concat (test.test_bytes.BytesTest.test_concat) ... ok test_constructor_exceptions (test.test_bytes.BytesTest.test_constructor_exceptions) ... ok test_constructor_overflow (test.test_bytes.BytesTest.test_constructor_overflow) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_constructor_type_errors (test.test_bytes.BytesTest.test_constructor_type_errors) ... ok test_constructor_value_errors (test.test_bytes.BytesTest.test_constructor_value_errors) ... ok test_contains (test.test_bytes.BytesTest.test_contains) ... ok test_copy (test.test_bytes.BytesTest.test_copy) ... ok test_count (test.test_bytes.BytesTest.test_count) ... ok test_custom (test.test_bytes.BytesTest.test_custom) ... ok test_decode (test.test_bytes.BytesTest.test_decode) ... ok test_empty_sequence (test.test_bytes.BytesTest.test_empty_sequence) ... ok test_encoding (test.test_bytes.BytesTest.test_encoding) ... ok test_endswith (test.test_bytes.BytesTest.test_endswith) ... ok test_extended_getslice (test.test_bytes.BytesTest.test_extended_getslice) ... ok test_find (test.test_bytes.BytesTest.test_find) ... ok test_find_etc_raise_correct_error_messages (test.test_bytes.BytesTest.test_find_etc_raise_correct_error_messages) ... ok test_free_after_iterating (test.test_bytes.BytesTest.test_free_after_iterating) ... ok test_from_buffer (test.test_bytes.BytesTest.test_from_buffer) ... ok test_from_format (test.test_bytes.BytesTest.test_from_format) ... ok test_from_index (test.test_bytes.BytesTest.test_from_index) ... ok test_from_int (test.test_bytes.BytesTest.test_from_int) ... ok test_from_iterable (test.test_bytes.BytesTest.test_from_iterable) ... ok test_from_list (test.test_bytes.BytesTest.test_from_list) ... ok test_from_mutating_list (test.test_bytes.BytesTest.test_from_mutating_list) ... ok test_from_ssize (test.test_bytes.BytesTest.test_from_ssize) ... ok test_from_tuple (test.test_bytes.BytesTest.test_from_tuple) ... ok test_fromhex (test.test_bytes.BytesTest.test_fromhex) ... ok test_getitem_error (test.test_bytes.BytesTest.test_getitem_error) ... ok test_getslice (test.test_bytes.BytesTest.test_getslice) ... ok test_hex (test.test_bytes.BytesTest.test_hex) ... ok test_hex_separator_basics (test.test_bytes.BytesTest.test_hex_separator_basics) ... ok test_hex_separator_five_bytes (test.test_bytes.BytesTest.test_hex_separator_five_bytes) ... ok test_hex_separator_six_bytes (test.test_bytes.BytesTest.test_hex_separator_six_bytes) ... ok test_imod (test.test_bytes.BytesTest.test_imod) ... ok test_index (test.test_bytes.BytesTest.test_index) ... ok test_integer_arguments_out_of_byte_range (test.test_bytes.BytesTest.test_integer_arguments_out_of_byte_range) ... ok test_iterator_pickling (test.test_bytes.BytesTest.test_iterator_pickling) ... ok test_join (test.test_bytes.BytesTest.test_join) ... ok test_ljust (test.test_bytes.BytesTest.test_ljust) ... ok test_maketrans (test.test_bytes.BytesTest.test_maketrans) ... ok test_mod (test.test_bytes.BytesTest.test_mod) ... ok test_none_arguments (test.test_bytes.BytesTest.test_none_arguments) ... ok test_ord (test.test_bytes.BytesTest.test_ord) ... ok test_partition (test.test_bytes.BytesTest.test_partition) ... ok test_partition_int_error (test.test_bytes.BytesTest.test_partition_int_error) ... ok test_partition_string_error (test.test_bytes.BytesTest.test_partition_string_error) ... ok test_pickling (test.test_bytes.BytesTest.test_pickling) ... ok test_repeat (test.test_bytes.BytesTest.test_repeat) ... ok test_repeat_1char (test.test_bytes.BytesTest.test_repeat_1char) ... ok test_repeat_id_preserving (test.test_bytes.BytesTest.test_repeat_id_preserving) ... ok test_replace (test.test_bytes.BytesTest.test_replace) ... ok test_replace_int_error (test.test_bytes.BytesTest.test_replace_int_error) ... ok test_reversed (test.test_bytes.BytesTest.test_reversed) ... ok test_rfind (test.test_bytes.BytesTest.test_rfind) ... ok test_rindex (test.test_bytes.BytesTest.test_rindex) ... ok test_rjust (test.test_bytes.BytesTest.test_rjust) ... ok test_rmod (test.test_bytes.BytesTest.test_rmod) ... ok test_rpartition (test.test_bytes.BytesTest.test_rpartition) ... ok test_rsplit_unicodewhitespace (test.test_bytes.BytesTest.test_rsplit_unicodewhitespace) ... ok test_split_int_error (test.test_bytes.BytesTest.test_split_int_error) ... ok test_split_string_error (test.test_bytes.BytesTest.test_split_string_error) ... ok test_split_unicodewhitespace (test.test_bytes.BytesTest.test_split_unicodewhitespace) ... ok test_sq_item (test.test_bytes.BytesTest.test_sq_item) ... ok test_startswith (test.test_bytes.BytesTest.test_startswith) ... ok test_strip_bytearray (test.test_bytes.BytesTest.test_strip_bytearray) ... ok test_strip_int_error (test.test_bytes.BytesTest.test_strip_int_error) ... ok test_strip_string_error (test.test_bytes.BytesTest.test_strip_string_error) ... ok test_translate (test.test_bytes.BytesTest.test_translate) ... ok test_xjust_int_error (test.test_bytes.BytesTest.test_xjust_int_error) ... ok ---------------------------------------------------------------------- Ran 284 tests in 0.946s OK (skipped=5) 0:01:47 load avg: 1.23 [ 44/432/1] test_bz2 testCompress (test.test_bz2.BZ2CompressorTest.testCompress) ... ok testCompress4G (test.test_bz2.BZ2CompressorTest.testCompress4G) ... ok testCompressChunks10 (test.test_bz2.BZ2CompressorTest.testCompressChunks10) ... ok testCompressEmptyString (test.test_bz2.BZ2CompressorTest.testCompressEmptyString) ... ok testPickle (test.test_bz2.BZ2CompressorTest.testPickle) ... ok testDecompress (test.test_bz2.BZ2DecompressorTest.testDecompress) ... ok testDecompress4G (test.test_bz2.BZ2DecompressorTest.testDecompress4G) ... ok testDecompressChunks10 (test.test_bz2.BZ2DecompressorTest.testDecompressChunks10) ... ok testDecompressUnusedData (test.test_bz2.BZ2DecompressorTest.testDecompressUnusedData) ... ok testDecompressorChunksMaxsize (test.test_bz2.BZ2DecompressorTest.testDecompressorChunksMaxsize) ... ok testEOFError (test.test_bz2.BZ2DecompressorTest.testEOFError) ... ok testPickle (test.test_bz2.BZ2DecompressorTest.testPickle) ... ok test_Constructor (test.test_bz2.BZ2DecompressorTest.test_Constructor) ... ok test_decompressor_inputbuf_1 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_1) ... ok test_decompressor_inputbuf_2 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_2) ... ok test_decompressor_inputbuf_3 (test.test_bz2.BZ2DecompressorTest.test_decompressor_inputbuf_3) ... ok test_failure (test.test_bz2.BZ2DecompressorTest.test_failure) ... ok test_refleaks_in___init__ (test.test_bz2.BZ2DecompressorTest.test_refleaks_in___init__) ... skipped "object has no attribute 'gettotalrefcount'" testAppend (test.test_bz2.BZ2FileTest.testAppend) ... ok testBadArgs (test.test_bz2.BZ2FileTest.testBadArgs) ... ok testClosedIteratorDeadlock (test.test_bz2.BZ2FileTest.testClosedIteratorDeadlock) ... ok testContextProtocol (test.test_bz2.BZ2FileTest.testContextProtocol) ... ok testDecompressLimited (test.test_bz2.BZ2FileTest.testDecompressLimited) Decompressed data buffering should be limited ... ok testFileno (test.test_bz2.BZ2FileTest.testFileno) ... ok testIterator (test.test_bz2.BZ2FileTest.testIterator) ... ok testIteratorMultiStream (test.test_bz2.BZ2FileTest.testIteratorMultiStream) ... ok testMixedIterationAndReads (test.test_bz2.BZ2FileTest.testMixedIterationAndReads) ... ok testMultiStreamOrdering (test.test_bz2.BZ2FileTest.testMultiStreamOrdering) ... ok testOpenBytesFilename (test.test_bz2.BZ2FileTest.testOpenBytesFilename) ... ok testOpenDel (test.test_bz2.BZ2FileTest.testOpenDel) ... ok testOpenNonexistent (test.test_bz2.BZ2FileTest.testOpenNonexistent) ... ok testOpenPathLikeFilename (test.test_bz2.BZ2FileTest.testOpenPathLikeFilename) ... ok testPeek (test.test_bz2.BZ2FileTest.testPeek) ... ok testPeekBytesIO (test.test_bz2.BZ2FileTest.testPeekBytesIO) ... ok testRead (test.test_bz2.BZ2FileTest.testRead) ... ok testRead0 (test.test_bz2.BZ2FileTest.testRead0) ... ok testRead100 (test.test_bz2.BZ2FileTest.testRead100) ... ok testReadBadFile (test.test_bz2.BZ2FileTest.testReadBadFile) ... ok testReadBytesIO (test.test_bz2.BZ2FileTest.testReadBytesIO) ... ok testReadChunk10 (test.test_bz2.BZ2FileTest.testReadChunk10) ... ok testReadChunk10MultiStream (test.test_bz2.BZ2FileTest.testReadChunk10MultiStream) ... ok testReadInto (test.test_bz2.BZ2FileTest.testReadInto) ... ok testReadLine (test.test_bz2.BZ2FileTest.testReadLine) ... ok testReadLineMultiStream (test.test_bz2.BZ2FileTest.testReadLineMultiStream) ... ok testReadLines (test.test_bz2.BZ2FileTest.testReadLines) ... ok testReadLinesMultiStream (test.test_bz2.BZ2FileTest.testReadLinesMultiStream) ... ok testReadMonkeyMultiStream (test.test_bz2.BZ2FileTest.testReadMonkeyMultiStream) ... ok testReadMultiStream (test.test_bz2.BZ2FileTest.testReadMultiStream) ... ok testReadMultiStreamTrailingJunk (test.test_bz2.BZ2FileTest.testReadMultiStreamTrailingJunk) ... ok testReadTrailingJunk (test.test_bz2.BZ2FileTest.testReadTrailingJunk) ... ok testReadable (test.test_bz2.BZ2FileTest.testReadable) ... ok testReadlinesNoNewline (test.test_bz2.BZ2FileTest.testReadlinesNoNewline) ... ok testSeekBackwards (test.test_bz2.BZ2FileTest.testSeekBackwards) ... ok testSeekBackwardsAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsAcrossStreams) ... ok testSeekBackwardsBytesIO (test.test_bz2.BZ2FileTest.testSeekBackwardsBytesIO) ... ok testSeekBackwardsFromEnd (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEnd) ... ok testSeekBackwardsFromEndAcrossStreams (test.test_bz2.BZ2FileTest.testSeekBackwardsFromEndAcrossStreams) ... ok testSeekForward (test.test_bz2.BZ2FileTest.testSeekForward) ... ok testSeekForwardAcrossStreams (test.test_bz2.BZ2FileTest.testSeekForwardAcrossStreams) ... ok testSeekForwardBytesIO (test.test_bz2.BZ2FileTest.testSeekForwardBytesIO) ... ok testSeekPostEnd (test.test_bz2.BZ2FileTest.testSeekPostEnd) ... ok testSeekPostEndMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndMultiStream) ... ok testSeekPostEndTwice (test.test_bz2.BZ2FileTest.testSeekPostEndTwice) ... ok testSeekPostEndTwiceMultiStream (test.test_bz2.BZ2FileTest.testSeekPostEndTwiceMultiStream) ... ok testSeekPreStart (test.test_bz2.BZ2FileTest.testSeekPreStart) ... ok testSeekPreStartMultiStream (test.test_bz2.BZ2FileTest.testSeekPreStartMultiStream) ... ok testSeekable (test.test_bz2.BZ2FileTest.testSeekable) ... ok testThreading (test.test_bz2.BZ2FileTest.testThreading) ... ok testWritable (test.test_bz2.BZ2FileTest.testWritable) ... ok testWrite (test.test_bz2.BZ2FileTest.testWrite) ... ok testWriteBytesIO (test.test_bz2.BZ2FileTest.testWriteBytesIO) ... ok testWriteChunks10 (test.test_bz2.BZ2FileTest.testWriteChunks10) ... ok testWriteLines (test.test_bz2.BZ2FileTest.testWriteLines) ... ok testWriteMethodsOnReadOnlyFile (test.test_bz2.BZ2FileTest.testWriteMethodsOnReadOnlyFile) ... ok testWriteNonDefaultCompressLevel (test.test_bz2.BZ2FileTest.testWriteNonDefaultCompressLevel) ... ok test_issue44439 (test.test_bz2.BZ2FileTest.test_issue44439) ... ok test_read_truncated (test.test_bz2.BZ2FileTest.test_read_truncated) ... ok testCompress (test.test_bz2.CompressDecompressTest.testCompress) ... ok testCompressEmptyString (test.test_bz2.CompressDecompressTest.testCompressEmptyString) ... ok testDecompress (test.test_bz2.CompressDecompressTest.testDecompress) ... ok testDecompressBadData (test.test_bz2.CompressDecompressTest.testDecompressBadData) ... ok testDecompressEmpty (test.test_bz2.CompressDecompressTest.testDecompressEmpty) ... ok testDecompressIncomplete (test.test_bz2.CompressDecompressTest.testDecompressIncomplete) ... ok testDecompressMultiStream (test.test_bz2.CompressDecompressTest.testDecompressMultiStream) ... ok testDecompressMultiStreamTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressMultiStreamTrailingJunk) ... ok testDecompressToEmptyString (test.test_bz2.CompressDecompressTest.testDecompressToEmptyString) ... ok testDecompressTrailingJunk (test.test_bz2.CompressDecompressTest.testDecompressTrailingJunk) ... ok test_bad_params (test.test_bz2.OpenTest.test_bad_params) ... ok test_binary_modes (test.test_bz2.OpenTest.test_binary_modes) ... ok test_encoding (test.test_bz2.OpenTest.test_encoding) ... ok test_encoding_error_handler (test.test_bz2.OpenTest.test_encoding_error_handler) ... ok test_fileobj (test.test_bz2.OpenTest.test_fileobj) ... ok test_implicit_binary_modes (test.test_bz2.OpenTest.test_implicit_binary_modes) ... ok test_newline (test.test_bz2.OpenTest.test_newline) ... ok test_text_modes (test.test_bz2.OpenTest.test_text_modes) ... ok test_x_mode (test.test_bz2.OpenTest.test_x_mode) ... ok ---------------------------------------------------------------------- Ran 96 tests in 2.080s OK (skipped=1) 0:01:50 load avg: 1.23 [ 45/432/1] test_c_locale_coercion AVAILABLE_TARGETS = ['C.UTF-8'] EXPECTED_C_LOCALE_EQUIVALENTS = ['C', 'invalid.ascii', 'POSIX'] EXPECTED_C_LOCALE_STREAM_ENCODING = 'ascii' EXPECTED_C_LOCALE_FS_ENCODING = 'ascii' EXPECT_COERCION_IN_DEFAULT_LOCALE = True _C_UTF8_LOCALES = ('C.UTF-8', 'C.utf8', 'UTF-8') _check_nl_langinfo_CODESET = False test_LC_ALL_set_to_C (test.test_c_locale_coercion.LocaleCoercionTests.test_LC_ALL_set_to_C) ... ok test_PYTHONCOERCECLOCALE_not_set (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_not_set) ... ok test_PYTHONCOERCECLOCALE_not_zero (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_not_zero) ... ok test_PYTHONCOERCECLOCALE_set_to_one (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_one) ... ok test_PYTHONCOERCECLOCALE_set_to_warn (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_warn) ... ok test_PYTHONCOERCECLOCALE_set_to_zero (test.test_c_locale_coercion.LocaleCoercionTests.test_PYTHONCOERCECLOCALE_set_to_zero) ... ok test_external_target_locale_configuration (test.test_c_locale_coercion.LocaleConfigurationTests.test_external_target_locale_configuration) ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.637s OK 0:01:50 load avg: 1.23 [ 46/432/1] test_calendar test_days (test.test_calendar.CalendarTestCase.test_days) ... ok test_enumerate_weekdays (test.test_calendar.CalendarTestCase.test_enumerate_weekdays) ... ok test_illegal_weekday_reported (test.test_calendar.CalendarTestCase.test_illegal_weekday_reported) ... ok test_isleap (test.test_calendar.CalendarTestCase.test_isleap) ... ok test_itermonthdays (test.test_calendar.CalendarTestCase.test_itermonthdays) ... ok test_itermonthdays2 (test.test_calendar.CalendarTestCase.test_itermonthdays2) ... ok test_itermonthdays3 (test.test_calendar.CalendarTestCase.test_itermonthdays3) ... ok test_itermonthdays4 (test.test_calendar.CalendarTestCase.test_itermonthdays4) ... ok test_iterweekdays (test.test_calendar.CalendarTestCase.test_iterweekdays) ... ok test_locale_calendar_formatweekday (test.test_calendar.CalendarTestCase.test_locale_calendar_formatweekday) ... skipped 'cannot set the en_US locale' test_locale_calendars (test.test_calendar.CalendarTestCase.test_locale_calendars) ... ok test_locale_html_calendar_custom_css_class_month_name (test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_month_name) ... ok test_locale_html_calendar_custom_css_class_weekday (test.test_calendar.CalendarTestCase.test_locale_html_calendar_custom_css_class_weekday) ... ok test_months (test.test_calendar.CalendarTestCase.test_months) ... ok test_setfirstweekday (test.test_calendar.CalendarTestCase.test_setfirstweekday) ... ok test_help (test.test_calendar.CommandLineTestCase.test_help) ... ok test_html_output_current_year (test.test_calendar.CommandLineTestCase.test_html_output_current_year) ... ok test_html_output_year_css (test.test_calendar.CommandLineTestCase.test_html_output_year_css) ... ok test_html_output_year_encoding (test.test_calendar.CommandLineTestCase.test_html_output_year_encoding) ... ok test_illegal_arguments (test.test_calendar.CommandLineTestCase.test_illegal_arguments) ... ok test_option_encoding (test.test_calendar.CommandLineTestCase.test_option_encoding) ... ok test_option_lines (test.test_calendar.CommandLineTestCase.test_option_lines) ... ok test_option_locale (test.test_calendar.CommandLineTestCase.test_option_locale) ... ok test_option_months (test.test_calendar.CommandLineTestCase.test_option_months) ... ok test_option_spacing (test.test_calendar.CommandLineTestCase.test_option_spacing) ... ok test_option_type (test.test_calendar.CommandLineTestCase.test_option_type) ... ok test_option_width (test.test_calendar.CommandLineTestCase.test_option_width) ... ok test_output_current_year (test.test_calendar.CommandLineTestCase.test_output_current_year) ... ok test_output_month (test.test_calendar.CommandLineTestCase.test_output_month) ... ok test_output_year (test.test_calendar.CommandLineTestCase.test_output_year) ... ok test_no_leapdays (test.test_calendar.LeapdaysTestCase.test_no_leapdays) ... ok test_no_leapdays_upper_boundary (test.test_calendar.LeapdaysTestCase.test_no_leapdays_upper_boundary) ... ok test_no_range (test.test_calendar.LeapdaysTestCase.test_no_range) ... ok test_one_leapday_lower_boundary (test.test_calendar.LeapdaysTestCase.test_one_leapday_lower_boundary) ... ok test_several_leapyears_in_range (test.test_calendar.LeapdaysTestCase.test_several_leapyears_in_range) ... ok test__all__ (test.test_calendar.MiscTestCase.test__all__) ... ok test_april (test.test_calendar.MondayTestCase.test_april) ... ok test_december (test.test_calendar.MondayTestCase.test_december) ... ok test_february (test.test_calendar.MondayTestCase.test_february) ... ok test_december (test.test_calendar.MonthRangeTestCase.test_december) ... ok test_february_leap (test.test_calendar.MonthRangeTestCase.test_february_leap) ... ok test_february_nonleap (test.test_calendar.MonthRangeTestCase.test_february_nonleap) ... ok test_illegal_month_reported (test.test_calendar.MonthRangeTestCase.test_illegal_month_reported) ... ok test_january (test.test_calendar.MonthRangeTestCase.test_january) ... ok test_thirteenth_month (test.test_calendar.MonthRangeTestCase.test_thirteenth_month) ... ok test_zeroth_month (test.test_calendar.MonthRangeTestCase.test_zeroth_month) ... ok test_format (test.test_calendar.OutputTestCase.test_format) ... ok test_formatmonth (test.test_calendar.OutputTestCase.test_formatmonth) ... ok test_formatmonthname_with_year (test.test_calendar.OutputTestCase.test_formatmonthname_with_year) ... ok test_formatmonthname_without_year (test.test_calendar.OutputTestCase.test_formatmonthname_without_year) ... ok test_formatweekheader_long (test.test_calendar.OutputTestCase.test_formatweekheader_long) ... ok test_formatweekheader_short (test.test_calendar.OutputTestCase.test_formatweekheader_short) ... ok test_output (test.test_calendar.OutputTestCase.test_output) ... ok test_output_htmlcalendar_encoding_ascii (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_ascii) ... ok test_output_htmlcalendar_encoding_default (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_default) ... ok test_output_htmlcalendar_encoding_utf8 (test.test_calendar.OutputTestCase.test_output_htmlcalendar_encoding_utf8) ... ok test_output_textcalendar (test.test_calendar.OutputTestCase.test_output_textcalendar) ... ok test_prmonth (test.test_calendar.OutputTestCase.test_prmonth) ... ok test_prweek (test.test_calendar.OutputTestCase.test_prweek) ... ok test_pryear (test.test_calendar.OutputTestCase.test_pryear) ... ok test_yeardatescalendar (test.test_calendar.OutputTestCase.test_yeardatescalendar) ... ok test_yeardayscalendar (test.test_calendar.OutputTestCase.test_yeardayscalendar) ... ok test_april (test.test_calendar.SundayTestCase.test_april) ... ok test_december (test.test_calendar.SundayTestCase.test_december) ... ok test_february (test.test_calendar.SundayTestCase.test_february) ... ok test_format_year (test.test_calendar.TestSubClassingCase.test_format_year) ... ok test_format_year_head (test.test_calendar.TestSubClassingCase.test_format_year_head) ... ok test_formatmonth (test.test_calendar.TestSubClassingCase.test_formatmonth) ... ok test_formatmonthname (test.test_calendar.TestSubClassingCase.test_formatmonthname) ... ok test_formatweek (test.test_calendar.TestSubClassingCase.test_formatweek) ... ok test_formatweek_head (test.test_calendar.TestSubClassingCase.test_formatweek_head) ... ok test_timegm (test.test_calendar.TimegmTestCase.test_timegm) ... ok ---------------------------------------------------------------------- Ran 72 tests in 0.829s OK (skipped=1) 0:01:51 load avg: 1.21 [ 47/432/1] test_call test_oldargs0_1 (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1) ... ok test_oldargs0_1_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_1_kw) ... ok test_oldargs0_2 (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2) ... ok test_oldargs0_2_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs0_2_kw) ... ok test_oldargs1_0 (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0) ... ok test_oldargs1_0_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_0_kw) ... ok test_oldargs1_1_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_1_kw) ... ok test_oldargs1_2 (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2) ... ok test_oldargs1_2_kw (test.test_call.CFunctionCallsErrorMessages.test_oldargs1_2_kw) ... ok test_varargs0 (test.test_call.CFunctionCallsErrorMessages.test_varargs0) ... ok test_varargs10_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs10_kw) ... ok test_varargs11_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs11_kw) ... ok test_varargs12_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs12_kw) ... ok test_varargs13_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs13_kw) ... ok test_varargs14_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs14_kw) ... ok test_varargs15_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs15_kw) ... ok test_varargs16_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs16_kw) ... ok test_varargs17_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs17_kw) ... ok test_varargs18_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs18_kw) ... ok test_varargs19_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs19_kw) ... ok test_varargs1_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs1_kw) ... ok test_varargs1max (test.test_call.CFunctionCallsErrorMessages.test_varargs1max) ... ok test_varargs1min (test.test_call.CFunctionCallsErrorMessages.test_varargs1min) ... ok test_varargs2 (test.test_call.CFunctionCallsErrorMessages.test_varargs2) ... ok test_varargs2_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs2_kw) ... ok test_varargs2max (test.test_call.CFunctionCallsErrorMessages.test_varargs2max) ... ok test_varargs2min (test.test_call.CFunctionCallsErrorMessages.test_varargs2min) ... ok test_varargs3 (test.test_call.CFunctionCallsErrorMessages.test_varargs3) ... ok test_varargs3_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs3_kw) ... ok test_varargs4_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs4_kw) ... ok test_varargs5_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs5_kw) ... ok test_varargs6_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs6_kw) ... ok test_varargs7_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs7_kw) ... ok test_varargs8_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs8_kw) ... ok test_varargs9_kw (test.test_call.CFunctionCallsErrorMessages.test_varargs9_kw) ... ok test_fastcall (test.test_call.FastCallTests.test_fastcall) ... ok test_fastcall_clearing_dict (test.test_call.FastCallTests.test_fastcall_clearing_dict) ... ok test_vectorcall (test.test_call.FastCallTests.test_vectorcall) ... ok test_vectorcall_dict (test.test_call.FastCallTests.test_vectorcall_dict) ... ok test_frames_are_popped_after_failed_calls (test.test_call.FunctionCalls.test_frames_are_popped_after_failed_calls) ... ok test_kwargs_order (test.test_call.FunctionCalls.test_kwargs_order) ... ok test_fastcall (test.test_call.TestCallingConventions.test_fastcall) ... ok test_fastcall_error_kw (test.test_call.TestCallingConventions.test_fastcall_error_kw) ... ok test_fastcall_ext (test.test_call.TestCallingConventions.test_fastcall_ext) ... ok test_fastcall_keywords (test.test_call.TestCallingConventions.test_fastcall_keywords) ... ok test_fastcall_keywords_ext (test.test_call.TestCallingConventions.test_fastcall_keywords_ext) ... ok test_noargs (test.test_call.TestCallingConventions.test_noargs) ... ok test_noargs_error_arg (test.test_call.TestCallingConventions.test_noargs_error_arg) ... ok test_noargs_error_arg2 (test.test_call.TestCallingConventions.test_noargs_error_arg2) ... ok test_noargs_error_ext (test.test_call.TestCallingConventions.test_noargs_error_ext) ... ok test_noargs_error_kw (test.test_call.TestCallingConventions.test_noargs_error_kw) ... ok test_noargs_ext (test.test_call.TestCallingConventions.test_noargs_ext) ... ok test_o (test.test_call.TestCallingConventions.test_o) ... ok test_o_error_arg_kw (test.test_call.TestCallingConventions.test_o_error_arg_kw) ... ok test_o_error_ext (test.test_call.TestCallingConventions.test_o_error_ext) ... ok test_o_error_kw (test.test_call.TestCallingConventions.test_o_error_kw) ... ok test_o_error_no_arg (test.test_call.TestCallingConventions.test_o_error_no_arg) ... ok test_o_error_two_args (test.test_call.TestCallingConventions.test_o_error_two_args) ... ok test_o_ext (test.test_call.TestCallingConventions.test_o_ext) ... ok test_varargs (test.test_call.TestCallingConventions.test_varargs) ... ok test_varargs_error_kw (test.test_call.TestCallingConventions.test_varargs_error_kw) ... ok test_varargs_ext (test.test_call.TestCallingConventions.test_varargs_ext) ... ok test_varargs_keywords (test.test_call.TestCallingConventions.test_varargs_keywords) ... ok test_varargs_keywords_ext (test.test_call.TestCallingConventions.test_varargs_keywords_ext) ... ok test_fastcall (test.test_call.TestCallingConventionsClass.test_fastcall) ... ok test_fastcall_error_kw (test.test_call.TestCallingConventionsClass.test_fastcall_error_kw) ... ok test_fastcall_ext (test.test_call.TestCallingConventionsClass.test_fastcall_ext) ... ok test_fastcall_keywords (test.test_call.TestCallingConventionsClass.test_fastcall_keywords) ... ok test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClass.test_fastcall_keywords_ext) ... ok test_noargs (test.test_call.TestCallingConventionsClass.test_noargs) ... ok test_noargs_error_arg (test.test_call.TestCallingConventionsClass.test_noargs_error_arg) ... ok test_noargs_error_arg2 (test.test_call.TestCallingConventionsClass.test_noargs_error_arg2) ... ok test_noargs_error_ext (test.test_call.TestCallingConventionsClass.test_noargs_error_ext) ... ok test_noargs_error_kw (test.test_call.TestCallingConventionsClass.test_noargs_error_kw) ... ok test_noargs_ext (test.test_call.TestCallingConventionsClass.test_noargs_ext) ... ok test_o (test.test_call.TestCallingConventionsClass.test_o) ... ok test_o_error_arg_kw (test.test_call.TestCallingConventionsClass.test_o_error_arg_kw) ... ok test_o_error_ext (test.test_call.TestCallingConventionsClass.test_o_error_ext) ... ok test_o_error_kw (test.test_call.TestCallingConventionsClass.test_o_error_kw) ... ok test_o_error_no_arg (test.test_call.TestCallingConventionsClass.test_o_error_no_arg) ... ok test_o_error_two_args (test.test_call.TestCallingConventionsClass.test_o_error_two_args) ... ok test_o_ext (test.test_call.TestCallingConventionsClass.test_o_ext) ... ok test_varargs (test.test_call.TestCallingConventionsClass.test_varargs) ... ok test_varargs_error_kw (test.test_call.TestCallingConventionsClass.test_varargs_error_kw) ... ok test_varargs_ext (test.test_call.TestCallingConventionsClass.test_varargs_ext) ... ok test_varargs_keywords (test.test_call.TestCallingConventionsClass.test_varargs_keywords) ... ok test_varargs_keywords_ext (test.test_call.TestCallingConventionsClass.test_varargs_keywords_ext) ... ok test_fastcall (test.test_call.TestCallingConventionsClassInstance.test_fastcall) ... ok test_fastcall_error_kw (test.test_call.TestCallingConventionsClassInstance.test_fastcall_error_kw) ... ok test_fastcall_ext (test.test_call.TestCallingConventionsClassInstance.test_fastcall_ext) ... ok test_fastcall_keywords (test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords) ... ok test_fastcall_keywords_ext (test.test_call.TestCallingConventionsClassInstance.test_fastcall_keywords_ext) ... ok test_noargs (test.test_call.TestCallingConventionsClassInstance.test_noargs) ... ok test_noargs_error_arg (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg) ... ok test_noargs_error_arg2 (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_arg2) ... ok test_noargs_error_ext (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_ext) ... ok test_noargs_error_kw (test.test_call.TestCallingConventionsClassInstance.test_noargs_error_kw) ... ok test_noargs_ext (test.test_call.TestCallingConventionsClassInstance.test_noargs_ext) ... ok test_o (test.test_call.TestCallingConventionsClassInstance.test_o) ... ok test_o_error_arg_kw (test.test_call.TestCallingConventionsClassInstance.test_o_error_arg_kw) ... ok test_o_error_ext (test.test_call.TestCallingConventionsClassInstance.test_o_error_ext) ... ok test_o_error_kw (test.test_call.TestCallingConventionsClassInstance.test_o_error_kw) ... ok test_o_error_no_arg (test.test_call.TestCallingConventionsClassInstance.test_o_error_no_arg) ... ok test_o_error_two_args (test.test_call.TestCallingConventionsClassInstance.test_o_error_two_args) ... ok test_o_ext (test.test_call.TestCallingConventionsClassInstance.test_o_ext) ... ok test_varargs (test.test_call.TestCallingConventionsClassInstance.test_varargs) ... ok test_varargs_error_kw (test.test_call.TestCallingConventionsClassInstance.test_varargs_error_kw) ... ok test_varargs_ext (test.test_call.TestCallingConventionsClassInstance.test_varargs_ext) ... ok test_varargs_keywords (test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords) ... ok test_varargs_keywords_ext (test.test_call.TestCallingConventionsClassInstance.test_varargs_keywords_ext) ... ok test_fastcall (test.test_call.TestCallingConventionsInstance.test_fastcall) ... ok test_fastcall_error_kw (test.test_call.TestCallingConventionsInstance.test_fastcall_error_kw) ... ok test_fastcall_ext (test.test_call.TestCallingConventionsInstance.test_fastcall_ext) ... ok test_fastcall_keywords (test.test_call.TestCallingConventionsInstance.test_fastcall_keywords) ... ok test_fastcall_keywords_ext (test.test_call.TestCallingConventionsInstance.test_fastcall_keywords_ext) ... ok test_noargs (test.test_call.TestCallingConventionsInstance.test_noargs) ... ok test_noargs_error_arg (test.test_call.TestCallingConventionsInstance.test_noargs_error_arg) ... ok test_noargs_error_arg2 (test.test_call.TestCallingConventionsInstance.test_noargs_error_arg2) ... ok test_noargs_error_ext (test.test_call.TestCallingConventionsInstance.test_noargs_error_ext) ... ok test_noargs_error_kw (test.test_call.TestCallingConventionsInstance.test_noargs_error_kw) ... ok test_noargs_ext (test.test_call.TestCallingConventionsInstance.test_noargs_ext) ... ok test_o (test.test_call.TestCallingConventionsInstance.test_o) ... ok test_o_error_arg_kw (test.test_call.TestCallingConventionsInstance.test_o_error_arg_kw) ... ok test_o_error_ext (test.test_call.TestCallingConventionsInstance.test_o_error_ext) ... ok test_o_error_kw (test.test_call.TestCallingConventionsInstance.test_o_error_kw) ... ok test_o_error_no_arg (test.test_call.TestCallingConventionsInstance.test_o_error_no_arg) ... ok test_o_error_two_args (test.test_call.TestCallingConventionsInstance.test_o_error_two_args) ... ok test_o_ext (test.test_call.TestCallingConventionsInstance.test_o_ext) ... ok test_varargs (test.test_call.TestCallingConventionsInstance.test_varargs) ... ok test_varargs_error_kw (test.test_call.TestCallingConventionsInstance.test_varargs_error_kw) ... ok test_varargs_ext (test.test_call.TestCallingConventionsInstance.test_varargs_ext) ... ok test_varargs_keywords (test.test_call.TestCallingConventionsInstance.test_varargs_keywords) ... ok test_varargs_keywords_ext (test.test_call.TestCallingConventionsInstance.test_varargs_keywords_ext) ... ok test_fastcall (test.test_call.TestCallingConventionsStatic.test_fastcall) ... ok test_fastcall_error_kw (test.test_call.TestCallingConventionsStatic.test_fastcall_error_kw) ... ok test_fastcall_ext (test.test_call.TestCallingConventionsStatic.test_fastcall_ext) ... ok test_fastcall_keywords (test.test_call.TestCallingConventionsStatic.test_fastcall_keywords) ... ok test_fastcall_keywords_ext (test.test_call.TestCallingConventionsStatic.test_fastcall_keywords_ext) ... ok test_noargs (test.test_call.TestCallingConventionsStatic.test_noargs) ... ok test_noargs_error_arg (test.test_call.TestCallingConventionsStatic.test_noargs_error_arg) ... ok test_noargs_error_arg2 (test.test_call.TestCallingConventionsStatic.test_noargs_error_arg2) ... ok test_noargs_error_ext (test.test_call.TestCallingConventionsStatic.test_noargs_error_ext) ... ok test_noargs_error_kw (test.test_call.TestCallingConventionsStatic.test_noargs_error_kw) ... ok test_noargs_ext (test.test_call.TestCallingConventionsStatic.test_noargs_ext) ... ok test_o (test.test_call.TestCallingConventionsStatic.test_o) ... ok test_o_error_arg_kw (test.test_call.TestCallingConventionsStatic.test_o_error_arg_kw) ... ok test_o_error_ext (test.test_call.TestCallingConventionsStatic.test_o_error_ext) ... ok test_o_error_kw (test.test_call.TestCallingConventionsStatic.test_o_error_kw) ... ok test_o_error_no_arg (test.test_call.TestCallingConventionsStatic.test_o_error_no_arg) ... ok test_o_error_two_args (test.test_call.TestCallingConventionsStatic.test_o_error_two_args) ... ok test_o_ext (test.test_call.TestCallingConventionsStatic.test_o_ext) ... ok test_varargs (test.test_call.TestCallingConventionsStatic.test_varargs) ... ok test_varargs_error_kw (test.test_call.TestCallingConventionsStatic.test_varargs_error_kw) ... ok test_varargs_ext (test.test_call.TestCallingConventionsStatic.test_varargs_ext) ... ok test_varargs_keywords (test.test_call.TestCallingConventionsStatic.test_varargs_keywords) ... ok test_varargs_keywords_ext (test.test_call.TestCallingConventionsStatic.test_varargs_keywords_ext) ... ok test_missing_arguments (test.test_call.TestErrorMessagesUseQualifiedName.test_missing_arguments) ... ok test_multiple_values (test.test_call.TestErrorMessagesUseQualifiedName.test_multiple_values) ... ok test_positional_only_passed_as_keyword (test.test_call.TestErrorMessagesUseQualifiedName.test_positional_only_passed_as_keyword) ... ok test_too_many_positional (test.test_call.TestErrorMessagesUseQualifiedName.test_too_many_positional) ... ok test_unexpected_keyword (test.test_call.TestErrorMessagesUseQualifiedName.test_unexpected_keyword) ... ok test_method_descriptor_flag (test.test_call.TestPEP590.test_method_descriptor_flag) ... ok test_vectorcall (test.test_call.TestPEP590.test_vectorcall) ... ok test_vectorcall_flag (test.test_call.TestPEP590.test_vectorcall_flag) ... ok test_vectorcall_override (test.test_call.TestPEP590.test_vectorcall_override) ... ok ---------------------------------------------------------------------- Ran 165 tests in 0.040s OK 0:01:52 load avg: 1.21 [ 48/432/1] test_capi test_decodeutf8 (test.test_capi.test_codecs.CAPITest.test_decodeutf8) Test PyUnicode_DecodeUTF8() ... ok test_decodeutf8stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf8stateful) Test PyUnicode_DecodeUTF8Stateful() ... ok test_simple (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple) ... ok test_with_args (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args) ... ok test_with_closure (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure) ... ok test_with_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default) ... ok test_with_kwarg_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default) ... ok test_with_kwargs (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs) ... ok test_p (test.test_capi.test_getargs.Boolean_TestCase.test_p) ... ok test_c (test.test_capi.test_getargs.Bytes_TestCase.test_c) ... ok test_w_star (test.test_capi.test_getargs.Bytes_TestCase.test_w_star) ... ok test_y (test.test_capi.test_getargs.Bytes_TestCase.test_y) ... ok test_y_hash (test.test_capi.test_getargs.Bytes_TestCase.test_y_hash) ... ok test_y_star (test.test_capi.test_getargs.Bytes_TestCase.test_y_star) ... ok test_D (test.test_capi.test_getargs.Float_TestCase.test_D) ... ok test_d (test.test_capi.test_getargs.Float_TestCase.test_d) ... ok test_f (test.test_capi.test_getargs.Float_TestCase.test_f) ... ok test_f_rounding (test.test_capi.test_getargs.Float_TestCase.test_f_rounding) ... ok test_invalid_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_invalid_keyword) ... ok test_keyword_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_keyword_args) ... ok test_mixed_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_required_args) ... ok test_surrogate_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword) ... ok test_too_many_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_too_many_args) ... ok test_weird_str_subclass (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass) ... ok test_weird_str_subclass2 (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass2) ... ok test_invalid_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_invalid_keyword) ... ok test_keyword_args (test.test_capi.test_getargs.Keywords_TestCase.test_keyword_args) ... ok test_kwargs (test.test_capi.test_getargs.Keywords_TestCase.test_kwargs) ... ok test_mixed_args (test.test_capi.test_getargs.Keywords_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.Keywords_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.Keywords_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.Keywords_TestCase.test_required_args) ... ok test_surrogate_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword) ... ok test_too_many_args (test.test_capi.test_getargs.Keywords_TestCase.test_too_many_args) ... ok test_K (test.test_capi.test_getargs.LongLong_TestCase.test_K) ... ok test_L (test.test_capi.test_getargs.LongLong_TestCase.test_L) ... ok test_S (test.test_capi.test_getargs.Object_TestCase.test_S) ... ok test_U (test.test_capi.test_getargs.Object_TestCase.test_U) ... ok test_Y (test.test_capi.test_getargs.Object_TestCase.test_Y) ... ok test_bad_use (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_bad_use) ... ok test_parse_tuple_and_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_parse_tuple_and_keywords) ... ok test_positional_only (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_positional_only) ... ok test_empty_keyword (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_empty_keyword) ... ok test_mixed_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_required_args) ... ok test_h (test.test_capi.test_getargs.Signed_TestCase.test_h) ... ok test_i (test.test_capi.test_getargs.Signed_TestCase.test_i) ... ok test_l (test.test_capi.test_getargs.Signed_TestCase.test_l) ... ok test_n (test.test_capi.test_getargs.Signed_TestCase.test_n) ... ok test_skipitem (test.test_capi.test_getargs.SkipitemTest.test_skipitem) If this test failed, you probably added a new "format unit" ... ok test_skipitem_with_suffix (test.test_capi.test_getargs.SkipitemTest.test_skipitem_with_suffix) ... ok test_C (test.test_capi.test_getargs.String_TestCase.test_C) ... ok test_Z (test.test_capi.test_getargs.String_TestCase.test_Z) ... ok test_Z_hash (test.test_capi.test_getargs.String_TestCase.test_Z_hash) ... ok test_es (test.test_capi.test_getargs.String_TestCase.test_es) ... ok test_es_hash (test.test_capi.test_getargs.String_TestCase.test_es_hash) ... ok test_et (test.test_capi.test_getargs.String_TestCase.test_et) ... ok test_et_hash (test.test_capi.test_getargs.String_TestCase.test_et_hash) ... ok test_gh_99240_clear_args (test.test_capi.test_getargs.String_TestCase.test_gh_99240_clear_args) ... ok test_s (test.test_capi.test_getargs.String_TestCase.test_s) ... ok test_s_hash (test.test_capi.test_getargs.String_TestCase.test_s_hash) ... ok test_s_hash_int (test.test_capi.test_getargs.String_TestCase.test_s_hash_int) ... ok test_s_star (test.test_capi.test_getargs.String_TestCase.test_s_star) ... ok test_u (test.test_capi.test_getargs.String_TestCase.test_u) ... ok test_u_hash (test.test_capi.test_getargs.String_TestCase.test_u_hash) ... ok test_z (test.test_capi.test_getargs.String_TestCase.test_z) ... ok test_z_hash (test.test_capi.test_getargs.String_TestCase.test_z_hash) ... ok test_z_star (test.test_capi.test_getargs.String_TestCase.test_z_star) ... ok test (test.test_capi.test_getargs.Test6012.test) ... ok test_L_code (test.test_capi.test_getargs.Test_testcapi.test_L_code) ... ok test_Z_code (test.test_capi.test_getargs.Test_testcapi.test_Z_code) ... ok test_k_code (test.test_capi.test_getargs.Test_testcapi.test_k_code) ... ok test_s_code (test.test_capi.test_getargs.Test_testcapi.test_s_code) ... ok test_u_code (test.test_capi.test_getargs.Test_testcapi.test_u_code) ... ok test_args (test.test_capi.test_getargs.Tuple_TestCase.test_args) ... ok test_tuple (test.test_capi.test_getargs.Tuple_TestCase.test_tuple) ... ok test_B (test.test_capi.test_getargs.Unsigned_TestCase.test_B) ... ok test_H (test.test_capi.test_getargs.Unsigned_TestCase.test_H) ... ok test_I (test.test_capi.test_getargs.Unsigned_TestCase.test_I) ... ok test_b (test.test_capi.test_getargs.Unsigned_TestCase.test_b) ... ok test_k (test.test_capi.test_getargs.Unsigned_TestCase.test_k) ... ok test_Py_CompileString (test.test_capi.test_misc.CAPITest.test_Py_CompileString) ... ok test_buildvalue_N (test.test_capi.test_misc.CAPITest.test_buildvalue_N) ... ok 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) ... ok 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) ... ok test_c_type_with_ipow (test.test_capi.test_misc.CAPITest.test_c_type_with_ipow) ... ok test_c_type_with_matrix_multiplication (test.test_capi.test_misc.CAPITest.test_c_type_with_matrix_multiplication) ... ok test_docstring_signature_parsing (test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing) ... ok test_eval_get_func_desc (test.test_capi.test_misc.CAPITest.test_eval_get_func_desc) ... ok test_eval_get_func_name (test.test_capi.test_misc.CAPITest.test_eval_get_func_name) ... ok test_exc_info (test.test_capi.test_misc.CAPITest.test_exc_info) ... ok test_exception (test.test_capi.test_misc.CAPITest.test_exception) ... ok test_export_symbols (test.test_capi.test_misc.CAPITest.test_export_symbols) ... ok test_fatal_error (test.test_capi.test_misc.CAPITest.test_fatal_error) ... ok test_function_get_code (test.test_capi.test_misc.CAPITest.test_function_get_code) ... ok test_function_get_globals (test.test_capi.test_misc.CAPITest.test_function_get_globals) ... ok test_function_get_module (test.test_capi.test_misc.CAPITest.test_function_get_module) ... ok test_getitem_with_error (test.test_capi.test_misc.CAPITest.test_getitem_with_error) ... ok test_heap_ctype_doc_and_text_signature (test.test_capi.test_misc.CAPITest.test_heap_ctype_doc_and_text_signature) ... ok test_heaptype_with_buffer (test.test_capi.test_misc.CAPITest.test_heaptype_with_buffer) ... ok test_heaptype_with_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_dict) ... ok test_heaptype_with_negative_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_negative_dict) ... ok test_heaptype_with_setattro (test.test_capi.test_misc.CAPITest.test_heaptype_with_setattro) ... ok test_heaptype_with_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_weakref) ... ok test_instancemethod (test.test_capi.test_misc.CAPITest.test_instancemethod) ... ok test_mapping_has_key (test.test_capi.test_misc.CAPITest.test_mapping_has_key) ... ok test_mapping_keys_values_items (test.test_capi.test_misc.CAPITest.test_mapping_keys_values_items) ... ok test_mapping_keys_values_items_bad_arg (test.test_capi.test_misc.CAPITest.test_mapping_keys_values_items_bad_arg) ... ok test_memoryview_from_NULL_pointer (test.test_capi.test_misc.CAPITest.test_memoryview_from_NULL_pointer) ... ok test_multiple_inheritance_ctypes_with_weakref_or_dict (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict) ... ok test_negative_refcount (test.test_capi.test_misc.CAPITest.test_negative_refcount) ... skipped 'need _testcapi.negative_refcount' test_no_FatalError_infinite_loop (test.test_capi.test_misc.CAPITest.test_no_FatalError_infinite_loop) ... ok test_null_type_doc (test.test_capi.test_misc.CAPITest.test_null_type_doc) ... ok test_pynumber_tobase (test.test_capi.test_misc.CAPITest.test_pynumber_tobase) ... ok test_pyobject_bytes_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_bytes_from_null) ... ok test_pyobject_repr_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_repr_from_null) ... ok test_pyobject_str_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_str_from_null) ... ok test_return_null_without_error (test.test_capi.test_misc.CAPITest.test_return_null_without_error) ... ok test_return_result_with_error (test.test_capi.test_misc.CAPITest.test_return_result_with_error) ... ok test_seq_bytes_to_charp_array (test.test_capi.test_misc.CAPITest.test_seq_bytes_to_charp_array) ... ok test_sequence_del_slice (test.test_capi.test_misc.CAPITest.test_sequence_del_slice) ... ok test_sequence_set_slice (test.test_capi.test_misc.CAPITest.test_sequence_set_slice) ... ok test_set_nomemory (test.test_capi.test_misc.CAPITest.test_set_nomemory) ... ok test_set_object (test.test_capi.test_misc.CAPITest.test_set_object) ... ok 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) ... ok 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) ... ok test_subprocess_fork_exec (test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec) ... ok test_sys_getobject (test.test_capi.test_misc.CAPITest.test_sys_getobject) ... ok test_sys_setobject (test.test_capi.test_misc.CAPITest.test_sys_setobject) ... ok test_trashcan_python_class1 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class1) ... ok test_trashcan_python_class2 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class2) ... ok test_trashcan_subclass (test.test_capi.test_misc.CAPITest.test_trashcan_subclass) ... ok test_api_misuse (test.test_capi.test_misc.PyMemDebugTests.test_api_misuse) ... ok test_buffer_overflow (test.test_capi.test_misc.PyMemDebugTests.test_buffer_overflow) ... ok test_pymem_malloc_without_gil (test.test_capi.test_misc.PyMemDebugTests.test_pymem_malloc_without_gil) ... ok test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed) ... ok test_pyobject_freed_is_freed (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_freed_is_freed) ... ok test_pyobject_malloc_without_gil (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_malloc_without_gil) ... ok test_pyobject_null_is_freed (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_null_is_freed) ... ok test_pyobject_uninitialized_is_freed (test.test_capi.test_misc.PyMemDebugTests.test_pyobject_uninitialized_is_freed) ... ok test_api_misuse (test.test_capi.test_misc.PyMemDefaultTests.test_api_misuse) ... skipped 'need Py_DEBUG' test_buffer_overflow (test.test_capi.test_misc.PyMemDefaultTests.test_buffer_overflow) ... skipped 'need Py_DEBUG' test_pymem_malloc_without_gil (test.test_capi.test_misc.PyMemDefaultTests.test_pymem_malloc_without_gil) ... skipped 'need Py_DEBUG' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_freed_is_freed (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_freed_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_malloc_without_gil (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_malloc_without_gil) ... skipped 'need Py_DEBUG' test_pyobject_null_is_freed (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_null_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_uninitialized_is_freed (test.test_capi.test_misc.PyMemDefaultTests.test_pyobject_uninitialized_is_freed) ... skipped 'need Py_DEBUG' test_api_misuse (test.test_capi.test_misc.PyMemMallocDebugTests.test_api_misuse) ... ok test_buffer_overflow (test.test_capi.test_misc.PyMemMallocDebugTests.test_buffer_overflow) ... ok test_pymem_malloc_without_gil (test.test_capi.test_misc.PyMemMallocDebugTests.test_pymem_malloc_without_gil) ... ok test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... ok test_pyobject_freed_is_freed (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_freed_is_freed) ... ok test_pyobject_malloc_without_gil (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_malloc_without_gil) ... ok test_pyobject_null_is_freed (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_null_is_freed) ... ok test_pyobject_uninitialized_is_freed (test.test_capi.test_misc.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed) ... ok test_api_misuse (test.test_capi.test_misc.PyMemPymallocDebugTests.test_api_misuse) ... ok test_buffer_overflow (test.test_capi.test_misc.PyMemPymallocDebugTests.test_buffer_overflow) ... ok test_pymem_malloc_without_gil (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pymem_malloc_without_gil) ... ok test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... ok test_pyobject_freed_is_freed (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_freed_is_freed) ... ok test_pyobject_malloc_without_gil (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil) ... ok test_pyobject_null_is_freed (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_null_is_freed) ... ok test_pyobject_uninitialized_is_freed (test.test_capi.test_misc.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed) ... ok test_module_state_shared_in_global (test.test_capi.test_misc.SubinterpreterTest.test_module_state_shared_in_global) bpo-44050: Extension module state should be shared between interpreters ... ok test_mutate_exception (test.test_capi.test_misc.SubinterpreterTest.test_mutate_exception) Exceptions saved in global module state get shared between ... ok test_subinterps (test.test_capi.test_misc.SubinterpreterTest.test_subinterps) ... ok test_subinterps_recent_language_features (test.test_capi.test_misc.SubinterpreterTest.test_subinterps_recent_language_features) ... ok test_pendingcalls_non_threaded (test.test_capi.test_misc.TestPendingCalls.test_pendingcalls_non_threaded) ... ok test_pendingcalls_threaded (test.test_capi.test_misc.TestPendingCalls.test_pendingcalls_threaded) ... ok test_gilstate_ensure_no_deadlock (test.test_capi.test_misc.TestThreadState.test_gilstate_ensure_no_deadlock) ... ok test_thread_state (test.test_capi.test_misc.TestThreadState.test_thread_state) ... ok test_frame_fback_api (test.test_capi.test_misc.Test_FrameAPI.test_frame_fback_api) Test that accessing `f_back` does not cause a segmentation fault on ... ok test_frame_get_generator (test.test_capi.test_misc.Test_FrameAPI.test_frame_get_generator) ... ok test_frame_getters (test.test_capi.test_misc.Test_FrameAPI.test_frame_getters) ... ok test_get_module_bad_def (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_bad_def) ... ok test_get_module_static_in_mro (test.test_capi.test_misc.Test_ModuleStateAccess.test_get_module_static_in_mro) ... ok test_state_access (test.test_capi.test_misc.Test_ModuleStateAccess.test_state_access) Checks methods defined with and without argument clinic ... ok test_subclass_get_module (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module) PyType_GetModule for defining_class ... ok test_subclass_get_module_with_super (test.test_capi.test_misc.Test_ModuleStateAccess.test_subclass_get_module_with_super) ... ok test_inlined_binary_subscr (test.test_capi.test_misc.Test_Pep523API.test_inlined_binary_subscr) ... ok test_inlined_call (test.test_capi.test_misc.Test_Pep523API.test_inlined_call) ... ok test_buildvalue_N (test.test_capi.test_misc.Test_testcapi.test_buildvalue_N) ... ok test_buildvalue_issue38913 (test.test_capi.test_misc.Test_testcapi.test_buildvalue_issue38913) ... ok test_capsule (test.test_capi.test_misc.Test_testcapi.test_capsule) ... ok test_code_api (test.test_capi.test_misc.Test_testcapi.test_code_api) ... ok test_config (test.test_capi.test_misc.Test_testcapi.test_config) ... ok test_datetime_capi (test.test_capi.test_misc.Test_testcapi.test_datetime_capi) ... ok test_decref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_decref_doesnt_leak) ... ok test_dict_iteration (test.test_capi.test_misc.Test_testcapi.test_dict_iteration) ... ok test_empty_argparse (test.test_capi.test_misc.Test_testcapi.test_empty_argparse) ... ok test_from_contiguous (test.test_capi.test_misc.Test_testcapi.test_from_contiguous) ... ok test_gc_control (test.test_capi.test_misc.Test_testcapi.test_gc_control) ... ok test_get_statictype_slots (test.test_capi.test_misc.Test_testcapi.test_get_statictype_slots) ... ok test_get_type_name (test.test_capi.test_misc.Test_testcapi.test_get_type_name) ... ok test_get_type_qualname (test.test_capi.test_misc.Test_testcapi.test_get_type_qualname) ... ok test_incref_decref_API (test.test_capi.test_misc.Test_testcapi.test_incref_decref_API) ... ok test_incref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_incref_doesnt_leak) ... ok test_lazy_hash_inheritance (test.test_capi.test_misc.Test_testcapi.test_lazy_hash_inheritance) ... ok test_list_api (test.test_capi.test_misc.Test_testcapi.test_list_api) ... ok test_long_and_overflow (test.test_capi.test_misc.Test_testcapi.test_long_and_overflow) ... ok test_long_api (test.test_capi.test_misc.Test_testcapi.test_long_api) ... ok test_long_as_double (test.test_capi.test_misc.Test_testcapi.test_long_as_double) ... ok test_long_as_size_t (test.test_capi.test_misc.Test_testcapi.test_long_as_size_t) ... ok test_long_as_unsigned_long_long_mask (test.test_capi.test_misc.Test_testcapi.test_long_as_unsigned_long_long_mask) ... ok test_long_long_and_overflow (test.test_capi.test_misc.Test_testcapi.test_long_long_and_overflow) ... ok test_long_numbits (test.test_capi.test_misc.Test_testcapi.test_long_numbits) ... ok test_longlong_api (test.test_capi.test_misc.Test_testcapi.test_longlong_api) ... ok test_mapping_has_key_string (test.test_capi.test_misc.Test_testcapi.test_mapping_has_key_string) ... ok test_pep3118_obsolete_write_locks (test.test_capi.test_misc.Test_testcapi.test_pep3118_obsolete_write_locks) ... ok test_py_is_funcs (test.test_capi.test_misc.Test_testcapi.test_py_is_funcs) ... ok test_py_is_macros (test.test_capi.test_misc.Test_testcapi.test_py_is_macros) ... ok test_pymem_alloc0 (test.test_capi.test_misc.Test_testcapi.test_pymem_alloc0) ... ok test_pymem_setallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setallocators) ... ok test_pymem_setrawallocators (test.test_capi.test_misc.Test_testcapi.test_pymem_setrawallocators) ... ok test_pyobject_setallocators (test.test_capi.test_misc.Test_testcapi.test_pyobject_setallocators) ... ok test_pythread_tss_key_state (test.test_capi.test_misc.Test_testcapi.test_pythread_tss_key_state) ... ok test_refcount_funcs (test.test_capi.test_misc.Test_testcapi.test_refcount_funcs) ... ok test_refcount_macros (test.test_capi.test_misc.Test_testcapi.test_refcount_macros) ... ok test_set_type_size (test.test_capi.test_misc.Test_testcapi.test_set_type_size) ... ok test_sizeof_c_types (test.test_capi.test_misc.Test_testcapi.test_sizeof_c_types) ... ok test_string_from_format (test.test_capi.test_misc.Test_testcapi.test_string_from_format) ... ok test_string_to_double (test.test_capi.test_misc.Test_testcapi.test_string_to_double) ... ok test_structseq_newtype_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_doesnt_leak) ... ok test_structseq_newtype_null_descr_doc (test.test_capi.test_misc.Test_testcapi.test_structseq_newtype_null_descr_doc) ... ok test_tstate_capi (test.test_capi.test_misc.Test_testcapi.test_tstate_capi) ... ok test_type_from_ephemeral_spec (test.test_capi.test_misc.Test_testcapi.test_type_from_ephemeral_spec) ... ok test_unicode_compare_with_ascii (test.test_capi.test_misc.Test_testcapi.test_unicode_compare_with_ascii) ... ok test_version_api_data (test.test_capi.test_misc.Test_testcapi.test_version_api_data) ... ok test_widechar (test.test_capi.test_misc.Test_testcapi.test_widechar) ... ok test_with_docstring (test.test_capi.test_misc.Test_testcapi.test_with_docstring) This is a pretty normal docstring. ... ok test_xdecref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xdecref_doesnt_leak) ... ok test_xincref_doesnt_leak (test.test_capi.test_misc.Test_testcapi.test_xincref_doesnt_leak) ... ok test_atomic_funcs (test.test_capi.test_misc.Test_testinternalcapi.test_atomic_funcs) ... ok test_bit_length (test.test_capi.test_misc.Test_testinternalcapi.test_bit_length) ... ok test_bswap (test.test_capi.test_misc.Test_testinternalcapi.test_bswap) ... ok test_bytes_find (test.test_capi.test_misc.Test_testinternalcapi.test_bytes_find) ... ok test_edit_cost (test.test_capi.test_misc.Test_testinternalcapi.test_edit_cost) ... ok test_hashtable (test.test_capi.test_misc.Test_testinternalcapi.test_hashtable) ... ok test_popcount (test.test_capi.test_misc.Test_testinternalcapi.test_popcount) ... ok test_bad_assignments (test.test_capi.test_structmembers.ReadWriteTests.test_bad_assignments) ... ok test_bool (test.test_capi.test_structmembers.ReadWriteTests.test_bool) ... ok test_byte (test.test_capi.test_structmembers.ReadWriteTests.test_byte) ... ok test_inplace_string (test.test_capi.test_structmembers.ReadWriteTests.test_inplace_string) ... ok test_int (test.test_capi.test_structmembers.ReadWriteTests.test_int) ... ok test_long (test.test_capi.test_structmembers.ReadWriteTests.test_long) ... ok test_longlong (test.test_capi.test_structmembers.ReadWriteTests.test_longlong) ... ok test_py_ssize_t (test.test_capi.test_structmembers.ReadWriteTests.test_py_ssize_t) ... ok test_short (test.test_capi.test_structmembers.ReadWriteTests.test_short) ... ok test_byte_max (test.test_capi.test_structmembers.TestWarnings.test_byte_max) ... ok test_byte_min (test.test_capi.test_structmembers.TestWarnings.test_byte_min) ... ok test_short_max (test.test_capi.test_structmembers.TestWarnings.test_short_max) ... ok test_short_min (test.test_capi.test_structmembers.TestWarnings.test_short_min) ... ok test_ubyte_max (test.test_capi.test_structmembers.TestWarnings.test_ubyte_max) ... ok test_ushort_max (test.test_capi.test_structmembers.TestWarnings.test_ushort_max) ... ok test_asucs4 (test.test_capi.test_unicode.CAPITest.test_asucs4) ... ok test_asutf8 (test.test_capi.test_unicode.CAPITest.test_asutf8) ... ok test_asutf8andsize (test.test_capi.test_unicode.CAPITest.test_asutf8andsize) ... ok test_aswidechar (test.test_capi.test_unicode.CAPITest.test_aswidechar) ... ok test_aswidecharstring (test.test_capi.test_unicode.CAPITest.test_aswidecharstring) ... ok test_copycharacters (test.test_capi.test_unicode.CAPITest.test_copycharacters) ... ok test_findchar (test.test_capi.test_unicode.CAPITest.test_findchar) ... ok test_from_format (test.test_capi.test_unicode.CAPITest.test_from_format) ... ok test_pep393_utf8_caching_bug (test.test_capi.test_unicode.CAPITest.test_pep393_utf8_caching_bug) ... ok ---------------------------------------------------------------------- Ran 269 tests in 10.333s OK (skipped=9) 0:02:02 load avg: 1.09 [ 49/432/1] test_cgi testQSAndFormData (test.test_cgi.CgiTests.testQSAndFormData) ... ok testQSAndFormDataFile (test.test_cgi.CgiTests.testQSAndFormDataFile) ... ok testQSAndUrlEncode (test.test_cgi.CgiTests.testQSAndUrlEncode) ... ok test_all (test.test_cgi.CgiTests.test_all) ... ok test_field_storage_multipart_no_content_length (test.test_cgi.CgiTests.test_field_storage_multipart_no_content_length) ... ok test_fieldstorage_as_context_manager (test.test_cgi.CgiTests.test_fieldstorage_as_context_manager) ... ok test_fieldstorage_invalid (test.test_cgi.CgiTests.test_fieldstorage_invalid) ... ok test_fieldstorage_multipart (test.test_cgi.CgiTests.test_fieldstorage_multipart) ... ok test_fieldstorage_multipart_leading_whitespace (test.test_cgi.CgiTests.test_fieldstorage_multipart_leading_whitespace) ... ok test_fieldstorage_multipart_maxline (test.test_cgi.CgiTests.test_fieldstorage_multipart_maxline) ... ok test_fieldstorage_multipart_non_ascii (test.test_cgi.CgiTests.test_fieldstorage_multipart_non_ascii) ... ok test_fieldstorage_multipart_w3c (test.test_cgi.CgiTests.test_fieldstorage_multipart_w3c) ... ok test_fieldstorage_part_content_length (test.test_cgi.CgiTests.test_fieldstorage_part_content_length) ... ok test_fieldstorage_properties (test.test_cgi.CgiTests.test_fieldstorage_properties) ... ok test_fieldstorage_readline (test.test_cgi.CgiTests.test_fieldstorage_readline) ... ok test_log (test.test_cgi.CgiTests.test_log) ... ok test_max_num_fields (test.test_cgi.CgiTests.test_max_num_fields) ... ok test_parse_header (test.test_cgi.CgiTests.test_parse_header) ... ok test_parse_multipart (test.test_cgi.CgiTests.test_parse_multipart) ... ok test_parse_multipart_invalid_encoding (test.test_cgi.CgiTests.test_parse_multipart_invalid_encoding) ... ok test_parse_multipart_without_content_length (test.test_cgi.CgiTests.test_parse_multipart_without_content_length) ... ok test_separator (test.test_cgi.CgiTests.test_separator) ... ok test_strict (test.test_cgi.CgiTests.test_strict) ... ok ---------------------------------------------------------------------- Ran 23 tests in 0.005s OK 0:02:02 load avg: 1.09 [ 50/432/1] test_cgitb test_blanks (test.test_cgitb.TestCgitb.test_blanks) ... ok test_fonts (test.test_cgitb.TestCgitb.test_fonts) ... ok test_html (test.test_cgitb.TestCgitb.test_html) ... ok test_syshook_no_logdir_default_format (test.test_cgitb.TestCgitb.test_syshook_no_logdir_default_format) ... ok test_syshook_no_logdir_text_format (test.test_cgitb.TestCgitb.test_syshook_no_logdir_text_format) ... ok test_text (test.test_cgitb.TestCgitb.test_text) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.088s OK 0:02:03 load avg: 1.09 [ 51/432/1] test_charmapcodec test_constructorx (test.test_charmapcodec.CharmapCodecTest.test_constructorx) ... ok test_constructory (test.test_charmapcodec.CharmapCodecTest.test_constructory) ... ok test_encodex (test.test_charmapcodec.CharmapCodecTest.test_encodex) ... ok test_maptoundefined (test.test_charmapcodec.CharmapCodecTest.test_maptoundefined) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.001s OK 0:02:03 load avg: 1.09 [ 52/432/1] test_check_c_globals test_check_c_globals (test.test_check_c_globals.ActualChecks.test_check_c_globals) ... skipped 'activate this once all the globals have been resolved' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:02:03 load avg: 1.09 [ 53/432/1] test_class testBadTypeReturned (test.test_class.ClassTests.testBadTypeReturned) ... ok testBinaryOps (test.test_class.ClassTests.testBinaryOps) ... ok testClassWithExtCall (test.test_class.ClassTests.testClassWithExtCall) ... ok testConstructorErrorMessages (test.test_class.ClassTests.testConstructorErrorMessages) ... ok testDel (test.test_class.ClassTests.testDel) ... ok testForExceptionsRaisedInInstanceGetattr2 (test.test_class.ClassTests.testForExceptionsRaisedInInstanceGetattr2) ... ok testGetSetAndDel (test.test_class.ClassTests.testGetSetAndDel) ... ok testHashComparisonOfMethods (test.test_class.ClassTests.testHashComparisonOfMethods) ... ok testHashStuff (test.test_class.ClassTests.testHashStuff) ... ok testInit (test.test_class.ClassTests.testInit) ... ok testListAndDictOps (test.test_class.ClassTests.testListAndDictOps) ... ok testMisc (test.test_class.ClassTests.testMisc) ... ok testObjectAttributeAccessErrorMessages (test.test_class.ClassTests.testObjectAttributeAccessErrorMessages) ... ok testSFBug532646 (test.test_class.ClassTests.testSFBug532646) ... ok testSetattrNonStringName (test.test_class.ClassTests.testSetattrNonStringName) ... ok testSetattrWrapperNameIntern (test.test_class.ClassTests.testSetattrWrapperNameIntern) ... ok testTypeAttributeAccessErrorMessages (test.test_class.ClassTests.testTypeAttributeAccessErrorMessages) ... ok testUnaryOps (test.test_class.ClassTests.testUnaryOps) ... ok ---------------------------------------------------------------------- Ran 18 tests in 0.018s OK 0:02:03 load avg: 1.09 [ 54/432/1] test_clinic test_clinic_1 (test.test_clinic.ClinicBlockParserTest.test_clinic_1) ... ok test_round_trip_1 (test.test_clinic.ClinicBlockParserTest.test_round_trip_1) ... ok test_round_trip_2 (test.test_clinic.ClinicBlockParserTest.test_round_trip_2) ... ok test_cli_converters (test.test_clinic.ClinicExternalTest.test_cli_converters) ... ok test_cli_fail_converters_and_filename (test.test_clinic.ClinicExternalTest.test_cli_fail_converters_and_filename) ... ok test_cli_fail_filename_or_output_and_make (test.test_clinic.ClinicExternalTest.test_cli_fail_filename_or_output_and_make) ... ok test_cli_fail_make_without_srcdir (test.test_clinic.ClinicExternalTest.test_cli_fail_make_without_srcdir) ... ok test_cli_fail_no_filename (test.test_clinic.ClinicExternalTest.test_cli_fail_no_filename) ... ok test_cli_fail_output_and_multiple_files (test.test_clinic.ClinicExternalTest.test_cli_fail_output_and_multiple_files) ... ok test_cli_force (test.test_clinic.ClinicExternalTest.test_cli_force) ... ok test_cli_help (test.test_clinic.ClinicExternalTest.test_cli_help) ... ok test_cli_make (test.test_clinic.ClinicExternalTest.test_cli_make) ... ok test_cli_verbose (test.test_clinic.ClinicExternalTest.test_cli_verbose) ... ok test_external (test.test_clinic.ClinicExternalTest.test_external) ... ok test_no_change (test.test_clinic.ClinicExternalTest.test_no_change) ... ok test_bool_converter (test.test_clinic.ClinicFunctionalTest.test_bool_converter) ... ok test_byte_array_object_converter (test.test_clinic.ClinicFunctionalTest.test_byte_array_object_converter) ... ok test_bytes_object_converter (test.test_clinic.ClinicFunctionalTest.test_bytes_object_converter) ... ok test_char_converter (test.test_clinic.ClinicFunctionalTest.test_char_converter) ... ok test_double_converter (test.test_clinic.ClinicFunctionalTest.test_double_converter) ... ok test_empty_function (test.test_clinic.ClinicFunctionalTest.test_empty_function) ... ok test_float_converter (test.test_clinic.ClinicFunctionalTest.test_float_converter) ... ok test_gh_32092_kw_pass (test.test_clinic.ClinicFunctionalTest.test_gh_32092_kw_pass) ... ok test_gh_32092_oob (test.test_clinic.ClinicFunctionalTest.test_gh_32092_oob) ... ok test_gh_99233_refcount (test.test_clinic.ClinicFunctionalTest.test_gh_99233_refcount) ... ok test_gh_99240_double_free (test.test_clinic.ClinicFunctionalTest.test_gh_99240_double_free) ... ok test_int_converter (test.test_clinic.ClinicFunctionalTest.test_int_converter) ... ok test_keyword_only_parameter (test.test_clinic.ClinicFunctionalTest.test_keyword_only_parameter) ... ok test_keywords (test.test_clinic.ClinicFunctionalTest.test_keywords) ... ok test_keywords_kwonly (test.test_clinic.ClinicFunctionalTest.test_keywords_kwonly) ... ok test_keywords_kwonly_opt (test.test_clinic.ClinicFunctionalTest.test_keywords_kwonly_opt) ... ok test_keywords_opt (test.test_clinic.ClinicFunctionalTest.test_keywords_opt) ... ok test_keywords_opt_kwonly (test.test_clinic.ClinicFunctionalTest.test_keywords_opt_kwonly) ... ok test_long_converter (test.test_clinic.ClinicFunctionalTest.test_long_converter) ... ok test_long_long_converter (test.test_clinic.ClinicFunctionalTest.test_long_long_converter) ... ok test_objects_converter (test.test_clinic.ClinicFunctionalTest.test_objects_converter) ... ok test_posonly_keywords (test.test_clinic.ClinicFunctionalTest.test_posonly_keywords) ... ok test_posonly_keywords_kwonly (test.test_clinic.ClinicFunctionalTest.test_posonly_keywords_kwonly) ... ok test_posonly_keywords_kwonly_opt (test.test_clinic.ClinicFunctionalTest.test_posonly_keywords_kwonly_opt) ... ok test_posonly_keywords_opt (test.test_clinic.ClinicFunctionalTest.test_posonly_keywords_opt) ... ok test_posonly_keywords_opt_kwonly_opt (test.test_clinic.ClinicFunctionalTest.test_posonly_keywords_opt_kwonly_opt) ... ok test_posonly_kwonly (test.test_clinic.ClinicFunctionalTest.test_posonly_kwonly) ... ok test_posonly_kwonly_opt (test.test_clinic.ClinicFunctionalTest.test_posonly_kwonly_opt) ... ok test_posonly_opt_keywords_opt (test.test_clinic.ClinicFunctionalTest.test_posonly_opt_keywords_opt) ... ok test_posonly_opt_keywords_opt_kwonly_opt (test.test_clinic.ClinicFunctionalTest.test_posonly_opt_keywords_opt_kwonly_opt) ... ok test_posonly_opt_kwonly_opt (test.test_clinic.ClinicFunctionalTest.test_posonly_opt_kwonly_opt) ... ok test_posonly_vararg (test.test_clinic.ClinicFunctionalTest.test_posonly_vararg) ... ok test_py_buffer_converter (test.test_clinic.ClinicFunctionalTest.test_py_buffer_converter) ... ok test_py_complex_converter (test.test_clinic.ClinicFunctionalTest.test_py_complex_converter) ... ok test_py_ssize_t_converter (test.test_clinic.ClinicFunctionalTest.test_py_ssize_t_converter) ... ok test_short_converter (test.test_clinic.ClinicFunctionalTest.test_short_converter) ... ok test_size_t_converter (test.test_clinic.ClinicFunctionalTest.test_size_t_converter) ... ok test_slice_index_converter (test.test_clinic.ClinicFunctionalTest.test_slice_index_converter) ... ok test_str_converter (test.test_clinic.ClinicFunctionalTest.test_str_converter) ... ok test_str_converter_encoding (test.test_clinic.ClinicFunctionalTest.test_str_converter_encoding) ... ok test_unicode_converter (test.test_clinic.ClinicFunctionalTest.test_unicode_converter) ... ok test_unsigned_char_converter (test.test_clinic.ClinicFunctionalTest.test_unsigned_char_converter) ... ok test_unsigned_int_converter (test.test_clinic.ClinicFunctionalTest.test_unsigned_int_converter) ... ok test_unsigned_long_converter (test.test_clinic.ClinicFunctionalTest.test_unsigned_long_converter) ... ok test_unsigned_long_long_converter (test.test_clinic.ClinicFunctionalTest.test_unsigned_long_long_converter) ... ok test_unsigned_short_converter (test.test_clinic.ClinicFunctionalTest.test_unsigned_short_converter) ... ok test_vararg (test.test_clinic.ClinicFunctionalTest.test_vararg) ... ok test_vararg_and_posonly (test.test_clinic.ClinicFunctionalTest.test_vararg_and_posonly) ... ok test_vararg_with_default (test.test_clinic.ClinicFunctionalTest.test_vararg_with_default) ... ok test_vararg_with_only_defaults (test.test_clinic.ClinicFunctionalTest.test_vararg_with_only_defaults) ... ok test_add_window (test.test_clinic.ClinicGroupPermuterTest.test_add_window) ... ok test_have_left_options_but_required_is_empty (test.test_clinic.ClinicGroupPermuterTest.test_have_left_options_but_required_is_empty) ... ok test_ludicrous (test.test_clinic.ClinicGroupPermuterTest.test_ludicrous) ... ok test_range (test.test_clinic.ClinicGroupPermuterTest.test_range) ... ok test_right_only (test.test_clinic.ClinicGroupPermuterTest.test_right_only) ... ok test_empty_strings (test.test_clinic.ClinicLinearFormatTest.test_empty_strings) ... ok test_empty_substitution (test.test_clinic.ClinicLinearFormatTest.test_empty_substitution) ... ok test_multiline_substitution (test.test_clinic.ClinicLinearFormatTest.test_multiline_substitution) ... ok test_no_substitution (test.test_clinic.ClinicLinearFormatTest.test_no_substitution) ... ok test_single_line_substitution (test.test_clinic.ClinicLinearFormatTest.test_single_line_substitution) ... ok test_solo_newline (test.test_clinic.ClinicLinearFormatTest.test_solo_newline) ... ok test_c_name (test.test_clinic.ClinicParserTest.test_c_name) ... ok test_defining_class_param_cannot_be_optional (test.test_clinic.ClinicParserTest.test_defining_class_param_cannot_be_optional) ... ok test_defining_class_param_placement (test.test_clinic.ClinicParserTest.test_defining_class_param_placement) ... ok test_directive (test.test_clinic.ClinicParserTest.test_directive) ... ok test_disallowed_grouping__empty_group_on_left (test.test_clinic.ClinicParserTest.test_disallowed_grouping__empty_group_on_left) ... ok test_disallowed_grouping__empty_group_on_right (test.test_clinic.ClinicParserTest.test_disallowed_grouping__empty_group_on_right) ... ok test_disallowed_grouping__group_after_parameter_on_left (test.test_clinic.ClinicParserTest.test_disallowed_grouping__group_after_parameter_on_left) ... ok test_disallowed_grouping__no_matching_bracket (test.test_clinic.ClinicParserTest.test_disallowed_grouping__no_matching_bracket) ... ok test_disallowed_grouping__parameter_after_group_on_right (test.test_clinic.ClinicParserTest.test_disallowed_grouping__parameter_after_group_on_right) ... ok test_disallowed_grouping__two_top_groups_on_left (test.test_clinic.ClinicParserTest.test_disallowed_grouping__two_top_groups_on_left) ... ok test_disallowed_grouping__two_top_groups_on_right (test.test_clinic.ClinicParserTest.test_disallowed_grouping__two_top_groups_on_right) ... ok test_double_slash (test.test_clinic.ClinicParserTest.test_double_slash) ... ok test_explicit_parameters_in_docstring (test.test_clinic.ClinicParserTest.test_explicit_parameters_in_docstring) ... ok test_function_docstring (test.test_clinic.ClinicParserTest.test_function_docstring) ... ok test_function_not_at_column_0 (test.test_clinic.ClinicParserTest.test_function_not_at_column_0) ... ok test_group (test.test_clinic.ClinicParserTest.test_group) ... ok test_ignore_line (test.test_clinic.ClinicParserTest.test_ignore_line) ... ok test_illegal_c_basename (test.test_clinic.ClinicParserTest.test_illegal_c_basename) ... ok test_illegal_module_line (test.test_clinic.ClinicParserTest.test_illegal_module_line) ... ok test_indent_stack_illegal_outdent (test.test_clinic.ClinicParserTest.test_indent_stack_illegal_outdent) ... ok test_indent_stack_no_tabs (test.test_clinic.ClinicParserTest.test_indent_stack_no_tabs) ... ok test_init_must_be_a_normal_method (test.test_clinic.ClinicParserTest.test_init_must_be_a_normal_method) ... ok test_init_with_no_parameters (test.test_clinic.ClinicParserTest.test_init_with_no_parameters) ... ok test_left_group (test.test_clinic.ClinicParserTest.test_left_group) ... ok test_legacy_converters (test.test_clinic.ClinicParserTest.test_legacy_converters) ... ok test_legacy_converters_non_string_constant_annotation (test.test_clinic.ClinicParserTest.test_legacy_converters_non_string_constant_annotation) ... ok test_mix_star_and_slash (test.test_clinic.ClinicParserTest.test_mix_star_and_slash) ... ok test_nested_groups (test.test_clinic.ClinicParserTest.test_nested_groups) ... ok test_new_must_be_a_class_method (test.test_clinic.ClinicParserTest.test_new_must_be_a_class_method) ... ok test_no_parameters (test.test_clinic.ClinicParserTest.test_no_parameters) ... ok test_other_bizarre_things_in_annotations_fail (test.test_clinic.ClinicParserTest.test_other_bizarre_things_in_annotations_fail) ... ok test_param (test.test_clinic.ClinicParserTest.test_param) ... ok test_param_default (test.test_clinic.ClinicParserTest.test_param_default) ... ok test_param_default_expression (test.test_clinic.ClinicParserTest.test_param_default_expression) ... ok test_param_default_parameters_out_of_order (test.test_clinic.ClinicParserTest.test_param_default_parameters_out_of_order) ... ok test_param_no_docstring (test.test_clinic.ClinicParserTest.test_param_no_docstring) ... ok test_param_with_continuations (test.test_clinic.ClinicParserTest.test_param_with_continuations) ... ok test_parameters_no_more_than_one_vararg (test.test_clinic.ClinicParserTest.test_parameters_no_more_than_one_vararg) ... ok test_parameters_not_permitted_after_slash_for_now (test.test_clinic.ClinicParserTest.test_parameters_not_permitted_after_slash_for_now) ... ok test_parameters_required_after_star (test.test_clinic.ClinicParserTest.test_parameters_required_after_star) ... ok test_parser_regression_special_character_in_parameter_column_of_docstring_first_line (test.test_clinic.ClinicParserTest.test_parser_regression_special_character_in_parameter_column_of_docstring_first_line) ... ok test_return_converter (test.test_clinic.ClinicParserTest.test_return_converter) ... ok test_scaffolding (test.test_clinic.ClinicParserTest.test_scaffolding) ... ok test_self_param_cannot_be_optional (test.test_clinic.ClinicParserTest.test_self_param_cannot_be_optional) ... ok test_self_param_placement (test.test_clinic.ClinicParserTest.test_self_param_placement) ... ok test_single_slash (test.test_clinic.ClinicParserTest.test_single_slash) ... ok test_single_star (test.test_clinic.ClinicParserTest.test_single_star) ... ok test_slot_methods_cannot_access_defining_class (test.test_clinic.ClinicParserTest.test_slot_methods_cannot_access_defining_class) ... ok test_star (test.test_clinic.ClinicParserTest.test_star) ... ok test_trivial (test.test_clinic.ClinicParserTest.test_trivial) ... ok test_checksum_mismatch (test.test_clinic.ClinicWholeFileTest.test_checksum_mismatch) ... ok test_cpp_monitor_fail_invalid_format_noarg (test.test_clinic.ClinicWholeFileTest.test_cpp_monitor_fail_invalid_format_noarg) ... ok test_cpp_monitor_fail_invalid_format_toomanyargs (test.test_clinic.ClinicWholeFileTest.test_cpp_monitor_fail_invalid_format_toomanyargs) ... ok test_cpp_monitor_fail_nested_block_comment (test.test_clinic.ClinicWholeFileTest.test_cpp_monitor_fail_nested_block_comment) ... ok test_cpp_monitor_fail_no_matching_if (test.test_clinic.ClinicWholeFileTest.test_cpp_monitor_fail_no_matching_if) ... ok test_directive_output_cant_pop (test.test_clinic.ClinicWholeFileTest.test_directive_output_cant_pop) ... ok test_directive_output_print (test.test_clinic.ClinicWholeFileTest.test_directive_output_print) ... ok test_directive_output_unknown_preset (test.test_clinic.ClinicWholeFileTest.test_directive_output_unknown_preset) ... ok test_eol (test.test_clinic.ClinicWholeFileTest.test_eol) ... ok test_garbage_after_stop_line (test.test_clinic.ClinicWholeFileTest.test_garbage_after_stop_line) ... ok test_mangled_marker_line (test.test_clinic.ClinicWholeFileTest.test_mangled_marker_line) ... ok test_no_access_to_members_in_converter_init (test.test_clinic.ClinicWholeFileTest.test_no_access_to_members_in_converter_init) ... ok test_parse_with_body_prefix (test.test_clinic.ClinicWholeFileTest.test_parse_with_body_prefix) ... ok test_unknown_destination_command (test.test_clinic.ClinicWholeFileTest.test_unknown_destination_command) ... ok test_whitespace_before_stop_line (test.test_clinic.ClinicWholeFileTest.test_whitespace_before_stop_line) ... ok test_permute_left_option_groups (test.test_clinic.PermutationTests.test_permute_left_option_groups) ... ok test_permute_optional_groups (test.test_clinic.PermutationTests.test_permute_optional_groups) ... ok test_permute_right_option_groups (test.test_clinic.PermutationTests.test_permute_right_option_groups) ... ok ---------------------------------------------------------------------- Ran 144 tests in 0.782s OK 0:02:04 load avg: 1.09 [ 55/432/1] test_cmath testAtanSign (test.test_cmath.CMathTests.testAtanSign) ... ok testAtanhSign (test.test_cmath.CMathTests.testAtanhSign) ... ok testTanhSign (test.test_cmath.CMathTests.testTanhSign) ... ok test_abs (test.test_cmath.CMathTests.test_abs) ... ok test_abs_overflows (test.test_cmath.CMathTests.test_abs_overflows) ... ok test_cmath_matches_math (test.test_cmath.CMathTests.test_cmath_matches_math) ... ok test_constants (test.test_cmath.CMathTests.test_constants) ... ok test_infinity_and_nan_constants (test.test_cmath.CMathTests.test_infinity_and_nan_constants) ... ok test_input_type (test.test_cmath.CMathTests.test_input_type) ... ok test_isfinite (test.test_cmath.CMathTests.test_isfinite) ... ok test_isinf (test.test_cmath.CMathTests.test_isinf) ... ok test_isnan (test.test_cmath.CMathTests.test_isnan) ... ok test_phase (test.test_cmath.CMathTests.test_phase) ... ok test_polar (test.test_cmath.CMathTests.test_polar) ... ok test_polar_errno (test.test_cmath.CMathTests.test_polar_errno) ... ok test_rect (test.test_cmath.CMathTests.test_rect) ... ok test_specific_values (test.test_cmath.CMathTests.test_specific_values) ... ok test_user_object (test.test_cmath.CMathTests.test_user_object) ... ok test_asymmetry (test.test_cmath.IsCloseTests.test_asymmetry) ... ok test_complex_near_zero (test.test_cmath.IsCloseTests.test_complex_near_zero) ... ok test_complex_values (test.test_cmath.IsCloseTests.test_complex_values) ... ok test_decimals (test.test_cmath.IsCloseTests.test_decimals) ... ok test_eight_decimal_places (test.test_cmath.IsCloseTests.test_eight_decimal_places) ... ok test_fractions (test.test_cmath.IsCloseTests.test_fractions) ... ok test_identical (test.test_cmath.IsCloseTests.test_identical) ... ok test_identical_infinite (test.test_cmath.IsCloseTests.test_identical_infinite) ... ok test_inf_ninf_nan (test.test_cmath.IsCloseTests.test_inf_ninf_nan) ... ok test_integers (test.test_cmath.IsCloseTests.test_integers) ... ok test_near_zero (test.test_cmath.IsCloseTests.test_near_zero) ... ok test_negative_tolerances (test.test_cmath.IsCloseTests.test_negative_tolerances) ... ok test_reject_complex_tolerances (test.test_cmath.IsCloseTests.test_reject_complex_tolerances) ... ok test_zero_tolerance (test.test_cmath.IsCloseTests.test_zero_tolerance) ... ok ---------------------------------------------------------------------- Ran 32 tests in 0.013s OK 0:02:05 load avg: 1.09 [ 56/432/1] test_cmd test_file_with_missing_final_nl (test.test_cmd.TestAlternateInput.test_file_with_missing_final_nl) ... ok test_input_reset_at_EOF (test.test_cmd.TestAlternateInput.test_input_reset_at_EOF) ... ok samplecmdclass (test.test_cmd) Doctest: test.test_cmd.samplecmdclass ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:02:05 load avg: 1.09 [ 57/432/1] test_cmd_line test_argv0_normalization (test.test_cmd_line.CmdLineTest.test_argv0_normalization) ... skipped 'bpo-32457 only applies on Windows' test_builtin_input (test.test_cmd_line.CmdLineTest.test_builtin_input) ... ok test_closed_stdout (test.test_cmd_line.CmdLineTest.test_closed_stdout) ... ok test_coding (test.test_cmd_line.CmdLineTest.test_coding) ... ok test_del___main__ (test.test_cmd_line.CmdLineTest.test_del___main__) ... ok test_directories (test.test_cmd_line.CmdLineTest.test_directories) ... ok test_displayhook_unencodable (test.test_cmd_line.CmdLineTest.test_displayhook_unencodable) ... ok test_empty_PYTHONPATH_issue16309 (test.test_cmd_line.CmdLineTest.test_empty_PYTHONPATH_issue16309) ... ok test_hash_randomization (test.test_cmd_line.CmdLineTest.test_hash_randomization) ... ok test_help (test.test_cmd_line.CmdLineTest.test_help) ... ok test_help_all (test.test_cmd_line.CmdLineTest.test_help_all) ... ok test_help_env (test.test_cmd_line.CmdLineTest.test_help_env) ... ok test_help_xoptions (test.test_cmd_line.CmdLineTest.test_help_xoptions) ... ok test_int_max_str_digits (test.test_cmd_line.CmdLineTest.test_int_max_str_digits) ... ok test_invalid_utf8_arg (test.test_cmd_line.CmdLineTest.test_invalid_utf8_arg) ... ok test_isolatedmode (test.test_cmd_line.CmdLineTest.test_isolatedmode) ... ok test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest.test_large_PYTHONPATH) ... ok test_no_std_streams (test.test_cmd_line.CmdLineTest.test_no_std_streams) ... ok test_no_stderr (test.test_cmd_line.CmdLineTest.test_no_stderr) ... ok test_no_stdin (test.test_cmd_line.CmdLineTest.test_no_stdin) ... ok test_no_stdout (test.test_cmd_line.CmdLineTest.test_no_stdout) ... ok test_non_ascii (test.test_cmd_line.CmdLineTest.test_non_ascii) ... ok test_non_interactive_output_buffering (test.test_cmd_line.CmdLineTest.test_non_interactive_output_buffering) ... ok test_optimize (test.test_cmd_line.CmdLineTest.test_optimize) ... ok test_osx_android_utf8 (test.test_cmd_line.CmdLineTest.test_osx_android_utf8) ... skipped 'test specific to Mac OS X and Android' test_output_newline (test.test_cmd_line.CmdLineTest.test_output_newline) ... ok test_parsing_error (test.test_cmd_line.CmdLineTest.test_parsing_error) ... ok test_pythondevmode_env (test.test_cmd_line.CmdLineTest.test_pythondevmode_env) ... ok test_pythonmalloc (test.test_cmd_line.CmdLineTest.test_pythonmalloc) ... ok test_relativedir_bug46421 (test.test_cmd_line.CmdLineTest.test_relativedir_bug46421) ... ok test_run_code (test.test_cmd_line.CmdLineTest.test_run_code) ... ok test_run_module (test.test_cmd_line.CmdLineTest.test_run_module) ... ok test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest.test_run_module_bug1764407) ... ok test_set_pycache_prefix (test.test_cmd_line.CmdLineTest.test_set_pycache_prefix) ... ok test_showrefcount (test.test_cmd_line.CmdLineTest.test_showrefcount) ... ok test_site_flag (test.test_cmd_line.CmdLineTest.test_site_flag) ... ok test_stdin_readline (test.test_cmd_line.CmdLineTest.test_stdin_readline) ... ok test_stdout_flush_at_shutdown (test.test_cmd_line.CmdLineTest.test_stdout_flush_at_shutdown) ... ok test_sys_flags_set (test.test_cmd_line.CmdLineTest.test_sys_flags_set) ... ok test_unbuffered_input (test.test_cmd_line.CmdLineTest.test_unbuffered_input) ... ok test_unbuffered_output (test.test_cmd_line.CmdLineTest.test_unbuffered_output) ... ok test_undecodable_code (test.test_cmd_line.CmdLineTest.test_undecodable_code) ... ok test_unknown_options (test.test_cmd_line.CmdLineTest.test_unknown_options) ... ok test_unmached_quote (test.test_cmd_line.CmdLineTest.test_unmached_quote) ... ok test_verbose (test.test_cmd_line.CmdLineTest.test_verbose) ... ok test_version (test.test_cmd_line.CmdLineTest.test_version) ... ok test_warnings_filter_precedence (test.test_cmd_line.CmdLineTest.test_warnings_filter_precedence) ... ok test_xdev (test.test_cmd_line.CmdLineTest.test_xdev) ... ok test_xoption_frozen_modules (test.test_cmd_line.CmdLineTest.test_xoption_frozen_modules) ... ok test_xoptions (test.test_cmd_line.CmdLineTest.test_xoptions) ... ok test_ignore_PYTHONHASHSEED (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONHASHSEED) ... ok test_ignore_PYTHONPATH (test.test_cmd_line.IgnoreEnvironmentTest.test_ignore_PYTHONPATH) ... ok test_sys_flags_not_set (test.test_cmd_line.IgnoreEnvironmentTest.test_sys_flags_not_set) ... ok test_decoding_error_at_the_end_of_the_line (test.test_cmd_line.SyntaxErrorTests.test_decoding_error_at_the_end_of_the_line) ... ok test_tokenizer_error_with_stdin (test.test_cmd_line.SyntaxErrorTests.test_tokenizer_error_with_stdin) ... ok ---------------------------------------------------------------------- Ran 55 tests in 1.316s OK (skipped=2) 0:02:06 load avg: 1.09 [ 58/432/1] test_cmd_line_script test_basic_script (test.test_cmd_line_script.CmdLineTest.test_basic_script) ... ok test_consistent_sys_path_for_direct_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_direct_execution) ... ok test_consistent_sys_path_for_module_execution (test.test_cmd_line_script.CmdLineTest.test_consistent_sys_path_for_module_execution) ... ok test_dash_c_loader (test.test_cmd_line_script.CmdLineTest.test_dash_c_loader) ... ok test_dash_m_bad_pyc (test.test_cmd_line_script.CmdLineTest.test_dash_m_bad_pyc) ... ok test_dash_m_error_code_is_one (test.test_cmd_line_script.CmdLineTest.test_dash_m_error_code_is_one) ... ok test_dash_m_errors (test.test_cmd_line_script.CmdLineTest.test_dash_m_errors) ... ok test_dash_m_init_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_init_traceback) ... ok test_dash_m_main_traceback (test.test_cmd_line_script.CmdLineTest.test_dash_m_main_traceback) ... ok test_directory (test.test_cmd_line_script.CmdLineTest.test_directory) ... ok test_directory_compiled (test.test_cmd_line_script.CmdLineTest.test_directory_compiled) ... ok test_directory_error (test.test_cmd_line_script.CmdLineTest.test_directory_error) ... ok test_hint_when_triying_to_import_a_py_file (test.test_cmd_line_script.CmdLineTest.test_hint_when_triying_to_import_a_py_file) ... ok test_issue20500_exit_with_exception_value (test.test_cmd_line_script.CmdLineTest.test_issue20500_exit_with_exception_value) ... ok test_issue20884 (test.test_cmd_line_script.CmdLineTest.test_issue20884) ... ok test_issue8202 (test.test_cmd_line_script.CmdLineTest.test_issue8202) ... ok test_issue8202_dash_c_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_c_file_ignored) ... ok test_issue8202_dash_m_file_ignored (test.test_cmd_line_script.CmdLineTest.test_issue8202_dash_m_file_ignored) ... ok test_module_in_package (test.test_cmd_line_script.CmdLineTest.test_module_in_package) ... ok test_module_in_package_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_package_in_zipfile) ... ok test_module_in_subpackage_in_zipfile (test.test_cmd_line_script.CmdLineTest.test_module_in_subpackage_in_zipfile) ... ok test_non_ascii (test.test_cmd_line_script.CmdLineTest.test_non_ascii) ... ok test_nonexisting_script (test.test_cmd_line_script.CmdLineTest.test_nonexisting_script) ... ok test_package (test.test_cmd_line_script.CmdLineTest.test_package) ... ok test_package_compiled (test.test_cmd_line_script.CmdLineTest.test_package_compiled) ... ok test_package_error (test.test_cmd_line_script.CmdLineTest.test_package_error) ... ok test_package_recursion (test.test_cmd_line_script.CmdLineTest.test_package_recursion) ... ok test_pep_409_verbiage (test.test_cmd_line_script.CmdLineTest.test_pep_409_verbiage) ... ok test_repl_stderr_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush) ... ok test_repl_stderr_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stderr_flush_separate_stderr) ... ok test_repl_stdout_flush (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush) ... ok test_repl_stdout_flush_separate_stderr (test.test_cmd_line_script.CmdLineTest.test_repl_stdout_flush_separate_stderr) ... ok test_script_abspath (test.test_cmd_line_script.CmdLineTest.test_script_abspath) ... ok test_script_as_dev_fd (test.test_cmd_line_script.CmdLineTest.test_script_as_dev_fd) ... ok test_script_compiled (test.test_cmd_line_script.CmdLineTest.test_script_compiled) ... ok test_stdin_loader (test.test_cmd_line_script.CmdLineTest.test_stdin_loader) ... ok test_syntaxerror_indented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_indented_caret_position) ... ok test_syntaxerror_invalid_escape_sequence_multi_line (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_invalid_escape_sequence_multi_line) ... ok test_syntaxerror_multi_line_fstring (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_multi_line_fstring) ... ok test_syntaxerror_null_bytes (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes) ... ok test_syntaxerror_null_bytes_in_multiline_string (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_null_bytes_in_multiline_string) ... ok test_syntaxerror_unindented_caret_position (test.test_cmd_line_script.CmdLineTest.test_syntaxerror_unindented_caret_position) ... ok test_zipfile (test.test_cmd_line_script.CmdLineTest.test_zipfile) ... ok test_zipfile_compiled_checked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_checked_hash) ... ok test_zipfile_compiled_timestamp (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_timestamp) ... ok test_zipfile_compiled_unchecked_hash (test.test_cmd_line_script.CmdLineTest.test_zipfile_compiled_unchecked_hash) ... ok test_zipfile_error (test.test_cmd_line_script.CmdLineTest.test_zipfile_error) ... ok ---------------------------------------------------------------------- Ran 47 tests in 1.143s OK 0:02:08 load avg: 1.09 [ 59/432/1] test_code test_bad_index (test.test_code.CoExtra.test_bad_index) ... ok test_free_called (test.test_code.CoExtra.test_free_called) ... ok test_free_different_thread (test.test_code.CoExtra.test_free_different_thread) ... ok test_get_non_code (test.test_code.CoExtra.test_get_non_code) ... ok test_get_set (test.test_code.CoExtra.test_get_set) ... ok test_interned_string (test.test_code.CodeConstsTest.test_interned_string) ... ok test_interned_string_default (test.test_code.CodeConstsTest.test_interned_string_default) ... ok test_interned_string_in_frozenset (test.test_code.CodeConstsTest.test_interned_string_in_frozenset) ... ok test_interned_string_in_tuple (test.test_code.CodeConstsTest.test_interned_string_in_tuple) ... ok test_interned_string_with_null (test.test_code.CodeConstsTest.test_interned_string_with_null) ... ok test_code_new_empty (test.test_code.CodeLocationTest.test_code_new_empty) ... ok test_lines (test.test_code.CodeLocationTest.test_lines) ... ok test_positions (test.test_code.CodeLocationTest.test_positions) ... ok test_closure_injection (test.test_code.CodeTest.test_closure_injection) ... ok test_co_positions_artificial_instructions (test.test_code.CodeTest.test_co_positions_artificial_instructions) ... ok test_co_positions_empty_linetable (test.test_code.CodeTest.test_co_positions_empty_linetable) ... ok test_code_equality (test.test_code.CodeTest.test_code_equality) ... ok test_constructor (test.test_code.CodeTest.test_constructor) ... ok test_empty_linetable (test.test_code.CodeTest.test_empty_linetable) ... ok test_endline_and_columntable_none_when_no_debug_ranges (test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges) ... ok test_endline_and_columntable_none_when_no_debug_ranges_env (test.test_code.CodeTest.test_endline_and_columntable_none_when_no_debug_ranges_env) ... ok test_newempty (test.test_code.CodeTest.test_newempty) ... ok test_nlocals_mismatch (test.test_code.CodeTest.test_nlocals_mismatch) ... ok test_qualname (test.test_code.CodeTest.test_qualname) ... ok test_replace (test.test_code.CodeTest.test_replace) ... ok test_shrinking_localsplus (test.test_code.CodeTest.test_shrinking_localsplus) ... ok test_basic (test.test_code.CodeWeakRefTest.test_basic) ... ok test_code (test) Doctest: test.test_code ... ok ---------------------------------------------------------------------- Ran 28 tests in 0.070s OK 0:02:08 load avg: 1.09 [ 60/432/1] test_code_module test_banner (test.test_code_module.TestInteractiveConsole.test_banner) ... ok test_cause_tb (test.test_code_module.TestInteractiveConsole.test_cause_tb) ... ok test_console_stderr (test.test_code_module.TestInteractiveConsole.test_console_stderr) ... ok test_context_tb (test.test_code_module.TestInteractiveConsole.test_context_tb) ... ok test_exit_msg (test.test_code_module.TestInteractiveConsole.test_exit_msg) ... ok test_ps1 (test.test_code_module.TestInteractiveConsole.test_ps1) ... ok test_ps2 (test.test_code_module.TestInteractiveConsole.test_ps2) ... ok test_syntax_error (test.test_code_module.TestInteractiveConsole.test_syntax_error) ... ok test_sysexcepthook (test.test_code_module.TestInteractiveConsole.test_sysexcepthook) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.017s OK 0:02:08 load avg: 1.09 [ 61/432/1] test_codeccallbacks test_backslashescape (test.test_codeccallbacks.CodecCallbackTest.test_backslashescape) ... ok test_badandgoodbackslashreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodbackslashreplaceexceptions) ... ok test_badandgoodignoreexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodignoreexceptions) ... ok test_badandgoodnamereplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodnamereplaceexceptions) ... ok test_badandgoodreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodreplaceexceptions) ... ok test_badandgoodstrictexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodstrictexceptions) ... ok test_badandgoodsurrogateescapeexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogateescapeexceptions) ... ok test_badandgoodsurrogatepassexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodsurrogatepassexceptions) ... ok test_badandgoodxmlcharrefreplaceexceptions (test.test_codeccallbacks.CodecCallbackTest.test_badandgoodxmlcharrefreplaceexceptions) ... ok test_badhandlerresults (test.test_codeccallbacks.CodecCallbackTest.test_badhandlerresults) ... ok test_badlookupcall (test.test_codeccallbacks.CodecCallbackTest.test_badlookupcall) ... ok test_badregistercall (test.test_codeccallbacks.CodecCallbackTest.test_badregistercall) ... ok test_bug828737 (test.test_codeccallbacks.CodecCallbackTest.test_bug828737) ... ok test_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_callbacks) ... ok test_charmapencode (test.test_codeccallbacks.CodecCallbackTest.test_charmapencode) ... ok test_crashing_decode_handler (test.test_codeccallbacks.CodecCallbackTest.test_crashing_decode_handler) ... ok test_decodehelper (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper) ... ok test_decodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_decodehelper_bug36819) ... ok test_decoding_callbacks (test.test_codeccallbacks.CodecCallbackTest.test_decoding_callbacks) ... ok test_encode_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_bytes_replacement) ... ok test_encode_nonascii_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_nonascii_replacement) ... ok test_encode_odd_bytes_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_odd_bytes_replacement) ... ok test_encode_unencodable_replacement (test.test_codeccallbacks.CodecCallbackTest.test_encode_unencodable_replacement) ... ok test_encodehelper (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper) ... ok test_encodehelper_bug36819 (test.test_codeccallbacks.CodecCallbackTest.test_encodehelper_bug36819) ... ok test_fake_error_class (test.test_codeccallbacks.CodecCallbackTest.test_fake_error_class) ... ok test_longstrings (test.test_codeccallbacks.CodecCallbackTest.test_longstrings) ... ok test_lookup (test.test_codeccallbacks.CodecCallbackTest.test_lookup) ... ok test_mutatingdecodehandler (test.test_codeccallbacks.CodecCallbackTest.test_mutatingdecodehandler) ... ok test_nameescape (test.test_codeccallbacks.CodecCallbackTest.test_nameescape) ... ok test_translatehelper (test.test_codeccallbacks.CodecCallbackTest.test_translatehelper) ... ok test_unicodedecodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodedecodeerror) ... ok test_unicodeencodeerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodeencodeerror) ... ok test_unicodetranslateerror (test.test_codeccallbacks.CodecCallbackTest.test_unicodetranslateerror) ... ok test_uninamereplace (test.test_codeccallbacks.CodecCallbackTest.test_uninamereplace) ... ok test_unknownhandler (test.test_codeccallbacks.CodecCallbackTest.test_unknownhandler) ... ok test_xmlcharnamereplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharnamereplace) ... ok test_xmlcharrefreplace (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefreplace) ... ok test_xmlcharrefvalues (test.test_codeccallbacks.CodecCallbackTest.test_xmlcharrefvalues) ... ok ---------------------------------------------------------------------- Ran 39 tests in 0.008s OK 0:02:08 load avg: 1.09 [ 62/432/1] test_codecencodings_cn test_callback_None_index (test.test_codecencodings_cn.Test_GB18030.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_cn.Test_GB18030.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_cn.Test_GB18030.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB18030.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_cn.Test_GB18030.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB18030.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB18030.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_cn.Test_GB18030.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_cn.Test_GB18030.test_customreplace_encode) ... skipped 'encoding contains full ISO 10646 map' test_errorhandle (test.test_codecencodings_cn.Test_GB18030.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_cn.Test_GB18030.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB18030.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_cn.Test_GB18030.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_cn.Test_GB18030.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB18030.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB18030.test_xmlcharrefreplace) ... skipped 'encoding contains full ISO 10646 map' test_callback_None_index (test.test_codecencodings_cn.Test_GB2312.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_cn.Test_GB2312.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_cn.Test_GB2312.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_cn.Test_GB2312.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_cn.Test_GB2312.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_cn.Test_GB2312.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_cn.Test_GB2312.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_cn.Test_GB2312.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_cn.Test_GB2312.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_cn.Test_GB2312.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_cn.Test_GB2312.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GB2312.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_cn.Test_GB2312.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_cn.Test_GB2312.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GB2312.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GB2312.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_cn.Test_GBK.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_cn.Test_GBK.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_cn.Test_GBK.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_cn.Test_GBK.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_cn.Test_GBK.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_cn.Test_GBK.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_cn.Test_GBK.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_cn.Test_GBK.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_cn.Test_GBK.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_cn.Test_GBK.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_cn.Test_GBK.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_GBK.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_cn.Test_GBK.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_cn.Test_GBK.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_GBK.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_cn.Test_GBK.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_cn.Test_HZ.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_cn.Test_HZ.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_cn.Test_HZ.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_cn.Test_HZ.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_cn.Test_HZ.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_cn.Test_HZ.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_cn.Test_HZ.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_cn.Test_HZ.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_cn.Test_HZ.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_cn.Test_HZ.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_cn.Test_HZ.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_cn.Test_HZ.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_cn.Test_HZ.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_cn.Test_HZ.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_cn.Test_HZ.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_cn.Test_HZ.test_xmlcharrefreplace) ... ok ---------------------------------------------------------------------- Ran 72 tests in 0.057s OK (skipped=2) 0:02:09 load avg: 1.09 [ 63/432/1] test_codecencodings_hk test_callback_None_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_hk.Test_Big5HKSCS.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_hk.Test_Big5HKSCS.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_hk.Test_Big5HKSCS.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_hk.Test_Big5HKSCS.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_hk.Test_Big5HKSCS.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_hk.Test_Big5HKSCS.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_hk.Test_Big5HKSCS.test_xmlcharrefreplace) ... ok ---------------------------------------------------------------------- Ran 18 tests in 0.003s OK 0:02:09 load avg: 1.09 [ 64/432/1] test_codecencodings_iso2022 test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_JP2.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_chunkcoding) ... skipped 'iso2022_kr.txt cannot be used to test "chunk coding"' test_customreplace_encode (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_iso2022.Test_ISO2022_KR.test_xmlcharrefreplace) ... ok ---------------------------------------------------------------------- Ran 54 tests in 0.054s OK (skipped=1) 0:02:09 load avg: 1.09 [ 65/432/1] test_codecencodings_jp test_callback_None_index (test.test_codecencodings_jp.Test_CP932.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_CP932.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_CP932.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_CP932.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_CP932.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_CP932.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_CP932.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_CP932.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_CP932.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_CP932.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_CP932.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_CP932.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_CP932.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_CP932.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_CP932.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_CP932.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JISX0213.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JISX0213.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JISX0213.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_EUC_JISX0213.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JISX0213.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JISX0213.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JISX0213.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JIS_2004.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_EUC_JP_COMPAT.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJISX0213.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_SJISX0213.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJISX0213.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJISX0213.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_SJISX0213.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_SJISX0213.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_SJISX0213.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJISX0213.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_SJISX0213.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJISX0213.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJISX0213.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_2004.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_2004.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_2004.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_SJIS_2004.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_2004.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_SJIS_2004.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_2004.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_2004.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_jp.Test_SJIS_COMPAT.test_xmlcharrefreplace) ... ok ---------------------------------------------------------------------- Ran 126 tests in 0.143s OK 0:02:09 load avg: 1.09 [ 66/432/1] test_codecencodings_kr test_callback_None_index (test.test_codecencodings_kr.Test_CP949.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_kr.Test_CP949.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_kr.Test_CP949.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_kr.Test_CP949.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_kr.Test_CP949.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_kr.Test_CP949.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_kr.Test_CP949.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_kr.Test_CP949.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_kr.Test_CP949.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_kr.Test_CP949.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_kr.Test_CP949.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_CP949.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_kr.Test_CP949.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_kr.Test_CP949.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_CP949.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_kr.Test_CP949.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_kr.Test_EUCKR.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_kr.Test_EUCKR.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_kr.Test_EUCKR.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_kr.Test_EUCKR.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_kr.Test_EUCKR.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_kr.Test_EUCKR.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_kr.Test_EUCKR.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_kr.Test_EUCKR.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_EUCKR.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_kr.Test_EUCKR.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_kr.Test_EUCKR.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_EUCKR.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_kr.Test_EUCKR.test_xmlcharrefreplace) ... ok test_callback_None_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_kr.Test_JOHAB.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_kr.Test_JOHAB.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_kr.Test_JOHAB.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_kr.Test_JOHAB.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_kr.Test_JOHAB.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_kr.Test_JOHAB.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_kr.Test_JOHAB.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_kr.Test_JOHAB.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_kr.Test_JOHAB.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_kr.Test_JOHAB.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_kr.Test_JOHAB.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_kr.Test_JOHAB.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_kr.Test_JOHAB.test_xmlcharrefreplace) ... ok ---------------------------------------------------------------------- Ran 54 tests in 0.034s OK 0:02:10 load avg: 1.09 [ 67/432/1] test_codecencodings_tw test_callback_None_index (test.test_codecencodings_tw.Test_Big5.test_callback_None_index) ... ok test_callback_backward_index (test.test_codecencodings_tw.Test_Big5.test_callback_backward_index) ... ok test_callback_forward_index (test.test_codecencodings_tw.Test_Big5.test_callback_forward_index) ... ok test_callback_index_outofbound (test.test_codecencodings_tw.Test_Big5.test_callback_index_outofbound) ... ok test_callback_long_index (test.test_codecencodings_tw.Test_Big5.test_callback_long_index) ... ok test_callback_returns_bytes (test.test_codecencodings_tw.Test_Big5.test_callback_returns_bytes) ... ok test_callback_wrong_objects (test.test_codecencodings_tw.Test_Big5.test_callback_wrong_objects) ... ok test_chunkcoding (test.test_codecencodings_tw.Test_Big5.test_chunkcoding) ... ok test_customreplace_encode (test.test_codecencodings_tw.Test_Big5.test_customreplace_encode) ... ok test_errorhandle (test.test_codecencodings_tw.Test_Big5.test_errorhandle) ... ok test_incrementaldecoder (test.test_codecencodings_tw.Test_Big5.test_incrementaldecoder) ... ok test_incrementalencoder (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder) ... ok test_incrementalencoder_del_segfault (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_del_segfault) ... ok test_incrementalencoder_error_callback (test.test_codecencodings_tw.Test_Big5.test_incrementalencoder_error_callback) ... ok test_streamreader (test.test_codecencodings_tw.Test_Big5.test_streamreader) ... ok test_streamwriter (test.test_codecencodings_tw.Test_Big5.test_streamwriter) ... ok test_streamwriter_reset_no_pending (test.test_codecencodings_tw.Test_Big5.test_streamwriter_reset_no_pending) ... ok test_xmlcharrefreplace (test.test_codecencodings_tw.Test_Big5.test_xmlcharrefreplace) ... ok ---------------------------------------------------------------------- Ran 18 tests in 0.013s OK 0:02:10 load avg: 1.09 [ 68/432/1] test_codecmaps_cn test_errorhandle (test.test_codecmaps_cn.TestGB18030Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/gb-18030-2000.xml ... ok test_mapping_file (test.test_codecmaps_cn.TestGB18030Map.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_cn.TestGB18030Map.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_cn.TestGB2312Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/EUC-CN.TXT ... ok test_mapping_file (test.test_codecmaps_cn.TestGB2312Map.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_cn.TestGB2312Map.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_cn.TestGBKMap.test_errorhandle) ... fetching http://www.pythontest.net/unicode/CP936.TXT ... ok test_mapping_file (test.test_codecmaps_cn.TestGBKMap.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_cn.TestGBKMap.test_mapping_supplemental) ... ok ---------------------------------------------------------------------- Ran 9 tests in 5.576s OK 0:02:16 load avg: 1.00 [ 69/432/1] test_codecmaps_hk test_errorhandle (test.test_codecmaps_hk.TestBig5HKSCSMap.test_errorhandle) ... fetching http://www.pythontest.net/unicode/BIG5HKSCS-2004.TXT ... ok test_mapping_file (test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_hk.TestBig5HKSCSMap.test_mapping_supplemental) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.321s OK 0:02:16 load avg: 1.00 [ 70/432/1] test_codecmaps_jp test_errorhandle (test.test_codecmaps_jp.TestCP932Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/CP932.TXT ... ok test_mapping_file (test.test_codecmaps_jp.TestCP932Map.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_jp.TestCP932Map.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_jp.TestEUCJISX0213Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/EUC-JISX0213.TXT ... ok test_mapping_file (test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJISX0213Map.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_errorhandle) ... fetching http://www.pythontest.net/unicode/EUC-JP.TXT ... ok test_mapping_file (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_jp.TestEUCJPCOMPATMap.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_jp.TestSJISCOMPATMap.test_errorhandle) ... fetching http://www.pythontest.net/unicode/SHIFTJIS.TXT ... ok test_mapping_file (test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_jp.TestSJISCOMPATMap.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_jp.TestSJISX0213Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/SHIFT_JISX0213.TXT ... ok test_mapping_file (test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_jp.TestSJISX0213Map.test_mapping_supplemental) ... ok ---------------------------------------------------------------------- Ran 15 tests in 2.762s OK 0:02:19 load avg: 1.00 [ 71/432/1] test_codecmaps_kr test_errorhandle (test.test_codecmaps_kr.TestCP949Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/CP949.TXT ... ok test_mapping_file (test.test_codecmaps_kr.TestCP949Map.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_kr.TestCP949Map.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_kr.TestEUCKRMap.test_errorhandle) ... fetching http://www.pythontest.net/unicode/EUC-KR.TXT ... ok test_mapping_file (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_kr.TestEUCKRMap.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_kr.TestJOHABMap.test_errorhandle) ... fetching http://www.pythontest.net/unicode/JOHAB.TXT ... ok test_mapping_file (test.test_codecmaps_kr.TestJOHABMap.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_kr.TestJOHABMap.test_mapping_supplemental) ... ok ---------------------------------------------------------------------- Ran 9 tests in 2.527s OK 0:02:22 load avg: 0.92 [ 72/432/1] test_codecmaps_tw test_errorhandle (test.test_codecmaps_tw.TestBIG5Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/BIG5.TXT ... ok test_mapping_file (test.test_codecmaps_tw.TestBIG5Map.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_tw.TestBIG5Map.test_mapping_supplemental) ... ok test_errorhandle (test.test_codecmaps_tw.TestCP950Map.test_errorhandle) ... fetching http://www.pythontest.net/unicode/CP950.TXT ... ok test_mapping_file (test.test_codecmaps_tw.TestCP950Map.test_mapping_file) ... ok test_mapping_supplemental (test.test_codecmaps_tw.TestCP950Map.test_mapping_supplemental) ... ok ---------------------------------------------------------------------- Ran 6 tests in 1.459s OK 0:02:24 load avg: 0.92 [ 73/432/1] test_codecs test_decode (test.test_codecs.ASCIITest.test_decode) ... ok test_decode_error (test.test_codecs.ASCIITest.test_decode_error) ... ok test_encode (test.test_codecs.ASCIITest.test_encode) ... ok test_encode_error (test.test_codecs.ASCIITest.test_encode_error) ... ok test_encode_surrogateescape_error (test.test_codecs.ASCIITest.test_encode_surrogateescape_error) ... ok test_bad_decode_args (test.test_codecs.BasicUnicodeTest.test_bad_decode_args) ... ok test_bad_encode_args (test.test_codecs.BasicUnicodeTest.test_bad_encode_args) ... ok test_basics (test.test_codecs.BasicUnicodeTest.test_basics) ... ok test_basics_capi (test.test_codecs.BasicUnicodeTest.test_basics_capi) ... ok test_decoder_state (test.test_codecs.BasicUnicodeTest.test_decoder_state) ... ok test_encoding_map_type_initialized (test.test_codecs.BasicUnicodeTest.test_encoding_map_type_initialized) ... ok test_seek (test.test_codecs.BasicUnicodeTest.test_seek) ... ok test_seek0 (test.test_codecs.BomTest.test_seek0) ... ok test_decode_with_int2int_map (test.test_codecs.CharmapTest.test_decode_with_int2int_map) ... ok test_decode_with_int2str_map (test.test_codecs.CharmapTest.test_decode_with_int2str_map) ... ok test_decode_with_string_map (test.test_codecs.CharmapTest.test_decode_with_string_map) ... ok test_code_page_decode_flags (test.test_codecs.CodePageTest.test_code_page_decode_flags) ... skipped 'code pages are specific to Windows' test_code_page_name (test.test_codecs.CodePageTest.test_code_page_name) ... skipped 'code pages are specific to Windows' test_cp1252 (test.test_codecs.CodePageTest.test_cp1252) ... skipped 'code pages are specific to Windows' test_cp932 (test.test_codecs.CodePageTest.test_cp932) ... skipped 'code pages are specific to Windows' test_cp_utf7 (test.test_codecs.CodePageTest.test_cp_utf7) ... skipped 'code pages are specific to Windows' test_incremental (test.test_codecs.CodePageTest.test_incremental) ... skipped 'code pages are specific to Windows' test_invalid_code_page (test.test_codecs.CodePageTest.test_invalid_code_page) ... skipped 'code pages are specific to Windows' test_large_input (test.test_codecs.CodePageTest.test_large_input) ... skipped 'code pages are specific to Windows' test_large_utf8_input (test.test_codecs.CodePageTest.test_large_utf8_input) ... skipped 'code pages are specific to Windows' test_mbcs_alias (test.test_codecs.CodePageTest.test_mbcs_alias) ... skipped 'code pages are specific to Windows' test_multibyte_encoding (test.test_codecs.CodePageTest.test_multibyte_encoding) ... skipped 'code pages are specific to Windows' test_codecs_lookup (test.test_codecs.CodecNameNormalizationTest.test_codecs_lookup) ... ok test_encodings_normalize_encoding (test.test_codecs.CodecNameNormalizationTest.test_encodings_normalize_encoding) ... ok test_all (test.test_codecs.CodecsModuleTest.test_all) ... ok test_decode (test.test_codecs.CodecsModuleTest.test_decode) ... ok test_encode (test.test_codecs.CodecsModuleTest.test_encode) ... ok test_file_closes_if_lookup_error_raised (test.test_codecs.CodecsModuleTest.test_file_closes_if_lookup_error_raised) ... ok test_getdecoder (test.test_codecs.CodecsModuleTest.test_getdecoder) ... ok test_getencoder (test.test_codecs.CodecsModuleTest.test_getencoder) ... ok test_getreader (test.test_codecs.CodecsModuleTest.test_getreader) ... ok test_getwriter (test.test_codecs.CodecsModuleTest.test_getwriter) ... ok test_lookup (test.test_codecs.CodecsModuleTest.test_lookup) ... ok test_lookup_issue1813 (test.test_codecs.CodecsModuleTest.test_lookup_issue1813) ... skipped 'test needs Turkish locale' test_open (test.test_codecs.CodecsModuleTest.test_open) ... ok test_register (test.test_codecs.CodecsModuleTest.test_register) ... ok test_undefined (test.test_codecs.CodecsModuleTest.test_undefined) ... ok test_unregister (test.test_codecs.CodecsModuleTest.test_unregister) ... ok test_basic (test.test_codecs.EncodedFileTest.test_basic) ... ok test_empty (test.test_codecs.EscapeDecodeTest.test_empty) ... ok test_errors (test.test_codecs.EscapeDecodeTest.test_errors) ... ok test_escape (test.test_codecs.EscapeDecodeTest.test_escape) ... ok test_raw (test.test_codecs.EscapeDecodeTest.test_raw) ... ok test_escape_encode (test.test_codecs.EscapeEncodeTest.test_escape_encode) ... ok test_codec_lookup_failure_not_wrapped (test.test_codecs.ExceptionChainingTest.test_codec_lookup_failure_not_wrapped) ... ok test_init_override_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_init_override_is_not_wrapped) ... ok test_instance_attribute_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_instance_attribute_is_not_wrapped) ... ok test_multiple_args_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_multiple_args_is_not_wrapped) ... ok test_new_override_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_new_override_is_not_wrapped) ... ok test_non_str_arg_is_not_wrapped (test.test_codecs.ExceptionChainingTest.test_non_str_arg_is_not_wrapped) ... ok test_raise_by_type (test.test_codecs.ExceptionChainingTest.test_raise_by_type) ... ok test_raise_by_value (test.test_codecs.ExceptionChainingTest.test_raise_by_value) ... ok test_raise_grandchild_subclass_exact_size (test.test_codecs.ExceptionChainingTest.test_raise_grandchild_subclass_exact_size) ... ok test_raise_subclass_with_weakref_support (test.test_codecs.ExceptionChainingTest.test_raise_subclass_with_weakref_support) ... ok test_unflagged_non_text_codec_handling (test.test_codecs.ExceptionChainingTest.test_unflagged_non_text_codec_handling) ... ok test_builtin_decode (test.test_codecs.IDNACodecTest.test_builtin_decode) ... ok test_builtin_decode_length_limit (test.test_codecs.IDNACodecTest.test_builtin_decode_length_limit) ... ok test_builtin_encode (test.test_codecs.IDNACodecTest.test_builtin_encode) ... ok test_errors (test.test_codecs.IDNACodecTest.test_errors) Only supports "strict" error handler ... ok test_incremental_decode (test.test_codecs.IDNACodecTest.test_incremental_decode) ... ok test_incremental_encode (test.test_codecs.IDNACodecTest.test_incremental_encode) ... ok test_stream (test.test_codecs.IDNACodecTest.test_stream) ... ok test_decode (test.test_codecs.Latin1Test.test_decode) ... ok test_encode (test.test_codecs.Latin1Test.test_encode) ... ok test_encode_errors (test.test_codecs.Latin1Test.test_encode_errors) ... ok test_encode_surrogateescape_error (test.test_codecs.Latin1Test.test_encode_surrogateescape_error) ... ok test_decode_strict (test.test_codecs.LocaleCodecTest.test_decode_strict) ... ok test_decode_surrogateescape (test.test_codecs.LocaleCodecTest.test_decode_surrogateescape) ... ok test_decode_surrogatepass (test.test_codecs.LocaleCodecTest.test_decode_surrogatepass) ... skipped "'utf-8' decoder doesn't support surrogatepass error handler" test_decode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_decode_unsupported_error_handler) ... ok test_encode_strict (test.test_codecs.LocaleCodecTest.test_encode_strict) ... ok test_encode_surrogateescape (test.test_codecs.LocaleCodecTest.test_encode_surrogateescape) ... ok test_encode_surrogatepass (test.test_codecs.LocaleCodecTest.test_encode_surrogatepass) ... skipped "'utf-8' encoder doesn't support surrogatepass error handler" test_encode_unsupported_error_handler (test.test_codecs.LocaleCodecTest.test_encode_unsupported_error_handler) ... ok test_nameprep (test.test_codecs.NameprepTest.test_nameprep) ... ok test_decode (test.test_codecs.PunycodeTest.test_decode) ... ok test_decode_invalid (test.test_codecs.PunycodeTest.test_decode_invalid) ... ok test_encode (test.test_codecs.PunycodeTest.test_encode) ... ok test_bug1098990_a (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.RawUnicodeEscapeTest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.RawUnicodeEscapeTest.test_bug1175396) ... ok test_decode_errors (test.test_codecs.RawUnicodeEscapeTest.test_decode_errors) ... ok test_empty (test.test_codecs.RawUnicodeEscapeTest.test_empty) ... ok test_escape_decode (test.test_codecs.RawUnicodeEscapeTest.test_escape_decode) ... ok test_escape_encode (test.test_codecs.RawUnicodeEscapeTest.test_escape_encode) ... ok test_incremental_surrogatepass (test.test_codecs.RawUnicodeEscapeTest.test_incremental_surrogatepass) ... ok test_mixed_readline_and_read (test.test_codecs.RawUnicodeEscapeTest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.RawUnicodeEscapeTest.test_partial) ... ok test_raw_decode (test.test_codecs.RawUnicodeEscapeTest.test_raw_decode) ... ok test_raw_encode (test.test_codecs.RawUnicodeEscapeTest.test_raw_encode) ... ok test_readline (test.test_codecs.RawUnicodeEscapeTest.test_readline) ... ok test_readlinequeue (test.test_codecs.RawUnicodeEscapeTest.test_readlinequeue) ... ok test_array (test.test_codecs.ReadBufferTest.test_array) ... ok test_bad_args (test.test_codecs.ReadBufferTest.test_bad_args) ... ok test_empty (test.test_codecs.ReadBufferTest.test_empty) ... ok test_decode (test.test_codecs.Rot13Test.test_decode) ... ok test_encode (test.test_codecs.Rot13Test.test_encode) ... ok test_incremental_decode (test.test_codecs.Rot13Test.test_incremental_decode) ... ok test_incremental_encode (test.test_codecs.Rot13Test.test_incremental_encode) ... ok test_rot13_func (test.test_codecs.Rot13UtilTest.test_rot13_func) ... ok test_readlines (test.test_codecs.StreamReaderTest.test_readlines) ... ok test_seeking_read (test.test_codecs.StreamRecoderTest.test_seeking_read) ... ok test_seeking_write (test.test_codecs.StreamRecoderTest.test_seeking_write) ... ok test_write (test.test_codecs.StreamRecoderTest.test_write) ... ok test_writelines (test.test_codecs.StreamRecoderTest.test_writelines) ... ok test_ascii (test.test_codecs.SurrogateEscapeTest.test_ascii) ... ok test_charmap (test.test_codecs.SurrogateEscapeTest.test_charmap) ... ok test_latin1 (test.test_codecs.SurrogateEscapeTest.test_latin1) ... ok test_utf8 (test.test_codecs.SurrogateEscapeTest.test_utf8) ... ok test_aliases (test.test_codecs.TransformCodecTest.test_aliases) ... ok test_basics (test.test_codecs.TransformCodecTest.test_basics) ... ok test_binary_to_text_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_binary_transforms) ... ok test_binary_to_text_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_binary_to_text_denylists_text_transforms) ... ok test_buffer_api_usage (test.test_codecs.TransformCodecTest.test_buffer_api_usage) ... ok test_custom_hex_error_is_wrapped (test.test_codecs.TransformCodecTest.test_custom_hex_error_is_wrapped) ... ok test_custom_zlib_error_is_wrapped (test.test_codecs.TransformCodecTest.test_custom_zlib_error_is_wrapped) ... ok test_quopri_stateless (test.test_codecs.TransformCodecTest.test_quopri_stateless) ... ok test_read (test.test_codecs.TransformCodecTest.test_read) ... ok test_readline (test.test_codecs.TransformCodecTest.test_readline) ... ok test_text_to_binary_denylists_binary_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_binary_transforms) ... ok test_text_to_binary_denylists_text_transforms (test.test_codecs.TransformCodecTest.test_text_to_binary_denylists_text_transforms) ... ok test_uu_invalid (test.test_codecs.TransformCodecTest.test_uu_invalid) ... ok test_decode_unicode (test.test_codecs.TypesTest.test_decode_unicode) ... ok test_unicode_escape (test.test_codecs.TypesTest.test_unicode_escape) ... ok test_bug1098990_a (test.test_codecs.UTF16BETest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF16BETest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF16BETest.test_bug1175396) ... ok test_errors (test.test_codecs.UTF16BETest.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF16BETest.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF16BETest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF16BETest.test_mixed_readline_and_read) ... ok test_nonbmp (test.test_codecs.UTF16BETest.test_nonbmp) ... ok test_partial (test.test_codecs.UTF16BETest.test_partial) ... ok test_readline (test.test_codecs.UTF16BETest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF16BETest.test_readlinequeue) ... ok test_bad_args (test.test_codecs.UTF16ExTest.test_bad_args) ... ok test_errors (test.test_codecs.UTF16ExTest.test_errors) ... ok test_bug1098990_a (test.test_codecs.UTF16LETest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF16LETest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF16LETest.test_bug1175396) ... ok test_errors (test.test_codecs.UTF16LETest.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF16LETest.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF16LETest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF16LETest.test_mixed_readline_and_read) ... ok test_nonbmp (test.test_codecs.UTF16LETest.test_nonbmp) ... ok test_partial (test.test_codecs.UTF16LETest.test_partial) ... ok test_readline (test.test_codecs.UTF16LETest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF16LETest.test_readlinequeue) ... ok test_badbom (test.test_codecs.UTF16Test.test_badbom) ... ok test_bug1098990_a (test.test_codecs.UTF16Test.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF16Test.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF16Test.test_bug1175396) ... ok test_bug691291 (test.test_codecs.UTF16Test.test_bug691291) ... ok test_decoder_state (test.test_codecs.UTF16Test.test_decoder_state) ... ok test_errors (test.test_codecs.UTF16Test.test_errors) ... ok test_handlers (test.test_codecs.UTF16Test.test_handlers) ... ok test_incremental_surrogatepass (test.test_codecs.UTF16Test.test_incremental_surrogatepass) ... ok test_invalid_modes (test.test_codecs.UTF16Test.test_invalid_modes) ... ok test_lone_surrogates (test.test_codecs.UTF16Test.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF16Test.test_mixed_readline_and_read) ... ok test_only_one_bom (test.test_codecs.UTF16Test.test_only_one_bom) ... ok test_partial (test.test_codecs.UTF16Test.test_partial) ... ok test_readline (test.test_codecs.UTF16Test.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF16Test.test_readlinequeue) ... ok test_bug1098990_a (test.test_codecs.UTF32BETest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF32BETest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF32BETest.test_bug1175396) ... ok test_errors (test.test_codecs.UTF32BETest.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF32BETest.test_incremental_surrogatepass) ... ok test_issue8941 (test.test_codecs.UTF32BETest.test_issue8941) ... ok test_lone_surrogates (test.test_codecs.UTF32BETest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF32BETest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UTF32BETest.test_partial) ... ok test_readline (test.test_codecs.UTF32BETest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF32BETest.test_readlinequeue) ... ok test_simple (test.test_codecs.UTF32BETest.test_simple) ... ok test_bug1098990_a (test.test_codecs.UTF32LETest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF32LETest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF32LETest.test_bug1175396) ... ok test_errors (test.test_codecs.UTF32LETest.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF32LETest.test_incremental_surrogatepass) ... ok test_issue8941 (test.test_codecs.UTF32LETest.test_issue8941) ... ok test_lone_surrogates (test.test_codecs.UTF32LETest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF32LETest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UTF32LETest.test_partial) ... ok test_readline (test.test_codecs.UTF32LETest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF32LETest.test_readlinequeue) ... ok test_simple (test.test_codecs.UTF32LETest.test_simple) ... ok test_badbom (test.test_codecs.UTF32Test.test_badbom) ... ok test_bug1098990_a (test.test_codecs.UTF32Test.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF32Test.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF32Test.test_bug1175396) ... ok test_decoder_state (test.test_codecs.UTF32Test.test_decoder_state) ... ok test_errors (test.test_codecs.UTF32Test.test_errors) ... ok test_handlers (test.test_codecs.UTF32Test.test_handlers) ... ok test_incremental_surrogatepass (test.test_codecs.UTF32Test.test_incremental_surrogatepass) ... ok test_issue8941 (test.test_codecs.UTF32Test.test_issue8941) ... ok test_lone_surrogates (test.test_codecs.UTF32Test.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF32Test.test_mixed_readline_and_read) ... ok test_only_one_bom (test.test_codecs.UTF32Test.test_only_one_bom) ... ok test_partial (test.test_codecs.UTF32Test.test_partial) ... ok test_readline (test.test_codecs.UTF32Test.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF32Test.test_readlinequeue) ... ok test_ascii (test.test_codecs.UTF7Test.test_ascii) ... ok test_bug1098990_a (test.test_codecs.UTF7Test.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF7Test.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF7Test.test_bug1175396) ... ok test_errors (test.test_codecs.UTF7Test.test_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF7Test.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF7Test.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF7Test.test_mixed_readline_and_read) ... ok test_nonbmp (test.test_codecs.UTF7Test.test_nonbmp) ... ok test_partial (test.test_codecs.UTF7Test.test_partial) ... ok test_readline (test.test_codecs.UTF7Test.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF7Test.test_readlinequeue) ... ok test_bom (test.test_codecs.UTF8SigTest.test_bom) ... ok test_bug1098990_a (test.test_codecs.UTF8SigTest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF8SigTest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF8SigTest.test_bug1175396) ... ok test_bug1601501 (test.test_codecs.UTF8SigTest.test_bug1601501) ... ok test_decode_error (test.test_codecs.UTF8SigTest.test_decode_error) ... ok test_decoder_state (test.test_codecs.UTF8SigTest.test_decoder_state) ... ok test_incremental_errors (test.test_codecs.UTF8SigTest.test_incremental_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF8SigTest.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF8SigTest.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF8SigTest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UTF8SigTest.test_partial) ... ok test_readline (test.test_codecs.UTF8SigTest.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF8SigTest.test_readlinequeue) ... ok test_stream_bare (test.test_codecs.UTF8SigTest.test_stream_bare) ... ok test_stream_bom (test.test_codecs.UTF8SigTest.test_stream_bom) ... ok test_surrogatepass_handler (test.test_codecs.UTF8SigTest.test_surrogatepass_handler) ... ok test_bug1098990_a (test.test_codecs.UTF8Test.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UTF8Test.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UTF8Test.test_bug1175396) ... ok test_decode_error (test.test_codecs.UTF8Test.test_decode_error) ... ok test_decoder_state (test.test_codecs.UTF8Test.test_decoder_state) ... ok test_incremental_errors (test.test_codecs.UTF8Test.test_incremental_errors) ... ok test_incremental_surrogatepass (test.test_codecs.UTF8Test.test_incremental_surrogatepass) ... ok test_lone_surrogates (test.test_codecs.UTF8Test.test_lone_surrogates) ... ok test_mixed_readline_and_read (test.test_codecs.UTF8Test.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UTF8Test.test_partial) ... ok test_readline (test.test_codecs.UTF8Test.test_readline) ... ok test_readlinequeue (test.test_codecs.UTF8Test.test_readlinequeue) ... ok test_surrogatepass_handler (test.test_codecs.UTF8Test.test_surrogatepass_handler) ... ok test_bug1098990_a (test.test_codecs.UnicodeEscapeTest.test_bug1098990_a) ... ok test_bug1098990_b (test.test_codecs.UnicodeEscapeTest.test_bug1098990_b) ... ok test_bug1175396 (test.test_codecs.UnicodeEscapeTest.test_bug1175396) ... ok test_decode_errors (test.test_codecs.UnicodeEscapeTest.test_decode_errors) ... ok test_empty (test.test_codecs.UnicodeEscapeTest.test_empty) ... ok test_escape_decode (test.test_codecs.UnicodeEscapeTest.test_escape_decode) ... ok test_escape_encode (test.test_codecs.UnicodeEscapeTest.test_escape_encode) ... ok test_incremental_surrogatepass (test.test_codecs.UnicodeEscapeTest.test_incremental_surrogatepass) ... ok test_mixed_readline_and_read (test.test_codecs.UnicodeEscapeTest.test_mixed_readline_and_read) ... ok test_partial (test.test_codecs.UnicodeEscapeTest.test_partial) ... ok test_raw_decode (test.test_codecs.UnicodeEscapeTest.test_raw_decode) ... ok test_raw_encode (test.test_codecs.UnicodeEscapeTest.test_raw_encode) ... ok test_readline (test.test_codecs.UnicodeEscapeTest.test_readline) ... ok test_readlinequeue (test.test_codecs.UnicodeEscapeTest.test_readlinequeue) ... ok test_encodedfile (test.test_codecs.WithStmtTest.test_encodedfile) ... ok test_streamreaderwriter (test.test_codecs.WithStmtTest.test_streamreaderwriter) ... ok ---------------------------------------------------------------------- Ran 266 tests in 0.586s OK (skipped=14) 0:02:24 load avg: 0.92 [ 74/432/1] test_codeop test_filename (test.test_codeop.CodeopTests.test_filename) ... ok test_incomplete (test.test_codeop.CodeopTests.test_incomplete) ... ok test_incomplete_warning (test.test_codeop.CodeopTests.test_incomplete_warning) ... ok test_invalid (test.test_codeop.CodeopTests.test_invalid) ... ok test_invalid_exec (test.test_codeop.CodeopTests.test_invalid_exec) ... ok test_invalid_warning (test.test_codeop.CodeopTests.test_invalid_warning) ... ok test_valid (test.test_codeop.CodeopTests.test_valid) ... ok test_warning (test.test_codeop.CodeopTests.test_warning) ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.003s OK 0:02:25 load avg: 0.92 [ 75/432/1] test_collections test_basics (test.test_collections.TestChainMap.test_basics) ... ok test_bool (test.test_collections.TestChainMap.test_bool) ... ok test_constructor (test.test_collections.TestChainMap.test_constructor) ... ok test_dict_coercion (test.test_collections.TestChainMap.test_dict_coercion) ... ok test_iter_not_calling_getitem_on_maps (test.test_collections.TestChainMap.test_iter_not_calling_getitem_on_maps) ... ok test_missing (test.test_collections.TestChainMap.test_missing) ... ok test_new_child (test.test_collections.TestChainMap.test_new_child) Tests for changes for issue #16613. ... ok test_order_preservation (test.test_collections.TestChainMap.test_order_preservation) ... ok test_ordering (test.test_collections.TestChainMap.test_ordering) ... ok test_union_operators (test.test_collections.TestChainMap.test_union_operators) ... ok test_ByteString (test.test_collections.TestCollectionABCs.test_ByteString) ... ok test_Mapping (test.test_collections.TestCollectionABCs.test_Mapping) ... ok test_MutableMapping (test.test_collections.TestCollectionABCs.test_MutableMapping) ... ok test_MutableMapping_subclass (test.test_collections.TestCollectionABCs.test_MutableMapping_subclass) ... ok test_MutableSequence (test.test_collections.TestCollectionABCs.test_MutableSequence) ... ok test_MutableSequence_mixins (test.test_collections.TestCollectionABCs.test_MutableSequence_mixins) ... ok test_MutableSet (test.test_collections.TestCollectionABCs.test_MutableSet) ... ok test_Sequence (test.test_collections.TestCollectionABCs.test_Sequence) ... ok test_Sequence_mixins (test.test_collections.TestCollectionABCs.test_Sequence_mixins) ... ok test_Set (test.test_collections.TestCollectionABCs.test_Set) ... ok test_Set_from_iterable (test.test_collections.TestCollectionABCs.test_Set_from_iterable) Verify _from_iterable overridden to an instance method works. ... ok test_Set_hash_matches_frozenset (test.test_collections.TestCollectionABCs.test_Set_hash_matches_frozenset) ... ok test_Set_interoperability_with_real_sets (test.test_collections.TestCollectionABCs.test_Set_interoperability_with_real_sets) ... ok test_arithmetic_Set (test.test_collections.TestCollectionABCs.test_arithmetic_Set) ... ok test_equality_Set (test.test_collections.TestCollectionABCs.test_equality_Set) ... ok test_hash_Set (test.test_collections.TestCollectionABCs.test_hash_Set) ... ok test_illegal_patma_flags (test.test_collections.TestCollectionABCs.test_illegal_patma_flags) ... ok test_isdisjoint_Set (test.test_collections.TestCollectionABCs.test_isdisjoint_Set) ... ok test_issue16373 (test.test_collections.TestCollectionABCs.test_issue16373) ... ok test_issue26915 (test.test_collections.TestCollectionABCs.test_issue26915) ... ok test_issue8750 (test.test_collections.TestCollectionABCs.test_issue8750) ... ok test_issue_4920 (test.test_collections.TestCollectionABCs.test_issue_4920) ... ok test_issue_5647 (test.test_collections.TestCollectionABCs.test_issue_5647) ... ok test_basics (test.test_collections.TestCounter.test_basics) ... ok test_conversions (test.test_collections.TestCounter.test_conversions) ... ok test_copy_subclass (test.test_collections.TestCounter.test_copy_subclass) ... ok test_copying (test.test_collections.TestCounter.test_copying) ... ok test_eq (test.test_collections.TestCounter.test_eq) ... ok test_ge (test.test_collections.TestCounter.test_ge) ... ok test_gt (test.test_collections.TestCounter.test_gt) ... ok test_helper_function (test.test_collections.TestCounter.test_helper_function) ... ok test_init (test.test_collections.TestCounter.test_init) ... ok test_inplace_operations (test.test_collections.TestCounter.test_inplace_operations) ... ok test_invariant_for_the_in_operator (test.test_collections.TestCounter.test_invariant_for_the_in_operator) ... ok test_le (test.test_collections.TestCounter.test_le) ... ok test_lt (test.test_collections.TestCounter.test_lt) ... ok test_multiset_operations (test.test_collections.TestCounter.test_multiset_operations) ... ok test_multiset_operations_equivalent_to_set_operations (test.test_collections.TestCounter.test_multiset_operations_equivalent_to_set_operations) ... ok test_order_preservation (test.test_collections.TestCounter.test_order_preservation) ... ok test_repr_nonsortable (test.test_collections.TestCounter.test_repr_nonsortable) ... ok test_subtract (test.test_collections.TestCounter.test_subtract) ... ok test_total (test.test_collections.TestCounter.test_total) ... ok test_unary (test.test_collections.TestCounter.test_unary) ... ok test_update (test.test_collections.TestCounter.test_update) ... ok test_copy (test.test_collections.TestNamedTuple.test_copy) ... ok test_defaults (test.test_collections.TestNamedTuple.test_defaults) ... ok test_factory (test.test_collections.TestNamedTuple.test_factory) ... ok test_factory_doc_attr (test.test_collections.TestNamedTuple.test_factory_doc_attr) ... ok test_field_descriptor (test.test_collections.TestNamedTuple.test_field_descriptor) ... ok test_field_doc (test.test_collections.TestNamedTuple.test_field_doc) ... ok test_field_doc_reuse (test.test_collections.TestNamedTuple.test_field_doc_reuse) ... ok test_field_repr (test.test_collections.TestNamedTuple.test_field_repr) ... ok test_instance (test.test_collections.TestNamedTuple.test_instance) ... ok test_keyword_only_arguments (test.test_collections.TestNamedTuple.test_keyword_only_arguments) ... ok test_match_args (test.test_collections.TestNamedTuple.test_match_args) ... ok test_module_parameter (test.test_collections.TestNamedTuple.test_module_parameter) ... ok test_name_conflicts (test.test_collections.TestNamedTuple.test_name_conflicts) ... ok test_name_fixer (test.test_collections.TestNamedTuple.test_name_fixer) ... ok test_namedtuple_subclass_issue_24931 (test.test_collections.TestNamedTuple.test_namedtuple_subclass_issue_24931) ... ok test_new_builtins_issue_43102 (test.test_collections.TestNamedTuple.test_new_builtins_issue_43102) ... ok test_non_generic_subscript (test.test_collections.TestNamedTuple.test_non_generic_subscript) ... ok test_odd_sizes (test.test_collections.TestNamedTuple.test_odd_sizes) ... ok test_pickle (test.test_collections.TestNamedTuple.test_pickle) ... ok test_readonly (test.test_collections.TestNamedTuple.test_readonly) ... ok test_repr (test.test_collections.TestNamedTuple.test_repr) ... ok test_tupleness (test.test_collections.TestNamedTuple.test_tupleness) ... ok test_AsyncGenerator (test.test_collections.TestOneTrickPonyABCs.test_AsyncGenerator) ... ok test_AsyncIterable (test.test_collections.TestOneTrickPonyABCs.test_AsyncIterable) ... ok test_AsyncIterator (test.test_collections.TestOneTrickPonyABCs.test_AsyncIterator) ... ok test_Awaitable (test.test_collections.TestOneTrickPonyABCs.test_Awaitable) ... ok test_Callable (test.test_collections.TestOneTrickPonyABCs.test_Callable) ... ok test_Collection (test.test_collections.TestOneTrickPonyABCs.test_Collection) ... ok test_Container (test.test_collections.TestOneTrickPonyABCs.test_Container) ... ok test_Coroutine (test.test_collections.TestOneTrickPonyABCs.test_Coroutine) ... ok test_Generator (test.test_collections.TestOneTrickPonyABCs.test_Generator) ... ok test_Hashable (test.test_collections.TestOneTrickPonyABCs.test_Hashable) ... ok test_Iterable (test.test_collections.TestOneTrickPonyABCs.test_Iterable) ... ok test_Iterator (test.test_collections.TestOneTrickPonyABCs.test_Iterator) ... ok test_Reversible (test.test_collections.TestOneTrickPonyABCs.test_Reversible) ... ok test_Sized (test.test_collections.TestOneTrickPonyABCs.test_Sized) ... ok test_direct_subclassing (test.test_collections.TestOneTrickPonyABCs.test_direct_subclassing) ... ok test_registration (test.test_collections.TestOneTrickPonyABCs.test_registration) ... ok test_dict_copy (test.test_collections.TestUserObjects.test_dict_copy) ... ok test_dict_protocol (test.test_collections.TestUserObjects.test_dict_protocol) ... ok test_list_copy (test.test_collections.TestUserObjects.test_list_copy) ... ok test_list_protocol (test.test_collections.TestUserObjects.test_list_protocol) ... ok test_str_protocol (test.test_collections.TestUserObjects.test_str_protocol) ... ok Counter (collections) Doctest: collections.Counter ... ok __add__ (collections.Counter) Doctest: collections.Counter.__add__ ... ok __and__ (collections.Counter) Doctest: collections.Counter.__and__ ... ok __iadd__ (collections.Counter) Doctest: collections.Counter.__iadd__ ... ok __iand__ (collections.Counter) Doctest: collections.Counter.__iand__ ... ok __init__ (collections.Counter) Doctest: collections.Counter.__init__ ... ok __ior__ (collections.Counter) Doctest: collections.Counter.__ior__ ... ok __isub__ (collections.Counter) Doctest: collections.Counter.__isub__ ... ok __or__ (collections.Counter) Doctest: collections.Counter.__or__ ... ok __sub__ (collections.Counter) Doctest: collections.Counter.__sub__ ... ok elements (collections.Counter) Doctest: collections.Counter.elements ... ok most_common (collections.Counter) Doctest: collections.Counter.most_common ... ok subtract (collections.Counter) Doctest: collections.Counter.subtract ... ok update (collections.Counter) Doctest: collections.Counter.update ... ok namedtuple (collections) Doctest: collections.namedtuple ... ok ---------------------------------------------------------------------- Ran 112 tests in 0.237s OK 0:02:25 load avg: 0.92 [ 76/432/1] test_colorsys test_hls_nearwhite (test.test_colorsys.ColorsysTest.test_hls_nearwhite) ... ok test_hls_roundtrip (test.test_colorsys.ColorsysTest.test_hls_roundtrip) ... ok test_hls_values (test.test_colorsys.ColorsysTest.test_hls_values) ... ok test_hsv_roundtrip (test.test_colorsys.ColorsysTest.test_hsv_roundtrip) ... ok test_hsv_values (test.test_colorsys.ColorsysTest.test_hsv_values) ... ok test_yiq_roundtrip (test.test_colorsys.ColorsysTest.test_yiq_roundtrip) ... ok test_yiq_values (test.test_colorsys.ColorsysTest.test_yiq_values) ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.002s OK 0:02:25 load avg: 0.92 [ 77/432/1] test_compare test_bytes (test.test_compare.ComparisonFullTest.test_bytes) Compare bytes and bytearray. ... ok test_comp_classes_different (test.test_compare.ComparisonFullTest.test_comp_classes_different) Compare different-class instances with comparison methods. ... ok test_comp_classes_same (test.test_compare.ComparisonFullTest.test_comp_classes_same) Compare same-class instances with comparison methods. ... ok test_mappings (test.test_compare.ComparisonFullTest.test_mappings) Compare dict. ... ok test_numbers (test.test_compare.ComparisonFullTest.test_numbers) Compare number types. ... ok test_objects (test.test_compare.ComparisonFullTest.test_objects) Compare instances of type 'object'. ... ok test_sequences (test.test_compare.ComparisonFullTest.test_sequences) Compare list, tuple, and range. ... ok test_sets (test.test_compare.ComparisonFullTest.test_sets) Compare set and frozenset. ... ok test_str_subclass (test.test_compare.ComparisonFullTest.test_str_subclass) Compare instances of str and a subclass. ... ok test_comparisons (test.test_compare.ComparisonSimpleTest.test_comparisons) ... ok test_id_comparisons (test.test_compare.ComparisonSimpleTest.test_id_comparisons) ... ok test_issue_1393 (test.test_compare.ComparisonSimpleTest.test_issue_1393) ... ok test_ne_defaults_to_not_eq (test.test_compare.ComparisonSimpleTest.test_ne_defaults_to_not_eq) ... ok test_ne_high_priority (test.test_compare.ComparisonSimpleTest.test_ne_high_priority) object.__ne__() should allow reflected __ne__() to be tried ... ok test_ne_low_priority (test.test_compare.ComparisonSimpleTest.test_ne_low_priority) object.__ne__() should not invoke reflected __eq__() ... ok test_other_delegation (test.test_compare.ComparisonSimpleTest.test_other_delegation) No default delegation between operations except __ne__() ... ok ---------------------------------------------------------------------- Ran 16 tests in 0.006s OK 0:02:25 load avg: 0.92 [ 78/432/1] test_compile test_and (test.test_compile.TestExpressionStackSize.test_and) ... ok test_and_or (test.test_compile.TestExpressionStackSize.test_and_or) ... ok test_binop (test.test_compile.TestExpressionStackSize.test_binop) ... ok test_chained_comparison (test.test_compile.TestExpressionStackSize.test_chained_comparison) ... ok test_dict (test.test_compile.TestExpressionStackSize.test_dict) ... ok test_func_and (test.test_compile.TestExpressionStackSize.test_func_and) ... ok test_func_args (test.test_compile.TestExpressionStackSize.test_func_args) ... ok test_func_kwargs (test.test_compile.TestExpressionStackSize.test_func_kwargs) ... ok test_if_else (test.test_compile.TestExpressionStackSize.test_if_else) ... ok test_list (test.test_compile.TestExpressionStackSize.test_list) ... ok test_meth_args (test.test_compile.TestExpressionStackSize.test_meth_args) ... ok test_meth_kwargs (test.test_compile.TestExpressionStackSize.test_meth_kwargs) ... ok test_or (test.test_compile.TestExpressionStackSize.test_or) ... ok test_set (test.test_compile.TestExpressionStackSize.test_set) ... ok test_stack_3050 (test.test_compile.TestExpressionStackSize.test_stack_3050) ... ok test_stack_3050_2 (test.test_compile.TestExpressionStackSize.test_stack_3050_2) ... ok test_tuple (test.test_compile.TestExpressionStackSize.test_tuple) ... ok test_attribute_augassign (test.test_compile.TestSourcePositions.test_attribute_augassign) ... ok test_attribute_del (test.test_compile.TestSourcePositions.test_attribute_del) ... ok test_attribute_load (test.test_compile.TestSourcePositions.test_attribute_load) ... ok test_attribute_store (test.test_compile.TestSourcePositions.test_attribute_store) ... ok test_column_offset_deduplication (test.test_compile.TestSourcePositions.test_column_offset_deduplication) ... ok test_compiles_to_extended_op_arg (test.test_compile.TestSourcePositions.test_compiles_to_extended_op_arg) ... ok test_complex_single_line_expression (test.test_compile.TestSourcePositions.test_complex_single_line_expression) ... ok test_method_call (test.test_compile.TestSourcePositions.test_method_call) ... ok test_multiline_assert_rewritten_as_method_call (test.test_compile.TestSourcePositions.test_multiline_assert_rewritten_as_method_call) ... ok test_multiline_expression (test.test_compile.TestSourcePositions.test_multiline_expression) ... ok test_push_null_load_global_positions (test.test_compile.TestSourcePositions.test_push_null_load_global_positions) ... :10: SyntaxWarning: 'list' object is not callable; perhaps you missed a comma? ok test_simple_assignment (test.test_compile.TestSourcePositions.test_simple_assignment) ... ok test_very_long_line_end_offset (test.test_compile.TestSourcePositions.test_very_long_line_end_offset) ... ok test_weird_attribute_position_regressions (test.test_compile.TestSourcePositions.test_weird_attribute_position_regressions) ... ok test_32_63_bit_values (test.test_compile.TestSpecifics.test_32_63_bit_values) ... ok test_annotation_limit (test.test_compile.TestSpecifics.test_annotation_limit) ... ok test_apply_static_swaps (test.test_compile.TestSpecifics.test_apply_static_swaps) ... ok test_apply_static_swaps_2 (test.test_compile.TestSpecifics.test_apply_static_swaps_2) ... ok test_apply_static_swaps_3 (test.test_compile.TestSpecifics.test_apply_static_swaps_3) ... ok test_argument_handling (test.test_compile.TestSpecifics.test_argument_handling) ... ok test_argument_order (test.test_compile.TestSpecifics.test_argument_order) ... ok test_bad_single_statement (test.test_compile.TestSpecifics.test_bad_single_statement) ... ok test_big_dict_literal (test.test_compile.TestSpecifics.test_big_dict_literal) ... ok test_compare_positions (test.test_compile.TestSpecifics.test_compare_positions) ... ok test_compile_ast (test.test_compile.TestSpecifics.test_compile_ast) ... ok test_compile_filename (test.test_compile.TestSpecifics.test_compile_filename) ... ok test_compiler_recursion_limit (test.test_compile.TestSpecifics.test_compiler_recursion_limit) ... ok test_consts_in_conditionals (test.test_compile.TestSpecifics.test_consts_in_conditionals) ... ok test_dead_blocks_do_not_generate_bytecode (test.test_compile.TestSpecifics.test_dead_blocks_do_not_generate_bytecode) ... ok test_debug_assignment (test.test_compile.TestSpecifics.test_debug_assignment) ... ok test_dict_evaluation_order (test.test_compile.TestSpecifics.test_dict_evaluation_order) ... ok test_dont_merge_constants (test.test_compile.TestSpecifics.test_dont_merge_constants) ... ok test_duplicate_global_local (test.test_compile.TestSpecifics.test_duplicate_global_local) ... ok test_empty (test.test_compile.TestSpecifics.test_empty) ... ok test_encoding (test.test_compile.TestSpecifics.test_encoding) ... ok test_exec_with_general_mapping_for_locals (test.test_compile.TestSpecifics.test_exec_with_general_mapping_for_locals) ... ok test_extended_arg (test.test_compile.TestSpecifics.test_extended_arg) ... ok test_false_while_loop (test.test_compile.TestSpecifics.test_false_while_loop) ... ok test_float_literals (test.test_compile.TestSpecifics.test_float_literals) ... ok test_for_distinct_code_objects (test.test_compile.TestSpecifics.test_for_distinct_code_objects) ... ok test_import (test.test_compile.TestSpecifics.test_import) ... ok test_imported_load_method (test.test_compile.TestSpecifics.test_imported_load_method) ... ok test_indentation (test.test_compile.TestSpecifics.test_indentation) ... ok test_int_literals_too_long (test.test_compile.TestSpecifics.test_int_literals_too_long) ... ok test_lambda_doc (test.test_compile.TestSpecifics.test_lambda_doc) ... ok test_leading_newlines (test.test_compile.TestSpecifics.test_leading_newlines) ... ok test_line_number_genexp (test.test_compile.TestSpecifics.test_line_number_genexp) ... ok test_line_number_implicit_return_after_async_for (test.test_compile.TestSpecifics.test_line_number_implicit_return_after_async_for) ... ok test_lineno_after_implicit_return (test.test_compile.TestSpecifics.test_lineno_after_implicit_return) ... ok test_lineno_after_no_code (test.test_compile.TestSpecifics.test_lineno_after_no_code) ... ok test_lineno_attribute (test.test_compile.TestSpecifics.test_lineno_attribute) ... ok test_lineno_procedure_call (test.test_compile.TestSpecifics.test_lineno_procedure_call) ... ok test_literals_with_leading_zeroes (test.test_compile.TestSpecifics.test_literals_with_leading_zeroes) ... ok test_mangling (test.test_compile.TestSpecifics.test_mangling) ... ok test_merge_code_attrs (test.test_compile.TestSpecifics.test_merge_code_attrs) ... ok test_merge_constants (test.test_compile.TestSpecifics.test_merge_constants) ... ok test_no_ending_newline (test.test_compile.TestSpecifics.test_no_ending_newline) ... ok test_no_wraparound_jump (test.test_compile.TestSpecifics.test_no_wraparound_jump) ... ok test_none_assignment (test.test_compile.TestSpecifics.test_none_assignment) ... ok test_none_keyword_arg (test.test_compile.TestSpecifics.test_none_keyword_arg) ... ok test_null_terminated (test.test_compile.TestSpecifics.test_null_terminated) ... ok test_other_newlines (test.test_compile.TestSpecifics.test_other_newlines) ... ok test_particularly_evil_undecodable (test.test_compile.TestSpecifics.test_particularly_evil_undecodable) ... ok test_path_like_objects (test.test_compile.TestSpecifics.test_path_like_objects) ... ok test_peephole_opt_unreachable_code_array_access_in_bounds (test.test_compile.TestSpecifics.test_peephole_opt_unreachable_code_array_access_in_bounds) Regression test for issue35193 when run under clang msan. ... ok test_redundant_jump_in_if_else_break (test.test_compile.TestSpecifics.test_redundant_jump_in_if_else_break) ... ok test_same_filename_used (test.test_compile.TestSpecifics.test_same_filename_used) ... ok test_sequence_unpacking_error (test.test_compile.TestSpecifics.test_sequence_unpacking_error) ... ok test_single_statement (test.test_compile.TestSpecifics.test_single_statement) ... ok test_stack_overflow (test.test_compile.TestSpecifics.test_stack_overflow) ... ok test_strip_unused_consts (test.test_compile.TestSpecifics.test_strip_unused_consts) ... ok test_subscripts (test.test_compile.TestSpecifics.test_subscripts) ... ok test_syntax_error (test.test_compile.TestSpecifics.test_syntax_error) ... ok test_unary_minus (test.test_compile.TestSpecifics.test_unary_minus) ... ok test_yet_more_evil_still_undecodable (test.test_compile.TestSpecifics.test_yet_more_evil_still_undecodable) ... ok test_async_for (test.test_compile.TestStackSizeStability.test_async_for) ... ok test_async_for_else (test.test_compile.TestStackSizeStability.test_async_for_else) ... ok test_async_with (test.test_compile.TestStackSizeStability.test_async_with) ... ok test_for (test.test_compile.TestStackSizeStability.test_for) ... ok test_for_break_continue (test.test_compile.TestStackSizeStability.test_for_break_continue) ... ok test_for_break_continue_inside_async_with_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_async_with_block) ... ok test_for_break_continue_inside_except_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_except_block) ... ok test_for_break_continue_inside_finally_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_finally_block) ... ok test_for_break_continue_inside_try_finally_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_try_finally_block) ... ok test_for_break_continue_inside_with_block (test.test_compile.TestStackSizeStability.test_for_break_continue_inside_with_block) ... ok test_for_else (test.test_compile.TestStackSizeStability.test_for_else) ... ok test_if (test.test_compile.TestStackSizeStability.test_if) ... ok test_if_else (test.test_compile.TestStackSizeStability.test_if_else) ... ok test_return_inside_async_with_block (test.test_compile.TestStackSizeStability.test_return_inside_async_with_block) ... ok test_return_inside_except_block (test.test_compile.TestStackSizeStability.test_return_inside_except_block) ... ok test_return_inside_finally_block (test.test_compile.TestStackSizeStability.test_return_inside_finally_block) ... ok test_return_inside_try_finally_block (test.test_compile.TestStackSizeStability.test_return_inside_try_finally_block) ... ok test_return_inside_with_block (test.test_compile.TestStackSizeStability.test_return_inside_with_block) ... ok test_try_except_as (test.test_compile.TestStackSizeStability.test_try_except_as) ... ok test_try_except_bare (test.test_compile.TestStackSizeStability.test_try_except_bare) ... ok test_try_except_qualified (test.test_compile.TestStackSizeStability.test_try_except_qualified) ... ok test_try_except_star_as (test.test_compile.TestStackSizeStability.test_try_except_star_as) ... ok test_try_except_star_finally (test.test_compile.TestStackSizeStability.test_try_except_star_finally) ... ok test_try_except_star_qualified (test.test_compile.TestStackSizeStability.test_try_except_star_qualified) ... ok test_try_finally (test.test_compile.TestStackSizeStability.test_try_finally) ... ok test_while_else (test.test_compile.TestStackSizeStability.test_while_else) ... ok test_with (test.test_compile.TestStackSizeStability.test_with) ... ok ---------------------------------------------------------------------- Ran 119 tests in 2.301s OK 0:02:28 load avg: 1.01 [ 79/432/1] test_compileall test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsNoSourceEpoch.test_compiles_as_much_as_possible) ... ok test_d_compile_error (test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_compile_error) ... ok test_d_runtime_error (test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_runtime_error) ... ok test_force (test.test_compileall.CommandLineTestsNoSourceEpoch.test_force) ... ok test_hardlink (test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink) ... ok test_hardlink_bad_args (test.test_compileall.CommandLineTestsNoSourceEpoch.test_hardlink_bad_args) ... ok test_ignore_symlink_destination (test.test_compileall.CommandLineTestsNoSourceEpoch.test_ignore_symlink_destination) ... ok test_include_bad_file (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_bad_file) ... ok test_include_file_no_arg (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_no_arg) ... ok test_include_file_with_arg (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_file_with_arg) ... ok test_include_on_stdin (test.test_compileall.CommandLineTestsNoSourceEpoch.test_include_on_stdin) ... ok test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsNoSourceEpoch.test_invalid_arg_produces_message) ... ok test_legacy_paths (test.test_compileall.CommandLineTestsNoSourceEpoch.test_legacy_paths) ... ok test_multiple_dirs (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_dirs) ... ok test_multiple_optimization_levels (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_optimization_levels) ... ok test_multiple_runs (test.test_compileall.CommandLineTestsNoSourceEpoch.test_multiple_runs) ... ok test_no_args_compiles_path (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_compiles_path) ... ok test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_force_flag) ... ok test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsNoSourceEpoch.test_no_args_respects_quiet_flag) ... ok test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_doubleoptimize) ... ok test_pep3147_paths_normal (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_normal) ... ok test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pep3147_paths_optimize) ... ok test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsNoSourceEpoch.test_pyc_invalidation_mode) ... ok test_quiet (test.test_compileall.CommandLineTestsNoSourceEpoch.test_quiet) ... ok test_recursion_control (test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_control) ... ok test_recursion_limit (test.test_compileall.CommandLineTestsNoSourceEpoch.test_recursion_limit) ... ok test_regexp (test.test_compileall.CommandLineTestsNoSourceEpoch.test_regexp) ... ok test_silent (test.test_compileall.CommandLineTestsNoSourceEpoch.test_silent) ... ok test_strip_and_prepend (test.test_compileall.CommandLineTestsNoSourceEpoch.test_strip_and_prepend) ... ok test_symlink_loop (test.test_compileall.CommandLineTestsNoSourceEpoch.test_symlink_loop) ... ok test_workers (test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers) ... ok test_workers_available_cores (test.test_compileall.CommandLineTestsNoSourceEpoch.test_workers_available_cores) ... ok test_compiles_as_much_as_possible (test.test_compileall.CommandLineTestsWithSourceEpoch.test_compiles_as_much_as_possible) ... ok test_d_compile_error (test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error) ... ok test_d_runtime_error (test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error) ... ok test_force (test.test_compileall.CommandLineTestsWithSourceEpoch.test_force) ... ok test_hardlink (test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink) ... ok test_hardlink_bad_args (test.test_compileall.CommandLineTestsWithSourceEpoch.test_hardlink_bad_args) ... ok test_ignore_symlink_destination (test.test_compileall.CommandLineTestsWithSourceEpoch.test_ignore_symlink_destination) ... ok test_include_bad_file (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_bad_file) ... ok test_include_file_no_arg (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_no_arg) ... ok test_include_file_with_arg (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_file_with_arg) ... ok test_include_on_stdin (test.test_compileall.CommandLineTestsWithSourceEpoch.test_include_on_stdin) ... ok test_invalid_arg_produces_message (test.test_compileall.CommandLineTestsWithSourceEpoch.test_invalid_arg_produces_message) ... ok test_legacy_paths (test.test_compileall.CommandLineTestsWithSourceEpoch.test_legacy_paths) ... ok test_multiple_dirs (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_dirs) ... ok test_multiple_optimization_levels (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_optimization_levels) ... ok test_multiple_runs (test.test_compileall.CommandLineTestsWithSourceEpoch.test_multiple_runs) ... ok test_no_args_compiles_path (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_compiles_path) ... ok test_no_args_respects_force_flag (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_force_flag) ... ok test_no_args_respects_quiet_flag (test.test_compileall.CommandLineTestsWithSourceEpoch.test_no_args_respects_quiet_flag) ... ok test_pep3147_paths_doubleoptimize (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_doubleoptimize) ... ok test_pep3147_paths_normal (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_normal) ... ok test_pep3147_paths_optimize (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pep3147_paths_optimize) ... ok test_pyc_invalidation_mode (test.test_compileall.CommandLineTestsWithSourceEpoch.test_pyc_invalidation_mode) ... ok test_quiet (test.test_compileall.CommandLineTestsWithSourceEpoch.test_quiet) ... ok test_recursion_control (test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_control) ... ok test_recursion_limit (test.test_compileall.CommandLineTestsWithSourceEpoch.test_recursion_limit) ... ok test_regexp (test.test_compileall.CommandLineTestsWithSourceEpoch.test_regexp) ... ok test_silent (test.test_compileall.CommandLineTestsWithSourceEpoch.test_silent) ... ok test_strip_and_prepend (test.test_compileall.CommandLineTestsWithSourceEpoch.test_strip_and_prepend) ... ok test_symlink_loop (test.test_compileall.CommandLineTestsWithSourceEpoch.test_symlink_loop) ... ok test_workers (test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers) ... ok test_workers_available_cores (test.test_compileall.CommandLineTestsWithSourceEpoch.test_workers_available_cores) ... ok test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_maxlevels) ... ok test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike) ... ok test_compile_dir_pathlike_prependdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_prependdir) ... ok test_compile_dir_pathlike_stripdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_dir_pathlike_stripdir) ... ok test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_encoding_fallback) ... ok test_compile_file_pathlike (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike) ... ok test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_ddir) ... ok test_compile_file_pathlike_prependdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_prependdir) ... ok test_compile_file_pathlike_stripdir (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_file_pathlike_stripdir) ... ok test_compile_files (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_files) ... ok test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_missing_multiprocessing) ... ok test_compile_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_one_worker) ... ok test_compile_path (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_path) ... ok test_compile_pool_called (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_pool_called) ... ok test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_cpu_count) ... ok test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithSourceEpoch.test_compile_workers_non_positive) ... ok test_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_multiple_workers) Recursive compile_dir ddir='' contains package paths; bpo39769. ... ok test_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_only_one_worker) Recursive compile_dir ddir='' contains package paths; bpo39769. ... ok test_ddir_multiple_workers (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_multiple_workers) Recursive compile_dir ddir= contains package paths; bpo39769. ... ok test_ddir_only_one_worker (test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_only_one_worker) Recursive compile_dir ddir= contains package paths; bpo39769. ... ok test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithSourceEpoch.test_ignore_symlink_destination) ... ok test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithSourceEpoch.test_larger_than_32_bit_times) ... ok test_magic_number (test.test_compileall.CompileallTestsWithSourceEpoch.test_magic_number) ... skipped 'SOURCE_DATE_EPOCH is set' test_mtime (test.test_compileall.CompileallTestsWithSourceEpoch.test_mtime) ... skipped 'SOURCE_DATE_EPOCH is set' test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithSourceEpoch.test_multiple_optimization_levels) ... ok test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithSourceEpoch.test_no_pycache_in_non_package) ... ok test_optimize (test.test_compileall.CompileallTestsWithSourceEpoch.test_optimize) ... ok test_prepend_only (test.test_compileall.CompileallTestsWithSourceEpoch.test_prepend_only) ... ok test_strip_and_prepend (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_and_prepend) ... ok test_strip_only (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only) ... ok test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_prepend_and_ddir) ... ok test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithSourceEpoch.test_year_2038_mtime_compilation) ... ok test_compile_dir_maxlevels (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_maxlevels) ... ok test_compile_dir_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike) ... ok test_compile_dir_pathlike_prependdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_prependdir) ... ok test_compile_dir_pathlike_stripdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_dir_pathlike_stripdir) ... ok test_compile_file_encoding_fallback (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_encoding_fallback) ... ok test_compile_file_pathlike (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike) ... ok test_compile_file_pathlike_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_ddir) ... ok test_compile_file_pathlike_prependdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_prependdir) ... ok test_compile_file_pathlike_stripdir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_file_pathlike_stripdir) ... ok test_compile_files (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_files) ... ok test_compile_missing_multiprocessing (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_missing_multiprocessing) ... ok test_compile_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_one_worker) ... ok test_compile_path (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_path) ... ok test_compile_pool_called (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_pool_called) ... ok test_compile_workers_cpu_count (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_cpu_count) ... ok test_compile_workers_non_positive (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_compile_workers_non_positive) ... ok test_ddir_empty_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_multiple_workers) Recursive compile_dir ddir='' contains package paths; bpo39769. ... ok test_ddir_empty_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_only_one_worker) Recursive compile_dir ddir='' contains package paths; bpo39769. ... ok test_ddir_multiple_workers (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_multiple_workers) Recursive compile_dir ddir= contains package paths; bpo39769. ... ok test_ddir_only_one_worker (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_only_one_worker) Recursive compile_dir ddir= contains package paths; bpo39769. ... ok test_ignore_symlink_destination (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ignore_symlink_destination) ... ok test_larger_than_32_bit_times (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_larger_than_32_bit_times) ... ok test_magic_number (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_magic_number) ... ok test_mtime (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_mtime) ... ok test_multiple_optimization_levels (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_multiple_optimization_levels) ... ok test_no_pycache_in_non_package (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_no_pycache_in_non_package) ... ok test_optimize (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_optimize) ... ok test_prepend_only (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_prepend_only) ... ok test_strip_and_prepend (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_and_prepend) ... ok test_strip_only (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only) ... ok test_strip_prepend_and_ddir (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_prepend_and_ddir) ... ok test_year_2038_mtime_compilation (test.test_compileall.CompileallTestsWithoutSourceEpoch.test_year_2038_mtime_compilation) ... ok test_error (test.test_compileall.EncodingTest.test_error) ... ok test_bad_args (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_bad_args) ... ok test_disabled (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_disabled) ... ok test_duplicated_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_duplicated_levels) ... ok test_hardlink (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_hardlink) ... ok test_import (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_import) ... ok test_only_two_levels (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_only_two_levels) ... ok test_recompilation (test.test_compileall.HardlinkDedupTestsNoSourceEpoch.test_recompilation) ... ok test_bad_args (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_bad_args) ... ok test_disabled (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_disabled) ... ok test_duplicated_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_duplicated_levels) ... ok test_hardlink (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_hardlink) ... ok test_import (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_import) ... ok test_only_two_levels (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_only_two_levels) ... ok test_recompilation (test.test_compileall.HardlinkDedupTestsWithSourceEpoch.test_recompilation) ... ok ---------------------------------------------------------------------- Ran 143 tests in 6.388s OK (skipped=2) 0:02:35 load avg: 1.01 [ 80/432/1] test_complex test___complex__ (test.test_complex.ComplexTest.test___complex__) ... ok test_abs (test.test_complex.ComplexTest.test_abs) ... ok test_boolcontext (test.test_complex.ComplexTest.test_boolcontext) ... ok test_conjugate (test.test_complex.ComplexTest.test_conjugate) ... ok test_constructor (test.test_complex.ComplexTest.test_constructor) ... ok test_constructor_special_numbers (test.test_complex.ComplexTest.test_constructor_special_numbers) ... ok test_divmod (test.test_complex.ComplexTest.test_divmod) ... ok test_divmod_zero_division (test.test_complex.ComplexTest.test_divmod_zero_division) ... ok test_floordiv (test.test_complex.ComplexTest.test_floordiv) ... ok test_floordiv_zero_division (test.test_complex.ComplexTest.test_floordiv_zero_division) ... ok test_format (test.test_complex.ComplexTest.test_format) ... ok test_getnewargs (test.test_complex.ComplexTest.test_getnewargs) ... ok test_hash (test.test_complex.ComplexTest.test_hash) ... ok test_mod (test.test_complex.ComplexTest.test_mod) ... ok test_mod_zero_division (test.test_complex.ComplexTest.test_mod_zero_division) ... ok test_neg (test.test_complex.ComplexTest.test_neg) ... ok test_negated_imaginary_literal (test.test_complex.ComplexTest.test_negated_imaginary_literal) ... ok test_negative_zero_repr_str (test.test_complex.ComplexTest.test_negative_zero_repr_str) ... ok test_overflow (test.test_complex.ComplexTest.test_overflow) ... ok test_plus_minus_0j (test.test_complex.ComplexTest.test_plus_minus_0j) ... ok test_pow (test.test_complex.ComplexTest.test_pow) ... ok test_pow_with_small_integer_exponents (test.test_complex.ComplexTest.test_pow_with_small_integer_exponents) ... ok test_repr_roundtrip (test.test_complex.ComplexTest.test_repr_roundtrip) ... ok test_repr_str (test.test_complex.ComplexTest.test_repr_str) ... ok test_richcompare (test.test_complex.ComplexTest.test_richcompare) ... ok test_richcompare_boundaries (test.test_complex.ComplexTest.test_richcompare_boundaries) ... ok test_truediv (test.test_complex.ComplexTest.test_truediv) ... ok test_truediv_zero_division (test.test_complex.ComplexTest.test_truediv_zero_division) ... ok test_underscores (test.test_complex.ComplexTest.test_underscores) ... ok ---------------------------------------------------------------------- Ran 29 tests in 0.039s OK 0:02:35 load avg: 1.01 [ 81/432/1] test_concurrent_futures test_cancel (test.test_concurrent_futures.FutureTests.test_cancel) ... ok test_cancelled (test.test_concurrent_futures.FutureTests.test_cancelled) ... ok test_done (test.test_concurrent_futures.FutureTests.test_done) ... ok test_done_callback_already_cancelled (test.test_concurrent_futures.FutureTests.test_done_callback_already_cancelled) ... ok test_done_callback_already_failed (test.test_concurrent_futures.FutureTests.test_done_callback_already_failed) ... ok test_done_callback_already_successful (test.test_concurrent_futures.FutureTests.test_done_callback_already_successful) ... ok test_done_callback_raises (test.test_concurrent_futures.FutureTests.test_done_callback_raises) ... ok test_done_callback_raises_already_succeeded (test.test_concurrent_futures.FutureTests.test_done_callback_raises_already_succeeded) ... ok test_done_callback_with_cancel (test.test_concurrent_futures.FutureTests.test_done_callback_with_cancel) ... ok test_done_callback_with_exception (test.test_concurrent_futures.FutureTests.test_done_callback_with_exception) ... ok test_done_callback_with_result (test.test_concurrent_futures.FutureTests.test_done_callback_with_result) ... ok test_exception_with_success (test.test_concurrent_futures.FutureTests.test_exception_with_success) ... ok test_exception_with_timeout (test.test_concurrent_futures.FutureTests.test_exception_with_timeout) ... ok test_multiple_set_exception (test.test_concurrent_futures.FutureTests.test_multiple_set_exception) ... ok test_multiple_set_result (test.test_concurrent_futures.FutureTests.test_multiple_set_result) ... ok test_repr (test.test_concurrent_futures.FutureTests.test_repr) ... ok test_result_with_cancel (test.test_concurrent_futures.FutureTests.test_result_with_cancel) ... ok test_result_with_success (test.test_concurrent_futures.FutureTests.test_result_with_success) ... ok test_result_with_timeout (test.test_concurrent_futures.FutureTests.test_result_with_timeout) ... ok test_running (test.test_concurrent_futures.FutureTests.test_running) ... ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest.test_correct_timeout_exception_msg) ... 0.00s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest.test_duplicate_futures) ... 2.03s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest.test_free_reference_yielded_future) ... 0.59s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest.test_no_timeout) ... 0.03s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkAsCompletedTest.test_zero_timeout) ... 2.03s ok test_crash_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_crash_at_task_unpickle) ... 0.09s ok test_crash_big_data (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_crash_big_data) ... 0.11s ok test_crash_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... 0.19s ok test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... 0.10s ok test_error_at_task_pickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_pickle) ... 0.02s ok test_error_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_error_at_task_unpickle) ... 0.02s ok test_error_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... 0.02s ok test_error_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... 0.02s ok test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... 0.02s ok test_exit_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_exit_at_task_unpickle) ... 0.02s ok test_exit_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... 0.02s ok test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... 0.02s ok test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... 0.02s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock) ... 0.19s ok test_shutdown_deadlock_pickle (test.test_concurrent_futures.ProcessPoolForkExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... 0.02s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkFailingInitializerTest.test_initializer) ... 0.11s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkInitializerTest.test_initializer) ... 0.01s ok test_free_reference (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_free_reference) ... 0.63s ok test_idle_process_reuse_multiple (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... skipped 'Incompatible with the fork start method.' 0.00s test_idle_process_reuse_one (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_idle_process_reuse_one) ... skipped 'Incompatible with the fork start method.' 0.00s test_killed_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_killed_child) ... 0.03s ok test_map (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_map) ... 0.03s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_map_chunksize) ... 0.03s ok test_map_exception (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_map_exception) ... 0.03s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_map_timeout) ... 6.03s ok test_max_tasks_early_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... skipped 'Incompatible with the fork start method.' 0.00s test_max_tasks_per_child (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.00s ok test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.00s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_negative) ... 0.00s ok test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_too_large) ... skipped 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_no_stale_references) ... 0.03s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.12s ok test_saturation (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_saturation) ... 0.04s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.03s ok test_submit (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_submit) ... 0.03s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_submit_keyword) ... 0.03s ok test_traceback (test.test_concurrent_futures.ProcessPoolForkProcessPoolExecutorTest.test_traceback) ... 0.03s ok test_cancel_futures (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_cancel_futures) ... 0.33s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_context_manager_shutdown) ... 0.03s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_del_shutdown) ... 0.11s ok test_hang_gh83386 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh83386) shutdown(wait=False) doesn't hang at exit with running futures. ... skipped 'Hangs, see https://github.com/python/cpython/issues/83386' 0.00s test_hang_gh94440 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_hang_gh94440) shutdown(wait=True) doesn't hang when a future was submitted and ... 0.01s ok test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_hang_issue12364) ... 1.03s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_interpreter_shutdown) ... 1.06s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_processes_terminate) ... 0.03s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_run_after_shutdown) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_shutdown_no_wait) ... 0.03s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) ... 0.04s ok test_20369 (test.test_concurrent_futures.ProcessPoolForkWaitTest.test_20369) ... 1.53s ok test_all_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest.test_all_completed) ... 0.03s ok test_first_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest.test_first_completed) ... 1.53s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkWaitTest.test_first_completed_some_already_completed) ... 1.53s ok test_first_exception (test.test_concurrent_futures.ProcessPoolForkWaitTest.test_first_exception) ... 3.03s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkWaitTest.test_first_exception_one_already_failed) ... 2.03s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkWaitTest.test_first_exception_some_already_complete) ... 1.53s ok test_timeout (test.test_concurrent_futures.ProcessPoolForkWaitTest.test_timeout) ... 6.03s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest.test_correct_timeout_exception_msg) ... 0.00s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest.test_duplicate_futures) ... 2.05s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest.test_free_reference_yielded_future) ... 0.59s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest.test_no_timeout) ... 0.03s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolForkserverAsCompletedTest.test_zero_timeout) ... 2.03s ok test_crash_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_crash_at_task_unpickle) ... 0.10s ok test_crash_big_data (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_crash_big_data) ... 0.13s ok test_crash_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... 0.15s ok test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... 0.12s ok test_error_at_task_pickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_pickle) ... 0.03s ok test_error_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_error_at_task_unpickle) ... 0.03s ok test_error_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... 0.03s ok test_error_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... 0.03s ok test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... 0.03s ok test_exit_at_task_unpickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_exit_at_task_unpickle) ... 0.03s ok test_exit_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... 0.03s ok test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... 0.03s ok test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... 0.03s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock) ... 0.21s ok test_shutdown_deadlock_pickle (test.test_concurrent_futures.ProcessPoolForkserverExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... 0.03s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkserverFailingInitializerTest.test_initializer) ... 0.13s ok test_initializer (test.test_concurrent_futures.ProcessPoolForkserverInitializerTest.test_initializer) ... 0.03s ok test_free_reference (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_free_reference) ... 0.62s ok test_idle_process_reuse_multiple (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.05s ok test_idle_process_reuse_one (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.03s ok test_killed_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_killed_child) ... 0.00s ok test_map (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_map) ... 0.03s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_map_chunksize) ... 0.03s ok test_map_exception (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_map_exception) ... 0.03s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout) ... 6.03s ok test_max_tasks_early_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 0.09s ok test_max_tasks_per_child (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.05s ok test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.00s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_negative) ... 0.00s ok test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_max_workers_too_large) ... skipped 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_no_stale_references) ... 0.03s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.13s ok test_saturation (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_saturation) ... 0.03s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.03s ok test_submit (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_submit) ... 0.02s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_submit_keyword) ... 0.03s ok test_traceback (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolExecutorTest.test_traceback) ... 0.03s ok test_cancel_futures (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_cancel_futures) ... 0.13s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_context_manager_shutdown) ... 0.03s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_del_shutdown) ... 0.08s ok test_hang_gh83386 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh83386) shutdown(wait=False) doesn't hang at exit with running futures. ... skipped 'Hangs, see https://github.com/python/cpython/issues/83386' 0.00s test_hang_gh94440 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_gh94440) shutdown(wait=True) doesn't hang when a future was submitted and ... 0.03s ok test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_hang_issue12364) ... 1.03s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_interpreter_shutdown) ... 1.12s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_processes_terminate) ... 0.03s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_run_after_shutdown) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_shutdown_no_wait) ... 0.03s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolForkserverProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) ... 0.08s ok test_20369 (test.test_concurrent_futures.ProcessPoolForkserverWaitTest.test_20369) ... 1.53s ok test_all_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest.test_all_completed) ... 0.03s ok test_first_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest.test_first_completed) ... 1.53s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest.test_first_completed_some_already_completed) ... 1.53s ok test_first_exception (test.test_concurrent_futures.ProcessPoolForkserverWaitTest.test_first_exception) ... 3.03s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolForkserverWaitTest.test_first_exception_one_already_failed) ... 2.03s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolForkserverWaitTest.test_first_exception_some_already_complete) ... 1.53s ok test_timeout (test.test_concurrent_futures.ProcessPoolForkserverWaitTest.test_timeout) ... 6.03s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_correct_timeout_exception_msg) ... 0.00s ok test_duplicate_futures (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures) ... 2.05s ok test_free_reference_yielded_future (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_free_reference_yielded_future) ... 0.58s ok test_no_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_no_timeout) ... 0.06s ok test_zero_timeout (test.test_concurrent_futures.ProcessPoolSpawnAsCompletedTest.test_zero_timeout) ... 2.05s ok test_crash_at_task_unpickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle) ... 0.12s ok test_crash_big_data (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_crash_big_data) ... 0.15s ok test_crash_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_func_exec_on_worker) ... 0.18s ok test_crash_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_crash_during_result_pickle_on_worker) ... 0.14s ok test_error_at_task_pickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle) ... 0.05s ok test_error_at_task_unpickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle) ... 0.06s ok test_error_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_func_exec_on_worker) ... 0.06s ok test_error_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_pickle_on_worker) ... 0.06s ok test_error_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_error_during_result_unpickle_in_result_handler) ... 0.05s ok test_exit_at_task_unpickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_exit_at_task_unpickle) ... 0.06s ok test_exit_during_func_exec_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker) ... 0.06s ok test_exit_during_result_pickle_on_worker (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker) ... 0.06s ok test_exit_during_result_unpickle_in_result_handler (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler) ... 0.05s ok test_shutdown_deadlock (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock) ... 0.22s ok test_shutdown_deadlock_pickle (test.test_concurrent_futures.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle) ... 0.05s ok test_initializer (test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest.test_initializer) ... 0.16s ok test_initializer (test.test_concurrent_futures.ProcessPoolSpawnInitializerTest.test_initializer) ... 0.06s ok test_free_reference (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_free_reference) ... 0.65s ok test_idle_process_reuse_multiple (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_multiple) ... 0.10s ok test_idle_process_reuse_one (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one) ... 0.06s ok test_killed_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child) ... 0.00s ok test_map (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_map) ... 0.06s ok test_map_chunksize (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_map_chunksize) ... 0.06s ok test_map_exception (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_map_exception) ... 0.05s ok test_map_timeout (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout) ... 6.05s ok test_max_tasks_early_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_early_shutdown) ... 0.17s ok test_max_tasks_per_child (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child) ... 0.09s ok test_max_tasks_per_child_defaults_to_spawn_context (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context) ... 0.00s ok test_max_workers_negative (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_negative) ... 0.00s ok test_max_workers_too_large (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_max_workers_too_large) ... skipped 'Windows-only process limit' test_no_stale_references (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_no_stale_references) ... 0.06s ok test_ressources_gced_in_workers (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_ressources_gced_in_workers) ... 0.18s ok test_saturation (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_saturation) ... 0.05s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_shutdown_race_issue12456) ... 0.05s ok test_submit (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_submit) ... 0.05s ok test_submit_keyword (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_submit_keyword) ... 0.06s ok test_traceback (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_traceback) ... 0.06s ok test_cancel_futures (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_cancel_futures) ... 0.15s ok test_context_manager_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_context_manager_shutdown) ... 0.06s ok test_del_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_del_shutdown) ... 0.09s ok test_hang_gh83386 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh83386) shutdown(wait=False) doesn't hang at exit with running futures. ... skipped 'Hangs, see https://github.com/python/cpython/issues/83386' 0.00s test_hang_gh94440 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh94440) shutdown(wait=True) doesn't hang when a future was submitted and ... 0.05s ok test_hang_issue12364 (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_issue12364) ... 1.06s ok test_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_interpreter_shutdown) ... 1.11s ok test_processes_terminate (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_processes_terminate) ... 0.05s ok test_run_after_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_no_wait) ... 0.05s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ProcessPoolSpawnProcessPoolShutdownTest.test_submit_after_interpreter_shutdown) ... 0.07s ok test_20369 (test.test_concurrent_futures.ProcessPoolSpawnWaitTest.test_20369) ... 1.55s ok test_all_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest.test_all_completed) ... 0.06s ok test_first_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest.test_first_completed) ... 1.55s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest.test_first_completed_some_already_completed) ... 1.55s ok test_first_exception (test.test_concurrent_futures.ProcessPoolSpawnWaitTest.test_first_exception) ... 3.05s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ProcessPoolSpawnWaitTest.test_first_exception_one_already_failed) ... 2.05s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ProcessPoolSpawnWaitTest.test_first_exception_some_already_complete) ... 1.55s ok test_timeout (test.test_concurrent_futures.ProcessPoolSpawnWaitTest.test_timeout) ... 6.05s ok test_correct_timeout_exception_msg (test.test_concurrent_futures.ThreadPoolAsCompletedTest.test_correct_timeout_exception_msg) ... 0.00s ok test_duplicate_futures (test.test_concurrent_futures.ThreadPoolAsCompletedTest.test_duplicate_futures) ... 2.00s ok test_free_reference_yielded_future (test.test_concurrent_futures.ThreadPoolAsCompletedTest.test_free_reference_yielded_future) ... 0.59s ok test_no_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest.test_no_timeout) ... 0.00s ok test_zero_timeout (test.test_concurrent_futures.ThreadPoolAsCompletedTest.test_zero_timeout) ... 2.00s ok test_default_workers (test.test_concurrent_futures.ThreadPoolExecutorTest.test_default_workers) ... 0.00s ok test_executor_map_current_future_cancel (test.test_concurrent_futures.ThreadPoolExecutorTest.test_executor_map_current_future_cancel) ... 0.00s ok test_free_reference (test.test_concurrent_futures.ThreadPoolExecutorTest.test_free_reference) ... 0.58s ok test_hang_global_shutdown_lock (test.test_concurrent_futures.ThreadPoolExecutorTest.test_hang_global_shutdown_lock) ... 5.38s ok test_idle_thread_reuse (test.test_concurrent_futures.ThreadPoolExecutorTest.test_idle_thread_reuse) ... 0.00s ok test_map (test.test_concurrent_futures.ThreadPoolExecutorTest.test_map) ... 0.00s ok test_map_exception (test.test_concurrent_futures.ThreadPoolExecutorTest.test_map_exception) ... 0.00s ok test_map_submits_without_iteration (test.test_concurrent_futures.ThreadPoolExecutorTest.test_map_submits_without_iteration) Tests verifying issue 11777. ... 0.00s ok test_map_timeout (test.test_concurrent_futures.ThreadPoolExecutorTest.test_map_timeout) ... 6.00s ok test_max_workers_negative (test.test_concurrent_futures.ThreadPoolExecutorTest.test_max_workers_negative) ... 0.00s ok test_no_stale_references (test.test_concurrent_futures.ThreadPoolExecutorTest.test_no_stale_references) ... 0.00s ok test_saturation (test.test_concurrent_futures.ThreadPoolExecutorTest.test_saturation) ... 0.00s ok test_shutdown_race_issue12456 (test.test_concurrent_futures.ThreadPoolExecutorTest.test_shutdown_race_issue12456) ... 0.00s ok test_submit (test.test_concurrent_futures.ThreadPoolExecutorTest.test_submit) ... 0.00s ok test_submit_keyword (test.test_concurrent_futures.ThreadPoolExecutorTest.test_submit_keyword) ... 0.00s ok test_initializer (test.test_concurrent_futures.ThreadPoolFailingInitializerTest.test_initializer) ... 0.10s ok test_initializer (test.test_concurrent_futures.ThreadPoolInitializerTest.test_initializer) ... 0.00s ok test_cancel_futures (test.test_concurrent_futures.ThreadPoolShutdownTest.test_cancel_futures) ... 0.10s ok test_cancel_futures_wait_false (test.test_concurrent_futures.ThreadPoolShutdownTest.test_cancel_futures_wait_false) ... 0.15s ok test_context_manager_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest.test_context_manager_shutdown) ... 0.00s ok test_del_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest.test_del_shutdown) ... 0.00s ok test_hang_gh83386 (test.test_concurrent_futures.ThreadPoolShutdownTest.test_hang_gh83386) shutdown(wait=False) doesn't hang at exit with running futures. ... 1.05s ok test_hang_gh94440 (test.test_concurrent_futures.ThreadPoolShutdownTest.test_hang_gh94440) shutdown(wait=True) doesn't hang when a future was submitted and ... 0.00s ok test_hang_issue12364 (test.test_concurrent_futures.ThreadPoolShutdownTest.test_hang_issue12364) ... 1.00s ok test_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest.test_interpreter_shutdown) ... 1.05s ok test_run_after_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest.test_run_after_shutdown) ... 0.00s ok test_shutdown_no_wait (test.test_concurrent_futures.ThreadPoolShutdownTest.test_shutdown_no_wait) ... 0.00s ok test_submit_after_interpreter_shutdown (test.test_concurrent_futures.ThreadPoolShutdownTest.test_submit_after_interpreter_shutdown) ... 0.02s ok test_thread_names_assigned (test.test_concurrent_futures.ThreadPoolShutdownTest.test_thread_names_assigned) ... 0.07s ok test_thread_names_default (test.test_concurrent_futures.ThreadPoolShutdownTest.test_thread_names_default) ... 0.06s ok test_threads_terminate (test.test_concurrent_futures.ThreadPoolShutdownTest.test_threads_terminate) ... 0.00s ok test_20369 (test.test_concurrent_futures.ThreadPoolWaitTests.test_20369) ... 1.50s ok test_all_completed (test.test_concurrent_futures.ThreadPoolWaitTests.test_all_completed) ... 0.00s ok test_first_completed (test.test_concurrent_futures.ThreadPoolWaitTests.test_first_completed) ... 1.50s ok test_first_completed_some_already_completed (test.test_concurrent_futures.ThreadPoolWaitTests.test_first_completed_some_already_completed) ... 1.50s ok test_first_exception (test.test_concurrent_futures.ThreadPoolWaitTests.test_first_exception) ... 3.00s ok test_first_exception_one_already_failed (test.test_concurrent_futures.ThreadPoolWaitTests.test_first_exception_one_already_failed) ... 2.00s ok test_first_exception_some_already_complete (test.test_concurrent_futures.ThreadPoolWaitTests.test_first_exception_some_already_complete) ... 1.50s ok test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests.test_pending_calls_race) ... 0.00s ok test_timeout (test.test_concurrent_futures.ThreadPoolWaitTests.test_timeout) ... 6.00s ok ---------------------------------------------------------------------- Ran 248 tests in 140.050s OK (skipped=9) 0:04:55 load avg: 0.48 [ 82/432/1] test_configparser -- test_concurrent_futures passed in 2 min 20 sec test_converters_at_init (test.test_configparser.BlatantOverrideConvertersTestCase.test_converters_at_init) ... ok test_inheritance (test.test_configparser.BlatantOverrideConvertersTestCase.test_inheritance) ... ok test_instance_assignment (test.test_configparser.BlatantOverrideConvertersTestCase.test_instance_assignment) ... ok test_comment_handling (test.test_configparser.CompatibleTestCase.test_comment_handling) ... ok test_add_section_default (test.test_configparser.ConfigParserTestCase.test_add_section_default) ... ok test_basic (test.test_configparser.ConfigParserTestCase.test_basic) ... ok test_basic_from_dict (test.test_configparser.ConfigParserTestCase.test_basic_from_dict) ... ok test_boolean (test.test_configparser.ConfigParserTestCase.test_boolean) ... ok test_case_sensitivity (test.test_configparser.ConfigParserTestCase.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCase.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.ConfigParserTestCase.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.ConfigParserTestCase.test_default_case_sensitivity) ... ok test_defaults_keyword (test.test_configparser.ConfigParserTestCase.test_defaults_keyword) bpo-23835 fix for ConfigParser ... ok test_interpolation (test.test_configparser.ConfigParserTestCase.test_interpolation) ... ok test_interpolation_missing_value (test.test_configparser.ConfigParserTestCase.test_interpolation_missing_value) ... ok test_invalid_multiline_value (test.test_configparser.ConfigParserTestCase.test_invalid_multiline_value) ... ok test_items (test.test_configparser.ConfigParserTestCase.test_items) ... ok test_parse_errors (test.test_configparser.ConfigParserTestCase.test_parse_errors) ... ok test_popitem (test.test_configparser.ConfigParserTestCase.test_popitem) ... ok test_query_errors (test.test_configparser.ConfigParserTestCase.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.ConfigParserTestCase.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCase.test_read_returns_file_list_with_bytestring_path) ... ok test_safe_interpolation (test.test_configparser.ConfigParserTestCase.test_safe_interpolation) ... ok test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCase.test_set_malformatted_interpolation) ... ok test_set_nonstring_types (test.test_configparser.ConfigParserTestCase.test_set_nonstring_types) ... ok test_set_string_types (test.test_configparser.ConfigParserTestCase.test_set_string_types) ... ok test_setitem (test.test_configparser.ConfigParserTestCase.test_setitem) ... ok test_weird_errors (test.test_configparser.ConfigParserTestCase.test_weird_errors) ... ok test_write (test.test_configparser.ConfigParserTestCase.test_write) ... ok test_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic) ... ok test_basic_from_dict (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_basic_from_dict) ... ok test_boolean (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_boolean) ... ok test_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity) ... ok test_case_sensitivity_basic (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_basic) ... ok test_case_sensitivity_conflicts (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_conflicts) ... ok test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_default_case_sensitivity) ... ok test_endless_loop (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_endless_loop) ... ok test_extended_interpolation (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_extended_interpolation) ... ok test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_invalid_multiline_value) ... ok test_other_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_other_errors) ... ok test_parse_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_parse_errors) ... ok test_popitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_popitem) ... ok test_query_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_read_returns_file_list_with_bytestring_path) ... ok test_set_string_types (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_set_string_types) ... ok test_setitem (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_setitem) ... ok test_strange_options (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_strange_options) ... ok test_weird_errors (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_weird_errors) ... ok test_write (test.test_configparser.ConfigParserTestCaseExtendedInterpolation.test_write) ... ok test_error_on_wrong_type_for_interpolation (test.test_configparser.ConfigParserTestCaseInvalidInterpolationType.test_error_on_wrong_type_for_interpolation) ... ok test_add_section_default (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_add_section_default) ... ok test_basic (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_basic) ... ok test_basic_from_dict (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_basic_from_dict) ... ok test_boolean (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_boolean) ... ok test_case_sensitivity (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_default_case_sensitivity) ... ok test_defaults_keyword (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_defaults_keyword) bpo-23835 fix for ConfigParser ... ok test_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_interpolation) ... ok test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_interpolation_missing_value) ... ok test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_invalid_multiline_value) ... ok test_items (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_items) ... ok test_parse_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_parse_errors) ... ok test_popitem (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_popitem) ... ok test_query_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_read_returns_file_list_with_bytestring_path) ... ok test_safe_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_safe_interpolation) ... ok test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_set_malformatted_interpolation) ... ok test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_set_nonstring_types) ... ok test_set_string_types (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_set_string_types) ... ok test_setitem (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_setitem) ... ok test_weird_errors (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_weird_errors) ... ok test_write (test.test_configparser.ConfigParserTestCaseLegacyInterpolation.test_write) ... ok test_basic (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic) ... ok test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_basic_from_dict) ... ok test_boolean (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_boolean) ... ok test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_default_case_sensitivity) ... ok test_empty_case (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_empty_case) ... ok test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_invalid_multiline_value) ... ok test_no_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_no_interpolation) ... ok test_none_as_default_interpolation (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_none_as_default_interpolation) ... ok test_parse_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_parse_errors) ... ok test_popitem (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_popitem) ... ok test_query_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_read_returns_file_list_with_bytestring_path) ... ok test_set_string_types (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_set_string_types) ... ok test_setitem (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_setitem) ... ok test_weird_errors (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_weird_errors) ... ok test_write (test.test_configparser.ConfigParserTestCaseNoInterpolation.test_write) ... ok test_add_section_default (test.test_configparser.ConfigParserTestCaseNoValue.test_add_section_default) ... ok test_basic (test.test_configparser.ConfigParserTestCaseNoValue.test_basic) ... ok test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNoValue.test_basic_from_dict) ... ok test_boolean (test.test_configparser.ConfigParserTestCaseNoValue.test_boolean) ... ok test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNoValue.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.ConfigParserTestCaseNoValue.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNoValue.test_default_case_sensitivity) ... ok test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNoValue.test_defaults_keyword) bpo-23835 fix for ConfigParser ... ok test_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation) ... ok test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNoValue.test_interpolation_missing_value) ... ok test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNoValue.test_invalid_multiline_value) ... skipped 'if no_value is allowed, ParsingError is not raised' test_items (test.test_configparser.ConfigParserTestCaseNoValue.test_items) ... ok test_parse_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_parse_errors) ... ok test_popitem (test.test_configparser.ConfigParserTestCaseNoValue.test_popitem) ... ok test_query_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNoValue.test_read_returns_file_list_with_bytestring_path) ... ok test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_safe_interpolation) ... ok test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNoValue.test_set_malformatted_interpolation) ... ok test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNoValue.test_set_nonstring_types) ... ok test_set_string_types (test.test_configparser.ConfigParserTestCaseNoValue.test_set_string_types) ... ok test_setitem (test.test_configparser.ConfigParserTestCaseNoValue.test_setitem) ... ok test_weird_errors (test.test_configparser.ConfigParserTestCaseNoValue.test_weird_errors) ... ok test_write (test.test_configparser.ConfigParserTestCaseNoValue.test_write) ... ok test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_add_section_default) ... ok test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic) ... ok test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_basic_from_dict) ... ok test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_boolean) ... ok test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_default_case_sensitivity) ... ok test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_defaults_keyword) bpo-23835 fix for ConfigParser ... ok test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation) ... ok test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_interpolation_missing_value) ... ok test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_invalid_multiline_value) ... ok test_items (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_items) ... ok test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_parse_errors) ... ok test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_popitem) ... ok test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_read_returns_file_list_with_bytestring_path) ... ok test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_safe_interpolation) ... ok test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_malformatted_interpolation) ... ok test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_nonstring_types) ... ok test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_set_string_types) ... ok test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_setitem) ... ok test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_weird_errors) ... ok test_write (test.test_configparser.ConfigParserTestCaseNonStandardDefaultSection.test_write) ... ok test_add_section_default (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_add_section_default) ... ok test_basic (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic) ... ok test_basic_from_dict (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict) ... ok test_boolean (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_boolean) ... ok test_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity) ... ok test_defaults_keyword (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_defaults_keyword) bpo-23835 fix for ConfigParser ... ok test_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation) ... ok test_interpolation_missing_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_interpolation_missing_value) ... ok test_invalid_multiline_value (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value) ... ok test_items (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_items) ... ok test_parse_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_parse_errors) ... ok test_popitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_popitem) ... ok test_query_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list) ... skipped 'incompatible format' test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path) ... skipped 'incompatible format' test_safe_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_safe_interpolation) ... ok test_set_malformatted_interpolation (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_malformatted_interpolation) ... ok test_set_nonstring_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types) ... ok test_set_string_types (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_set_string_types) ... ok test_setitem (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_setitem) ... ok test_weird_errors (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_weird_errors) ... ok test_write (test.test_configparser.ConfigParserTestCaseNonStandardDelimiters.test_write) ... ok test_cfgparser_dot_3 (test.test_configparser.ConfigParserTestCaseTrickyFile.test_cfgparser_dot_3) ... ok test_unicode_failure (test.test_configparser.ConfigParserTestCaseTrickyFile.test_unicode_failure) ... ok test_basic (test.test_configparser.ConvertersTestCase.test_basic) ... ok test_basic_from_dict (test.test_configparser.ConvertersTestCase.test_basic_from_dict) ... ok test_boolean (test.test_configparser.ConvertersTestCase.test_boolean) ... ok test_case_sensitivity (test.test_configparser.ConvertersTestCase.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.ConvertersTestCase.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.ConvertersTestCase.test_clear) ... ok test_converters (test.test_configparser.ConvertersTestCase.test_converters) ... ok test_default_case_sensitivity (test.test_configparser.ConvertersTestCase.test_default_case_sensitivity) ... ok test_invalid_multiline_value (test.test_configparser.ConvertersTestCase.test_invalid_multiline_value) ... ok test_parse_errors (test.test_configparser.ConvertersTestCase.test_parse_errors) ... ok test_popitem (test.test_configparser.ConvertersTestCase.test_popitem) ... ok test_query_errors (test.test_configparser.ConvertersTestCase.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.ConvertersTestCase.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.ConvertersTestCase.test_read_returns_file_list_with_bytestring_path) ... ok test_set_string_types (test.test_configparser.ConvertersTestCase.test_set_string_types) ... ok test_setitem (test.test_configparser.ConvertersTestCase.test_setitem) ... ok test_weird_errors (test.test_configparser.ConvertersTestCase.test_weird_errors) ... ok test_write (test.test_configparser.ConvertersTestCase.test_write) ... ok test_basic (test.test_configparser.CopyTestCase.test_basic) ... ok test_basic_from_dict (test.test_configparser.CopyTestCase.test_basic_from_dict) ... ok test_boolean (test.test_configparser.CopyTestCase.test_boolean) ... ok test_case_sensitivity (test.test_configparser.CopyTestCase.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.CopyTestCase.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.CopyTestCase.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.CopyTestCase.test_default_case_sensitivity) ... ok test_invalid_multiline_value (test.test_configparser.CopyTestCase.test_invalid_multiline_value) ... ok test_parse_errors (test.test_configparser.CopyTestCase.test_parse_errors) ... ok test_popitem (test.test_configparser.CopyTestCase.test_popitem) ... ok test_query_errors (test.test_configparser.CopyTestCase.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.CopyTestCase.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.CopyTestCase.test_read_returns_file_list_with_bytestring_path) ... ok test_set_string_types (test.test_configparser.CopyTestCase.test_set_string_types) ... ok test_setitem (test.test_configparser.CopyTestCase.test_setitem) ... ok test_weird_errors (test.test_configparser.CopyTestCase.test_weird_errors) ... ok test_write (test.test_configparser.CopyTestCase.test_write) ... ok test_duplicate_option_error (test.test_configparser.CoverageOneHundredTestCase.test_duplicate_option_error) ... ok test_inconsistent_converters_state (test.test_configparser.CoverageOneHundredTestCase.test_inconsistent_converters_state) ... ok test_interpolation_depth_error (test.test_configparser.CoverageOneHundredTestCase.test_interpolation_depth_error) ... ok test_interpolation_validation (test.test_configparser.CoverageOneHundredTestCase.test_interpolation_validation) ... ok test_legacyinterpolation_deprecation (test.test_configparser.CoverageOneHundredTestCase.test_legacyinterpolation_deprecation) ... ok test_parsing_error (test.test_configparser.CoverageOneHundredTestCase.test_parsing_error) ... ok test_readfp_deprecation (test.test_configparser.CoverageOneHundredTestCase.test_readfp_deprecation) ... ok test_safeconfigparser_deprecation (test.test_configparser.CoverageOneHundredTestCase.test_safeconfigparser_deprecation) ... ok test_sectionproxy_repr (test.test_configparser.CoverageOneHundredTestCase.test_sectionproxy_repr) ... ok test_get_basic_interpolation (test.test_configparser.ExceptionContextTestCase.test_get_basic_interpolation) ... ok test_get_extended_interpolation (test.test_configparser.ExceptionContextTestCase.test_get_extended_interpolation) ... ok test_missing_options (test.test_configparser.ExceptionContextTestCase.test_missing_options) ... ok test_missing_section (test.test_configparser.ExceptionContextTestCase.test_missing_section) ... ok test_remove_option (test.test_configparser.ExceptionContextTestCase.test_remove_option) ... ok test_duplicateoptionerror (test.test_configparser.ExceptionPicklingTestCase.test_duplicateoptionerror) ... ok test_duplicatesectionerror (test.test_configparser.ExceptionPicklingTestCase.test_duplicatesectionerror) ... ok test_error (test.test_configparser.ExceptionPicklingTestCase.test_error) ... ok test_interpolationdeptherror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationdeptherror) ... ok test_interpolationerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationerror) ... ok test_interpolationmissingoptionerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationmissingoptionerror) ... ok test_interpolationsyntaxerror (test.test_configparser.ExceptionPicklingTestCase.test_interpolationsyntaxerror) ... ok test_missingsectionheadererror (test.test_configparser.ExceptionPicklingTestCase.test_missingsectionheadererror) ... ok test_nooptionerror (test.test_configparser.ExceptionPicklingTestCase.test_nooptionerror) ... ok test_nosectionerror (test.test_configparser.ExceptionPicklingTestCase.test_nosectionerror) ... ok test_parsingerror (test.test_configparser.ExceptionPicklingTestCase.test_parsingerror) ... ok test_stripping (test.test_configparser.InlineCommentStrippingTestCase.test_stripping) ... ok test_none_as_value_stringified (test.test_configparser.Issue7005TestCase.test_none_as_value_stringified) ... ok test_none_as_value_stringified_raw (test.test_configparser.Issue7005TestCase.test_none_as_value_stringified_raw) ... ok test__all__ (test.test_configparser.MiscTestCase.test__all__) ... ok test_basic (test.test_configparser.MultilineValuesTestCase.test_basic) ... ok test_basic_from_dict (test.test_configparser.MultilineValuesTestCase.test_basic_from_dict) ... ok test_boolean (test.test_configparser.MultilineValuesTestCase.test_boolean) ... ok test_case_sensitivity (test.test_configparser.MultilineValuesTestCase.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.MultilineValuesTestCase.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.MultilineValuesTestCase.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.MultilineValuesTestCase.test_default_case_sensitivity) ... ok test_dominating_multiline_values (test.test_configparser.MultilineValuesTestCase.test_dominating_multiline_values) ... ok test_invalid_multiline_value (test.test_configparser.MultilineValuesTestCase.test_invalid_multiline_value) ... ok test_parse_errors (test.test_configparser.MultilineValuesTestCase.test_parse_errors) ... ok test_popitem (test.test_configparser.MultilineValuesTestCase.test_popitem) ... ok test_query_errors (test.test_configparser.MultilineValuesTestCase.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.MultilineValuesTestCase.test_read_returns_file_list_with_bytestring_path) ... ok test_set_string_types (test.test_configparser.MultilineValuesTestCase.test_set_string_types) ... ok test_setitem (test.test_configparser.MultilineValuesTestCase.test_setitem) ... ok test_weird_errors (test.test_configparser.MultilineValuesTestCase.test_weird_errors) ... ok test_write (test.test_configparser.MultilineValuesTestCase.test_write) ... ok test_basic (test.test_configparser.RawConfigParserTestCase.test_basic) ... ok test_basic_from_dict (test.test_configparser.RawConfigParserTestCase.test_basic_from_dict) ... ok test_boolean (test.test_configparser.RawConfigParserTestCase.test_boolean) ... ok test_case_sensitivity (test.test_configparser.RawConfigParserTestCase.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCase.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.RawConfigParserTestCase.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCase.test_default_case_sensitivity) ... ok test_defaults_keyword (test.test_configparser.RawConfigParserTestCase.test_defaults_keyword) bpo-23835 legacy behavior for RawConfigParser ... ok test_interpolation (test.test_configparser.RawConfigParserTestCase.test_interpolation) ... ok test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCase.test_invalid_multiline_value) ... ok test_items (test.test_configparser.RawConfigParserTestCase.test_items) ... ok test_parse_errors (test.test_configparser.RawConfigParserTestCase.test_parse_errors) ... ok test_popitem (test.test_configparser.RawConfigParserTestCase.test_popitem) ... ok test_query_errors (test.test_configparser.RawConfigParserTestCase.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCase.test_read_returns_file_list_with_bytestring_path) ... ok test_set_nonstring_types (test.test_configparser.RawConfigParserTestCase.test_set_nonstring_types) ... ok test_set_string_types (test.test_configparser.RawConfigParserTestCase.test_set_string_types) ... ok test_setitem (test.test_configparser.RawConfigParserTestCase.test_setitem) ... ok test_weird_errors (test.test_configparser.RawConfigParserTestCase.test_weird_errors) ... ok test_write (test.test_configparser.RawConfigParserTestCase.test_write) ... ok test_basic (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic) ... ok test_basic_from_dict (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_basic_from_dict) ... ok test_boolean (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_boolean) ... ok test_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_default_case_sensitivity) ... ok test_defaults_keyword (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_defaults_keyword) bpo-23835 legacy behavior for RawConfigParser ... ok test_interpolation (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_interpolation) ... ok test_invalid_multiline_value (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_invalid_multiline_value) ... ok test_items (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_items) ... ok test_parse_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_parse_errors) ... ok test_popitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_popitem) ... ok test_query_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list) ... skipped 'incompatible format' test_read_returns_file_list_with_bytestring_path (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_read_returns_file_list_with_bytestring_path) ... skipped 'incompatible format' test_set_nonstring_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_nonstring_types) ... ok test_set_string_types (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_set_string_types) ... ok test_setitem (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_setitem) ... ok test_weird_errors (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_weird_errors) ... ok test_write (test.test_configparser.RawConfigParserTestCaseNonStandardDelimiters.test_write) ... ok test_reading (test.test_configparser.RawConfigParserTestSambaConf.test_reading) ... ok test_file (test.test_configparser.ReadFileTestCase.test_file) ... ok test_iterable (test.test_configparser.ReadFileTestCase.test_iterable) ... ok test_readline_generator (test.test_configparser.ReadFileTestCase.test_readline_generator) Issue #11670. ... ok test_source_as_bytes (test.test_configparser.ReadFileTestCase.test_source_as_bytes) Issue #18260. ... ok test_basic (test.test_configparser.SortedTestCase.test_basic) ... ok test_basic_from_dict (test.test_configparser.SortedTestCase.test_basic_from_dict) ... ok test_boolean (test.test_configparser.SortedTestCase.test_boolean) ... ok test_case_sensitivity (test.test_configparser.SortedTestCase.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.SortedTestCase.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.SortedTestCase.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.SortedTestCase.test_default_case_sensitivity) ... ok test_defaults_keyword (test.test_configparser.SortedTestCase.test_defaults_keyword) bpo-23835 legacy behavior for RawConfigParser ... ok test_interpolation (test.test_configparser.SortedTestCase.test_interpolation) ... ok test_invalid_multiline_value (test.test_configparser.SortedTestCase.test_invalid_multiline_value) ... ok test_items (test.test_configparser.SortedTestCase.test_items) ... ok test_parse_errors (test.test_configparser.SortedTestCase.test_parse_errors) ... ok test_popitem (test.test_configparser.SortedTestCase.test_popitem) ... ok test_query_errors (test.test_configparser.SortedTestCase.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.SortedTestCase.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.SortedTestCase.test_read_returns_file_list_with_bytestring_path) ... ok test_set_nonstring_types (test.test_configparser.SortedTestCase.test_set_nonstring_types) ... ok test_set_string_types (test.test_configparser.SortedTestCase.test_set_string_types) ... ok test_setitem (test.test_configparser.SortedTestCase.test_setitem) ... ok test_sorted (test.test_configparser.SortedTestCase.test_sorted) ... ok test_weird_errors (test.test_configparser.SortedTestCase.test_weird_errors) ... ok test_write (test.test_configparser.SortedTestCase.test_write) ... ok test_basic (test.test_configparser.StrictTestCase.test_basic) ... ok test_basic_from_dict (test.test_configparser.StrictTestCase.test_basic_from_dict) ... ok test_boolean (test.test_configparser.StrictTestCase.test_boolean) ... ok test_case_sensitivity (test.test_configparser.StrictTestCase.test_case_sensitivity) ... ok test_case_sensitivity_mapping_access (test.test_configparser.StrictTestCase.test_case_sensitivity_mapping_access) ... ok test_clear (test.test_configparser.StrictTestCase.test_clear) ... ok test_default_case_sensitivity (test.test_configparser.StrictTestCase.test_default_case_sensitivity) ... ok test_invalid_multiline_value (test.test_configparser.StrictTestCase.test_invalid_multiline_value) ... ok test_parse_errors (test.test_configparser.StrictTestCase.test_parse_errors) ... ok test_popitem (test.test_configparser.StrictTestCase.test_popitem) ... ok test_query_errors (test.test_configparser.StrictTestCase.test_query_errors) ... ok test_read_returns_file_list (test.test_configparser.StrictTestCase.test_read_returns_file_list) ... ok test_read_returns_file_list_with_bytestring_path (test.test_configparser.StrictTestCase.test_read_returns_file_list_with_bytestring_path) ... ok test_set_string_types (test.test_configparser.StrictTestCase.test_set_string_types) ... ok test_setitem (test.test_configparser.StrictTestCase.test_setitem) ... ok test_weird_errors (test.test_configparser.StrictTestCase.test_weird_errors) ... ok test_write (test.test_configparser.StrictTestCase.test_write) ... ok ---------------------------------------------------------------------- Ran 343 tests in 0.132s OK (skipped=5) 0:04:56 load avg: 0.48 [ 83/432/1] test_contains test_block_fallback (test.test_contains.TestContains.test_block_fallback) ... ok test_builtin_sequence_types (test.test_contains.TestContains.test_builtin_sequence_types) ... ok test_common_tests (test.test_contains.TestContains.test_common_tests) ... ok test_nonreflexive (test.test_contains.TestContains.test_nonreflexive) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.000s OK 0:04:56 load avg: 0.48 [ 84/432/1] test_context test_context_copy_1 (test.test_context.ContextTest.test_context_copy_1) ... ok test_context_get_context_1 (test.test_context.ContextTest.test_context_get_context_1) ... ok test_context_getset_1 (test.test_context.ContextTest.test_context_getset_1) ... ok test_context_getset_2 (test.test_context.ContextTest.test_context_getset_2) ... ok test_context_getset_3 (test.test_context.ContextTest.test_context_getset_3) ... ok test_context_getset_4 (test.test_context.ContextTest.test_context_getset_4) ... ok test_context_getset_5 (test.test_context.ContextTest.test_context_getset_5) ... ok test_context_new_1 (test.test_context.ContextTest.test_context_new_1) ... ok test_context_run_1 (test.test_context.ContextTest.test_context_run_1) ... ok test_context_run_2 (test.test_context.ContextTest.test_context_run_2) ... ok test_context_run_3 (test.test_context.ContextTest.test_context_run_3) ... ok test_context_run_4 (test.test_context.ContextTest.test_context_run_4) ... ok test_context_run_5 (test.test_context.ContextTest.test_context_run_5) ... ok test_context_run_6 (test.test_context.ContextTest.test_context_run_6) ... ok test_context_run_7 (test.test_context.ContextTest.test_context_run_7) ... ok test_context_subclassing_1 (test.test_context.ContextTest.test_context_subclassing_1) ... ok test_context_threads_1 (test.test_context.ContextTest.test_context_threads_1) ... ok test_context_typerrors_1 (test.test_context.ContextTest.test_context_typerrors_1) ... ok test_context_var_new_1 (test.test_context.ContextTest.test_context_var_new_1) ... ok test_context_var_repr_1 (test.test_context.ContextTest.test_context_var_repr_1) ... ok test_hamt_basics_1 (test.test_context.HamtTest.test_hamt_basics_1) ... ok test_hamt_basics_2 (test.test_context.HamtTest.test_hamt_basics_2) ... ok test_hamt_basics_3 (test.test_context.HamtTest.test_hamt_basics_3) ... ok test_hamt_basics_4 (test.test_context.HamtTest.test_hamt_basics_4) ... ok test_hamt_collision_1 (test.test_context.HamtTest.test_hamt_collision_1) ... ok test_hamt_collision_3 (test.test_context.HamtTest.test_hamt_collision_3) ... ok test_hamt_delete_1 (test.test_context.HamtTest.test_hamt_delete_1) ... ok test_hamt_delete_2 (test.test_context.HamtTest.test_hamt_delete_2) ... ok test_hamt_delete_3 (test.test_context.HamtTest.test_hamt_delete_3) ... ok test_hamt_delete_4 (test.test_context.HamtTest.test_hamt_delete_4) ... ok test_hamt_delete_5 (test.test_context.HamtTest.test_hamt_delete_5) ... ok test_hamt_eq_1 (test.test_context.HamtTest.test_hamt_eq_1) ... ok test_hamt_eq_2 (test.test_context.HamtTest.test_hamt_eq_2) ... ok test_hamt_gc_1 (test.test_context.HamtTest.test_hamt_gc_1) ... ok test_hamt_gc_2 (test.test_context.HamtTest.test_hamt_gc_2) ... ok test_hamt_getitem_1 (test.test_context.HamtTest.test_hamt_getitem_1) ... ok test_hamt_in_1 (test.test_context.HamtTest.test_hamt_in_1) ... ok test_hamt_items_1 (test.test_context.HamtTest.test_hamt_items_1) ... ok test_hamt_items_2 (test.test_context.HamtTest.test_hamt_items_2) ... ok test_hamt_items_3 (test.test_context.HamtTest.test_hamt_items_3) ... ok test_hamt_keys_1 (test.test_context.HamtTest.test_hamt_keys_1) ... ok test_hamt_stress (test.test_context.HamtTest.test_hamt_stress) ... ok test_hashkey_helper_1 (test.test_context.HamtTest.test_hashkey_helper_1) ... ok ---------------------------------------------------------------------- Ran 43 tests in 0.755s OK 0:04:57 load avg: 0.44 [ 85/432/1] test_contextlib test_closing (test.test_contextlib.ClosingTestCase.test_closing) ... ok test_closing_error (test.test_contextlib.ClosingTestCase.test_closing_error) ... ok test_instance_docs (test.test_contextlib.ClosingTestCase.test_instance_docs) ... ok test_contextmanager_attribs (test.test_contextlib.ContextManagerTestCase.test_contextmanager_attribs) ... ok test_contextmanager_do_not_unchain_non_stopiteration_exceptions (test.test_contextlib.ContextManagerTestCase.test_contextmanager_do_not_unchain_non_stopiteration_exceptions) ... ok test_contextmanager_doc_attrib (test.test_contextlib.ContextManagerTestCase.test_contextmanager_doc_attrib) ... ok test_contextmanager_except (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except) ... ok test_contextmanager_except_pep479 (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_pep479) ... ok test_contextmanager_except_stopiter (test.test_contextlib.ContextManagerTestCase.test_contextmanager_except_stopiter) ... ok test_contextmanager_finally (test.test_contextlib.ContextManagerTestCase.test_contextmanager_finally) ... ok test_contextmanager_no_reraise (test.test_contextlib.ContextManagerTestCase.test_contextmanager_no_reraise) ... ok test_contextmanager_plain (test.test_contextlib.ContextManagerTestCase.test_contextmanager_plain) ... ok test_contextmanager_traceback (test.test_contextlib.ContextManagerTestCase.test_contextmanager_traceback) ... ok test_contextmanager_trap_yield_after_throw (test.test_contextlib.ContextManagerTestCase.test_contextmanager_trap_yield_after_throw) ... ok test_instance_docstring_given_cm_docstring (test.test_contextlib.ContextManagerTestCase.test_instance_docstring_given_cm_docstring) ... ok test_keywords (test.test_contextlib.ContextManagerTestCase.test_keywords) ... ok test_nokeepref (test.test_contextlib.ContextManagerTestCase.test_nokeepref) ... ok test_param_errors (test.test_contextlib.ContextManagerTestCase.test_param_errors) ... ok test_recursive (test.test_contextlib.ContextManagerTestCase.test_recursive) ... ok testWithOpen (test.test_contextlib.FileContextTestCase.testWithOpen) ... ok testWithBoundedSemaphore (test.test_contextlib.LockContextTestCase.testWithBoundedSemaphore) ... ok testWithCondition (test.test_contextlib.LockContextTestCase.testWithCondition) ... ok testWithLock (test.test_contextlib.LockContextTestCase.testWithLock) ... ok testWithRLock (test.test_contextlib.LockContextTestCase.testWithRLock) ... ok testWithSemaphore (test.test_contextlib.LockContextTestCase.testWithSemaphore) ... ok test_nullcontext (test.test_contextlib.NullcontextTestCase.test_nullcontext) ... ok test_enter (test.test_contextlib.TestAbstractContextManager.test_enter) ... ok test_exit_is_abstract (test.test_contextlib.TestAbstractContextManager.test_exit_is_abstract) ... ok test_structural_subclassing (test.test_contextlib.TestAbstractContextManager.test_structural_subclassing) ... ok test_exception (test.test_contextlib.TestChdir.test_exception) ... ok test_reentrant (test.test_contextlib.TestChdir.test_reentrant) ... ok test_simple (test.test_contextlib.TestChdir.test_simple) ... ok test_contextdecorator (test.test_contextlib.TestContextDecorator.test_contextdecorator) ... ok test_contextdecorator_as_mixin (test.test_contextlib.TestContextDecorator.test_contextdecorator_as_mixin) ... ok test_contextdecorator_with_exception (test.test_contextlib.TestContextDecorator.test_contextdecorator_with_exception) ... ok test_contextmanager_as_decorator (test.test_contextlib.TestContextDecorator.test_contextmanager_as_decorator) ... ok test_decorating_method (test.test_contextlib.TestContextDecorator.test_decorating_method) ... ok test_decorator (test.test_contextlib.TestContextDecorator.test_decorator) ... ok test_decorator_with_exception (test.test_contextlib.TestContextDecorator.test_decorator_with_exception) ... ok test_instance_docs (test.test_contextlib.TestContextDecorator.test_instance_docs) ... ok test_typo_enter (test.test_contextlib.TestContextDecorator.test_typo_enter) ... ok test_typo_exit (test.test_contextlib.TestContextDecorator.test_typo_exit) ... ok test_body_exception_suppress (test.test_contextlib.TestExitStack.test_body_exception_suppress) ... ok test_callback (test.test_contextlib.TestExitStack.test_callback) ... ok test_close (test.test_contextlib.TestExitStack.test_close) ... ok test_dont_reraise_RuntimeError (test.test_contextlib.TestExitStack.test_dont_reraise_RuntimeError) ... ok test_enter_context (test.test_contextlib.TestExitStack.test_enter_context) ... ok test_enter_context_errors (test.test_contextlib.TestExitStack.test_enter_context_errors) ... ok test_excessive_nesting (test.test_contextlib.TestExitStack.test_excessive_nesting) ... ok test_exit_exception_chaining (test.test_contextlib.TestExitStack.test_exit_exception_chaining) ... ok test_exit_exception_chaining_reference (test.test_contextlib.TestExitStack.test_exit_exception_chaining_reference) ... ok test_exit_exception_chaining_suppress (test.test_contextlib.TestExitStack.test_exit_exception_chaining_suppress) ... ok test_exit_exception_explicit_none_context (test.test_contextlib.TestExitStack.test_exit_exception_explicit_none_context) ... ok test_exit_exception_non_suppressing (test.test_contextlib.TestExitStack.test_exit_exception_non_suppressing) ... ok test_exit_exception_traceback (test.test_contextlib.TestExitStack.test_exit_exception_traceback) ... ok test_exit_exception_with_correct_context (test.test_contextlib.TestExitStack.test_exit_exception_with_correct_context) ... ok test_exit_exception_with_existing_context (test.test_contextlib.TestExitStack.test_exit_exception_with_existing_context) ... ok test_exit_raise (test.test_contextlib.TestExitStack.test_exit_raise) ... ok test_exit_suppress (test.test_contextlib.TestExitStack.test_exit_suppress) ... ok test_instance_bypass (test.test_contextlib.TestExitStack.test_instance_bypass) ... ok test_instance_docs (test.test_contextlib.TestExitStack.test_instance_docs) ... ok test_no_resources (test.test_contextlib.TestExitStack.test_no_resources) ... ok test_pop_all (test.test_contextlib.TestExitStack.test_pop_all) ... ok test_push (test.test_contextlib.TestExitStack.test_push) ... ok test_cm_is_reentrant (test.test_contextlib.TestRedirectStderr.test_cm_is_reentrant) ... ok test_cm_is_reusable (test.test_contextlib.TestRedirectStderr.test_cm_is_reusable) ... ok test_enter_result_is_target (test.test_contextlib.TestRedirectStderr.test_enter_result_is_target) ... ok test_instance_docs (test.test_contextlib.TestRedirectStderr.test_instance_docs) ... ok test_no_redirect_in_init (test.test_contextlib.TestRedirectStderr.test_no_redirect_in_init) ... ok test_redirect_to_string_io (test.test_contextlib.TestRedirectStderr.test_redirect_to_string_io) ... ok test_cm_is_reentrant (test.test_contextlib.TestRedirectStdout.test_cm_is_reentrant) ... ok test_cm_is_reusable (test.test_contextlib.TestRedirectStdout.test_cm_is_reusable) ... ok test_enter_result_is_target (test.test_contextlib.TestRedirectStdout.test_enter_result_is_target) ... ok test_instance_docs (test.test_contextlib.TestRedirectStdout.test_instance_docs) ... ok test_no_redirect_in_init (test.test_contextlib.TestRedirectStdout.test_no_redirect_in_init) ... ok test_redirect_to_string_io (test.test_contextlib.TestRedirectStdout.test_redirect_to_string_io) ... ok test_cm_is_reentrant (test.test_contextlib.TestSuppress.test_cm_is_reentrant) ... ok test_exact_exception (test.test_contextlib.TestSuppress.test_exact_exception) ... ok test_exception_hierarchy (test.test_contextlib.TestSuppress.test_exception_hierarchy) ... ok test_instance_docs (test.test_contextlib.TestSuppress.test_instance_docs) ... ok test_multiple_exception_args (test.test_contextlib.TestSuppress.test_multiple_exception_args) ... ok test_no_args (test.test_contextlib.TestSuppress.test_no_args) ... ok test_no_exception (test.test_contextlib.TestSuppress.test_no_exception) ... ok test_no_result_from_enter (test.test_contextlib.TestSuppress.test_no_result_from_enter) ... ok test_other_exception (test.test_contextlib.TestSuppress.test_other_exception) ... ok ---------------------------------------------------------------------- Ran 85 tests in 0.072s OK 0:04:57 load avg: 0.44 [ 86/432/1] test_contextlib_async test_aclosing (test.test_contextlib_async.AclosingTestCase.test_aclosing) ... ok test_aclosing_bpo41229 (test.test_contextlib_async.AclosingTestCase.test_aclosing_bpo41229) ... ok test_aclosing_error (test.test_contextlib_async.AclosingTestCase.test_aclosing_error) ... ok test_instance_docs (test.test_contextlib_async.AclosingTestCase.test_instance_docs) ... ok test_contextmanager_attribs (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_attribs) ... ok test_contextmanager_doc_attrib (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_doc_attrib) ... ok test_contextmanager_except (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except) ... ok test_contextmanager_except_stopiter (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except_stopiter) ... ok test_contextmanager_finally (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_finally) ... ok test_contextmanager_no_reraise (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_no_reraise) ... ok test_contextmanager_non_normalised (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_non_normalised) ... ok test_contextmanager_plain (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_plain) ... ok test_contextmanager_traceback (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_traceback) ... ok test_contextmanager_trap_no_yield (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_no_yield) ... ok test_contextmanager_trap_second_yield (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_second_yield) ... ok test_contextmanager_trap_yield_after_throw (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_yield_after_throw) ... ok test_contextmanager_wrap_runtimeerror (test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_wrap_runtimeerror) ... ok test_decorating_method (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorating_method) ... ok test_decorator (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator) ... ok test_decorator_with_exception (test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator_with_exception) ... ok test_instance_docstring_given_cm_docstring (test.test_contextlib_async.AsyncContextManagerTestCase.test_instance_docstring_given_cm_docstring) ... ok test_keywords (test.test_contextlib_async.AsyncContextManagerTestCase.test_keywords) ... ok test_recursive (test.test_contextlib_async.AsyncContextManagerTestCase.test_recursive) ... ok test_async_gen_propagates_generator_exit (test.test_contextlib_async.TestAbstractAsyncContextManager.test_async_gen_propagates_generator_exit) ... ok test_enter (test.test_contextlib_async.TestAbstractAsyncContextManager.test_enter) ... ok test_exit_is_abstract (test.test_contextlib_async.TestAbstractAsyncContextManager.test_exit_is_abstract) ... ok test_structural_subclassing (test.test_contextlib_async.TestAbstractAsyncContextManager.test_structural_subclassing) ... ok test_async_callback (test.test_contextlib_async.TestAsyncExitStack.test_async_callback) ... ok test_async_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_chaining) ... ok test_async_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack.test_async_exit_exception_explicit_none_context) ... ok test_async_push (test.test_contextlib_async.TestAsyncExitStack.test_async_push) ... ok test_body_exception_suppress (test.test_contextlib_async.TestAsyncExitStack.test_body_exception_suppress) ... ok test_callback (test.test_contextlib_async.TestAsyncExitStack.test_callback) ... ok test_close (test.test_contextlib_async.TestAsyncExitStack.test_close) ... ok test_dont_reraise_RuntimeError (test.test_contextlib_async.TestAsyncExitStack.test_dont_reraise_RuntimeError) ... ok test_enter_async_context (test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context) ... ok test_enter_async_context_errors (test.test_contextlib_async.TestAsyncExitStack.test_enter_async_context_errors) ... ok test_enter_context (test.test_contextlib_async.TestAsyncExitStack.test_enter_context) ... ok test_enter_context_errors (test.test_contextlib_async.TestAsyncExitStack.test_enter_context_errors) ... ok test_excessive_nesting (test.test_contextlib_async.TestAsyncExitStack.test_excessive_nesting) ... ok test_exit_exception_chaining (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining) ... ok test_exit_exception_chaining_reference (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_reference) ... ok test_exit_exception_chaining_suppress (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_chaining_suppress) ... ok test_exit_exception_explicit_none_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_explicit_none_context) ... ok test_exit_exception_non_suppressing (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_non_suppressing) ... ok test_exit_exception_traceback (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_traceback) ... ok test_exit_exception_with_correct_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_correct_context) ... ok test_exit_exception_with_existing_context (test.test_contextlib_async.TestAsyncExitStack.test_exit_exception_with_existing_context) ... ok test_exit_raise (test.test_contextlib_async.TestAsyncExitStack.test_exit_raise) ... ok test_exit_suppress (test.test_contextlib_async.TestAsyncExitStack.test_exit_suppress) ... ok test_instance_bypass (test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass) ... ok test_instance_bypass_async (test.test_contextlib_async.TestAsyncExitStack.test_instance_bypass_async) ... ok test_instance_docs (test.test_contextlib_async.TestAsyncExitStack.test_instance_docs) ... ok test_no_resources (test.test_contextlib_async.TestAsyncExitStack.test_no_resources) ... ok test_pop_all (test.test_contextlib_async.TestAsyncExitStack.test_pop_all) ... ok test_push (test.test_contextlib_async.TestAsyncExitStack.test_push) ... ok test_async_nullcontext (test.test_contextlib_async.TestAsyncNullcontext.test_async_nullcontext) ... ok ---------------------------------------------------------------------- Ran 57 tests in 0.020s OK 0:04:57 load avg: 0.44 [ 87/432/1] test_copy test_copy_atomic (test.test_copy.TestCopy.test_copy_atomic) ... ok test_copy_basic (test.test_copy.TestCopy.test_copy_basic) ... ok test_copy_bytearray (test.test_copy.TestCopy.test_copy_bytearray) ... ok test_copy_cant (test.test_copy.TestCopy.test_copy_cant) ... ok test_copy_copy (test.test_copy.TestCopy.test_copy_copy) ... ok test_copy_dict (test.test_copy.TestCopy.test_copy_dict) ... ok test_copy_frozenset (test.test_copy.TestCopy.test_copy_frozenset) ... ok test_copy_function (test.test_copy.TestCopy.test_copy_function) ... ok test_copy_inst_copy (test.test_copy.TestCopy.test_copy_inst_copy) ... ok test_copy_inst_getinitargs (test.test_copy.TestCopy.test_copy_inst_getinitargs) ... ok test_copy_inst_getnewargs (test.test_copy.TestCopy.test_copy_inst_getnewargs) ... ok test_copy_inst_getnewargs_ex (test.test_copy.TestCopy.test_copy_inst_getnewargs_ex) ... ok test_copy_inst_getstate (test.test_copy.TestCopy.test_copy_inst_getstate) ... ok test_copy_inst_getstate_setstate (test.test_copy.TestCopy.test_copy_inst_getstate_setstate) ... ok test_copy_inst_setstate (test.test_copy.TestCopy.test_copy_inst_setstate) ... ok test_copy_inst_vanilla (test.test_copy.TestCopy.test_copy_inst_vanilla) ... ok test_copy_list (test.test_copy.TestCopy.test_copy_list) ... ok test_copy_list_subclass (test.test_copy.TestCopy.test_copy_list_subclass) ... ok test_copy_reduce (test.test_copy.TestCopy.test_copy_reduce) ... ok test_copy_reduce_ex (test.test_copy.TestCopy.test_copy_reduce_ex) ... ok test_copy_registry (test.test_copy.TestCopy.test_copy_registry) ... ok test_copy_set (test.test_copy.TestCopy.test_copy_set) ... ok test_copy_slots (test.test_copy.TestCopy.test_copy_slots) ... ok test_copy_tuple (test.test_copy.TestCopy.test_copy_tuple) ... ok test_copy_tuple_subclass (test.test_copy.TestCopy.test_copy_tuple_subclass) ... ok test_copy_weakkeydict (test.test_copy.TestCopy.test_copy_weakkeydict) ... ok test_copy_weakref (test.test_copy.TestCopy.test_copy_weakref) ... ok test_copy_weakvaluedict (test.test_copy.TestCopy.test_copy_weakvaluedict) ... ok test_deepcopy_atomic (test.test_copy.TestCopy.test_deepcopy_atomic) ... ok test_deepcopy_basic (test.test_copy.TestCopy.test_deepcopy_basic) ... ok test_deepcopy_bound_method (test.test_copy.TestCopy.test_deepcopy_bound_method) ... ok test_deepcopy_cant (test.test_copy.TestCopy.test_deepcopy_cant) ... ok test_deepcopy_deepcopy (test.test_copy.TestCopy.test_deepcopy_deepcopy) ... ok test_deepcopy_dict (test.test_copy.TestCopy.test_deepcopy_dict) ... ok test_deepcopy_dict_subclass (test.test_copy.TestCopy.test_deepcopy_dict_subclass) ... ok test_deepcopy_dont_memo_immutable (test.test_copy.TestCopy.test_deepcopy_dont_memo_immutable) ... ok test_deepcopy_empty_tuple (test.test_copy.TestCopy.test_deepcopy_empty_tuple) ... ok test_deepcopy_function (test.test_copy.TestCopy.test_deepcopy_function) ... ok test_deepcopy_inst_deepcopy (test.test_copy.TestCopy.test_deepcopy_inst_deepcopy) ... ok test_deepcopy_inst_getinitargs (test.test_copy.TestCopy.test_deepcopy_inst_getinitargs) ... ok test_deepcopy_inst_getnewargs (test.test_copy.TestCopy.test_deepcopy_inst_getnewargs) ... ok test_deepcopy_inst_getnewargs_ex (test.test_copy.TestCopy.test_deepcopy_inst_getnewargs_ex) ... ok test_deepcopy_inst_getstate (test.test_copy.TestCopy.test_deepcopy_inst_getstate) ... ok test_deepcopy_inst_getstate_setstate (test.test_copy.TestCopy.test_deepcopy_inst_getstate_setstate) ... ok test_deepcopy_inst_setstate (test.test_copy.TestCopy.test_deepcopy_inst_setstate) ... ok test_deepcopy_inst_vanilla (test.test_copy.TestCopy.test_deepcopy_inst_vanilla) ... ok test_deepcopy_issubclass (test.test_copy.TestCopy.test_deepcopy_issubclass) ... ok test_deepcopy_keepalive (test.test_copy.TestCopy.test_deepcopy_keepalive) ... ok test_deepcopy_list (test.test_copy.TestCopy.test_deepcopy_list) ... ok test_deepcopy_list_subclass (test.test_copy.TestCopy.test_deepcopy_list_subclass) ... ok test_deepcopy_memo (test.test_copy.TestCopy.test_deepcopy_memo) ... ok test_deepcopy_reduce (test.test_copy.TestCopy.test_deepcopy_reduce) ... ok test_deepcopy_reduce_ex (test.test_copy.TestCopy.test_deepcopy_reduce_ex) ... ok test_deepcopy_reflexive_dict (test.test_copy.TestCopy.test_deepcopy_reflexive_dict) ... ok test_deepcopy_reflexive_inst (test.test_copy.TestCopy.test_deepcopy_reflexive_inst) ... ok test_deepcopy_reflexive_list (test.test_copy.TestCopy.test_deepcopy_reflexive_list) ... ok test_deepcopy_reflexive_tuple (test.test_copy.TestCopy.test_deepcopy_reflexive_tuple) ... ok test_deepcopy_registry (test.test_copy.TestCopy.test_deepcopy_registry) ... ok test_deepcopy_slots (test.test_copy.TestCopy.test_deepcopy_slots) ... ok test_deepcopy_tuple (test.test_copy.TestCopy.test_deepcopy_tuple) ... ok test_deepcopy_tuple_of_immutables (test.test_copy.TestCopy.test_deepcopy_tuple_of_immutables) ... ok test_deepcopy_tuple_subclass (test.test_copy.TestCopy.test_deepcopy_tuple_subclass) ... ok test_deepcopy_weakkeydict (test.test_copy.TestCopy.test_deepcopy_weakkeydict) ... ok test_deepcopy_weakref (test.test_copy.TestCopy.test_deepcopy_weakref) ... ok test_deepcopy_weakvaluedict (test.test_copy.TestCopy.test_deepcopy_weakvaluedict) ... ok test_exceptions (test.test_copy.TestCopy.test_exceptions) ... ok test_getstate_exc (test.test_copy.TestCopy.test_getstate_exc) ... ok test_reconstruct_nostate (test.test_copy.TestCopy.test_reconstruct_nostate) ... ok test_reconstruct_reflexive (test.test_copy.TestCopy.test_reconstruct_reflexive) ... ok test_reconstruct_state (test.test_copy.TestCopy.test_reconstruct_state) ... ok test_reconstruct_state_setstate (test.test_copy.TestCopy.test_reconstruct_state_setstate) ... ok test_reconstruct_string (test.test_copy.TestCopy.test_reconstruct_string) ... ok test_reduce_4tuple (test.test_copy.TestCopy.test_reduce_4tuple) ... ok test_reduce_5tuple (test.test_copy.TestCopy.test_reduce_5tuple) ... ok test_reduce_6tuple (test.test_copy.TestCopy.test_reduce_6tuple) ... ok test_reduce_6tuple_none (test.test_copy.TestCopy.test_reduce_6tuple_none) ... ok ---------------------------------------------------------------------- Ran 76 tests in 0.239s OK 0:04:58 load avg: 0.44 [ 88/432/1] test_copyreg test_bool (test.test_copyreg.CopyRegTestCase.test_bool) ... ok test_class (test.test_copyreg.CopyRegTestCase.test_class) ... ok test_extension_registry (test.test_copyreg.CopyRegTestCase.test_extension_registry) ... ok test_noncallable_constructor (test.test_copyreg.CopyRegTestCase.test_noncallable_constructor) ... ok test_noncallable_reduce (test.test_copyreg.CopyRegTestCase.test_noncallable_reduce) ... ok test_slotnames (test.test_copyreg.CopyRegTestCase.test_slotnames) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.000s OK 0:04:58 load avg: 0.44 [ 89/432/1] test_coroutines test_badsyntax_1 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_1) ... ok test_badsyntax_2 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_2) ... ok test_badsyntax_3 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_3) ... ok test_badsyntax_4 (test.test_coroutines.AsyncBadSyntaxTest.test_badsyntax_4) ... ok test_tp_await_1 (test.test_coroutines.CAPITest.test_tp_await_1) ... ok test_tp_await_2 (test.test_coroutines.CAPITest.test_tp_await_2) ... ok test_tp_await_3 (test.test_coroutines.CAPITest.test_tp_await_3) ... ok test_asyncio_1 (test.test_coroutines.CoroAsyncIOCompatTest.test_asyncio_1) ... ok test_await_1 (test.test_coroutines.CoroutineTest.test_await_1) ... ok test_await_10 (test.test_coroutines.CoroutineTest.test_await_10) ... ok test_await_11 (test.test_coroutines.CoroutineTest.test_await_11) ... ok test_await_12 (test.test_coroutines.CoroutineTest.test_await_12) ... ok test_await_13 (test.test_coroutines.CoroutineTest.test_await_13) ... ok test_await_14 (test.test_coroutines.CoroutineTest.test_await_14) ... ok test_await_15 (test.test_coroutines.CoroutineTest.test_await_15) ... ok test_await_16 (test.test_coroutines.CoroutineTest.test_await_16) ... ok test_await_2 (test.test_coroutines.CoroutineTest.test_await_2) ... ok test_await_3 (test.test_coroutines.CoroutineTest.test_await_3) ... ok test_await_4 (test.test_coroutines.CoroutineTest.test_await_4) ... ok test_await_5 (test.test_coroutines.CoroutineTest.test_await_5) ... ok test_await_6 (test.test_coroutines.CoroutineTest.test_await_6) ... ok test_await_7 (test.test_coroutines.CoroutineTest.test_await_7) ... ok test_await_8 (test.test_coroutines.CoroutineTest.test_await_8) ... ok test_await_9 (test.test_coroutines.CoroutineTest.test_await_9) ... ok test_bpo_45813_1 (test.test_coroutines.CoroutineTest.test_bpo_45813_1) This would crash the interpreter in 3.11a2 ... ok test_bpo_45813_2 (test.test_coroutines.CoroutineTest.test_bpo_45813_2) This would crash the interpreter in 3.11a2 ... ok test_comp_1 (test.test_coroutines.CoroutineTest.test_comp_1) ... ok test_comp_10 (test.test_coroutines.CoroutineTest.test_comp_10) ... ok test_comp_2 (test.test_coroutines.CoroutineTest.test_comp_2) ... ok test_comp_3 (test.test_coroutines.CoroutineTest.test_comp_3) ... ok test_comp_4 (test.test_coroutines.CoroutineTest.test_comp_4) ... ok test_comp_4_2 (test.test_coroutines.CoroutineTest.test_comp_4_2) ... ok test_comp_5 (test.test_coroutines.CoroutineTest.test_comp_5) ... ok test_comp_6 (test.test_coroutines.CoroutineTest.test_comp_6) ... ok test_comp_7 (test.test_coroutines.CoroutineTest.test_comp_7) ... ok test_comp_8 (test.test_coroutines.CoroutineTest.test_comp_8) ... ok test_comp_9 (test.test_coroutines.CoroutineTest.test_comp_9) ... ok test_copy (test.test_coroutines.CoroutineTest.test_copy) ... ok test_coro_wrapper_send_stop_iterator (test.test_coroutines.CoroutineTest.test_coro_wrapper_send_stop_iterator) ... ok test_coro_wrapper_send_tuple (test.test_coroutines.CoroutineTest.test_coro_wrapper_send_tuple) ... ok test_corotype_1 (test.test_coroutines.CoroutineTest.test_corotype_1) ... ok test_cr_await (test.test_coroutines.CoroutineTest.test_cr_await) ... ok test_fatal_coro_warning (test.test_coroutines.CoroutineTest.test_fatal_coro_warning) ... ok test_for_1 (test.test_coroutines.CoroutineTest.test_for_1) ... ok test_for_11 (test.test_coroutines.CoroutineTest.test_for_11) ... ok test_for_2 (test.test_coroutines.CoroutineTest.test_for_2) ... ok test_for_3 (test.test_coroutines.CoroutineTest.test_for_3) ... ok test_for_4 (test.test_coroutines.CoroutineTest.test_for_4) ... ok test_for_6 (test.test_coroutines.CoroutineTest.test_for_6) ... ok test_for_7 (test.test_coroutines.CoroutineTest.test_for_7) ... ok test_for_8 (test.test_coroutines.CoroutineTest.test_for_8) ... ok test_for_assign_raising_stop_async_iteration (test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration) ... ok test_for_assign_raising_stop_async_iteration_2 (test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration_2) ... ok test_for_stop_iteration (test.test_coroutines.CoroutineTest.test_for_stop_iteration) ... ok test_for_tuple (test.test_coroutines.CoroutineTest.test_for_tuple) ... ok test_func_1 (test.test_coroutines.CoroutineTest.test_func_1) ... ok test_func_10 (test.test_coroutines.CoroutineTest.test_func_10) ... ok test_func_11 (test.test_coroutines.CoroutineTest.test_func_11) ... ok test_func_12 (test.test_coroutines.CoroutineTest.test_func_12) ... ok test_func_13 (test.test_coroutines.CoroutineTest.test_func_13) ... ok test_func_14 (test.test_coroutines.CoroutineTest.test_func_14) ... ok test_func_15 (test.test_coroutines.CoroutineTest.test_func_15) ... ok test_func_16 (test.test_coroutines.CoroutineTest.test_func_16) ... ok test_func_17 (test.test_coroutines.CoroutineTest.test_func_17) ... ok test_func_18 (test.test_coroutines.CoroutineTest.test_func_18) ... ok test_func_19 (test.test_coroutines.CoroutineTest.test_func_19) ... ok test_func_2 (test.test_coroutines.CoroutineTest.test_func_2) ... ok test_func_3 (test.test_coroutines.CoroutineTest.test_func_3) ... ok test_func_4 (test.test_coroutines.CoroutineTest.test_func_4) ... ok test_func_5 (test.test_coroutines.CoroutineTest.test_func_5) ... ok test_func_6 (test.test_coroutines.CoroutineTest.test_func_6) ... ok test_func_7 (test.test_coroutines.CoroutineTest.test_func_7) ... ok test_func_8 (test.test_coroutines.CoroutineTest.test_func_8) ... ok test_func_9 (test.test_coroutines.CoroutineTest.test_func_9) ... ok test_gen_1 (test.test_coroutines.CoroutineTest.test_gen_1) ... ok test_nested_comp (test.test_coroutines.CoroutineTest.test_nested_comp) ... ok test_pickle (test.test_coroutines.CoroutineTest.test_pickle) ... ok test_stack_in_coroutine_throw (test.test_coroutines.CoroutineTest.test_stack_in_coroutine_throw) ... ok test_with_1 (test.test_coroutines.CoroutineTest.test_with_1) ... ok test_with_10 (test.test_coroutines.CoroutineTest.test_with_10) ... ok test_with_11 (test.test_coroutines.CoroutineTest.test_with_11) ... ok test_with_12 (test.test_coroutines.CoroutineTest.test_with_12) ... ok test_with_13 (test.test_coroutines.CoroutineTest.test_with_13) ... ok test_with_2 (test.test_coroutines.CoroutineTest.test_with_2) ... ok test_with_3 (test.test_coroutines.CoroutineTest.test_with_3) ... ok test_with_4 (test.test_coroutines.CoroutineTest.test_with_4) ... ok test_with_5 (test.test_coroutines.CoroutineTest.test_with_5) ... ok test_with_6 (test.test_coroutines.CoroutineTest.test_with_6) ... ok test_with_7 (test.test_coroutines.CoroutineTest.test_with_7) ... ok test_with_8 (test.test_coroutines.CoroutineTest.test_with_8) ... ok test_with_9 (test.test_coroutines.CoroutineTest.test_with_9) ... ok test_origin_tracking (test.test_coroutines.OriginTrackingTest.test_origin_tracking) ... ok test_origin_tracking_warning (test.test_coroutines.OriginTrackingTest.test_origin_tracking_warning) ... ok test_unawaited_warning_when_module_broken (test.test_coroutines.OriginTrackingTest.test_unawaited_warning_when_module_broken) ... ok test_oneline_defs (test.test_coroutines.TokenizerRegrTest.test_oneline_defs) ... ok test_unawaited_warning_during_shutdown (test.test_coroutines.UnawaitedWarningDuringShutdownTest.test_unawaited_warning_during_shutdown) ... ok ---------------------------------------------------------------------- Ran 96 tests in 0.590s OK 0:04:59 load avg: 0.44 [ 90/432/1] test_cppext test_build_cpp03 (test.test_cppext.TestCPPExt.test_build_cpp03) ... running build_ext building '_testcpp03ext' extension creating build creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/build creating build/temp.linux-x86_64-cpython-311/build/python creating build/temp.linux-x86_64-cpython-311/build/python/src creating build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5 creating build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib creating build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test creating build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test/test_cppext gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -fPIC -I/build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/include -I/build/python/src/Python-3.11.5/Include -I/build/python/src/Python-3.11.5 -c /build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.cpp -o build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.o -Werror -std=c++03 creating build/lib.linux-x86_64-cpython-311 g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.o -L. -o build/lib.linux-x86_64-cpython-311/_testcpp03ext.cpython-311-x86_64-linux-gnu.so running install /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info creating internal_testcpp11ext.egg-info writing internal_testcpp11ext.egg-info/PKG-INFO writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt writing top-level names to internal_testcpp11ext.egg-info/top_level.txt writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_ext building '_testcpp11ext' extension gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -fPIC -I/build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/include -I/build/python/src/Python-3.11.5/Include -I/build/python/src/Python-3.11.5 -c /build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.cpp -o build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.o -Werror -std=c++11 g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.o -L. -o build/lib.linux-x86_64-cpython-311/_testcpp11ext.cpython-311-x86_64-linux-gnu.so creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg copying build/lib.linux-x86_64-cpython-311/_testcpp03ext.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg copying build/lib.linux-x86_64-cpython-311/_testcpp11ext.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg creating stub loader for _testcpp11ext.cpython-311-x86_64-linux-gnu.so byte-compiling build/bdist.linux-x86_64/egg/_testcpp11ext.py to _testcpp11ext.cpython-311.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... __pycache__._testcpp11ext.cpython-311: module references __file__ creating dist creating 'dist/internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg creating /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg Extracting internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg to /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages Adding internal-testcpp11ext 0.0 to easy-install.pth file Installed /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg Processing dependencies for internal-testcpp11ext==0.0 Finished processing dependencies for internal-testcpp11ext==0.0 Run: /build/python/src/Python-3.11.5/python -X dev -m venv env Run: env/bin/python -X dev /build/python/src/Python-3.11.5/Lib/test/test_cppext/setup.py build_ext --verbose -std=c++03 Run: env/bin/python -X dev /build/python/src/Python-3.11.5/Lib/test/test_cppext/setup.py install Run: env/bin/python -X dev -X showrefcount -c pass Run: env/bin/python -X dev -X showrefcount -c import _testcpp03ext ok test_build_cpp11 (test.test_cppext.TestCPPExt.test_build_cpp11) ... running build_ext building '_testcpp11ext' extension creating build creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/build creating build/temp.linux-x86_64-cpython-311/build/python creating build/temp.linux-x86_64-cpython-311/build/python/src creating build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5 creating build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib creating build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test creating build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test/test_cppext gcc -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -fPIC -I/build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/include -I/build/python/src/Python-3.11.5/Include -I/build/python/src/Python-3.11.5 -c /build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.cpp -o build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.o -Werror -std=c++11 creating build/lib.linux-x86_64-cpython-311 g++ -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects build/temp.linux-x86_64-cpython-311/build/python/src/Python-3.11.5/Lib/test/test_cppext/extension.o -L. -o build/lib.linux-x86_64-cpython-311/_testcpp11ext.cpython-311-x86_64-linux-gnu.so running install /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( running bdist_egg running egg_info creating internal_testcpp11ext.egg-info writing internal_testcpp11ext.egg-info/PKG-INFO writing dependency_links to internal_testcpp11ext.egg-info/dependency_links.txt writing top-level names to internal_testcpp11ext.egg-info/top_level.txt writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' reading manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' writing manifest file 'internal_testcpp11ext.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_ext creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/egg copying build/lib.linux-x86_64-cpython-311/_testcpp11ext.cpython-311-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg creating stub loader for _testcpp11ext.cpython-311-x86_64-linux-gnu.so byte-compiling build/bdist.linux-x86_64/egg/_testcpp11ext.py to _testcpp11ext.cpython-311.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying internal_testcpp11ext.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... __pycache__._testcpp11ext.cpython-311: module references __file__ creating dist creating 'dist/internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg creating /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg Extracting internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg to /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages Adding internal-testcpp11ext 0.0 to easy-install.pth file Installed /build/python/src/Python-3.11.5/build/test_python_17991æ/tempcwd/env/lib/python3.11/site-packages/internal_testcpp11ext-0.0-py3.11-linux-x86_64.egg Processing dependencies for internal-testcpp11ext==0.0 Finished processing dependencies for internal-testcpp11ext==0.0 Run: /build/python/src/Python-3.11.5/python -X dev -m venv env Run: env/bin/python -X dev /build/python/src/Python-3.11.5/Lib/test/test_cppext/setup.py build_ext --verbose Run: env/bin/python -X dev /build/python/src/Python-3.11.5/Lib/test/test_cppext/setup.py install Run: env/bin/python -X dev -X showrefcount -c pass Run: env/bin/python -X dev -X showrefcount -c import _testcpp11ext ok ---------------------------------------------------------------------- Ran 2 tests in 6.143s OK 0:05:05 load avg: 0.64 [ 91/432/1] test_cprofile test_bad_counter_during_dealloc (test.test_cprofile.CProfileTest.test_bad_counter_during_dealloc) ... ok test_calling_conventions (test.test_cprofile.CProfileTest.test_calling_conventions) ... ok test_cprofile (test.test_cprofile.CProfileTest.test_cprofile) ... ok test_output_file_when_changing_directory (test.test_cprofile.CProfileTest.test_output_file_when_changing_directory) ... ok test_profile_as_context_manager (test.test_cprofile.CProfileTest.test_profile_as_context_manager) ... ok test_profile_enable_disable (test.test_cprofile.CProfileTest.test_profile_enable_disable) ... ok test_run (test.test_cprofile.CProfileTest.test_run) ... ok test_run_profile_as_module (test.test_cprofile.CProfileTest.test_run_profile_as_module) ... ok test_runctx (test.test_cprofile.CProfileTest.test_runctx) ... ok test_calling_conventions (test.test_profile.ProfileTest.test_calling_conventions) ... ok test_cprofile (test.test_profile.ProfileTest.test_cprofile) ... ok test_output_file_when_changing_directory (test.test_profile.ProfileTest.test_output_file_when_changing_directory) ... ok test_run (test.test_profile.ProfileTest.test_run) ... ok test_run_profile_as_module (test.test_profile.ProfileTest.test_run_profile_as_module) ... ok test_runctx (test.test_profile.ProfileTest.test_runctx) ... ok test_sort (test.test_cprofile.TestCommandLine.test_sort) ... ok ---------------------------------------------------------------------- Ran 16 tests in 0.235s OK 0:05:06 load avg: 0.64 [ 92/432/1] test_crashers test_crashers_crash (test.test_crashers.CrasherTest.test_crashers_crash) ... skipped 'these tests are too fragile' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:05:06 load avg: 0.64 [ 93/432/1] test_crypt test_blowfish_rounds (test.test_crypt.CryptTestCase.test_blowfish_rounds) ... ok test_crypt (test.test_crypt.CryptTestCase.test_crypt) ... ok test_invalid_rounds (test.test_crypt.CryptTestCase.test_invalid_rounds) ... ok test_methods (test.test_crypt.CryptTestCase.test_methods) ... ok test_salt (test.test_crypt.CryptTestCase.test_salt) ... ok test_saltedcrypt (test.test_crypt.CryptTestCase.test_saltedcrypt) ... ok test_sha2_rounds (test.test_crypt.CryptTestCase.test_sha2_rounds) ... ok test_import_failure_message (test.test_crypt.TestWhyCryptDidNotImport.test_import_failure_message) ... skipped 'This should only run on windows' ---------------------------------------------------------------------- Ran 8 tests in 0.839s OK (skipped=1) 0:05:07 load avg: 0.67 [ 94/432/1] test_csv test_ordered_dict_reader (test.test_csv.KeyOrderingTest.test_ordered_dict_reader) ... ok test_ordering_for_the_dict_reader_and_writer (test.test_csv.KeyOrderingTest.test_ordering_for_the_dict_reader_and_writer) ... ok test__all__ (test.test_csv.MiscTestCase.test__all__) ... ok test_disallow_instantiation (test.test_csv.MiscTestCase.test_disallow_instantiation) ... ok test_subclassable (test.test_csv.MiscTestCase.test_subclassable) ... ok test_char_write (test.test_csv.TestArrayWrites.test_char_write) ... ok test_double_write (test.test_csv.TestArrayWrites.test_double_write) ... ok test_float_write (test.test_csv.TestArrayWrites.test_float_write) ... ok test_int_write (test.test_csv.TestArrayWrites.test_int_write) ... ok test_blankline (test.test_csv.TestDialectExcel.test_blankline) ... ok test_dubious_quote (test.test_csv.TestDialectExcel.test_dubious_quote) ... ok test_empty_fields (test.test_csv.TestDialectExcel.test_empty_fields) ... ok test_inline_quote (test.test_csv.TestDialectExcel.test_inline_quote) ... ok test_inline_quotes (test.test_csv.TestDialectExcel.test_inline_quotes) ... ok test_lone_quote (test.test_csv.TestDialectExcel.test_lone_quote) ... ok test_newlines (test.test_csv.TestDialectExcel.test_newlines) ... ok test_null (test.test_csv.TestDialectExcel.test_null) ... ok test_quote_and_quote (test.test_csv.TestDialectExcel.test_quote_and_quote) ... ok test_quote_fieldsep (test.test_csv.TestDialectExcel.test_quote_fieldsep) ... ok test_quoted (test.test_csv.TestDialectExcel.test_quoted) ... ok test_quoted_nl (test.test_csv.TestDialectExcel.test_quoted_nl) ... ok test_quoted_quote (test.test_csv.TestDialectExcel.test_quoted_quote) ... ok test_quoted_quotes (test.test_csv.TestDialectExcel.test_quoted_quotes) ... ok test_quotes (test.test_csv.TestDialectExcel.test_quotes) ... ok test_quotes_and_more (test.test_csv.TestDialectExcel.test_quotes_and_more) ... ok test_simple (test.test_csv.TestDialectExcel.test_simple) ... ok test_simple_writer (test.test_csv.TestDialectExcel.test_simple_writer) ... ok test_single (test.test_csv.TestDialectExcel.test_single) ... ok test_single_quoted_quote (test.test_csv.TestDialectExcel.test_single_quoted_quote) ... ok test_single_writer (test.test_csv.TestDialectExcel.test_single_writer) ... ok test_singlequoted (test.test_csv.TestDialectExcel.test_singlequoted) ... ok test_singlequoted_left_empty (test.test_csv.TestDialectExcel.test_singlequoted_left_empty) ... ok test_singlequoted_right_empty (test.test_csv.TestDialectExcel.test_singlequoted_right_empty) ... ok test_space_and_quote (test.test_csv.TestDialectExcel.test_space_and_quote) ... ok test_bad_dialect (test.test_csv.TestDialectRegistry.test_bad_dialect) ... ok test_copy (test.test_csv.TestDialectRegistry.test_copy) ... ok test_dialect_apply (test.test_csv.TestDialectRegistry.test_dialect_apply) ... ok test_incomplete_dialect (test.test_csv.TestDialectRegistry.test_incomplete_dialect) ... ok test_pickle (test.test_csv.TestDialectRegistry.test_pickle) ... ok test_register_kwargs (test.test_csv.TestDialectRegistry.test_register_kwargs) ... ok test_register_kwargs_override (test.test_csv.TestDialectRegistry.test_register_kwargs_override) ... ok test_registry (test.test_csv.TestDialectRegistry.test_registry) ... ok test_registry_badargs (test.test_csv.TestDialectRegistry.test_registry_badargs) ... ok test_space_dialect (test.test_csv.TestDialectRegistry.test_space_dialect) ... ok test_simple_reader (test.test_csv.TestDialectUnix.test_simple_reader) ... ok test_simple_writer (test.test_csv.TestDialectUnix.test_simple_writer) ... ok test_delimiter (test.test_csv.TestDialectValidity.test_delimiter) ... ok test_escapechar (test.test_csv.TestDialectValidity.test_escapechar) ... ok test_invalid_chars (test.test_csv.TestDialectValidity.test_invalid_chars) ... ok test_lineterminator (test.test_csv.TestDialectValidity.test_lineterminator) ... ok test_quoting (test.test_csv.TestDialectValidity.test_quoting) ... ok test_read_dict_fieldnames_chain (test.test_csv.TestDictFields.test_read_dict_fieldnames_chain) ... ok test_read_dict_fieldnames_from_file (test.test_csv.TestDictFields.test_read_dict_fieldnames_from_file) ... ok test_read_dict_fields (test.test_csv.TestDictFields.test_read_dict_fields) ... ok test_read_dict_no_fieldnames (test.test_csv.TestDictFields.test_read_dict_no_fieldnames) ... ok test_read_long (test.test_csv.TestDictFields.test_read_long) ... ok test_read_long_with_rest (test.test_csv.TestDictFields.test_read_long_with_rest) ... ok test_read_long_with_rest_no_fieldnames (test.test_csv.TestDictFields.test_read_long_with_rest_no_fieldnames) ... ok test_read_multi (test.test_csv.TestDictFields.test_read_multi) ... ok test_read_semi_sep (test.test_csv.TestDictFields.test_read_semi_sep) ... ok test_read_short (test.test_csv.TestDictFields.test_read_short) ... ok test_read_with_blanks (test.test_csv.TestDictFields.test_read_with_blanks) ... ok test_typo_in_extrasaction_raises_error (test.test_csv.TestDictFields.test_typo_in_extrasaction_raises_error) ... ok test_write_field_not_in_field_names_ignore (test.test_csv.TestDictFields.test_write_field_not_in_field_names_ignore) ... ok test_write_field_not_in_field_names_raise (test.test_csv.TestDictFields.test_write_field_not_in_field_names_raise) ... ok test_write_fields_not_in_fieldnames (test.test_csv.TestDictFields.test_write_fields_not_in_fieldnames) ... ok test_write_multiple_dict_rows (test.test_csv.TestDictFields.test_write_multiple_dict_rows) ... ok test_write_no_fields (test.test_csv.TestDictFields.test_write_no_fields) ... ok test_write_simple_dict (test.test_csv.TestDictFields.test_write_simple_dict) ... ok test_writeheader_return_value (test.test_csv.TestDictFields.test_writeheader_return_value) ... ok test_escape_fieldsep (test.test_csv.TestEscapedExcel.test_escape_fieldsep) ... ok test_read_escape_fieldsep (test.test_csv.TestEscapedExcel.test_read_escape_fieldsep) ... ok test_create_read (test.test_csv.TestLeaks.test_create_read) ... skipped 'requires sys.gettotalrefcount()' test_create_write (test.test_csv.TestLeaks.test_create_write) ... skipped 'requires sys.gettotalrefcount()' test_read (test.test_csv.TestLeaks.test_read) ... skipped 'requires sys.gettotalrefcount()' test_write (test.test_csv.TestLeaks.test_write) ... skipped 'requires sys.gettotalrefcount()' test_read_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel.test_read_escape_fieldsep) ... ok test_write_escape_fieldsep (test.test_csv.TestQuotedEscapedExcel.test_write_escape_fieldsep) ... ok test_delimiters (test.test_csv.TestSniffer.test_delimiters) ... ok test_doublequote (test.test_csv.TestSniffer.test_doublequote) ... ok test_guess_quote_and_delimiter (test.test_csv.TestSniffer.test_guess_quote_and_delimiter) ... ok test_has_header (test.test_csv.TestSniffer.test_has_header) ... ok test_has_header_regex_special_delimiter (test.test_csv.TestSniffer.test_has_header_regex_special_delimiter) ... ok test_has_header_strings (test.test_csv.TestSniffer.test_has_header_strings) More to document existing (unexpected?) behavior than anything else. ... ok test_issue43625 (test.test_csv.TestSniffer.test_issue43625) ... ok test_sniff (test.test_csv.TestSniffer.test_sniff) ... ok test_unicode_read (test.test_csv.TestUnicode.test_unicode_read) ... ok test_unicode_write (test.test_csv.TestUnicode.test_unicode_write) ... ok test_read_bigfield (test.test_csv.Test_Csv.test_read_bigfield) ... ok test_read_delimiter (test.test_csv.Test_Csv.test_read_delimiter) ... ok test_read_eof (test.test_csv.Test_Csv.test_read_eof) ... ok test_read_eol (test.test_csv.Test_Csv.test_read_eol) ... ok test_read_escape (test.test_csv.Test_Csv.test_read_escape) ... ok test_read_linenum (test.test_csv.Test_Csv.test_read_linenum) ... ok test_read_nul (test.test_csv.Test_Csv.test_read_nul) ... ok test_read_oddinputs (test.test_csv.Test_Csv.test_read_oddinputs) ... ok test_read_quoting (test.test_csv.Test_Csv.test_read_quoting) ... ok test_read_skipinitialspace (test.test_csv.Test_Csv.test_read_skipinitialspace) ... ok test_reader_arg_valid (test.test_csv.Test_Csv.test_reader_arg_valid) ... ok test_reader_attrs (test.test_csv.Test_Csv.test_reader_attrs) ... ok test_reader_dialect_attrs (test.test_csv.Test_Csv.test_reader_dialect_attrs) ... ok test_reader_kw_attrs (test.test_csv.Test_Csv.test_reader_kw_attrs) ... ok test_roundtrip_escaped_unquoted_newlines (test.test_csv.Test_Csv.test_roundtrip_escaped_unquoted_newlines) ... ok test_roundtrip_quoteed_newlines (test.test_csv.Test_Csv.test_roundtrip_quoteed_newlines) ... ok test_write_arg_valid (test.test_csv.Test_Csv.test_write_arg_valid) ... ok test_write_bigfield (test.test_csv.Test_Csv.test_write_bigfield) ... ok test_write_escape (test.test_csv.Test_Csv.test_write_escape) ... ok test_write_iterable (test.test_csv.Test_Csv.test_write_iterable) ... ok test_write_lineterminator (test.test_csv.Test_Csv.test_write_lineterminator) ... ok test_write_quoting (test.test_csv.Test_Csv.test_write_quoting) ... ok test_writer_arg_valid (test.test_csv.Test_Csv.test_writer_arg_valid) ... ok test_writer_attrs (test.test_csv.Test_Csv.test_writer_attrs) ... ok test_writer_dialect_attrs (test.test_csv.Test_Csv.test_writer_dialect_attrs) ... ok test_writer_kw_attrs (test.test_csv.Test_Csv.test_writer_kw_attrs) ... ok test_writerows (test.test_csv.Test_Csv.test_writerows) ... ok test_writerows_errors (test.test_csv.Test_Csv.test_writerows_errors) ... ok test_writerows_legacy_strings (test.test_csv.Test_Csv.test_writerows_legacy_strings) ... ok test_writerows_with_none (test.test_csv.Test_Csv.test_writerows_with_none) ... ok ---------------------------------------------------------------------- Ran 118 tests in 0.019s OK (skipped=4) 0:05:07 load avg: 0.67 [ 95/432/1] test_ctypes test_anon (ctypes.test.test_anon.AnonTest.test_anon) ... ok test_anon_nonmember (ctypes.test.test_anon.AnonTest.test_anon_nonmember) ... ok test_anon_nonseq (ctypes.test.test_anon.AnonTest.test_anon_nonseq) ... ok test_issue31490 (ctypes.test.test_anon.AnonTest.test_issue31490) ... ok test_nested (ctypes.test.test_anon.AnonTest.test_nested) ... ok test (ctypes.test.test_array_in_pointer.Test.test) ... ok test_2 (ctypes.test.test_array_in_pointer.Test.test_2) ... ok test_bad_length (ctypes.test.test_arrays.ArrayTestCase.test_bad_length) ... ok test_bad_subclass (ctypes.test.test_arrays.ArrayTestCase.test_bad_subclass) ... ok test_bpo36504_signed_int_overflow (ctypes.test.test_arrays.ArrayTestCase.test_bpo36504_signed_int_overflow) ... ok test_cache (ctypes.test.test_arrays.ArrayTestCase.test_cache) ... ok test_classcache (ctypes.test.test_arrays.ArrayTestCase.test_classcache) ... ok test_empty_element_array (ctypes.test.test_arrays.ArrayTestCase.test_empty_element_array) ... ok test_empty_element_struct (ctypes.test.test_arrays.ArrayTestCase.test_empty_element_struct) ... ok test_from_address (ctypes.test.test_arrays.ArrayTestCase.test_from_address) ... ok test_from_addressW (ctypes.test.test_arrays.ArrayTestCase.test_from_addressW) ... ok test_large_array (ctypes.test.test_arrays.ArrayTestCase.test_large_array) ... skipped 'not enough memory: 2.0G minimum needed' test_numeric_arrays (ctypes.test.test_arrays.ArrayTestCase.test_numeric_arrays) ... ok test_simple (ctypes.test.test_arrays.ArrayTestCase.test_simple) ... ok test_step_overflow (ctypes.test.test_arrays.ArrayTestCase.test_step_overflow) ... ok test_subclass (ctypes.test.test_arrays.ArrayTestCase.test_subclass) ... ok test_zero_length (ctypes.test.test_arrays.ArrayTestCase.test_zero_length) ... ok test_byval (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_callbacks_2) ... ok test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_longlong_callbacks) ... ok test_pointers (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_pointers) ... ok test_recursive_as_param (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_recursive_as_param) ... ok test_shorts (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_shorts) ... ok test_struct_return_2H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_2H) ... ok test_struct_return_8H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_struct_return_8H) ... ok test_wchar_parm (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase.test_wchar_parm) ... ok test_byval (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_callbacks_2) ... ok test_longlong_callbacks (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_longlong_callbacks) ... ok test_pointers (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_pointers) ... ok test_recursive_as_param (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_recursive_as_param) ... ok test_shorts (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_shorts) ... ok test_struct_return_2H (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_struct_return_2H) ... ok test_struct_return_8H (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_struct_return_8H) ... ok test_wchar_parm (ctypes.test.test_as_parameter.AsParamWrapperTestCase.test_wchar_parm) ... ok test_byval (ctypes.test.test_as_parameter.BasicWrapTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_as_parameter.BasicWrapTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_as_parameter.BasicWrapTestCase.test_callbacks_2) ... ok test_longlong_callbacks (ctypes.test.test_as_parameter.BasicWrapTestCase.test_longlong_callbacks) ... ok test_pointers (ctypes.test.test_as_parameter.BasicWrapTestCase.test_pointers) ... ok test_recursive_as_param (ctypes.test.test_as_parameter.BasicWrapTestCase.test_recursive_as_param) ... ok test_shorts (ctypes.test.test_as_parameter.BasicWrapTestCase.test_shorts) ... ok test_struct_return_2H (ctypes.test.test_as_parameter.BasicWrapTestCase.test_struct_return_2H) ... ok test_struct_return_8H (ctypes.test.test_as_parameter.BasicWrapTestCase.test_struct_return_8H) ... ok test_wchar_parm (ctypes.test.test_as_parameter.BasicWrapTestCase.test_wchar_parm) ... ok test_anon_bitfields (ctypes.test.test_bitfields.BitFieldTest.test_anon_bitfields) ... ok test_c_wchar (ctypes.test.test_bitfields.BitFieldTest.test_c_wchar) ... ok test_longlong (ctypes.test.test_bitfields.BitFieldTest.test_longlong) ... ok test_mixed_1 (ctypes.test.test_bitfields.BitFieldTest.test_mixed_1) ... ok test_mixed_2 (ctypes.test.test_bitfields.BitFieldTest.test_mixed_2) ... ok test_mixed_3 (ctypes.test.test_bitfields.BitFieldTest.test_mixed_3) ... ok test_mixed_4 (ctypes.test.test_bitfields.BitFieldTest.test_mixed_4) ... ok test_multi_bitfields_size (ctypes.test.test_bitfields.BitFieldTest.test_multi_bitfields_size) ... ok test_nonint_types (ctypes.test.test_bitfields.BitFieldTest.test_nonint_types) ... ok test_signed (ctypes.test.test_bitfields.BitFieldTest.test_signed) ... ok test_single_bitfield_size (ctypes.test.test_bitfields.BitFieldTest.test_single_bitfield_size) ... ok test_uint32 (ctypes.test.test_bitfields.BitFieldTest.test_uint32) ... ok test_uint32_swap_big_endian (ctypes.test.test_bitfields.BitFieldTest.test_uint32_swap_big_endian) ... ok test_uint32_swap_little_endian (ctypes.test.test_bitfields.BitFieldTest.test_uint32_swap_little_endian) ... ok test_uint64 (ctypes.test.test_bitfields.BitFieldTest.test_uint64) ... ok test_ulonglong (ctypes.test.test_bitfields.BitFieldTest.test_ulonglong) ... ok test_unsigned (ctypes.test.test_bitfields.BitFieldTest.test_unsigned) ... ok test_ints (ctypes.test.test_bitfields.C_Test.test_ints) ... ok test_shorts (ctypes.test.test_bitfields.C_Test.test_shorts) ... ok test_buffer (ctypes.test.test_buffers.StringBufferTestCase.test_buffer) ... ok test_buffer_interface (ctypes.test.test_buffers.StringBufferTestCase.test_buffer_interface) ... ok test_create_unicode_buffer_non_bmp (ctypes.test.test_buffers.StringBufferTestCase.test_create_unicode_buffer_non_bmp) ... ok test_unicode_buffer (ctypes.test.test_buffers.StringBufferTestCase.test_unicode_buffer) ... ok test_unicode_conversion (ctypes.test.test_buffers.StringBufferTestCase.test_unicode_conversion) ... ok test_BSTR (ctypes.test.test_bytes.BytesTest.test_BSTR) ... skipped 'Windows-specific test' test_c_char (ctypes.test.test_bytes.BytesTest.test_c_char) ... ok test_c_char_p (ctypes.test.test_bytes.BytesTest.test_c_char_p) ... ok test_c_wchar (ctypes.test.test_bytes.BytesTest.test_c_wchar) ... ok test_c_wchar_p (ctypes.test.test_bytes.BytesTest.test_c_wchar_p) ... ok test_struct (ctypes.test.test_bytes.BytesTest.test_struct) ... ok test_struct_W (ctypes.test.test_bytes.BytesTest.test_struct_W) ... ok test_endian_double (ctypes.test.test_byteswap.Test.test_endian_double) ... ok test_endian_float (ctypes.test.test_byteswap.Test.test_endian_float) ... ok test_endian_int (ctypes.test.test_byteswap.Test.test_endian_int) ... ok test_endian_longlong (ctypes.test.test_byteswap.Test.test_endian_longlong) ... ok test_endian_other (ctypes.test.test_byteswap.Test.test_endian_other) ... ok test_endian_short (ctypes.test.test_byteswap.Test.test_endian_short) ... ok test_slots (ctypes.test.test_byteswap.Test.test_slots) ... ok test_struct_field_alignment (ctypes.test.test_byteswap.Test.test_struct_field_alignment) ... ok test_struct_fields_unsupported_byte_order (ctypes.test.test_byteswap.Test.test_struct_fields_unsupported_byte_order) ... ok test_struct_struct (ctypes.test.test_byteswap.Test.test_struct_struct) ... ok test_unaligned_native_struct_fields (ctypes.test.test_byteswap.Test.test_unaligned_native_struct_fields) ... ok test_unaligned_nonnative_struct_fields (ctypes.test.test_byteswap.Test.test_unaligned_nonnative_struct_fields) ... ok test_union_fields_unsupported_byte_order (ctypes.test.test_byteswap.Test.test_union_fields_unsupported_byte_order) ... ok test_union_struct (ctypes.test.test_byteswap.Test.test_union_struct) ... ok test_byte (ctypes.test.test_callbacks.Callbacks.test_byte) ... ok test_char (ctypes.test.test_callbacks.Callbacks.test_char) ... ok test_double (ctypes.test.test_callbacks.Callbacks.test_double) ... ok test_float (ctypes.test.test_callbacks.Callbacks.test_float) ... ok test_int (ctypes.test.test_callbacks.Callbacks.test_int) ... ok test_issue12483 (ctypes.test.test_callbacks.Callbacks.test_issue12483) ... ok test_issue_7959 (ctypes.test.test_callbacks.Callbacks.test_issue_7959) ... ok test_long (ctypes.test.test_callbacks.Callbacks.test_long) ... ok test_longdouble (ctypes.test.test_callbacks.Callbacks.test_longdouble) ... ok test_longlong (ctypes.test.test_callbacks.Callbacks.test_longlong) ... ok test_pyobject (ctypes.test.test_callbacks.Callbacks.test_pyobject) ... ok test_short (ctypes.test.test_callbacks.Callbacks.test_short) ... ok test_ubyte (ctypes.test.test_callbacks.Callbacks.test_ubyte) ... ok test_uint (ctypes.test.test_callbacks.Callbacks.test_uint) ... ok test_ulong (ctypes.test.test_callbacks.Callbacks.test_ulong) ... ok test_ulonglong (ctypes.test.test_callbacks.Callbacks.test_ulonglong) ... ok test_unsupported_restype_1 (ctypes.test.test_callbacks.Callbacks.test_unsupported_restype_1) ... ok test_unsupported_restype_2 (ctypes.test.test_callbacks.Callbacks.test_unsupported_restype_2) ... ok test_ushort (ctypes.test.test_callbacks.Callbacks.test_ushort) ... ok test_callback_large_struct (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_callback_large_struct) ... ok test_callback_register_double (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_callback_register_double) ... ok test_callback_register_int (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_callback_register_int) ... ok test_callback_too_many_args (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_callback_too_many_args) ... ok test_convert_result_error (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_convert_result_error) ... ok test_integrate (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_integrate) ... ok test_issue_8959_a (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_issue_8959_a) ... ok test_issue_8959_b (ctypes.test.test_callbacks.SampleCallbacksTestCase.test_issue_8959_b) ... skipped "'WINFUNCTYPE' is required" test_byte (ctypes.test.test_callbacks.StdcallCallbacks.test_byte) ... skipped "'WINFUNCTYPE' is required" test_char (ctypes.test.test_callbacks.StdcallCallbacks.test_char) ... skipped "'WINFUNCTYPE' is required" test_double (ctypes.test.test_callbacks.StdcallCallbacks.test_double) ... skipped "'WINFUNCTYPE' is required" test_float (ctypes.test.test_callbacks.StdcallCallbacks.test_float) ... skipped "'WINFUNCTYPE' is required" test_int (ctypes.test.test_callbacks.StdcallCallbacks.test_int) ... skipped "'WINFUNCTYPE' is required" test_issue12483 (ctypes.test.test_callbacks.StdcallCallbacks.test_issue12483) ... skipped "'WINFUNCTYPE' is required" test_issue_7959 (ctypes.test.test_callbacks.StdcallCallbacks.test_issue_7959) ... skipped "'WINFUNCTYPE' is required" test_long (ctypes.test.test_callbacks.StdcallCallbacks.test_long) ... skipped "'WINFUNCTYPE' is required" test_longdouble (ctypes.test.test_callbacks.StdcallCallbacks.test_longdouble) ... skipped "'WINFUNCTYPE' is required" test_longlong (ctypes.test.test_callbacks.StdcallCallbacks.test_longlong) ... skipped "'WINFUNCTYPE' is required" test_pyobject (ctypes.test.test_callbacks.StdcallCallbacks.test_pyobject) ... skipped "'WINFUNCTYPE' is required" test_short (ctypes.test.test_callbacks.StdcallCallbacks.test_short) ... skipped "'WINFUNCTYPE' is required" test_ubyte (ctypes.test.test_callbacks.StdcallCallbacks.test_ubyte) ... skipped "'WINFUNCTYPE' is required" test_uint (ctypes.test.test_callbacks.StdcallCallbacks.test_uint) ... skipped "'WINFUNCTYPE' is required" test_ulong (ctypes.test.test_callbacks.StdcallCallbacks.test_ulong) ... skipped "'WINFUNCTYPE' is required" test_ulonglong (ctypes.test.test_callbacks.StdcallCallbacks.test_ulonglong) ... skipped "'WINFUNCTYPE' is required" test_unsupported_restype_1 (ctypes.test.test_callbacks.StdcallCallbacks.test_unsupported_restype_1) ... skipped "'WINFUNCTYPE' is required" test_unsupported_restype_2 (ctypes.test.test_callbacks.StdcallCallbacks.test_unsupported_restype_2) ... skipped "'WINFUNCTYPE' is required" test_ushort (ctypes.test.test_callbacks.StdcallCallbacks.test_ushort) ... skipped "'WINFUNCTYPE' is required" test_address2pointer (ctypes.test.test_cast.Test.test_address2pointer) ... ok test_array2pointer (ctypes.test.test_cast.Test.test_array2pointer) ... ok test_bad_type_arg (ctypes.test.test_cast.Test.test_bad_type_arg) ... ok test_char_p (ctypes.test.test_cast.Test.test_char_p) ... ok test_other (ctypes.test.test_cast.Test.test_other) ... ok test_p2a_objects (ctypes.test.test_cast.Test.test_p2a_objects) ... ok test_wchar_p (ctypes.test.test_cast.Test.test_wchar_p) ... ok test_byte (ctypes.test.test_cfuncs.CFunctions.test_byte) ... ok test_byte_plus (ctypes.test.test_cfuncs.CFunctions.test_byte_plus) ... ok test_callwithresult (ctypes.test.test_cfuncs.CFunctions.test_callwithresult) ... ok test_double (ctypes.test.test_cfuncs.CFunctions.test_double) ... ok test_double_plus (ctypes.test.test_cfuncs.CFunctions.test_double_plus) ... ok test_float (ctypes.test.test_cfuncs.CFunctions.test_float) ... ok test_float_plus (ctypes.test.test_cfuncs.CFunctions.test_float_plus) ... ok test_int (ctypes.test.test_cfuncs.CFunctions.test_int) ... ok test_int_plus (ctypes.test.test_cfuncs.CFunctions.test_int_plus) ... ok test_long (ctypes.test.test_cfuncs.CFunctions.test_long) ... ok test_long_plus (ctypes.test.test_cfuncs.CFunctions.test_long_plus) ... ok test_longdouble (ctypes.test.test_cfuncs.CFunctions.test_longdouble) ... ok test_longdouble_plus (ctypes.test.test_cfuncs.CFunctions.test_longdouble_plus) ... ok test_longlong (ctypes.test.test_cfuncs.CFunctions.test_longlong) ... ok test_longlong_plus (ctypes.test.test_cfuncs.CFunctions.test_longlong_plus) ... ok test_short (ctypes.test.test_cfuncs.CFunctions.test_short) ... ok test_short_plus (ctypes.test.test_cfuncs.CFunctions.test_short_plus) ... ok test_ubyte (ctypes.test.test_cfuncs.CFunctions.test_ubyte) ... ok test_ubyte_plus (ctypes.test.test_cfuncs.CFunctions.test_ubyte_plus) ... ok test_uint (ctypes.test.test_cfuncs.CFunctions.test_uint) ... ok test_uint_plus (ctypes.test.test_cfuncs.CFunctions.test_uint_plus) ... ok test_ulong (ctypes.test.test_cfuncs.CFunctions.test_ulong) ... ok test_ulong_plus (ctypes.test.test_cfuncs.CFunctions.test_ulong_plus) ... ok test_ulonglong (ctypes.test.test_cfuncs.CFunctions.test_ulonglong) ... ok test_ulonglong_plus (ctypes.test.test_cfuncs.CFunctions.test_ulonglong_plus) ... ok test_ushort (ctypes.test.test_cfuncs.CFunctions.test_ushort) ... ok test_ushort_plus (ctypes.test.test_cfuncs.CFunctions.test_ushort_plus) ... ok test_void (ctypes.test.test_cfuncs.CFunctions.test_void) ... ok test_byte (ctypes.test.test_cfuncs.stdcallCFunctions.test_byte) ... skipped "'WinDLL' is required" test_byte_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_byte_plus) ... skipped "'WinDLL' is required" test_callwithresult (ctypes.test.test_cfuncs.stdcallCFunctions.test_callwithresult) ... skipped "'WinDLL' is required" test_double (ctypes.test.test_cfuncs.stdcallCFunctions.test_double) ... skipped "'WinDLL' is required" test_double_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_double_plus) ... skipped "'WinDLL' is required" test_float (ctypes.test.test_cfuncs.stdcallCFunctions.test_float) ... skipped "'WinDLL' is required" test_float_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_float_plus) ... skipped "'WinDLL' is required" test_int (ctypes.test.test_cfuncs.stdcallCFunctions.test_int) ... skipped "'WinDLL' is required" test_int_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_int_plus) ... skipped "'WinDLL' is required" test_long (ctypes.test.test_cfuncs.stdcallCFunctions.test_long) ... skipped "'WinDLL' is required" test_long_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_long_plus) ... skipped "'WinDLL' is required" test_longdouble (ctypes.test.test_cfuncs.stdcallCFunctions.test_longdouble) ... skipped "'WinDLL' is required" test_longdouble_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_longdouble_plus) ... skipped "'WinDLL' is required" test_longlong (ctypes.test.test_cfuncs.stdcallCFunctions.test_longlong) ... skipped "'WinDLL' is required" test_longlong_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_longlong_plus) ... skipped "'WinDLL' is required" test_short (ctypes.test.test_cfuncs.stdcallCFunctions.test_short) ... skipped "'WinDLL' is required" test_short_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_short_plus) ... skipped "'WinDLL' is required" test_ubyte (ctypes.test.test_cfuncs.stdcallCFunctions.test_ubyte) ... skipped "'WinDLL' is required" test_ubyte_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_ubyte_plus) ... skipped "'WinDLL' is required" test_uint (ctypes.test.test_cfuncs.stdcallCFunctions.test_uint) ... skipped "'WinDLL' is required" test_uint_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_uint_plus) ... skipped "'WinDLL' is required" test_ulong (ctypes.test.test_cfuncs.stdcallCFunctions.test_ulong) ... skipped "'WinDLL' is required" test_ulong_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_ulong_plus) ... skipped "'WinDLL' is required" test_ulonglong (ctypes.test.test_cfuncs.stdcallCFunctions.test_ulonglong) ... skipped "'WinDLL' is required" test_ulonglong_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_ulonglong_plus) ... skipped "'WinDLL' is required" test_ushort (ctypes.test.test_cfuncs.stdcallCFunctions.test_ushort) ... skipped "'WinDLL' is required" test_ushort_plus (ctypes.test.test_cfuncs.stdcallCFunctions.test_ushort_plus) ... skipped "'WinDLL' is required" test_void (ctypes.test.test_cfuncs.stdcallCFunctions.test_void) ... skipped "'WinDLL' is required" test_checkretval (ctypes.test.test_checkretval.Test.test_checkretval) ... ok test_oledll (ctypes.test.test_checkretval.Test.test_oledll) ... skipped "'oledll' is required" test_chararray (ctypes.test.test_delattr.TestCase.test_chararray) ... ok test_simple (ctypes.test.test_delattr.TestCase.test_simple) ... ok test_struct (ctypes.test.test_delattr.TestCase.test_struct) ... ok test_GetLastError (ctypes.test.test_errno.Test.test_GetLastError) ... skipped 'Test specific to Windows' test_open (ctypes.test.test_errno.Test.test_open) ... ok test_find_library_with_gcc (ctypes.test.test_find.FindLibraryLinux.test_find_library_with_gcc) ... ok test_find_library_with_ld (ctypes.test.test_find.FindLibraryLinux.test_find_library_with_ld) ... ok test_find_on_libpath (ctypes.test.test_find.FindLibraryLinux.test_find_on_libpath) ... ok OpenGL libraries: ('GL', 'libGL.so.1') ('GLU', None) ('gle', None) test_gl (ctypes.test.test_find.Test_OpenGL_libs.test_gl) ... ok test_gle (ctypes.test.test_find.Test_OpenGL_libs.test_gle) ... skipped 'lib_gle not available' test_glu (ctypes.test.test_find.Test_OpenGL_libs.test_glu) ... skipped 'lib_glu not available' test_shell_injection (ctypes.test.test_find.Test_OpenGL_libs.test_shell_injection) ... ok test_abstract (ctypes.test.test_frombuffer.Test.test_abstract) ... ok test_fortran_contiguous (ctypes.test.test_frombuffer.Test.test_fortran_contiguous) ... ok test_from_buffer (ctypes.test.test_frombuffer.Test.test_from_buffer) ... ok test_from_buffer_copy (ctypes.test.test_frombuffer.Test.test_from_buffer_copy) ... ok test_from_buffer_copy_with_offset (ctypes.test.test_frombuffer.Test.test_from_buffer_copy_with_offset) ... ok test_from_buffer_memoryview (ctypes.test.test_frombuffer.Test.test_from_buffer_memoryview) ... ok test_from_buffer_with_offset (ctypes.test.test_frombuffer.Test.test_from_buffer_with_offset) ... ok test_abstract (ctypes.test.test_funcptr.CFuncPtrTestCase.test_abstract) ... ok test_basic (ctypes.test.test_funcptr.CFuncPtrTestCase.test_basic) ... ok test_dllfunctions (ctypes.test.test_funcptr.CFuncPtrTestCase.test_dllfunctions) ... ok test_first (ctypes.test.test_funcptr.CFuncPtrTestCase.test_first) ... ok test_structures (ctypes.test.test_funcptr.CFuncPtrTestCase.test_structures) ... ok test_byval (ctypes.test.test_functions.FunctionTestCase.test_byval) ... ok test_callbacks (ctypes.test.test_functions.FunctionTestCase.test_callbacks) ... ok test_callbacks_2 (ctypes.test.test_functions.FunctionTestCase.test_callbacks_2) ... ok test_doubleresult (ctypes.test.test_functions.FunctionTestCase.test_doubleresult) ... ok test_errors (ctypes.test.test_functions.FunctionTestCase.test_errors) ... ok test_floatresult (ctypes.test.test_functions.FunctionTestCase.test_floatresult) ... ok test_intresult (ctypes.test.test_functions.FunctionTestCase.test_intresult) ... ok test_longdoubleresult (ctypes.test.test_functions.FunctionTestCase.test_longdoubleresult) ... ok test_longlong_callbacks (ctypes.test.test_functions.FunctionTestCase.test_longlong_callbacks) ... ok test_longlongresult (ctypes.test.test_functions.FunctionTestCase.test_longlongresult) ... ok test_mro (ctypes.test.test_functions.FunctionTestCase.test_mro) ... ok test_pointers (ctypes.test.test_functions.FunctionTestCase.test_pointers) ... ok test_sf1651235 (ctypes.test.test_functions.FunctionTestCase.test_sf1651235) ... ok test_shorts (ctypes.test.test_functions.FunctionTestCase.test_shorts) ... ok test_stringresult (ctypes.test.test_functions.FunctionTestCase.test_stringresult) ... ok test_struct_return_2H (ctypes.test.test_functions.FunctionTestCase.test_struct_return_2H) ... ok test_struct_return_2H_stdcall (ctypes.test.test_functions.FunctionTestCase.test_struct_return_2H_stdcall) ... skipped 'Windows-specific test' test_struct_return_8H (ctypes.test.test_functions.FunctionTestCase.test_struct_return_8H) ... ok test_struct_return_8H_stdcall (ctypes.test.test_functions.FunctionTestCase.test_struct_return_8H_stdcall) ... skipped 'Windows-specific test' test_voidresult (ctypes.test.test_functions.FunctionTestCase.test_voidresult) ... ok test_wchar_parm (ctypes.test.test_functions.FunctionTestCase.test_wchar_parm) ... ok test_wchar_result (ctypes.test.test_functions.FunctionTestCase.test_wchar_result) ... ok test_incomplete_example (ctypes.test.test_incomplete.MyTestCase.test_incomplete_example) ... ok test_get (ctypes.test.test_init.InitTest.test_get) ... ok test_c_char_p (ctypes.test.test_internals.ObjectsTestCase.test_c_char_p) ... ok test_embedded_structs (ctypes.test.test_internals.ObjectsTestCase.test_embedded_structs) ... ok test_ints (ctypes.test.test_internals.ObjectsTestCase.test_ints) ... ok test_ptr_struct (ctypes.test.test_internals.ObjectsTestCase.test_ptr_struct) ... ok test_simple_struct (ctypes.test.test_internals.ObjectsTestCase.test_simple_struct) ... ok test_xxx (ctypes.test.test_internals.ObjectsTestCase.test_xxx) ... ok test_cint_array (ctypes.test.test_keeprefs.ArrayTestCase.test_cint_array) ... ok test_p_cint (ctypes.test.test_keeprefs.PointerTestCase.test_p_cint) ... ok test (ctypes.test.test_keeprefs.PointerToStructure.test) ... ok test_ccharp (ctypes.test.test_keeprefs.SimpleTestCase.test_ccharp) ... ok test_cint (ctypes.test.test_keeprefs.SimpleTestCase.test_cint) ... ok test_ccharp_struct (ctypes.test.test_keeprefs.StructureTestCase.test_ccharp_struct) ... ok test_cint_struct (ctypes.test.test_keeprefs.StructureTestCase.test_cint_struct) ... ok test_struct_struct (ctypes.test.test_keeprefs.StructureTestCase.test_struct_struct) ... ok test_qsort (ctypes.test.test_libc.LibTest.test_qsort) ... ok test_sqrt (ctypes.test.test_libc.LibTest.test_sqrt) ... ok libc_name is libc.so.6 test_1703286_A (ctypes.test.test_loading.LoaderTest.test_1703286_A) ... skipped 'Windows-specific test' test_1703286_B (ctypes.test.test_loading.LoaderTest.test_1703286_B) ... skipped 'Windows-specific test' test_find (ctypes.test.test_loading.LoaderTest.test_find) ... ok test_load (ctypes.test.test_loading.LoaderTest.test_load) ... ok test_load_dll_with_flags (ctypes.test.test_loading.LoaderTest.test_load_dll_with_flags) ... skipped 'test specific to Windows' test_load_library (ctypes.test.test_loading.LoaderTest.test_load_library) ... skipped 'test specific to Windows' test_load_ordinal_functions (ctypes.test.test_loading.LoaderTest.test_load_ordinal_functions) ... skipped 'test specific to Windows' test_load_version (ctypes.test.test_loading.LoaderTest.test_load_version) ... ok test_find (ctypes.test.test_macholib.MachOTest.test_find) ... skipped 'OSX-specific test' test_framework_info (ctypes.test.test_macholib.MachOTest.test_framework_info) ... skipped 'OSX-specific test' test_info (ctypes.test.test_macholib.MachOTest.test_info) ... skipped 'OSX-specific test' test_cast (ctypes.test.test_memfunctions.MemFunctionsTest.test_cast) ... ok test_memmove (ctypes.test.test_memfunctions.MemFunctionsTest.test_memmove) ... ok test_memset (ctypes.test.test_memfunctions.MemFunctionsTest.test_memset) ... ok test_overflow (ctypes.test.test_memfunctions.MemFunctionsTest.test_overflow) ... skipped 'test disabled' test_string_at (ctypes.test.test_memfunctions.MemFunctionsTest.test_string_at) ... ok test_wstring_at (ctypes.test.test_memfunctions.MemFunctionsTest.test_wstring_at) ... ok test_alignments (ctypes.test.test_numbers.NumberTestCase.test_alignments) ... ok test_bool_values (ctypes.test.test_numbers.NumberTestCase.test_bool_values) ... ok test_byref (ctypes.test.test_numbers.NumberTestCase.test_byref) ... ok test_char_from_address (ctypes.test.test_numbers.NumberTestCase.test_char_from_address) ... ok test_default_init (ctypes.test.test_numbers.NumberTestCase.test_default_init) ... ok test_float_from_address (ctypes.test.test_numbers.NumberTestCase.test_float_from_address) ... ok test_float_overflow (ctypes.test.test_numbers.NumberTestCase.test_float_overflow) ... ok test_floats (ctypes.test.test_numbers.NumberTestCase.test_floats) ... ok test_from_param (ctypes.test.test_numbers.NumberTestCase.test_from_param) ... ok test_init (ctypes.test.test_numbers.NumberTestCase.test_init) ... ok test_int_from_address (ctypes.test.test_numbers.NumberTestCase.test_int_from_address) ... ok test_integers (ctypes.test.test_numbers.NumberTestCase.test_integers) ... ok test_signed_values (ctypes.test.test_numbers.NumberTestCase.test_signed_values) ... ok test_sizes (ctypes.test.test_numbers.NumberTestCase.test_sizes) ... ok test_typeerror (ctypes.test.test_numbers.NumberTestCase.test_typeerror) ... ok test_unsigned_values (ctypes.test.test_numbers.NumberTestCase.test_unsigned_values) ... ok test (ctypes.test.test_objects.TestCase.test) ... Trying: from ctypes import * Expecting nothing ok Trying: array = (c_char_p * 5)() Expecting nothing ok Trying: print(array._objects) Expecting: None ok Trying: array[4] = b'foo bar' Expecting nothing ok Trying: array._objects Expecting: {'4': b'foo bar'} ok Trying: array[4] Expecting: b'foo bar' ok Trying: class X(Structure): _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)] Expecting nothing ok Trying: x = X() Expecting nothing ok Trying: print(x._objects) Expecting: None ok Trying: print(x.array._b_base_) # doctest: +ELLIPSIS Expecting: ok Trying: x.array[0] = b'spam spam spam' Expecting nothing ok Trying: x._objects Expecting: {'0:2': b'spam spam spam'} ok Trying: x.array._b_base_._objects Expecting: {'0:2': b'spam spam spam'} ok 2 items had no tests: ctypes.test.test_objects.TestCase ctypes.test.test_objects.TestCase.test 1 items passed all tests: 13 tests in ctypes.test.test_objects 13 tests in 3 items. 13 passed and 0 failed. Test passed. ok test_abstract (ctypes.test.test_parameters.SimpleTypesTestCase.test_abstract) ... ok test_array_pointers (ctypes.test.test_parameters.SimpleTypesTestCase.test_array_pointers) ... ok test_byref_pointer (ctypes.test.test_parameters.SimpleTypesTestCase.test_byref_pointer) ... ok test_byref_pointerpointer (ctypes.test.test_parameters.SimpleTypesTestCase.test_byref_pointerpointer) ... ok test_cstrings (ctypes.test.test_parameters.SimpleTypesTestCase.test_cstrings) ... ok test_cw_strings (ctypes.test.test_parameters.SimpleTypesTestCase.test_cw_strings) ... ok test_from_param_result_refcount (ctypes.test.test_parameters.SimpleTypesTestCase.test_from_param_result_refcount) ... ok test_int_pointers (ctypes.test.test_parameters.SimpleTypesTestCase.test_int_pointers) ... ok test_issue31311 (ctypes.test.test_parameters.SimpleTypesTestCase.test_issue31311) ... ok test_noctypes_argtype (ctypes.test.test_parameters.SimpleTypesTestCase.test_noctypes_argtype) ... ok test_parameter_repr (ctypes.test.test_parameters.SimpleTypesTestCase.test_parameter_repr) ... ok test_subclasses (ctypes.test.test_parameters.SimpleTypesTestCase.test_subclasses) ... ok test_subclasses_c_wchar_p (ctypes.test.test_parameters.SimpleTypesTestCase.test_subclasses_c_wchar_p) ... ok test_endian_types (ctypes.test.test_pep3118.Test.test_endian_types) ... ok test_native_types (ctypes.test.test_pep3118.Test.test_native_types) ... ok test_simple (ctypes.test.test_pickling.PickleTest_0.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_0.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_0.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_0.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_1.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_1.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_1.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_1.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_2.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_2.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_2.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_2.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_3.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_3.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_3.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_3.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_4.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_4.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_4.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_4.test_wchar) ... ok test_simple (ctypes.test.test_pickling.PickleTest_5.test_simple) ... ok test_struct (ctypes.test.test_pickling.PickleTest_5.test_struct) ... ok test_unpickable (ctypes.test.test_pickling.PickleTest_5.test_unpickable) ... ok test_wchar (ctypes.test.test_pickling.PickleTest_5.test_wchar) ... ok test_abstract (ctypes.test.test_pointers.PointersTestCase.test_abstract) ... ok test_basic (ctypes.test.test_pointers.PointersTestCase.test_basic) ... ok test_basics (ctypes.test.test_pointers.PointersTestCase.test_basics) ... ok test_bug_1467852 (ctypes.test.test_pointers.PointersTestCase.test_bug_1467852) ... ok test_c_void_p (ctypes.test.test_pointers.PointersTestCase.test_c_void_p) ... ok test_callbacks_with_pointers (ctypes.test.test_pointers.PointersTestCase.test_callbacks_with_pointers) ... ok test_change_pointers (ctypes.test.test_pointers.PointersTestCase.test_change_pointers) ... ok test_charpp (ctypes.test.test_pointers.PointersTestCase.test_charpp) Test that a character pointer-to-pointer is correctly passed ... ok test_from_address (ctypes.test.test_pointers.PointersTestCase.test_from_address) ... ok test_other (ctypes.test.test_pointers.PointersTestCase.test_other) ... ok test_pass_pointers (ctypes.test.test_pointers.PointersTestCase.test_pass_pointers) ... ok test_pointer_crash (ctypes.test.test_pointers.PointersTestCase.test_pointer_crash) ... ok test_pointer_type_name (ctypes.test.test_pointers.PointersTestCase.test_pointer_type_name) ... ok test_pointer_type_str_name (ctypes.test.test_pointers.PointersTestCase.test_pointer_type_str_name) ... ok test_pointers_bool (ctypes.test.test_pointers.PointersTestCase.test_pointers_bool) ... ok test (ctypes.test.test_prototypes.ArrayTest.test) ... ok test_POINTER_c_char_arg (ctypes.test.test_prototypes.CharPointersTestCase.test_POINTER_c_char_arg) ... ok test_c_char_p_arg (ctypes.test.test_prototypes.CharPointersTestCase.test_c_char_p_arg) ... ok test_c_void_p_arg (ctypes.test.test_prototypes.CharPointersTestCase.test_c_void_p_arg) ... ok test_c_void_p_arg_with_c_wchar_p (ctypes.test.test_prototypes.CharPointersTestCase.test_c_void_p_arg_with_c_wchar_p) ... ok test_instance (ctypes.test.test_prototypes.CharPointersTestCase.test_instance) ... ok test_int_pointer_arg (ctypes.test.test_prototypes.CharPointersTestCase.test_int_pointer_arg) ... ok test_paramflags (ctypes.test.test_prototypes.CharPointersTestCase.test_paramflags) ... ok test_POINTER_c_wchar_arg (ctypes.test.test_prototypes.WCharPointersTestCase.test_POINTER_c_wchar_arg) ... ok test_c_wchar_p_arg (ctypes.test.test_prototypes.WCharPointersTestCase.test_c_wchar_p_arg) ... ok test_PyBytes_FromStringAndSize (ctypes.test.test_python_api.PythonAPITestCase.test_PyBytes_FromStringAndSize) ... ok test_PyLong_Long (ctypes.test.test_python_api.PythonAPITestCase.test_PyLong_Long) ... ok test_PyOS_snprintf (ctypes.test.test_python_api.PythonAPITestCase.test_PyOS_snprintf) ... ok test_PyObj_FromPtr (ctypes.test.test_python_api.PythonAPITestCase.test_PyObj_FromPtr) ... ok test_PyString_FromString (ctypes.test.test_python_api.PythonAPITestCase.test_PyString_FromString) ... ok test_pyobject_repr (ctypes.test.test_python_api.PythonAPITestCase.test_pyobject_repr) ... ok test_FloatDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase.test_FloatDivisionError) ... ok test_IntegerDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase.test_IntegerDivisionError) ... ok test_TypeErrorDivisionError (ctypes.test.test_random_things.CallbackTracbackTestCase.test_TypeErrorDivisionError) ... ok test_ValueError (ctypes.test.test_random_things.CallbackTracbackTestCase.test_ValueError) ... ok test (ctypes.test.test_random_things.call_function_TestCase.test) ... skipped 'Windows-specific test' test_callback (ctypes.test.test_refcounts.AnotherLeak.test_callback) ... ok test_callback_py_object_none_return (ctypes.test.test_refcounts.AnotherLeak.test_callback_py_object_none_return) ... ok test_1 (ctypes.test.test_refcounts.RefcountTestCase.test_1) ... ok test_refcount (ctypes.test.test_refcounts.RefcountTestCase.test_refcount) ... ok test_char (ctypes.test.test_repr.ReprTest.test_char) ... ok test_numbers (ctypes.test.test_repr.ReprTest.test_numbers) ... ok test_from_dll (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll) ... ok test_from_dll_refcount (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase.test_from_dll_refcount) ... ok test_with_prototype (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase.test_with_prototype) ... ok test_without_prototype (ctypes.test.test_returnfuncptrs.ReturnFuncPtrTestCase.test_without_prototype) ... ok test_compare (ctypes.test.test_simplesubclasses.Test.test_compare) ... ok test_ignore_retval (ctypes.test.test_simplesubclasses.Test.test_ignore_retval) ... ok test_int_callback (ctypes.test.test_simplesubclasses.Test.test_int_callback) ... ok test_int_struct (ctypes.test.test_simplesubclasses.Test.test_int_struct) ... ok test_16 (ctypes.test.test_sizes.SizesTestCase.test_16) ... ok test_32 (ctypes.test.test_sizes.SizesTestCase.test_32) ... ok test_64 (ctypes.test.test_sizes.SizesTestCase.test_64) ... ok test_8 (ctypes.test.test_sizes.SizesTestCase.test_8) ... ok test_size_t (ctypes.test.test_sizes.SizesTestCase.test_size_t) ... ok test_ssize_t (ctypes.test.test_sizes.SizesTestCase.test_ssize_t) ... ok test_char_array (ctypes.test.test_slicing.SlicesTestCase.test_char_array) ... ok test_char_ptr (ctypes.test.test_slicing.SlicesTestCase.test_char_ptr) ... ok test_char_ptr_with_free (ctypes.test.test_slicing.SlicesTestCase.test_char_ptr_with_free) ... ok test_getslice_cint (ctypes.test.test_slicing.SlicesTestCase.test_getslice_cint) ... ok test_setslice_cint (ctypes.test.test_slicing.SlicesTestCase.test_setslice_cint) ... ok test_wchar_ptr (ctypes.test.test_slicing.SlicesTestCase.test_wchar_ptr) ... ok test__POINTER_c_char (ctypes.test.test_stringptr.StringPtrTestCase.test__POINTER_c_char) ... ok test__c_char_p (ctypes.test.test_stringptr.StringPtrTestCase.test__c_char_p) ... ok test_functions (ctypes.test.test_stringptr.StringPtrTestCase.test_functions) ... ok test (ctypes.test.test_strings.StringArrayTestCase.test) ... ok test_c_buffer_raw (ctypes.test.test_strings.StringArrayTestCase.test_c_buffer_raw) ... ok test_c_buffer_value (ctypes.test.test_strings.StringArrayTestCase.test_c_buffer_value) ... ok test_del_segfault (ctypes.test.test_strings.StringArrayTestCase.test_del_segfault) ... ok test_param_1 (ctypes.test.test_strings.StringArrayTestCase.test_param_1) ... ok test_param_2 (ctypes.test.test_strings.StringArrayTestCase.test_param_2) ... ok test (ctypes.test.test_strings.WStringArrayTestCase.test) ... ok test_nonbmp (ctypes.test.test_strings.WStringArrayTestCase.test_nonbmp) ... ok test_basic_wstrings (ctypes.test.test_strings.WStringTestCase.test_basic_wstrings) ... skipped 'test disabled' test_toolong (ctypes.test.test_strings.WStringTestCase.test_toolong) ... skipped 'test disabled' test_wchar (ctypes.test.test_strings.WStringTestCase.test_wchar) ... ok test_1_A (ctypes.test.test_struct_fields.StructFieldsTestCase.test_1_A) ... ok test_1_B (ctypes.test.test_struct_fields.StructFieldsTestCase.test_1_B) ... ok test_2 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_2) ... ok test_3 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_3) ... ok test_4 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_4) ... ok test_5 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_5) ... ok test_6 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_6) ... ok test___get__ (ctypes.test.test_struct_fields.StructFieldsTestCase.test___get__) ... ok test___set__ (ctypes.test.test_struct_fields.StructFieldsTestCase.test___set__) ... ok test_gh99275 (ctypes.test.test_struct_fields.StructFieldsTestCase.test_gh99275) ... ok test (ctypes.test.test_structures.PointerMemberTestCase.test) ... ok test_none_to_pointer_fields (ctypes.test.test_structures.PointerMemberTestCase.test_none_to_pointer_fields) ... ok test_38368 (ctypes.test.test_structures.StructureTestCase.test_38368) ... ok test_abstract_class (ctypes.test.test_structures.StructureTestCase.test_abstract_class) ... ok test_array_in_struct (ctypes.test.test_structures.StructureTestCase.test_array_in_struct) ... ok test_bitfield_by_value (ctypes.test.test_structures.StructureTestCase.test_bitfield_by_value) ... skipped 'Test disabled for now - see bpo-16575/bpo-16576' test_conflicting_initializers (ctypes.test.test_structures.StructureTestCase.test_conflicting_initializers) ... ok test_empty (ctypes.test.test_structures.StructureTestCase.test_empty) ... ok test_fields (ctypes.test.test_structures.StructureTestCase.test_fields) ... ok test_huge_field_name (ctypes.test.test_structures.StructureTestCase.test_huge_field_name) ... ok test_init_errors (ctypes.test.test_structures.StructureTestCase.test_init_errors) ... ok test_initializers (ctypes.test.test_structures.StructureTestCase.test_initializers) ... ok test_intarray_fields (ctypes.test.test_structures.StructureTestCase.test_intarray_fields) ... ok test_invalid_field_types (ctypes.test.test_structures.StructureTestCase.test_invalid_field_types) ... ok test_invalid_name (ctypes.test.test_structures.StructureTestCase.test_invalid_name) ... ok test_keyword_initializers (ctypes.test.test_structures.StructureTestCase.test_keyword_initializers) ... ok test_methods (ctypes.test.test_structures.StructureTestCase.test_methods) ... ok test_nested_initializers (ctypes.test.test_structures.StructureTestCase.test_nested_initializers) ... ok test_packed (ctypes.test.test_structures.StructureTestCase.test_packed) ... ok test_packed_c_limits (ctypes.test.test_structures.StructureTestCase.test_packed_c_limits) ... ok test_pass_by_value (ctypes.test.test_structures.StructureTestCase.test_pass_by_value) ... ok test_pass_by_value_finalizer (ctypes.test.test_structures.StructureTestCase.test_pass_by_value_finalizer) ... ok test_pass_by_value_in_register (ctypes.test.test_structures.StructureTestCase.test_pass_by_value_in_register) ... ok test_positional_args (ctypes.test.test_structures.StructureTestCase.test_positional_args) ... ok test_simple_structs (ctypes.test.test_structures.StructureTestCase.test_simple_structs) ... ok test_struct_alignment (ctypes.test.test_structures.StructureTestCase.test_struct_alignment) ... ok test_structures_with_wchar (ctypes.test.test_structures.StructureTestCase.test_structures_with_wchar) ... ok test_union_by_value (ctypes.test.test_structures.StructureTestCase.test_union_by_value) ... skipped 'Test disabled for now - see bpo-16575/bpo-16576' test_unions (ctypes.test.test_structures.StructureTestCase.test_unions) ... ok test_subclass (ctypes.test.test_structures.SubclassesTest.test_subclass) ... ok test_subclass_delayed (ctypes.test.test_structures.SubclassesTest.test_subclass_delayed) ... ok test_contains_itself (ctypes.test.test_structures.TestRecursiveStructure.test_contains_itself) ... ok test_vice_versa (ctypes.test.test_structures.TestRecursiveStructure.test_vice_versa) ... ok test_native (ctypes.test.test_unaligned_structures.TestStructures.test_native) ... ok test_swapped (ctypes.test.test_unaligned_structures.TestStructures.test_swapped) ... ok test_buffers (ctypes.test.test_unicode.StringTestCase.test_buffers) ... ok test_embedded_null (ctypes.test.test_unicode.StringTestCase.test_embedded_null) ... ok test_func (ctypes.test.test_unicode.StringTestCase.test_func) ... ok test_wcslen (ctypes.test.test_unicode.StringTestCase.test_wcslen) ... ok test_buffers (ctypes.test.test_unicode.UnicodeTestCase.test_buffers) ... ok test_embedded_null (ctypes.test.test_unicode.UnicodeTestCase.test_embedded_null) ... ok test_wcslen (ctypes.test.test_unicode.UnicodeTestCase.test_wcslen) ... ok test_frozentable (ctypes.test.test_values.PythonValuesTestCase.test_frozentable) ... ok test_optimizeflag (ctypes.test.test_values.PythonValuesTestCase.test_optimizeflag) ... ok test_undefined (ctypes.test.test_values.PythonValuesTestCase.test_undefined) ... ok test_an_integer (ctypes.test.test_values.ValuesTestCase.test_an_integer) ... ok test_undefined (ctypes.test.test_values.ValuesTestCase.test_undefined) ... ok test_array_invalid_length (ctypes.test.test_varsize_struct.VarSizeTest.test_array_invalid_length) ... ok test_resize (ctypes.test.test_varsize_struct.VarSizeTest.test_resize) ... ok test_zerosized_array (ctypes.test.test_varsize_struct.VarSizeTest.test_zerosized_array) ... ok test_SEH (ctypes.test.test_win32.FunctionCallTestCase.test_SEH) ... skipped 'Windows-specific test' test_noargs (ctypes.test.test_win32.FunctionCallTestCase.test_noargs) ... skipped 'Windows-specific test' test_sizes (ctypes.test.test_win32.ReturnStructSizesTestCase.test_sizes) ... skipped 'Windows-specific test' test_struct_by_value (ctypes.test.test_win32.Structures.test_struct_by_value) ... ok test_winerror (ctypes.test.test_win32.TestWinError.test_winerror) ... skipped 'Windows-specific test' test_COMError (ctypes.test.test_win32.TestWintypes.test_COMError) ... skipped 'Windows-specific test' test_HWND (ctypes.test.test_win32.TestWintypes.test_HWND) ... skipped 'Windows-specific test' test_PARAM (ctypes.test.test_win32.TestWintypes.test_PARAM) ... skipped 'Windows-specific test' test_variant_bool (ctypes.test.test_wintypes.WinTypesTest.test_variant_bool) ... ok ---------------------------------------------------------------------- Ran 490 tests in 0.681s OK (skipped=77) 0:05:08 load avg: 0.67 [ 96/432/1] test_curses test_has_extended_color_support (test.test_curses.MiscTests.test_has_extended_color_support) ... ok test_ncurses_version (test.test_curses.MiscTests.test_ncurses_version) ... ncurses_version = curses.ncurses_version(major=6, minor=4, patch=20230520) ok test_update_lines_cols (test.test_curses.MiscTests.test_update_lines_cols) ... ok test_alt (test.test_curses.TestAscii.test_alt) ... ok test_ascii (test.test_curses.TestAscii.test_ascii) ... ok test_controlnames (test.test_curses.TestAscii.test_controlnames) ... ok test_ctrl (test.test_curses.TestAscii.test_ctrl) ... ok test_ctypes (test.test_curses.TestAscii.test_ctypes) ... ok test_unctrl (test.test_curses.TestAscii.test_unctrl) ... ok TERM=xterm-256color test_attributes (test.test_curses.TestCurses.test_attributes) ... ok test_background (test.test_curses.TestCurses.test_background) ... ok test_beep (test.test_curses.TestCurses.test_beep) ... ok test_borders_and_lines (test.test_curses.TestCurses.test_borders_and_lines) ... ok test_chgat (test.test_curses.TestCurses.test_chgat) ... ok test_clear (test.test_curses.TestCurses.test_clear) ... ok test_color_attrs (test.test_curses.TestCurses.test_color_attrs) ... ok test_color_content (test.test_curses.TestCurses.test_color_content) ... ok test_create_windows (test.test_curses.TestCurses.test_create_windows) ... ok test_curs_set (test.test_curses.TestCurses.test_curs_set) ... ok test_disallow_instantiation (test.test_curses.TestCurses.test_disallow_instantiation) ... ok test_enclose (test.test_curses.TestCurses.test_enclose) ... ok test_encoding (test.test_curses.TestCurses.test_encoding) ... ok test_endwin (test.test_curses.TestCurses.test_endwin) ... ok test_env_queries (test.test_curses.TestCurses.test_env_queries) ... ok test_escdelay (test.test_curses.TestCurses.test_escdelay) ... ok test_filter (test.test_curses.TestCurses.test_filter) ... ok test_flash (test.test_curses.TestCurses.test_flash) ... ok test_getch (test.test_curses.TestCurses.test_getch) ... ok test_getmouse (test.test_curses.TestCurses.test_getmouse) ... ok test_getstr (test.test_curses.TestCurses.test_getstr) ... ok test_getsyx (test.test_curses.TestCurses.test_getsyx) ... ok test_has_colors (test.test_curses.TestCurses.test_has_colors) ... ok test_has_key (test.test_curses.TestCurses.test_has_key) ... ok test_init_color (test.test_curses.TestCurses.test_init_color) ... ok test_init_pair (test.test_curses.TestCurses.test_init_pair) ... ok test_input_options (test.test_curses.TestCurses.test_input_options) ... ok test_insert_delete (test.test_curses.TestCurses.test_insert_delete) ... ok test_is_term_resized (test.test_curses.TestCurses.test_is_term_resized) ... ok test_issue13051 (test.test_curses.TestCurses.test_issue13051) ... ok test_issue21088 (test.test_curses.TestCurses.test_issue21088) ... ok test_issue6243 (test.test_curses.TestCurses.test_issue6243) ... ok test_keyname (test.test_curses.TestCurses.test_keyname) ... ok test_misc_module_funcs (test.test_curses.TestCurses.test_misc_module_funcs) ... ok test_move_cursor (test.test_curses.TestCurses.test_move_cursor) ... ok test_output_character (test.test_curses.TestCurses.test_output_character) ... ok test_output_options (test.test_curses.TestCurses.test_output_options) ... ok test_output_string (test.test_curses.TestCurses.test_output_string) ... ok test_output_string_embedded_null_chars (test.test_curses.TestCurses.test_output_string_embedded_null_chars) ... ok test_overlay (test.test_curses.TestCurses.test_overlay) ... ok test_pair_content (test.test_curses.TestCurses.test_pair_content) ... ok test_prog_mode (test.test_curses.TestCurses.test_prog_mode) ... ok test_putwin (test.test_curses.TestCurses.test_putwin) ... ok test_read_from_window (test.test_curses.TestCurses.test_read_from_window) ... ok test_refresh (test.test_curses.TestCurses.test_refresh) ... ok test_refresh_control (test.test_curses.TestCurses.test_refresh_control) ... ok test_resize (test.test_curses.TestCurses.test_resize) ... ok test_resize_term (test.test_curses.TestCurses.test_resize_term) ... ok test_resizeterm (test.test_curses.TestCurses.test_resizeterm) ... ok test_scroll (test.test_curses.TestCurses.test_scroll) ... ok test_start_color (test.test_curses.TestCurses.test_start_color) ... COLORS = 256 COLOR_PAIRS = 65536 ok test_tabsize (test.test_curses.TestCurses.test_tabsize) ... ok test_terminfo (test.test_curses.TestCurses.test_terminfo) ... ok test_typeahead (test.test_curses.TestCurses.test_typeahead) ... ok test_unctrl (test.test_curses.TestCurses.test_unctrl) ... ok test_unget_wch (test.test_curses.TestCurses.test_unget_wch) ... ok test_ungetch (test.test_curses.TestCurses.test_ungetch) ... ok test_use_default_colors (test.test_curses.TestCurses.test_use_default_colors) ... ok test_use_env (test.test_curses.TestCurses.test_use_env) ... ok test_userptr_memory_leak (test.test_curses.TestCurses.test_userptr_memory_leak) ... ok test_userptr_segfault (test.test_curses.TestCurses.test_userptr_segfault) ... ok test_userptr_without_set (test.test_curses.TestCurses.test_userptr_without_set) ... ok ---------------------------------------------------------------------- Ran 71 tests in 0.255s OK 0:05:09 load avg: 0.67 [ 97/432/1] test_dataclasses test_abc_implementation (test.test_dataclasses.TestAbstract.test_abc_implementation) ... ok test_maintain_abc (test.test_dataclasses.TestAbstract.test_maintain_abc) ... ok test_0_field_compare (test.test_dataclasses.TestCase.test_0_field_compare) ... ok test_1_field_compare (test.test_dataclasses.TestCase.test_1_field_compare) ... ok test_alternate_classmethod_constructor (test.test_dataclasses.TestCase.test_alternate_classmethod_constructor) ... ok test_class_attrs (test.test_dataclasses.TestCase.test_class_attrs) ... ok test_class_marker (test.test_dataclasses.TestCase.test_class_marker) ... ok test_class_var (test.test_dataclasses.TestCase.test_class_var) ... ok test_class_var_default_factory (test.test_dataclasses.TestCase.test_class_var_default_factory) ... ok test_class_var_frozen (test.test_dataclasses.TestCase.test_class_var_frozen) ... ok test_class_var_no_default (test.test_dataclasses.TestCase.test_class_var_no_default) ... ok test_class_var_with_default (test.test_dataclasses.TestCase.test_class_var_with_default) ... ok test_classvar_default_factory (test.test_dataclasses.TestCase.test_classvar_default_factory) ... ok test_clean_traceback_from_fields_exception (test.test_dataclasses.TestCase.test_clean_traceback_from_fields_exception) ... ok test_compare_subclasses (test.test_dataclasses.TestCase.test_compare_subclasses) ... ok test_dataclasses_pickleable (test.test_dataclasses.TestCase.test_dataclasses_pickleable) ... ok test_dataclasses_qualnames (test.test_dataclasses.TestCase.test_dataclasses_qualnames) ... ok test_default_factory (test.test_dataclasses.TestCase.test_default_factory) ... ok test_default_factory_derived (test.test_dataclasses.TestCase.test_default_factory_derived) ... ok test_default_factory_not_called_if_value_given (test.test_dataclasses.TestCase.test_default_factory_not_called_if_value_given) ... ok test_default_factory_with_no_init (test.test_dataclasses.TestCase.test_default_factory_with_no_init) ... ok test_deliberately_mutable_defaults (test.test_dataclasses.TestCase.test_deliberately_mutable_defaults) ... ok test_disallowed_mutable_defaults (test.test_dataclasses.TestCase.test_disallowed_mutable_defaults) ... ok test_dont_include_other_annotations (test.test_dataclasses.TestCase.test_dont_include_other_annotations) ... ok test_dynamic_class_creation (test.test_dataclasses.TestCase.test_dynamic_class_creation) ... ok test_dynamic_class_creation_using_field (test.test_dataclasses.TestCase.test_dynamic_class_creation_using_field) ... ok test_eq_order (test.test_dataclasses.TestCase.test_eq_order) ... ok test_field_default (test.test_dataclasses.TestCase.test_field_default) ... ok test_field_default_default_factory_error (test.test_dataclasses.TestCase.test_field_default_default_factory_error) ... ok test_field_metadata_custom_mapping (test.test_dataclasses.TestCase.test_field_metadata_custom_mapping) ... ok test_field_metadata_default (test.test_dataclasses.TestCase.test_field_metadata_default) ... ok test_field_metadata_mapping (test.test_dataclasses.TestCase.test_field_metadata_mapping) ... ok test_field_named_BUILTINS_frozen (test.test_dataclasses.TestCase.test_field_named_BUILTINS_frozen) ... ok test_field_named_like_builtin (test.test_dataclasses.TestCase.test_field_named_like_builtin) ... ok test_field_named_like_builtin_frozen (test.test_dataclasses.TestCase.test_field_named_like_builtin_frozen) ... ok test_field_named_object (test.test_dataclasses.TestCase.test_field_named_object) ... ok test_field_named_object_frozen (test.test_dataclasses.TestCase.test_field_named_object_frozen) ... ok test_field_named_self (test.test_dataclasses.TestCase.test_field_named_self) ... ok test_field_no_default (test.test_dataclasses.TestCase.test_field_no_default) ... ok test_field_order (test.test_dataclasses.TestCase.test_field_order) ... ok test_field_recursive_repr (test.test_dataclasses.TestCase.test_field_recursive_repr) ... ok test_field_repr (test.test_dataclasses.TestCase.test_field_repr) ... ok test_function_annotations (test.test_dataclasses.TestCase.test_function_annotations) ... ok test_generic_dataclasses (test.test_dataclasses.TestCase.test_generic_dataclasses) ... ok test_generic_dynamic (test.test_dataclasses.TestCase.test_generic_dynamic) ... ok test_generic_extending (test.test_dataclasses.TestCase.test_generic_extending) ... ok test_hash_field_rules (test.test_dataclasses.TestCase.test_hash_field_rules) ... ok test_helper_asdict (test.test_dataclasses.TestCase.test_helper_asdict) ... ok test_helper_asdict_builtin_containers (test.test_dataclasses.TestCase.test_helper_asdict_builtin_containers) ... ok test_helper_asdict_builtin_object_containers (test.test_dataclasses.TestCase.test_helper_asdict_builtin_object_containers) ... ok test_helper_asdict_copy_values (test.test_dataclasses.TestCase.test_helper_asdict_copy_values) ... ok test_helper_asdict_factory (test.test_dataclasses.TestCase.test_helper_asdict_factory) ... ok test_helper_asdict_namedtuple (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple) ... ok test_helper_asdict_namedtuple_derived (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_derived) ... ok test_helper_asdict_namedtuple_key (test.test_dataclasses.TestCase.test_helper_asdict_namedtuple_key) ... ok test_helper_asdict_nested (test.test_dataclasses.TestCase.test_helper_asdict_nested) ... ok test_helper_asdict_raises_on_classes (test.test_dataclasses.TestCase.test_helper_asdict_raises_on_classes) ... ok test_helper_astuple (test.test_dataclasses.TestCase.test_helper_astuple) ... ok test_helper_astuple_builtin_containers (test.test_dataclasses.TestCase.test_helper_astuple_builtin_containers) ... ok test_helper_astuple_builtin_object_containers (test.test_dataclasses.TestCase.test_helper_astuple_builtin_object_containers) ... ok test_helper_astuple_copy_values (test.test_dataclasses.TestCase.test_helper_astuple_copy_values) ... ok test_helper_astuple_factory (test.test_dataclasses.TestCase.test_helper_astuple_factory) ... ok test_helper_astuple_namedtuple (test.test_dataclasses.TestCase.test_helper_astuple_namedtuple) ... ok test_helper_astuple_nested (test.test_dataclasses.TestCase.test_helper_astuple_nested) ... ok test_helper_astuple_raises_on_classes (test.test_dataclasses.TestCase.test_helper_astuple_raises_on_classes) ... ok test_helper_fields_exception (test.test_dataclasses.TestCase.test_helper_fields_exception) ... ok test_helper_fields_with_class_instance (test.test_dataclasses.TestCase.test_helper_fields_with_class_instance) ... ok test_init_false_no_default (test.test_dataclasses.TestCase.test_init_false_no_default) ... ok test_init_in_order (test.test_dataclasses.TestCase.test_init_in_order) ... ok test_init_var (test.test_dataclasses.TestCase.test_init_var) ... ok test_init_var_default_factory (test.test_dataclasses.TestCase.test_init_var_default_factory) ... ok test_init_var_inheritance (test.test_dataclasses.TestCase.test_init_var_inheritance) ... ok test_init_var_no_default (test.test_dataclasses.TestCase.test_init_var_no_default) ... ok test_init_var_preserve_type (test.test_dataclasses.TestCase.test_init_var_preserve_type) ... ok test_init_var_with_default (test.test_dataclasses.TestCase.test_init_var_with_default) ... ok test_intermediate_non_dataclass (test.test_dataclasses.TestCase.test_intermediate_non_dataclass) ... ok test_is_dataclass (test.test_dataclasses.TestCase.test_is_dataclass) ... ok test_is_dataclass_genericalias (test.test_dataclasses.TestCase.test_is_dataclass_genericalias) ... ok test_is_dataclass_when_getattr_always_returns (test.test_dataclasses.TestCase.test_is_dataclass_when_getattr_always_returns) ... ok test_items_in_dicts (test.test_dataclasses.TestCase.test_items_in_dicts) ... ok test_missing_default (test.test_dataclasses.TestCase.test_missing_default) ... ok test_missing_default_factory (test.test_dataclasses.TestCase.test_missing_default_factory) ... ok test_missing_repr (test.test_dataclasses.TestCase.test_missing_repr) ... ok test_named_init_params (test.test_dataclasses.TestCase.test_named_init_params) ... ok test_no_fields (test.test_dataclasses.TestCase.test_no_fields) ... ok test_no_fields_but_member_variable (test.test_dataclasses.TestCase.test_no_fields_but_member_variable) ... ok test_no_options (test.test_dataclasses.TestCase.test_no_options) ... ok test_no_unhashable_default (test.test_dataclasses.TestCase.test_no_unhashable_default) ... ok test_not_in_compare (test.test_dataclasses.TestCase.test_not_in_compare) ... ok test_not_in_repr (test.test_dataclasses.TestCase.test_not_in_repr) ... ok test_not_other_dataclass (test.test_dataclasses.TestCase.test_not_other_dataclass) ... ok test_not_tuple (test.test_dataclasses.TestCase.test_not_tuple) ... ok test_one_field_no_default (test.test_dataclasses.TestCase.test_one_field_no_default) ... ok test_overwrite_fields_in_derived_class (test.test_dataclasses.TestCase.test_overwrite_fields_in_derived_class) ... ok test_overwrite_hash (test.test_dataclasses.TestCase.test_overwrite_hash) ... ok test_post_init (test.test_dataclasses.TestCase.test_post_init) ... ok test_post_init_classmethod (test.test_dataclasses.TestCase.test_post_init_classmethod) ... ok test_post_init_not_auto_added (test.test_dataclasses.TestCase.test_post_init_not_auto_added) ... ok test_post_init_staticmethod (test.test_dataclasses.TestCase.test_post_init_staticmethod) ... ok test_post_init_super (test.test_dataclasses.TestCase.test_post_init_super) ... ok test_recursive_annotation (test.test_dataclasses.TestCase.test_recursive_annotation) ... ok test_simple_compare (test.test_dataclasses.TestCase.test_simple_compare) ... ok test_two_fields_one_default (test.test_dataclasses.TestCase.test_two_fields_one_default) ... ok test_default_value (test.test_dataclasses.TestDescriptors.test_default_value) ... ok test_getting_field_calls_get (test.test_dataclasses.TestDescriptors.test_getting_field_calls_get) ... ok test_init_calls_set (test.test_dataclasses.TestDescriptors.test_init_calls_set) ... ok test_lookup_on_class (test.test_dataclasses.TestDescriptors.test_lookup_on_class) ... ok test_lookup_on_instance (test.test_dataclasses.TestDescriptors.test_lookup_on_instance) ... ok test_no_default_value (test.test_dataclasses.TestDescriptors.test_no_default_value) ... ok test_non_descriptor (test.test_dataclasses.TestDescriptors.test_non_descriptor) ... ok test_set_name (test.test_dataclasses.TestDescriptors.test_set_name) ... ok test_setting_field_calls_set (test.test_dataclasses.TestDescriptors.test_setting_field_calls_set) ... ok test_setting_uninitialized_descriptor_field (test.test_dataclasses.TestDescriptors.test_setting_uninitialized_descriptor_field) ... ok test_docstring_deque_field (test.test_dataclasses.TestDocString.test_docstring_deque_field) ... ok test_docstring_deque_field_with_default_factory (test.test_dataclasses.TestDocString.test_docstring_deque_field_with_default_factory) ... ok test_docstring_list_field (test.test_dataclasses.TestDocString.test_docstring_list_field) ... ok test_docstring_list_field_with_default_factory (test.test_dataclasses.TestDocString.test_docstring_list_field_with_default_factory) ... ok test_docstring_no_fields (test.test_dataclasses.TestDocString.test_docstring_no_fields) ... ok test_docstring_one_field (test.test_dataclasses.TestDocString.test_docstring_one_field) ... ok test_docstring_one_field_with_default (test.test_dataclasses.TestDocString.test_docstring_one_field_with_default) ... ok test_docstring_one_field_with_default_none (test.test_dataclasses.TestDocString.test_docstring_one_field_with_default_none) ... ok test_docstring_three_fields (test.test_dataclasses.TestDocString.test_docstring_three_fields) ... ok test_docstring_two_fields (test.test_dataclasses.TestDocString.test_docstring_two_fields) ... ok test_docstring_with_no_signature (test.test_dataclasses.TestDocString.test_docstring_with_no_signature) ... ok test_existing_docstring_not_overridden (test.test_dataclasses.TestDocString.test_existing_docstring_not_overridden) ... ok test_no_eq (test.test_dataclasses.TestEq.test_no_eq) ... ok test_overwriting_eq (test.test_dataclasses.TestEq.test_overwriting_eq) ... ok test_field_without_annotation (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation) ... ok test_field_without_annotation_but_annotation_in_base (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base) ... ok test_field_without_annotation_but_annotation_in_base_not_dataclass (test.test_dataclasses.TestFieldNoAnnotation.test_field_without_annotation_but_annotation_in_base_not_dataclass) ... ok test_frozen (test.test_dataclasses.TestFrozen.test_frozen) ... ok test_frozen_hash (test.test_dataclasses.TestFrozen.test_frozen_hash) ... ok test_inherit (test.test_dataclasses.TestFrozen.test_inherit) ... ok test_inherit_from_normal_class (test.test_dataclasses.TestFrozen.test_inherit_from_normal_class) ... ok test_inherit_frozen_from_nonfrozen (test.test_dataclasses.TestFrozen.test_inherit_frozen_from_nonfrozen) ... ok test_inherit_nonfrozen_from_empty (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty) ... ok test_inherit_nonfrozen_from_empty_frozen (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_empty_frozen) ... ok test_inherit_nonfrozen_from_frozen (test.test_dataclasses.TestFrozen.test_inherit_nonfrozen_from_frozen) ... ok test_non_frozen_normal_derived (test.test_dataclasses.TestFrozen.test_non_frozen_normal_derived) ... ok test_overwriting_frozen (test.test_dataclasses.TestFrozen.test_overwriting_frozen) ... ok test_0_field_hash (test.test_dataclasses.TestHash.test_0_field_hash) ... ok test_1_field_hash (test.test_dataclasses.TestHash.test_1_field_hash) ... ok test_eq_only (test.test_dataclasses.TestHash.test_eq_only) ... ok test_hash_no_args (test.test_dataclasses.TestHash.test_hash_no_args) ... ok test_hash_rules (test.test_dataclasses.TestHash.test_hash_rules) ... ok test_unsafe_hash (test.test_dataclasses.TestHash.test_unsafe_hash) ... ok test_base_has_init (test.test_dataclasses.TestInit.test_base_has_init) ... ok test_inherit_from_protocol (test.test_dataclasses.TestInit.test_inherit_from_protocol) ... ok test_no_init (test.test_dataclasses.TestInit.test_no_init) ... ok test_overwriting_init (test.test_dataclasses.TestInit.test_overwriting_init) ... ok test_KW_ONLY (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY) ... ok test_KW_ONLY_as_string (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_as_string) ... ok test_KW_ONLY_twice (test.test_dataclasses.TestKeywordArgs.test_KW_ONLY_twice) ... ok test_defaults (test.test_dataclasses.TestKeywordArgs.test_defaults) ... ok test_field_marked_as_kwonly (test.test_dataclasses.TestKeywordArgs.test_field_marked_as_kwonly) ... ok test_make_dataclass (test.test_dataclasses.TestKeywordArgs.test_make_dataclass) ... ok test_match_args (test.test_dataclasses.TestKeywordArgs.test_match_args) ... ok test_no_classvar_kwarg (test.test_dataclasses.TestKeywordArgs.test_no_classvar_kwarg) ... ok test_post_init (test.test_dataclasses.TestKeywordArgs.test_post_init) ... ok test_base (test.test_dataclasses.TestMakeDataclass.test_base) ... ok test_base_dataclass (test.test_dataclasses.TestMakeDataclass.test_base_dataclass) ... ok test_class_var (test.test_dataclasses.TestMakeDataclass.test_class_var) ... ok test_duplicate_field_names (test.test_dataclasses.TestMakeDataclass.test_duplicate_field_names) ... ok test_funny_class_names_names (test.test_dataclasses.TestMakeDataclass.test_funny_class_names_names) ... ok test_init_var (test.test_dataclasses.TestMakeDataclass.test_init_var) ... ok test_invalid_type_specification (test.test_dataclasses.TestMakeDataclass.test_invalid_type_specification) ... ok test_keyword_field_names (test.test_dataclasses.TestMakeDataclass.test_keyword_field_names) ... ok test_no_mutate_namespace (test.test_dataclasses.TestMakeDataclass.test_no_mutate_namespace) ... ok test_no_types (test.test_dataclasses.TestMakeDataclass.test_no_types) ... ok test_non_identifier_field_names (test.test_dataclasses.TestMakeDataclass.test_non_identifier_field_names) ... ok test_other_params (test.test_dataclasses.TestMakeDataclass.test_other_params) ... ok test_simple (test.test_dataclasses.TestMakeDataclass.test_simple) ... ok test_underscore_field_names (test.test_dataclasses.TestMakeDataclass.test_underscore_field_names) ... ok test_bpo_43764 (test.test_dataclasses.TestMatchArgs.test_bpo_43764) ... ok test_explicit_match_args (test.test_dataclasses.TestMatchArgs.test_explicit_match_args) ... ok test_make_dataclasses (test.test_dataclasses.TestMatchArgs.test_make_dataclasses) ... ok test_match_args (test.test_dataclasses.TestMatchArgs.test_match_args) ... ok test_match_args_argument (test.test_dataclasses.TestMatchArgs.test_match_args_argument) ... ok test_functools_total_ordering (test.test_dataclasses.TestOrdering.test_functools_total_ordering) ... ok test_no_order (test.test_dataclasses.TestOrdering.test_no_order) ... ok test_overwriting_order (test.test_dataclasses.TestOrdering.test_overwriting_order) ... ok test (test.test_dataclasses.TestReplace.test) ... ok test_classvar (test.test_dataclasses.TestReplace.test_classvar) ... ok test_frozen (test.test_dataclasses.TestReplace.test_frozen) ... ok test_initvar_is_specified (test.test_dataclasses.TestReplace.test_initvar_is_specified) ... ok test_initvar_with_default_value (test.test_dataclasses.TestReplace.test_initvar_with_default_value) ... ok test_invalid_field_name (test.test_dataclasses.TestReplace.test_invalid_field_name) ... ok test_invalid_object (test.test_dataclasses.TestReplace.test_invalid_object) ... ok test_no_init (test.test_dataclasses.TestReplace.test_no_init) ... ok test_recursive_repr (test.test_dataclasses.TestReplace.test_recursive_repr) ... ok test_recursive_repr_indirection (test.test_dataclasses.TestReplace.test_recursive_repr_indirection) ... ok test_recursive_repr_indirection_two (test.test_dataclasses.TestReplace.test_recursive_repr_indirection_two) ... ok test_recursive_repr_misc_attrs (test.test_dataclasses.TestReplace.test_recursive_repr_misc_attrs) ... ok test_recursive_repr_two_attrs (test.test_dataclasses.TestReplace.test_recursive_repr_two_attrs) ... ok test_no_repr (test.test_dataclasses.TestRepr.test_no_repr) ... ok test_overwriting_repr (test.test_dataclasses.TestRepr.test_overwriting_repr) ... ok test_repr (test.test_dataclasses.TestRepr.test_repr) ... ok test_add_slots_when_slots_exists (test.test_dataclasses.TestSlots.test_add_slots_when_slots_exists) ... ok test_cant_inherit_from_iterator_slots (test.test_dataclasses.TestSlots.test_cant_inherit_from_iterator_slots) ... ok test_derived_added_field (test.test_dataclasses.TestSlots.test_derived_added_field) ... ok test_frozen_pickle (test.test_dataclasses.TestSlots.test_frozen_pickle) ... ok test_frozen_slots_pickle_custom_state (test.test_dataclasses.TestSlots.test_frozen_slots_pickle_custom_state) ... ok test_generated_slots (test.test_dataclasses.TestSlots.test_generated_slots) ... ok test_generated_slots_value (test.test_dataclasses.TestSlots.test_generated_slots_value) ... ok test_returns_new_class (test.test_dataclasses.TestSlots.test_returns_new_class) ... ok test_simple (test.test_dataclasses.TestSlots.test_simple) ... ok test_slots_no_weakref (test.test_dataclasses.TestSlots.test_slots_no_weakref) ... ok test_slots_weakref (test.test_dataclasses.TestSlots.test_slots_weakref) ... ok test_slots_weakref_base_str (test.test_dataclasses.TestSlots.test_slots_weakref_base_str) ... ok test_slots_weakref_base_tuple (test.test_dataclasses.TestSlots.test_slots_weakref_base_tuple) ... ok test_slots_with_default_factory_no_init (test.test_dataclasses.TestSlots.test_slots_with_default_factory_no_init) ... ok test_slots_with_default_no_init (test.test_dataclasses.TestSlots.test_slots_with_default_no_init) ... ok test_weakref_slot_make_dataclass (test.test_dataclasses.TestSlots.test_weakref_slot_make_dataclass) ... ok test_weakref_slot_normal_base_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_normal_base_weakref_slot) ... ok test_weakref_slot_subclass_no_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_subclass_no_weakref_slot) ... ok test_weakref_slot_subclass_weakref_slot (test.test_dataclasses.TestSlots.test_weakref_slot_subclass_weakref_slot) ... ok test_weakref_slot_without_slot (test.test_dataclasses.TestSlots.test_weakref_slot_without_slot) ... ok test_classvar (test.test_dataclasses.TestStringAnnotations.test_classvar) ... ok test_classvar_module_level_import (test.test_dataclasses.TestStringAnnotations.test_classvar_module_level_import) ... ok test_initvar (test.test_dataclasses.TestStringAnnotations.test_initvar) ... ok test_isnt_classvar (test.test_dataclasses.TestStringAnnotations.test_isnt_classvar) ... ok test_isnt_initvar (test.test_dataclasses.TestStringAnnotations.test_isnt_initvar) ... ok test_text_annotations (test.test_dataclasses.TestStringAnnotations.test_text_annotations) ... ok ---------------------------------------------------------------------- Ran 223 tests in 0.107s OK 0:05:10 load avg: 0.67 [ 98/432/1] test_datetime test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DATE_GET) ... skipped 'Not relevant in pure Python' test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_DELTA_GET) ... skipped 'Not relevant in pure Python' test_PyDateTime_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_GET) ... skipped 'Not relevant in pure Python' test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Pure.test_PyDateTime_TIME_GET) ... skipped 'Not relevant in pure Python' test_check_date (test.datetimetester.CapiTest_Pure.test_check_date) ... skipped 'Not relevant in pure Python' test_check_datetime (test.datetimetester.CapiTest_Pure.test_check_datetime) ... skipped 'Not relevant in pure Python' test_check_delta (test.datetimetester.CapiTest_Pure.test_check_delta) ... skipped 'Not relevant in pure Python' test_check_time (test.datetimetester.CapiTest_Pure.test_check_time) ... skipped 'Not relevant in pure Python' test_check_tzinfo (test.datetimetester.CapiTest_Pure.test_check_tzinfo) ... skipped 'Not relevant in pure Python' test_date_from_date (test.datetimetester.CapiTest_Pure.test_date_from_date) ... skipped 'Not relevant in pure Python' test_date_from_timestamp (test.datetimetester.CapiTest_Pure.test_date_from_timestamp) ... skipped 'Not relevant in pure Python' test_datetime_from_dateandtime (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtime) ... skipped 'Not relevant in pure Python' test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Pure.test_datetime_from_dateandtimeandfold) ... skipped 'Not relevant in pure Python' test_datetime_from_timestamp (test.datetimetester.CapiTest_Pure.test_datetime_from_timestamp) ... skipped 'Not relevant in pure Python' test_delta_from_dsu (test.datetimetester.CapiTest_Pure.test_delta_from_dsu) ... skipped 'Not relevant in pure Python' test_time_from_time (test.datetimetester.CapiTest_Pure.test_time_from_time) ... skipped 'Not relevant in pure Python' test_time_from_timeandfold (test.datetimetester.CapiTest_Pure.test_time_from_timeandfold) ... skipped 'Not relevant in pure Python' test_timezones_capi (test.datetimetester.CapiTest_Pure.test_timezones_capi) ... skipped 'Not relevant in pure Python' test_timezones_offset_zero (test.datetimetester.CapiTest_Pure.test_timezones_offset_zero) ... skipped 'Not relevant in pure Python' test_utc_capi (test.datetimetester.CapiTest_Pure.test_utc_capi) ... skipped 'Not relevant in pure Python' test_folds (test.datetimetester.IranTest_Pure.test_folds) ... ok test_gaps (test.datetimetester.IranTest_Pure.test_gaps) ... ok test_system_transitions (test.datetimetester.IranTest_Pure.test_system_transitions) ... skipped 'time module has no attribute tzset' test_bug_1028306 (test.datetimetester.Oddballs_Pure.test_bug_1028306) ... ok test_check_arg_types (test.datetimetester.Oddballs_Pure.test_check_arg_types) ... ok test_extra_attributes (test.datetimetester.Oddballs_Pure.test_extra_attributes) ... ok test_backdoor_resistance (test.datetimetester.TestDate_Pure.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestDate_Pure.test_bad_constructor_arguments) ... ok test_basic_attributes (test.datetimetester.TestDate_Pure.test_basic_attributes) ... ok test_bool (test.datetimetester.TestDate_Pure.test_bool) ... ok test_compare (test.datetimetester.TestDate_Pure.test_compare) ... ok test_compat_unpickle (test.datetimetester.TestDate_Pure.test_compat_unpickle) ... ok test_computations (test.datetimetester.TestDate_Pure.test_computations) ... ok test_ctime (test.datetimetester.TestDate_Pure.test_ctime) ... ok test_extreme_ordinals (test.datetimetester.TestDate_Pure.test_extreme_ordinals) ... ok test_extreme_timedelta (test.datetimetester.TestDate_Pure.test_extreme_timedelta) ... ok test_format (test.datetimetester.TestDate_Pure.test_format) ... ok test_fromisocalendar (test.datetimetester.TestDate_Pure.test_fromisocalendar) ... ok test_fromisocalendar_type_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_type_errors) ... ok test_fromisocalendar_value_errors (test.datetimetester.TestDate_Pure.test_fromisocalendar_value_errors) ... ok test_fromisoformat (test.datetimetester.TestDate_Pure.test_fromisoformat) ... ok test_fromisoformat_date_examples (test.datetimetester.TestDate_Pure.test_fromisoformat_date_examples) ... ok test_fromisoformat_fails (test.datetimetester.TestDate_Pure.test_fromisoformat_fails) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Pure.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_subclass (test.datetimetester.TestDate_Pure.test_fromisoformat_subclass) ... ok test_fromtimestamp (test.datetimetester.TestDate_Pure.test_fromtimestamp) ... ok test_harmful_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestDate_Pure.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestDate_Pure.test_hash_equality) ... ok test_insane_fromtimestamp (test.datetimetester.TestDate_Pure.test_insane_fromtimestamp) ... ok test_iso_long_years (test.datetimetester.TestDate_Pure.test_iso_long_years) ... ok test_isocalendar (test.datetimetester.TestDate_Pure.test_isocalendar) ... ok test_isocalendar_pickling (test.datetimetester.TestDate_Pure.test_isocalendar_pickling) Test that the result of datetime.isocalendar() can be pickled. ... ok test_isoformat (test.datetimetester.TestDate_Pure.test_isoformat) ... ok test_mixed_compare (test.datetimetester.TestDate_Pure.test_mixed_compare) ... ok test_ordinal_conversions (test.datetimetester.TestDate_Pure.test_ordinal_conversions) ... ok test_overflow (test.datetimetester.TestDate_Pure.test_overflow) ... ok test_pickling (test.datetimetester.TestDate_Pure.test_pickling) ... ok test_pickling_subclass_date (test.datetimetester.TestDate_Pure.test_pickling_subclass_date) ... ok test_replace (test.datetimetester.TestDate_Pure.test_replace) ... ok test_resolution_info (test.datetimetester.TestDate_Pure.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestDate_Pure.test_roundtrip) ... ok test_strftime (test.datetimetester.TestDate_Pure.test_strftime) ... ok test_strftime_trailing_percent (test.datetimetester.TestDate_Pure.test_strftime_trailing_percent) ... ok test_strftime_y2k (test.datetimetester.TestDate_Pure.test_strftime_y2k) ... ok test_subclass_alternate_constructors (test.datetimetester.TestDate_Pure.test_subclass_alternate_constructors) ... ok test_subclass_date (test.datetimetester.TestDate_Pure.test_subclass_date) ... ok test_subclass_replace (test.datetimetester.TestDate_Pure.test_subclass_replace) ... ok test_timetuple (test.datetimetester.TestDate_Pure.test_timetuple) ... ok test_today (test.datetimetester.TestDate_Pure.test_today) ... ok test_weekday (test.datetimetester.TestDate_Pure.test_weekday) ... ok test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Pure.test_delta_non_days_ignored) ... ok test_astimezone (test.datetimetester.TestDateTime_Pure.test_astimezone) ... ok test_backdoor_resistance (test.datetimetester.TestDateTime_Pure.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestDateTime_Pure.test_bad_constructor_arguments) ... ok test_basic_attributes (test.datetimetester.TestDateTime_Pure.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Pure.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestDateTime_Pure.test_bool) ... ok test_combine (test.datetimetester.TestDateTime_Pure.test_combine) ... ok test_compare (test.datetimetester.TestDateTime_Pure.test_compare) ... ok test_compat_unpickle (test.datetimetester.TestDateTime_Pure.test_compat_unpickle) ... ok test_computations (test.datetimetester.TestDateTime_Pure.test_computations) ... ok test_ctime (test.datetimetester.TestDateTime_Pure.test_ctime) ... ok test_extract (test.datetimetester.TestDateTime_Pure.test_extract) ... ok test_extreme_ordinals (test.datetimetester.TestDateTime_Pure.test_extreme_ordinals) ... ok test_extreme_timedelta (test.datetimetester.TestDateTime_Pure.test_extreme_timedelta) ... ok test_format (test.datetimetester.TestDateTime_Pure.test_format) ... ok test_fromisocalendar (test.datetimetester.TestDateTime_Pure.test_fromisocalendar) ... ok test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_type_errors) ... ok test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Pure.test_fromisocalendar_value_errors) ... ok test_fromisoformat (test.datetimetester.TestDateTime_Pure.test_fromisoformat) ... ok test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Pure.test_fromisoformat_ambiguous) ... ok test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_date_examples) ... ok test_fromisoformat_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime) ... ok test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Pure.test_fromisoformat_datetime_examples) ... ok test_fromisoformat_fails (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails) ... ok test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_datetime) ... ok test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_surrogate) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Pure.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_separators (test.datetimetester.TestDateTime_Pure.test_fromisoformat_separators) ... ok test_fromisoformat_subclass (test.datetimetester.TestDateTime_Pure.test_fromisoformat_subclass) ... ok test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timespecs) ... ok test_fromisoformat_timezone (test.datetimetester.TestDateTime_Pure.test_fromisoformat_timezone) ... ok test_fromisoformat_utc (test.datetimetester.TestDateTime_Pure.test_fromisoformat_utc) ... ok test_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_fromtimestamp) ... ok test_fromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_fromtimestamp_limits) ... ok test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Pure.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestDateTime_Pure.test_hash_equality) ... ok test_insane_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_fromtimestamp) ... ok test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_insane_utcfromtimestamp) ... ok test_iso_long_years (test.datetimetester.TestDateTime_Pure.test_iso_long_years) ... ok test_isocalendar (test.datetimetester.TestDateTime_Pure.test_isocalendar) ... ok test_isocalendar_pickling (test.datetimetester.TestDateTime_Pure.test_isocalendar_pickling) Test that the result of datetime.isocalendar() can be pickled. ... ok test_isoformat (test.datetimetester.TestDateTime_Pure.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestDateTime_Pure.test_isoformat_timezone) ... ok test_microsecond_rounding (test.datetimetester.TestDateTime_Pure.test_microsecond_rounding) ... ok test_mixed_compare (test.datetimetester.TestDateTime_Pure.test_mixed_compare) ... ok test_more_compare (test.datetimetester.TestDateTime_Pure.test_more_compare) ... ok test_more_ctime (test.datetimetester.TestDateTime_Pure.test_more_ctime) ... ok test_more_pickling (test.datetimetester.TestDateTime_Pure.test_more_pickling) ... ok test_more_strftime (test.datetimetester.TestDateTime_Pure.test_more_strftime) ... ok test_more_timetuple (test.datetimetester.TestDateTime_Pure.test_more_timetuple) ... ok test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_fromtimestamp) ... ok test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_negative_float_utcfromtimestamp) ... ok test_ordinal_conversions (test.datetimetester.TestDateTime_Pure.test_ordinal_conversions) ... ok test_overflow (test.datetimetester.TestDateTime_Pure.test_overflow) ... ok test_pickling (test.datetimetester.TestDateTime_Pure.test_pickling) ... ok test_pickling_subclass_date (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_date) ... ok test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_pickling_subclass_datetime) ... ok test_replace (test.datetimetester.TestDateTime_Pure.test_replace) ... ok test_resolution_info (test.datetimetester.TestDateTime_Pure.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestDateTime_Pure.test_roundtrip) ... ok test_strftime (test.datetimetester.TestDateTime_Pure.test_strftime) ... ok test_strftime_trailing_percent (test.datetimetester.TestDateTime_Pure.test_strftime_trailing_percent) ... ok test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Pure.test_strftime_with_bad_tzname_replace) ... ok test_strftime_y2k (test.datetimetester.TestDateTime_Pure.test_strftime_y2k) ... ok test_strptime (test.datetimetester.TestDateTime_Pure.test_strptime) ... ok test_strptime_single_digit (test.datetimetester.TestDateTime_Pure.test_strptime_single_digit) ... ok test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors) ... ok test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_alternate_constructors_datetime) ... ok test_subclass_date (test.datetimetester.TestDateTime_Pure.test_subclass_date) ... ok test_subclass_datetime (test.datetimetester.TestDateTime_Pure.test_subclass_datetime) ... ok test_subclass_now (test.datetimetester.TestDateTime_Pure.test_subclass_now) ... ok test_subclass_replace (test.datetimetester.TestDateTime_Pure.test_subclass_replace) ... ok test_timestamp_aware (test.datetimetester.TestDateTime_Pure.test_timestamp_aware) ... ok test_timestamp_limits (test.datetimetester.TestDateTime_Pure.test_timestamp_limits) ... ok test_timestamp_naive (test.datetimetester.TestDateTime_Pure.test_timestamp_naive) ... ok test_timetuple (test.datetimetester.TestDateTime_Pure.test_timetuple) ... ok test_today (test.datetimetester.TestDateTime_Pure.test_today) ... ok test_tz_independent_comparing (test.datetimetester.TestDateTime_Pure.test_tz_independent_comparing) ... ok test_utcfromtimestamp (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp) ... ok test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Pure.test_utcfromtimestamp_limits) ... ok test_utcnow (test.datetimetester.TestDateTime_Pure.test_utcnow) ... ok test_weekday (test.datetimetester.TestDateTime_Pure.test_weekday) ... ok test_argument_passing (test.datetimetester.TestDateTimeTZ_Pure.test_argument_passing) ... ok test_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone) ... ok test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_eastern) ... ok test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_near_fold) ... ok test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Pure.test_astimezone_default_utc) ... ok test_aware_compare (test.datetimetester.TestDateTimeTZ_Pure.test_aware_compare) ... ok test_aware_subtract (test.datetimetester.TestDateTimeTZ_Pure.test_aware_subtract) ... ok test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Pure.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Pure.test_bad_constructor_arguments) ... ok test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_bad_tzinfo_classes) ... ok test_basic_attributes (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Pure.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestDateTimeTZ_Pure.test_bool) ... ok test_combine (test.datetimetester.TestDateTimeTZ_Pure.test_combine) ... ok test_compare (test.datetimetester.TestDateTimeTZ_Pure.test_compare) ... ok test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Pure.test_compat_unpickle) ... ok test_computations (test.datetimetester.TestDateTimeTZ_Pure.test_computations) ... ok test_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_ctime) ... ok test_even_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_even_more_compare) ... ok test_extract (test.datetimetester.TestDateTimeTZ_Pure.test_extract) ... ok test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_hashes) ... ok test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_ordinals) ... ok test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Pure.test_extreme_timedelta) ... ok test_format (test.datetimetester.TestDateTimeTZ_Pure.test_format) ... ok test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar) ... ok test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_type_errors) ... ok test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Pure.test_fromisocalendar_value_errors) ... ok test_fromisoformat (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat) ... ok test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_ambiguous) ... ok test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_date_examples) ... ok test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime) ... ok test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_datetime_examples) ... ok test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails) ... ok test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_datetime) ... ok test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_surrogate) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_separators) ... ok test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_subclass) ... ok test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timespecs) ... ok test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_timezone) ... ok test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Pure.test_fromisoformat_utc) ... ok test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp) ... ok test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_fromtimestamp_limits) ... ok test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Pure.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestDateTimeTZ_Pure.test_hash_equality) ... ok test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_fromtimestamp) ... ok test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_insane_utcfromtimestamp) ... ok test_iso_long_years (test.datetimetester.TestDateTimeTZ_Pure.test_iso_long_years) ... ok test_isocalendar (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar) ... ok test_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_isocalendar_pickling) Test that the result of datetime.isocalendar() can be pickled. ... ok test_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Pure.test_isoformat_timezone) ... ok test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Pure.test_microsecond_rounding) ... ok test_mixed_compare (test.datetimetester.TestDateTimeTZ_Pure.test_mixed_compare) ... ok test_more_astimezone (test.datetimetester.TestDateTimeTZ_Pure.test_more_astimezone) ... ok test_more_compare (test.datetimetester.TestDateTimeTZ_Pure.test_more_compare) ... ok test_more_ctime (test.datetimetester.TestDateTimeTZ_Pure.test_more_ctime) ... ok test_more_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_more_pickling) ... ok test_more_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_more_strftime) ... ok test_more_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_more_timetuple) ... ok test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_fromtimestamp) ... ok test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_negative_float_utcfromtimestamp) ... ok test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Pure.test_ordinal_conversions) ... ok test_overflow (test.datetimetester.TestDateTimeTZ_Pure.test_overflow) ... ok test_pickling (test.datetimetester.TestDateTimeTZ_Pure.test_pickling) ... ok test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_date) ... ok test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_pickling_subclass_datetime) ... ok test_replace (test.datetimetester.TestDateTimeTZ_Pure.test_replace) ... ok test_resolution_info (test.datetimetester.TestDateTimeTZ_Pure.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestDateTimeTZ_Pure.test_roundtrip) ... ok test_strftime (test.datetimetester.TestDateTimeTZ_Pure.test_strftime) ... ok test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_trailing_percent) ... ok test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_with_bad_tzname_replace) ... ok test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Pure.test_strftime_y2k) ... ok test_strptime (test.datetimetester.TestDateTimeTZ_Pure.test_strptime) ... ok test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Pure.test_strptime_single_digit) ... ok test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors) ... ok test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_alternate_constructors_datetime) ... ok test_subclass_date (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_date) ... ok test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetime) ... ok test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_datetimetz) ... ok test_subclass_now (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_now) ... ok test_subclass_replace (test.datetimetester.TestDateTimeTZ_Pure.test_subclass_replace) ... ok test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_aware) ... ok test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_limits) ... ok test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Pure.test_timestamp_naive) ... ok test_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_timetuple) ... ok test_today (test.datetimetester.TestDateTimeTZ_Pure.test_today) ... ok test_trivial (test.datetimetester.TestDateTimeTZ_Pure.test_trivial) ... ok test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Pure.test_tz_aware_arithmetic) ... ok test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Pure.test_tz_independent_comparing) ... ok test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_classes) ... ok test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_fromtimestamp) ... ok test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_isoformat) ... ok test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_now) ... ok test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_timetuple) ... ok test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcfromtimestamp) ... ok test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_tzinfo_utcnow) ... ok test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Pure.test_utc_offset_out_of_bounds) ... ok test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp) ... ok test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Pure.test_utcfromtimestamp_limits) ... ok test_utcnow (test.datetimetester.TestDateTimeTZ_Pure.test_utcnow) ... ok test_utctimetuple (test.datetimetester.TestDateTimeTZ_Pure.test_utctimetuple) ... ok test_weekday (test.datetimetester.TestDateTimeTZ_Pure.test_weekday) ... ok test_zones (test.datetimetester.TestDateTimeTZ_Pure.test_zones) ... ok test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_astimezone) ... ok test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_comparison) ... ok test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_constructors) ... ok test_dst (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_dst) ... ok test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp) ... ok test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_lord_howe) ... skipped 'Australia/Lord_Howe timezone is not supported on this platform' test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromtimestamp_low_fold_detection) ... ok test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_fromutc) ... ok test_hash (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash) ... ok test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_hash_aware) ... ok test_member (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_member) ... ok test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_fold) ... ok test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_gap) ... ok test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_mixed_compare_regular) ... ok test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_pickle_fold) ... ok test_replace (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_replace) ... ok test_repr (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_repr) ... ok test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp) ... ok test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_timestamp_lord_howe) ... skipped 'Australia/Lord_Howe timezone is not supported on this platform' test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_utcoffset) ... ok test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_fromutc) ... ok test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Pure.test_vilnius_1941_toutc) ... ok test_all (test.datetimetester.TestModule_Pure.test_all) Test that __all__ only points to valid attributes. ... ok test_constants (test.datetimetester.TestModule_Pure.test_constants) ... ok test_divide_and_round (test.datetimetester.TestModule_Pure.test_divide_and_round) ... ok test_name_cleanup (test.datetimetester.TestModule_Pure.test_name_cleanup) ... skipped 'Only run for Fast C implementation' test_utc_alias (test.datetimetester.TestModule_Pure.test_utc_alias) ... ok test_astimezone (test.datetimetester.TestSubclassDateTime_Pure.test_astimezone) ... ok test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Pure.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Pure.test_bad_constructor_arguments) ... ok test_basic_attributes (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Pure.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestSubclassDateTime_Pure.test_bool) ... ok test_combine (test.datetimetester.TestSubclassDateTime_Pure.test_combine) ... ok test_compare (test.datetimetester.TestSubclassDateTime_Pure.test_compare) ... ok test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Pure.test_compat_unpickle) ... ok test_computations (test.datetimetester.TestSubclassDateTime_Pure.test_computations) ... ok test_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_ctime) ... ok test_extract (test.datetimetester.TestSubclassDateTime_Pure.test_extract) ... ok test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_ordinals) ... ok test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Pure.test_extreme_timedelta) ... ok test_format (test.datetimetester.TestSubclassDateTime_Pure.test_format) ... ok test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar) ... ok test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_type_errors) ... ok test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Pure.test_fromisocalendar_value_errors) ... ok test_fromisoformat (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat) ... ok test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_ambiguous) ... ok test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_date_examples) ... ok test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime) ... ok test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_datetime_examples) ... ok test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails) ... ok test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_datetime) ... ok test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_surrogate) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_separators) ... ok test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_subclass) ... ok test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timespecs) ... ok test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_timezone) ... ok test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Pure.test_fromisoformat_utc) ... ok test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp) ... ok test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_fromtimestamp_limits) ... ok test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Pure.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestSubclassDateTime_Pure.test_hash_equality) ... ok test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_fromtimestamp) ... ok test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_insane_utcfromtimestamp) ... ok test_iso_long_years (test.datetimetester.TestSubclassDateTime_Pure.test_iso_long_years) ... ok test_isocalendar (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar) ... ok test_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_isocalendar_pickling) Test that the result of datetime.isocalendar() can be pickled. ... ok test_isoformat (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Pure.test_isoformat_timezone) ... ok test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Pure.test_microsecond_rounding) ... ok test_mixed_compare (test.datetimetester.TestSubclassDateTime_Pure.test_mixed_compare) ... ok test_more_compare (test.datetimetester.TestSubclassDateTime_Pure.test_more_compare) ... ok test_more_ctime (test.datetimetester.TestSubclassDateTime_Pure.test_more_ctime) ... ok test_more_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_more_pickling) ... ok test_more_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_more_strftime) ... ok test_more_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_more_timetuple) ... ok test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_fromtimestamp) ... ok test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_negative_float_utcfromtimestamp) ... ok test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Pure.test_ordinal_conversions) ... ok test_overflow (test.datetimetester.TestSubclassDateTime_Pure.test_overflow) ... ok test_pickling (test.datetimetester.TestSubclassDateTime_Pure.test_pickling) ... ok test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_date) ... ok test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_pickling_subclass_datetime) ... ok test_replace (test.datetimetester.TestSubclassDateTime_Pure.test_replace) ... ok test_resolution_info (test.datetimetester.TestSubclassDateTime_Pure.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestSubclassDateTime_Pure.test_roundtrip) ... skipped 'not appropriate for subclasses' test_strftime (test.datetimetester.TestSubclassDateTime_Pure.test_strftime) ... ok test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_trailing_percent) ... ok test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_with_bad_tzname_replace) ... ok test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Pure.test_strftime_y2k) ... ok test_strptime (test.datetimetester.TestSubclassDateTime_Pure.test_strptime) ... ok test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Pure.test_strptime_single_digit) ... ok test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors) ... ok test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_alternate_constructors_datetime) ... ok test_subclass_date (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_date) ... ok test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_datetime) ... ok test_subclass_now (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_now) ... ok test_subclass_replace (test.datetimetester.TestSubclassDateTime_Pure.test_subclass_replace) ... ok test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_aware) ... ok test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_limits) ... ok test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Pure.test_timestamp_naive) ... ok test_timetuple (test.datetimetester.TestSubclassDateTime_Pure.test_timetuple) ... ok test_today (test.datetimetester.TestSubclassDateTime_Pure.test_today) ... ok test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Pure.test_tz_independent_comparing) ... ok test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp) ... ok test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Pure.test_utcfromtimestamp_limits) ... ok test_utcnow (test.datetimetester.TestSubclassDateTime_Pure.test_utcnow) ... ok test_weekday (test.datetimetester.TestSubclassDateTime_Pure.test_weekday) ... ok test_issue23600 (test.datetimetester.TestTZInfo_Pure.test_issue23600) ... ok test_non_abstractness (test.datetimetester.TestTZInfo_Pure.test_non_abstractness) ... ok test_normal (test.datetimetester.TestTZInfo_Pure.test_normal) ... ok test_pickling_base (test.datetimetester.TestTZInfo_Pure.test_pickling_base) ... ok test_pickling_subclass (test.datetimetester.TestTZInfo_Pure.test_pickling_subclass) ... ok test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Pure.test_refcnt_crash_bug_22044) ... ok test_subclass_must_override (test.datetimetester.TestTZInfo_Pure.test_subclass_must_override) ... ok test_1653736 (test.datetimetester.TestTime_Pure.test_1653736) ... ok test_backdoor_resistance (test.datetimetester.TestTime_Pure.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestTime_Pure.test_bad_constructor_arguments) ... ok test_basic_attributes (test.datetimetester.TestTime_Pure.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestTime_Pure.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestTime_Pure.test_bool) ... ok test_comparing (test.datetimetester.TestTime_Pure.test_comparing) ... ok test_compat_unpickle (test.datetimetester.TestTime_Pure.test_compat_unpickle) ... ok test_format (test.datetimetester.TestTime_Pure.test_format) ... ok test_harmful_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestTime_Pure.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestTime_Pure.test_hash_equality) ... ok test_isoformat (test.datetimetester.TestTime_Pure.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestTime_Pure.test_isoformat_timezone) ... ok test_pickling (test.datetimetester.TestTime_Pure.test_pickling) ... ok test_pickling_subclass_time (test.datetimetester.TestTime_Pure.test_pickling_subclass_time) ... ok test_replace (test.datetimetester.TestTime_Pure.test_replace) ... ok test_repr (test.datetimetester.TestTime_Pure.test_repr) ... ok test_resolution_info (test.datetimetester.TestTime_Pure.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestTime_Pure.test_roundtrip) ... ok test_str (test.datetimetester.TestTime_Pure.test_str) ... ok test_strftime (test.datetimetester.TestTime_Pure.test_strftime) ... ok test_subclass_replace (test.datetimetester.TestTime_Pure.test_subclass_replace) ... ok test_subclass_time (test.datetimetester.TestTime_Pure.test_subclass_time) ... ok test_basic_attributes (test.datetimetester.TestTimeDelta_Pure.test_basic_attributes) ... ok test_bool (test.datetimetester.TestTimeDelta_Pure.test_bool) ... ok test_carries (test.datetimetester.TestTimeDelta_Pure.test_carries) ... ok test_compare (test.datetimetester.TestTimeDelta_Pure.test_compare) ... ok test_computations (test.datetimetester.TestTimeDelta_Pure.test_computations) ... ok test_constructor (test.datetimetester.TestTimeDelta_Pure.test_constructor) ... ok test_disallowed_computations (test.datetimetester.TestTimeDelta_Pure.test_disallowed_computations) ... ok test_disallowed_special (test.datetimetester.TestTimeDelta_Pure.test_disallowed_special) ... ok test_division (test.datetimetester.TestTimeDelta_Pure.test_division) ... ok test_divmod (test.datetimetester.TestTimeDelta_Pure.test_divmod) ... ok test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Pure.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestTimeDelta_Pure.test_hash_equality) ... ok test_issue31293 (test.datetimetester.TestTimeDelta_Pure.test_issue31293) ... ok test_issue31752 (test.datetimetester.TestTimeDelta_Pure.test_issue31752) ... ok test_massive_normalization (test.datetimetester.TestTimeDelta_Pure.test_massive_normalization) ... ok test_microsecond_rounding (test.datetimetester.TestTimeDelta_Pure.test_microsecond_rounding) ... ok test_overflow (test.datetimetester.TestTimeDelta_Pure.test_overflow) ... ok test_pickling (test.datetimetester.TestTimeDelta_Pure.test_pickling) ... ok test_remainder (test.datetimetester.TestTimeDelta_Pure.test_remainder) ... ok test_repr (test.datetimetester.TestTimeDelta_Pure.test_repr) ... ok test_resolution_info (test.datetimetester.TestTimeDelta_Pure.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestTimeDelta_Pure.test_roundtrip) ... ok test_str (test.datetimetester.TestTimeDelta_Pure.test_str) ... ok test_subclass_date (test.datetimetester.TestTimeDelta_Pure.test_subclass_date) ... ok test_subclass_datetime (test.datetimetester.TestTimeDelta_Pure.test_subclass_datetime) ... ok test_subclass_timedelta (test.datetimetester.TestTimeDelta_Pure.test_subclass_timedelta) ... ok test_total_seconds (test.datetimetester.TestTimeDelta_Pure.test_total_seconds) ... ok test_1653736 (test.datetimetester.TestTimeTZ_Pure.test_1653736) ... ok test_argument_passing (test.datetimetester.TestTimeTZ_Pure.test_argument_passing) ... ok test_aware_compare (test.datetimetester.TestTimeTZ_Pure.test_aware_compare) ... ok test_backdoor_resistance (test.datetimetester.TestTimeTZ_Pure.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Pure.test_bad_constructor_arguments) ... ok test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_bad_tzinfo_classes) ... ok test_basic_attributes (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Pure.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestTimeTZ_Pure.test_bool) ... ok test_comparing (test.datetimetester.TestTimeTZ_Pure.test_comparing) ... ok test_compat_unpickle (test.datetimetester.TestTimeTZ_Pure.test_compat_unpickle) ... ok test_empty (test.datetimetester.TestTimeTZ_Pure.test_empty) ... ok test_format (test.datetimetester.TestTimeTZ_Pure.test_format) ... ok test_fromisoformat (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat) ... ok test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_fractions) ... ok test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_subclass) ... ok test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_time_examples) ... ok test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timespecs) ... ok test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_fromisoformat_timezone) ... ok test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Pure.test_harmless_mixed_comparison) ... ok test_hash_edge_cases (test.datetimetester.TestTimeTZ_Pure.test_hash_edge_cases) ... ok test_hash_equality (test.datetimetester.TestTimeTZ_Pure.test_hash_equality) ... ok test_isoformat (test.datetimetester.TestTimeTZ_Pure.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestTimeTZ_Pure.test_isoformat_timezone) ... ok test_mixed_compare (test.datetimetester.TestTimeTZ_Pure.test_mixed_compare) ... ok test_more_bool (test.datetimetester.TestTimeTZ_Pure.test_more_bool) ... ok test_pickling (test.datetimetester.TestTimeTZ_Pure.test_pickling) ... ok test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_pickling_subclass_time) ... ok test_replace (test.datetimetester.TestTimeTZ_Pure.test_replace) ... ok test_repr (test.datetimetester.TestTimeTZ_Pure.test_repr) ... ok test_resolution_info (test.datetimetester.TestTimeTZ_Pure.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestTimeTZ_Pure.test_roundtrip) ... ok test_str (test.datetimetester.TestTimeTZ_Pure.test_str) ... ok test_strftime (test.datetimetester.TestTimeTZ_Pure.test_strftime) ... ok test_subclass_replace (test.datetimetester.TestTimeTZ_Pure.test_subclass_replace) ... ok test_subclass_time (test.datetimetester.TestTimeTZ_Pure.test_subclass_time) ... ok test_subclass_timetz (test.datetimetester.TestTimeTZ_Pure.test_subclass_timetz) ... ok test_tzinfo_classes (test.datetimetester.TestTimeTZ_Pure.test_tzinfo_classes) ... ok test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Pure.test_utc_offset_out_of_bounds) ... ok test_zones (test.datetimetester.TestTimeTZ_Pure.test_zones) ... ok test_aware_datetime (test.datetimetester.TestTimeZone_Pure.test_aware_datetime) ... ok test_class_members (test.datetimetester.TestTimeZone_Pure.test_class_members) ... ok test_comparison (test.datetimetester.TestTimeZone_Pure.test_comparison) ... ok test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Pure.test_comparison_with_tzinfo) ... ok test_constructor (test.datetimetester.TestTimeZone_Pure.test_constructor) ... ok test_copy (test.datetimetester.TestTimeZone_Pure.test_copy) ... ok test_deepcopy (test.datetimetester.TestTimeZone_Pure.test_deepcopy) ... ok test_dst (test.datetimetester.TestTimeZone_Pure.test_dst) ... ok test_fromutc (test.datetimetester.TestTimeZone_Pure.test_fromutc) ... ok test_inheritance (test.datetimetester.TestTimeZone_Pure.test_inheritance) ... ok test_offset_boundaries (test.datetimetester.TestTimeZone_Pure.test_offset_boundaries) ... ok test_pickle (test.datetimetester.TestTimeZone_Pure.test_pickle) ... ok test_repr (test.datetimetester.TestTimeZone_Pure.test_repr) ... ok test_str (test.datetimetester.TestTimeZone_Pure.test_str) ... ok test_tzname (test.datetimetester.TestTimeZone_Pure.test_tzname) ... ok test_utcoffset (test.datetimetester.TestTimeZone_Pure.test_utcoffset) ... ok test_bogus_dst (test.datetimetester.TestTimezoneConversions_Pure.test_bogus_dst) ... ok test_easy (test.datetimetester.TestTimezoneConversions_Pure.test_easy) ... ok test_fromutc (test.datetimetester.TestTimezoneConversions_Pure.test_fromutc) ... ok test_tricky (test.datetimetester.TestTimezoneConversions_Pure.test_tricky) ... ok test_folds (test.datetimetester.ZoneInfoTest_Pure.test_folds) ... ok test_gaps (test.datetimetester.ZoneInfoTest_Pure.test_gaps) ... ok test_system_transitions (test.datetimetester.ZoneInfoTest_Pure.test_system_transitions) ... skipped 'time module has no attribute tzset' test_PyDateTime_DATE_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_DATE_GET) ... ok test_PyDateTime_DELTA_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_DELTA_GET) ... ok test_PyDateTime_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_GET) ... ok test_PyDateTime_TIME_GET (test.datetimetester.CapiTest_Fast.test_PyDateTime_TIME_GET) ... ok test_check_date (test.datetimetester.CapiTest_Fast.test_check_date) ... ok test_check_datetime (test.datetimetester.CapiTest_Fast.test_check_datetime) ... ok test_check_delta (test.datetimetester.CapiTest_Fast.test_check_delta) ... ok test_check_time (test.datetimetester.CapiTest_Fast.test_check_time) ... ok test_check_tzinfo (test.datetimetester.CapiTest_Fast.test_check_tzinfo) ... ok test_date_from_date (test.datetimetester.CapiTest_Fast.test_date_from_date) ... ok test_date_from_timestamp (test.datetimetester.CapiTest_Fast.test_date_from_timestamp) ... ok test_datetime_from_dateandtime (test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtime) ... ok test_datetime_from_dateandtimeandfold (test.datetimetester.CapiTest_Fast.test_datetime_from_dateandtimeandfold) ... ok test_datetime_from_timestamp (test.datetimetester.CapiTest_Fast.test_datetime_from_timestamp) ... ok test_delta_from_dsu (test.datetimetester.CapiTest_Fast.test_delta_from_dsu) ... ok test_time_from_time (test.datetimetester.CapiTest_Fast.test_time_from_time) ... ok test_time_from_timeandfold (test.datetimetester.CapiTest_Fast.test_time_from_timeandfold) ... ok test_timezones_capi (test.datetimetester.CapiTest_Fast.test_timezones_capi) ... ok test_timezones_offset_zero (test.datetimetester.CapiTest_Fast.test_timezones_offset_zero) ... ok test_utc_capi (test.datetimetester.CapiTest_Fast.test_utc_capi) ... ok test_folds (test.datetimetester.IranTest_Fast.test_folds) ... ok test_gaps (test.datetimetester.IranTest_Fast.test_gaps) ... ok test_system_transitions (test.datetimetester.IranTest_Fast.test_system_transitions) ... skipped 'time module has no attribute tzset' test_bug_1028306 (test.datetimetester.Oddballs_Fast.test_bug_1028306) ... ok test_check_arg_types (test.datetimetester.Oddballs_Fast.test_check_arg_types) ... ok test_extra_attributes (test.datetimetester.Oddballs_Fast.test_extra_attributes) ... ok test_backdoor_resistance (test.datetimetester.TestDate_Fast.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestDate_Fast.test_bad_constructor_arguments) ... ok test_basic_attributes (test.datetimetester.TestDate_Fast.test_basic_attributes) ... ok test_bool (test.datetimetester.TestDate_Fast.test_bool) ... ok test_compare (test.datetimetester.TestDate_Fast.test_compare) ... ok test_compat_unpickle (test.datetimetester.TestDate_Fast.test_compat_unpickle) ... ok test_computations (test.datetimetester.TestDate_Fast.test_computations) ... ok test_ctime (test.datetimetester.TestDate_Fast.test_ctime) ... ok test_extreme_ordinals (test.datetimetester.TestDate_Fast.test_extreme_ordinals) ... ok test_extreme_timedelta (test.datetimetester.TestDate_Fast.test_extreme_timedelta) ... ok test_format (test.datetimetester.TestDate_Fast.test_format) ... ok test_fromisocalendar (test.datetimetester.TestDate_Fast.test_fromisocalendar) ... ok test_fromisocalendar_type_errors (test.datetimetester.TestDate_Fast.test_fromisocalendar_type_errors) ... ok test_fromisocalendar_value_errors (test.datetimetester.TestDate_Fast.test_fromisocalendar_value_errors) ... ok test_fromisoformat (test.datetimetester.TestDate_Fast.test_fromisoformat) ... ok test_fromisoformat_date_examples (test.datetimetester.TestDate_Fast.test_fromisoformat_date_examples) ... ok test_fromisoformat_fails (test.datetimetester.TestDate_Fast.test_fromisoformat_fails) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestDate_Fast.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_subclass (test.datetimetester.TestDate_Fast.test_fromisoformat_subclass) ... ok test_fromtimestamp (test.datetimetester.TestDate_Fast.test_fromtimestamp) ... ok test_harmful_mixed_comparison (test.datetimetester.TestDate_Fast.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestDate_Fast.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestDate_Fast.test_hash_equality) ... ok test_insane_fromtimestamp (test.datetimetester.TestDate_Fast.test_insane_fromtimestamp) ... ok test_iso_long_years (test.datetimetester.TestDate_Fast.test_iso_long_years) ... ok test_isocalendar (test.datetimetester.TestDate_Fast.test_isocalendar) ... ok test_isocalendar_pickling (test.datetimetester.TestDate_Fast.test_isocalendar_pickling) Test that the result of datetime.isocalendar() can be pickled. ... ok test_isoformat (test.datetimetester.TestDate_Fast.test_isoformat) ... ok test_mixed_compare (test.datetimetester.TestDate_Fast.test_mixed_compare) ... ok test_ordinal_conversions (test.datetimetester.TestDate_Fast.test_ordinal_conversions) ... ok test_overflow (test.datetimetester.TestDate_Fast.test_overflow) ... ok test_pickling (test.datetimetester.TestDate_Fast.test_pickling) ... ok test_pickling_subclass_date (test.datetimetester.TestDate_Fast.test_pickling_subclass_date) ... ok test_replace (test.datetimetester.TestDate_Fast.test_replace) ... ok test_resolution_info (test.datetimetester.TestDate_Fast.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestDate_Fast.test_roundtrip) ... ok test_strftime (test.datetimetester.TestDate_Fast.test_strftime) ... ok test_strftime_trailing_percent (test.datetimetester.TestDate_Fast.test_strftime_trailing_percent) ... ok test_strftime_y2k (test.datetimetester.TestDate_Fast.test_strftime_y2k) ... ok test_subclass_alternate_constructors (test.datetimetester.TestDate_Fast.test_subclass_alternate_constructors) ... ok test_subclass_date (test.datetimetester.TestDate_Fast.test_subclass_date) ... ok test_subclass_replace (test.datetimetester.TestDate_Fast.test_subclass_replace) ... ok test_timetuple (test.datetimetester.TestDate_Fast.test_timetuple) ... ok test_today (test.datetimetester.TestDate_Fast.test_today) ... ok test_weekday (test.datetimetester.TestDate_Fast.test_weekday) ... ok test_delta_non_days_ignored (test.datetimetester.TestDateOnly_Fast.test_delta_non_days_ignored) ... ok test_astimezone (test.datetimetester.TestDateTime_Fast.test_astimezone) ... ok test_backdoor_resistance (test.datetimetester.TestDateTime_Fast.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestDateTime_Fast.test_bad_constructor_arguments) ... ok test_basic_attributes (test.datetimetester.TestDateTime_Fast.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestDateTime_Fast.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestDateTime_Fast.test_bool) ... ok test_combine (test.datetimetester.TestDateTime_Fast.test_combine) ... ok test_compare (test.datetimetester.TestDateTime_Fast.test_compare) ... ok test_compat_unpickle (test.datetimetester.TestDateTime_Fast.test_compat_unpickle) ... ok test_computations (test.datetimetester.TestDateTime_Fast.test_computations) ... ok test_ctime (test.datetimetester.TestDateTime_Fast.test_ctime) ... ok test_extract (test.datetimetester.TestDateTime_Fast.test_extract) ... ok test_extreme_ordinals (test.datetimetester.TestDateTime_Fast.test_extreme_ordinals) ... ok test_extreme_timedelta (test.datetimetester.TestDateTime_Fast.test_extreme_timedelta) ... ok test_format (test.datetimetester.TestDateTime_Fast.test_format) ... ok test_fromisocalendar (test.datetimetester.TestDateTime_Fast.test_fromisocalendar) ... ok test_fromisocalendar_type_errors (test.datetimetester.TestDateTime_Fast.test_fromisocalendar_type_errors) ... ok test_fromisocalendar_value_errors (test.datetimetester.TestDateTime_Fast.test_fromisocalendar_value_errors) ... ok test_fromisoformat (test.datetimetester.TestDateTime_Fast.test_fromisoformat) ... ok test_fromisoformat_ambiguous (test.datetimetester.TestDateTime_Fast.test_fromisoformat_ambiguous) ... ok test_fromisoformat_date_examples (test.datetimetester.TestDateTime_Fast.test_fromisoformat_date_examples) ... ok test_fromisoformat_datetime (test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime) ... ok test_fromisoformat_datetime_examples (test.datetimetester.TestDateTime_Fast.test_fromisoformat_datetime_examples) ... ok test_fromisoformat_fails (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails) ... ok test_fromisoformat_fails_datetime (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_datetime) ... ok test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_surrogate) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTime_Fast.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_separators (test.datetimetester.TestDateTime_Fast.test_fromisoformat_separators) ... ok test_fromisoformat_subclass (test.datetimetester.TestDateTime_Fast.test_fromisoformat_subclass) ... ok test_fromisoformat_timespecs (test.datetimetester.TestDateTime_Fast.test_fromisoformat_timespecs) ... ok test_fromisoformat_timezone (test.datetimetester.TestDateTime_Fast.test_fromisoformat_timezone) ... ok test_fromisoformat_utc (test.datetimetester.TestDateTime_Fast.test_fromisoformat_utc) ... ok test_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_fromtimestamp) ... ok test_fromtimestamp_limits (test.datetimetester.TestDateTime_Fast.test_fromtimestamp_limits) ... ok test_harmful_mixed_comparison (test.datetimetester.TestDateTime_Fast.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestDateTime_Fast.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestDateTime_Fast.test_hash_equality) ... ok test_insane_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_insane_fromtimestamp) ... ok test_insane_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_insane_utcfromtimestamp) ... ok test_iso_long_years (test.datetimetester.TestDateTime_Fast.test_iso_long_years) ... ok test_isocalendar (test.datetimetester.TestDateTime_Fast.test_isocalendar) ... ok test_isocalendar_pickling (test.datetimetester.TestDateTime_Fast.test_isocalendar_pickling) Test that the result of datetime.isocalendar() can be pickled. ... ok test_isoformat (test.datetimetester.TestDateTime_Fast.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestDateTime_Fast.test_isoformat_timezone) ... ok test_microsecond_rounding (test.datetimetester.TestDateTime_Fast.test_microsecond_rounding) ... ok test_mixed_compare (test.datetimetester.TestDateTime_Fast.test_mixed_compare) ... ok test_more_compare (test.datetimetester.TestDateTime_Fast.test_more_compare) ... ok test_more_ctime (test.datetimetester.TestDateTime_Fast.test_more_ctime) ... ok test_more_pickling (test.datetimetester.TestDateTime_Fast.test_more_pickling) ... ok test_more_strftime (test.datetimetester.TestDateTime_Fast.test_more_strftime) ... ok test_more_timetuple (test.datetimetester.TestDateTime_Fast.test_more_timetuple) ... ok test_negative_float_fromtimestamp (test.datetimetester.TestDateTime_Fast.test_negative_float_fromtimestamp) ... ok test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_negative_float_utcfromtimestamp) ... ok test_ordinal_conversions (test.datetimetester.TestDateTime_Fast.test_ordinal_conversions) ... ok test_overflow (test.datetimetester.TestDateTime_Fast.test_overflow) ... ok test_pickling (test.datetimetester.TestDateTime_Fast.test_pickling) ... ok test_pickling_subclass_date (test.datetimetester.TestDateTime_Fast.test_pickling_subclass_date) ... ok test_pickling_subclass_datetime (test.datetimetester.TestDateTime_Fast.test_pickling_subclass_datetime) ... ok test_replace (test.datetimetester.TestDateTime_Fast.test_replace) ... ok test_resolution_info (test.datetimetester.TestDateTime_Fast.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestDateTime_Fast.test_roundtrip) ... ok test_strftime (test.datetimetester.TestDateTime_Fast.test_strftime) ... ok test_strftime_trailing_percent (test.datetimetester.TestDateTime_Fast.test_strftime_trailing_percent) ... ok test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTime_Fast.test_strftime_with_bad_tzname_replace) ... ok test_strftime_y2k (test.datetimetester.TestDateTime_Fast.test_strftime_y2k) ... ok test_strptime (test.datetimetester.TestDateTime_Fast.test_strptime) ... ok test_strptime_single_digit (test.datetimetester.TestDateTime_Fast.test_strptime_single_digit) ... ok test_subclass_alternate_constructors (test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors) ... ok test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTime_Fast.test_subclass_alternate_constructors_datetime) ... ok test_subclass_date (test.datetimetester.TestDateTime_Fast.test_subclass_date) ... ok test_subclass_datetime (test.datetimetester.TestDateTime_Fast.test_subclass_datetime) ... ok test_subclass_now (test.datetimetester.TestDateTime_Fast.test_subclass_now) ... ok test_subclass_replace (test.datetimetester.TestDateTime_Fast.test_subclass_replace) ... ok test_timestamp_aware (test.datetimetester.TestDateTime_Fast.test_timestamp_aware) ... ok test_timestamp_limits (test.datetimetester.TestDateTime_Fast.test_timestamp_limits) ... ok test_timestamp_naive (test.datetimetester.TestDateTime_Fast.test_timestamp_naive) ... ok test_timetuple (test.datetimetester.TestDateTime_Fast.test_timetuple) ... ok test_today (test.datetimetester.TestDateTime_Fast.test_today) ... ok test_tz_independent_comparing (test.datetimetester.TestDateTime_Fast.test_tz_independent_comparing) ... ok test_utcfromtimestamp (test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp) ... ok test_utcfromtimestamp_limits (test.datetimetester.TestDateTime_Fast.test_utcfromtimestamp_limits) ... ok test_utcnow (test.datetimetester.TestDateTime_Fast.test_utcnow) ... ok test_weekday (test.datetimetester.TestDateTime_Fast.test_weekday) ... ok test_argument_passing (test.datetimetester.TestDateTimeTZ_Fast.test_argument_passing) ... ok test_astimezone (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone) ... ok test_astimezone_default_eastern (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_eastern) ... ok test_astimezone_default_near_fold (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_near_fold) ... ok test_astimezone_default_utc (test.datetimetester.TestDateTimeTZ_Fast.test_astimezone_default_utc) ... ok test_aware_compare (test.datetimetester.TestDateTimeTZ_Fast.test_aware_compare) ... ok test_aware_subtract (test.datetimetester.TestDateTimeTZ_Fast.test_aware_subtract) ... ok test_backdoor_resistance (test.datetimetester.TestDateTimeTZ_Fast.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestDateTimeTZ_Fast.test_bad_constructor_arguments) ... ok test_bad_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast.test_bad_tzinfo_classes) ... ok test_basic_attributes (test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestDateTimeTZ_Fast.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestDateTimeTZ_Fast.test_bool) ... ok test_combine (test.datetimetester.TestDateTimeTZ_Fast.test_combine) ... ok test_compare (test.datetimetester.TestDateTimeTZ_Fast.test_compare) ... ok test_compat_unpickle (test.datetimetester.TestDateTimeTZ_Fast.test_compat_unpickle) ... ok test_computations (test.datetimetester.TestDateTimeTZ_Fast.test_computations) ... ok test_ctime (test.datetimetester.TestDateTimeTZ_Fast.test_ctime) ... ok test_even_more_compare (test.datetimetester.TestDateTimeTZ_Fast.test_even_more_compare) ... ok test_extract (test.datetimetester.TestDateTimeTZ_Fast.test_extract) ... ok test_extreme_hashes (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_hashes) ... ok test_extreme_ordinals (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_ordinals) ... ok test_extreme_timedelta (test.datetimetester.TestDateTimeTZ_Fast.test_extreme_timedelta) ... ok test_format (test.datetimetester.TestDateTimeTZ_Fast.test_format) ... ok test_fromisocalendar (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar) ... ok test_fromisocalendar_type_errors (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_type_errors) ... ok test_fromisocalendar_value_errors (test.datetimetester.TestDateTimeTZ_Fast.test_fromisocalendar_value_errors) ... ok test_fromisoformat (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat) ... ok test_fromisoformat_ambiguous (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_ambiguous) ... ok test_fromisoformat_date_examples (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_date_examples) ... ok test_fromisoformat_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime) ... ok test_fromisoformat_datetime_examples (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_datetime_examples) ... ok test_fromisoformat_fails (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails) ... ok test_fromisoformat_fails_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_datetime) ... ok test_fromisoformat_fails_surrogate (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_surrogate) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_separators (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_separators) ... ok test_fromisoformat_subclass (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_subclass) ... ok test_fromisoformat_timespecs (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timespecs) ... ok test_fromisoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_timezone) ... ok test_fromisoformat_utc (test.datetimetester.TestDateTimeTZ_Fast.test_fromisoformat_utc) ... ok test_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp) ... ok test_fromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_fromtimestamp_limits) ... ok test_harmful_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestDateTimeTZ_Fast.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestDateTimeTZ_Fast.test_hash_equality) ... ok test_insane_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_insane_fromtimestamp) ... ok test_insane_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_insane_utcfromtimestamp) ... ok test_iso_long_years (test.datetimetester.TestDateTimeTZ_Fast.test_iso_long_years) ... ok test_isocalendar (test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar) ... ok test_isocalendar_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_isocalendar_pickling) Test that the result of datetime.isocalendar() can be pickled. ... ok test_isoformat (test.datetimetester.TestDateTimeTZ_Fast.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestDateTimeTZ_Fast.test_isoformat_timezone) ... ok test_microsecond_rounding (test.datetimetester.TestDateTimeTZ_Fast.test_microsecond_rounding) ... ok test_mixed_compare (test.datetimetester.TestDateTimeTZ_Fast.test_mixed_compare) ... ok test_more_astimezone (test.datetimetester.TestDateTimeTZ_Fast.test_more_astimezone) ... ok test_more_compare (test.datetimetester.TestDateTimeTZ_Fast.test_more_compare) ... ok test_more_ctime (test.datetimetester.TestDateTimeTZ_Fast.test_more_ctime) ... ok test_more_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_more_pickling) ... ok test_more_strftime (test.datetimetester.TestDateTimeTZ_Fast.test_more_strftime) ... ok test_more_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_more_timetuple) ... ok test_negative_float_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_fromtimestamp) ... ok test_negative_float_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_negative_float_utcfromtimestamp) ... ok test_ordinal_conversions (test.datetimetester.TestDateTimeTZ_Fast.test_ordinal_conversions) ... ok test_overflow (test.datetimetester.TestDateTimeTZ_Fast.test_overflow) ... ok test_pickling (test.datetimetester.TestDateTimeTZ_Fast.test_pickling) ... ok test_pickling_subclass_date (test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_date) ... ok test_pickling_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_pickling_subclass_datetime) ... ok test_replace (test.datetimetester.TestDateTimeTZ_Fast.test_replace) ... ok test_resolution_info (test.datetimetester.TestDateTimeTZ_Fast.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestDateTimeTZ_Fast.test_roundtrip) ... ok test_strftime (test.datetimetester.TestDateTimeTZ_Fast.test_strftime) ... ok test_strftime_trailing_percent (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_trailing_percent) ... ok test_strftime_with_bad_tzname_replace (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_with_bad_tzname_replace) ... ok test_strftime_y2k (test.datetimetester.TestDateTimeTZ_Fast.test_strftime_y2k) ... ok test_strptime (test.datetimetester.TestDateTimeTZ_Fast.test_strptime) ... ok test_strptime_single_digit (test.datetimetester.TestDateTimeTZ_Fast.test_strptime_single_digit) ... ok test_subclass_alternate_constructors (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors) ... ok test_subclass_alternate_constructors_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_alternate_constructors_datetime) ... ok test_subclass_date (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_date) ... ok test_subclass_datetime (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetime) ... ok test_subclass_datetimetz (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_datetimetz) ... ok test_subclass_now (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_now) ... ok test_subclass_replace (test.datetimetester.TestDateTimeTZ_Fast.test_subclass_replace) ... ok test_timestamp_aware (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_aware) ... ok test_timestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_limits) ... ok test_timestamp_naive (test.datetimetester.TestDateTimeTZ_Fast.test_timestamp_naive) ... ok test_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_timetuple) ... ok test_today (test.datetimetester.TestDateTimeTZ_Fast.test_today) ... ok test_trivial (test.datetimetester.TestDateTimeTZ_Fast.test_trivial) ... ok test_tz_aware_arithmetic (test.datetimetester.TestDateTimeTZ_Fast.test_tz_aware_arithmetic) ... ok test_tz_independent_comparing (test.datetimetester.TestDateTimeTZ_Fast.test_tz_independent_comparing) ... ok test_tzinfo_classes (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_classes) ... ok test_tzinfo_fromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_fromtimestamp) ... ok test_tzinfo_isoformat (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_isoformat) ... ok test_tzinfo_now (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_now) ... ok test_tzinfo_timetuple (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_timetuple) ... ok test_tzinfo_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcfromtimestamp) ... ok test_tzinfo_utcnow (test.datetimetester.TestDateTimeTZ_Fast.test_tzinfo_utcnow) ... ok test_utc_offset_out_of_bounds (test.datetimetester.TestDateTimeTZ_Fast.test_utc_offset_out_of_bounds) ... ok test_utcfromtimestamp (test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp) ... ok test_utcfromtimestamp_limits (test.datetimetester.TestDateTimeTZ_Fast.test_utcfromtimestamp_limits) ... ok test_utcnow (test.datetimetester.TestDateTimeTZ_Fast.test_utcnow) ... ok test_utctimetuple (test.datetimetester.TestDateTimeTZ_Fast.test_utctimetuple) ... ok test_weekday (test.datetimetester.TestDateTimeTZ_Fast.test_weekday) ... ok test_zones (test.datetimetester.TestDateTimeTZ_Fast.test_zones) ... ok test_astimezone (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_astimezone) ... ok test_comparison (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_comparison) ... ok test_constructors (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_constructors) ... ok test_dst (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_dst) ... ok test_fromtimestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp) ... ok test_fromtimestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_lord_howe) ... skipped 'Australia/Lord_Howe timezone is not supported on this platform' test_fromtimestamp_low_fold_detection (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromtimestamp_low_fold_detection) ... ok test_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_fromutc) ... ok test_hash (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash) ... ok test_hash_aware (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_hash_aware) ... ok test_member (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_member) ... ok test_mixed_compare_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_fold) ... ok test_mixed_compare_gap (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_gap) ... ok test_mixed_compare_regular (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_mixed_compare_regular) ... ok test_pickle_fold (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_pickle_fold) ... ok test_replace (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_replace) ... ok test_repr (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_repr) ... ok test_timestamp (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp) ... ok test_timestamp_lord_howe (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_timestamp_lord_howe) ... skipped 'Australia/Lord_Howe timezone is not supported on this platform' test_utcoffset (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_utcoffset) ... ok test_vilnius_1941_fromutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_fromutc) ... ok test_vilnius_1941_toutc (test.datetimetester.TestLocalTimeDisambiguation_Fast.test_vilnius_1941_toutc) ... ok test_all (test.datetimetester.TestModule_Fast.test_all) Test that __all__ only points to valid attributes. ... ok test_constants (test.datetimetester.TestModule_Fast.test_constants) ... ok test_divide_and_round (test.datetimetester.TestModule_Fast.test_divide_and_round) ... skipped 'Only run for Pure Python implementation' test_name_cleanup (test.datetimetester.TestModule_Fast.test_name_cleanup) ... ok test_utc_alias (test.datetimetester.TestModule_Fast.test_utc_alias) ... ok test_astimezone (test.datetimetester.TestSubclassDateTime_Fast.test_astimezone) ... ok test_backdoor_resistance (test.datetimetester.TestSubclassDateTime_Fast.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestSubclassDateTime_Fast.test_bad_constructor_arguments) ... ok test_basic_attributes (test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestSubclassDateTime_Fast.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestSubclassDateTime_Fast.test_bool) ... ok test_combine (test.datetimetester.TestSubclassDateTime_Fast.test_combine) ... ok test_compare (test.datetimetester.TestSubclassDateTime_Fast.test_compare) ... ok test_compat_unpickle (test.datetimetester.TestSubclassDateTime_Fast.test_compat_unpickle) ... ok test_computations (test.datetimetester.TestSubclassDateTime_Fast.test_computations) ... ok test_ctime (test.datetimetester.TestSubclassDateTime_Fast.test_ctime) ... ok test_extract (test.datetimetester.TestSubclassDateTime_Fast.test_extract) ... ok test_extreme_ordinals (test.datetimetester.TestSubclassDateTime_Fast.test_extreme_ordinals) ... ok test_extreme_timedelta (test.datetimetester.TestSubclassDateTime_Fast.test_extreme_timedelta) ... ok test_format (test.datetimetester.TestSubclassDateTime_Fast.test_format) ... ok test_fromisocalendar (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar) ... ok test_fromisocalendar_type_errors (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_type_errors) ... ok test_fromisocalendar_value_errors (test.datetimetester.TestSubclassDateTime_Fast.test_fromisocalendar_value_errors) ... ok test_fromisoformat (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat) ... ok test_fromisoformat_ambiguous (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_ambiguous) ... ok test_fromisoformat_date_examples (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_date_examples) ... ok test_fromisoformat_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime) ... ok test_fromisoformat_datetime_examples (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_datetime_examples) ... ok test_fromisoformat_fails (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails) ... ok test_fromisoformat_fails_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_datetime) ... ok test_fromisoformat_fails_surrogate (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_surrogate) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_separators (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_separators) ... ok test_fromisoformat_subclass (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_subclass) ... ok test_fromisoformat_timespecs (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timespecs) ... ok test_fromisoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_timezone) ... ok test_fromisoformat_utc (test.datetimetester.TestSubclassDateTime_Fast.test_fromisoformat_utc) ... ok test_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp) ... ok test_fromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_fromtimestamp_limits) ... ok test_harmful_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestSubclassDateTime_Fast.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestSubclassDateTime_Fast.test_hash_equality) ... ok test_insane_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_insane_fromtimestamp) ... ok test_insane_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_insane_utcfromtimestamp) ... ok test_iso_long_years (test.datetimetester.TestSubclassDateTime_Fast.test_iso_long_years) ... ok test_isocalendar (test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar) ... ok test_isocalendar_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_isocalendar_pickling) Test that the result of datetime.isocalendar() can be pickled. ... ok test_isoformat (test.datetimetester.TestSubclassDateTime_Fast.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestSubclassDateTime_Fast.test_isoformat_timezone) ... ok test_microsecond_rounding (test.datetimetester.TestSubclassDateTime_Fast.test_microsecond_rounding) ... ok test_mixed_compare (test.datetimetester.TestSubclassDateTime_Fast.test_mixed_compare) ... ok test_more_compare (test.datetimetester.TestSubclassDateTime_Fast.test_more_compare) ... ok test_more_ctime (test.datetimetester.TestSubclassDateTime_Fast.test_more_ctime) ... ok test_more_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_more_pickling) ... ok test_more_strftime (test.datetimetester.TestSubclassDateTime_Fast.test_more_strftime) ... ok test_more_timetuple (test.datetimetester.TestSubclassDateTime_Fast.test_more_timetuple) ... ok test_negative_float_fromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_fromtimestamp) ... ok test_negative_float_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_negative_float_utcfromtimestamp) ... ok test_ordinal_conversions (test.datetimetester.TestSubclassDateTime_Fast.test_ordinal_conversions) ... ok test_overflow (test.datetimetester.TestSubclassDateTime_Fast.test_overflow) ... ok test_pickling (test.datetimetester.TestSubclassDateTime_Fast.test_pickling) ... ok test_pickling_subclass_date (test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_date) ... ok test_pickling_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_pickling_subclass_datetime) ... ok test_replace (test.datetimetester.TestSubclassDateTime_Fast.test_replace) ... ok test_resolution_info (test.datetimetester.TestSubclassDateTime_Fast.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestSubclassDateTime_Fast.test_roundtrip) ... skipped 'not appropriate for subclasses' test_strftime (test.datetimetester.TestSubclassDateTime_Fast.test_strftime) ... ok test_strftime_trailing_percent (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_trailing_percent) ... ok test_strftime_with_bad_tzname_replace (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_with_bad_tzname_replace) ... ok test_strftime_y2k (test.datetimetester.TestSubclassDateTime_Fast.test_strftime_y2k) ... ok test_strptime (test.datetimetester.TestSubclassDateTime_Fast.test_strptime) ... ok test_strptime_single_digit (test.datetimetester.TestSubclassDateTime_Fast.test_strptime_single_digit) ... ok test_subclass_alternate_constructors (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors) ... ok test_subclass_alternate_constructors_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_alternate_constructors_datetime) ... ok test_subclass_date (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_date) ... ok test_subclass_datetime (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_datetime) ... ok test_subclass_now (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_now) ... ok test_subclass_replace (test.datetimetester.TestSubclassDateTime_Fast.test_subclass_replace) ... ok test_timestamp_aware (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_aware) ... ok test_timestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_limits) ... ok test_timestamp_naive (test.datetimetester.TestSubclassDateTime_Fast.test_timestamp_naive) ... ok test_timetuple (test.datetimetester.TestSubclassDateTime_Fast.test_timetuple) ... ok test_today (test.datetimetester.TestSubclassDateTime_Fast.test_today) ... ok test_tz_independent_comparing (test.datetimetester.TestSubclassDateTime_Fast.test_tz_independent_comparing) ... ok test_utcfromtimestamp (test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp) ... ok test_utcfromtimestamp_limits (test.datetimetester.TestSubclassDateTime_Fast.test_utcfromtimestamp_limits) ... ok test_utcnow (test.datetimetester.TestSubclassDateTime_Fast.test_utcnow) ... ok test_weekday (test.datetimetester.TestSubclassDateTime_Fast.test_weekday) ... ok test_issue23600 (test.datetimetester.TestTZInfo_Fast.test_issue23600) ... ok test_non_abstractness (test.datetimetester.TestTZInfo_Fast.test_non_abstractness) ... ok test_normal (test.datetimetester.TestTZInfo_Fast.test_normal) ... ok test_pickling_base (test.datetimetester.TestTZInfo_Fast.test_pickling_base) ... ok test_pickling_subclass (test.datetimetester.TestTZInfo_Fast.test_pickling_subclass) ... ok test_refcnt_crash_bug_22044 (test.datetimetester.TestTZInfo_Fast.test_refcnt_crash_bug_22044) ... ok test_subclass_must_override (test.datetimetester.TestTZInfo_Fast.test_subclass_must_override) ... ok test_1653736 (test.datetimetester.TestTime_Fast.test_1653736) ... ok test_backdoor_resistance (test.datetimetester.TestTime_Fast.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestTime_Fast.test_bad_constructor_arguments) ... ok test_basic_attributes (test.datetimetester.TestTime_Fast.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestTime_Fast.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestTime_Fast.test_bool) ... ok test_comparing (test.datetimetester.TestTime_Fast.test_comparing) ... ok test_compat_unpickle (test.datetimetester.TestTime_Fast.test_compat_unpickle) ... ok test_format (test.datetimetester.TestTime_Fast.test_format) ... ok test_harmful_mixed_comparison (test.datetimetester.TestTime_Fast.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestTime_Fast.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestTime_Fast.test_hash_equality) ... ok test_isoformat (test.datetimetester.TestTime_Fast.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestTime_Fast.test_isoformat_timezone) ... ok test_pickling (test.datetimetester.TestTime_Fast.test_pickling) ... ok test_pickling_subclass_time (test.datetimetester.TestTime_Fast.test_pickling_subclass_time) ... ok test_replace (test.datetimetester.TestTime_Fast.test_replace) ... ok test_repr (test.datetimetester.TestTime_Fast.test_repr) ... ok test_resolution_info (test.datetimetester.TestTime_Fast.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestTime_Fast.test_roundtrip) ... ok test_str (test.datetimetester.TestTime_Fast.test_str) ... ok test_strftime (test.datetimetester.TestTime_Fast.test_strftime) ... ok test_subclass_replace (test.datetimetester.TestTime_Fast.test_subclass_replace) ... ok test_subclass_time (test.datetimetester.TestTime_Fast.test_subclass_time) ... ok test_basic_attributes (test.datetimetester.TestTimeDelta_Fast.test_basic_attributes) ... ok test_bool (test.datetimetester.TestTimeDelta_Fast.test_bool) ... ok test_carries (test.datetimetester.TestTimeDelta_Fast.test_carries) ... ok test_compare (test.datetimetester.TestTimeDelta_Fast.test_compare) ... ok test_computations (test.datetimetester.TestTimeDelta_Fast.test_computations) ... ok test_constructor (test.datetimetester.TestTimeDelta_Fast.test_constructor) ... ok test_disallowed_computations (test.datetimetester.TestTimeDelta_Fast.test_disallowed_computations) ... ok test_disallowed_special (test.datetimetester.TestTimeDelta_Fast.test_disallowed_special) ... ok test_division (test.datetimetester.TestTimeDelta_Fast.test_division) ... ok test_divmod (test.datetimetester.TestTimeDelta_Fast.test_divmod) ... ok test_harmful_mixed_comparison (test.datetimetester.TestTimeDelta_Fast.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestTimeDelta_Fast.test_harmless_mixed_comparison) ... ok test_hash_equality (test.datetimetester.TestTimeDelta_Fast.test_hash_equality) ... ok test_issue31293 (test.datetimetester.TestTimeDelta_Fast.test_issue31293) ... ok test_issue31752 (test.datetimetester.TestTimeDelta_Fast.test_issue31752) ... ok test_massive_normalization (test.datetimetester.TestTimeDelta_Fast.test_massive_normalization) ... ok test_microsecond_rounding (test.datetimetester.TestTimeDelta_Fast.test_microsecond_rounding) ... ok test_overflow (test.datetimetester.TestTimeDelta_Fast.test_overflow) ... ok test_pickling (test.datetimetester.TestTimeDelta_Fast.test_pickling) ... ok test_remainder (test.datetimetester.TestTimeDelta_Fast.test_remainder) ... ok test_repr (test.datetimetester.TestTimeDelta_Fast.test_repr) ... ok test_resolution_info (test.datetimetester.TestTimeDelta_Fast.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestTimeDelta_Fast.test_roundtrip) ... ok test_str (test.datetimetester.TestTimeDelta_Fast.test_str) ... ok test_subclass_date (test.datetimetester.TestTimeDelta_Fast.test_subclass_date) ... ok test_subclass_datetime (test.datetimetester.TestTimeDelta_Fast.test_subclass_datetime) ... ok test_subclass_timedelta (test.datetimetester.TestTimeDelta_Fast.test_subclass_timedelta) ... ok test_total_seconds (test.datetimetester.TestTimeDelta_Fast.test_total_seconds) ... ok test_1653736 (test.datetimetester.TestTimeTZ_Fast.test_1653736) ... ok test_argument_passing (test.datetimetester.TestTimeTZ_Fast.test_argument_passing) ... ok test_aware_compare (test.datetimetester.TestTimeTZ_Fast.test_aware_compare) ... ok test_backdoor_resistance (test.datetimetester.TestTimeTZ_Fast.test_backdoor_resistance) ... ok test_bad_constructor_arguments (test.datetimetester.TestTimeTZ_Fast.test_bad_constructor_arguments) ... ok test_bad_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast.test_bad_tzinfo_classes) ... ok test_basic_attributes (test.datetimetester.TestTimeTZ_Fast.test_basic_attributes) ... ok test_basic_attributes_nonzero (test.datetimetester.TestTimeTZ_Fast.test_basic_attributes_nonzero) ... ok test_bool (test.datetimetester.TestTimeTZ_Fast.test_bool) ... ok test_comparing (test.datetimetester.TestTimeTZ_Fast.test_comparing) ... ok test_compat_unpickle (test.datetimetester.TestTimeTZ_Fast.test_compat_unpickle) ... ok test_empty (test.datetimetester.TestTimeTZ_Fast.test_empty) ... ok test_format (test.datetimetester.TestTimeTZ_Fast.test_format) ... ok test_fromisoformat (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat) ... ok test_fromisoformat_fails (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails) ... ok test_fromisoformat_fails_typeerror (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fails_typeerror) ... ok test_fromisoformat_fractions (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_fractions) ... ok test_fromisoformat_subclass (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_subclass) ... ok test_fromisoformat_time_examples (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_time_examples) ... ok test_fromisoformat_timespecs (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timespecs) ... ok test_fromisoformat_timezone (test.datetimetester.TestTimeTZ_Fast.test_fromisoformat_timezone) ... ok test_harmful_mixed_comparison (test.datetimetester.TestTimeTZ_Fast.test_harmful_mixed_comparison) ... ok test_harmless_mixed_comparison (test.datetimetester.TestTimeTZ_Fast.test_harmless_mixed_comparison) ... ok test_hash_edge_cases (test.datetimetester.TestTimeTZ_Fast.test_hash_edge_cases) ... ok test_hash_equality (test.datetimetester.TestTimeTZ_Fast.test_hash_equality) ... ok test_isoformat (test.datetimetester.TestTimeTZ_Fast.test_isoformat) ... ok test_isoformat_timezone (test.datetimetester.TestTimeTZ_Fast.test_isoformat_timezone) ... ok test_mixed_compare (test.datetimetester.TestTimeTZ_Fast.test_mixed_compare) ... ok test_more_bool (test.datetimetester.TestTimeTZ_Fast.test_more_bool) ... ok test_pickling (test.datetimetester.TestTimeTZ_Fast.test_pickling) ... ok test_pickling_subclass_time (test.datetimetester.TestTimeTZ_Fast.test_pickling_subclass_time) ... ok test_replace (test.datetimetester.TestTimeTZ_Fast.test_replace) ... ok test_repr (test.datetimetester.TestTimeTZ_Fast.test_repr) ... ok test_resolution_info (test.datetimetester.TestTimeTZ_Fast.test_resolution_info) ... ok test_roundtrip (test.datetimetester.TestTimeTZ_Fast.test_roundtrip) ... ok test_str (test.datetimetester.TestTimeTZ_Fast.test_str) ... ok test_strftime (test.datetimetester.TestTimeTZ_Fast.test_strftime) ... ok test_subclass_replace (test.datetimetester.TestTimeTZ_Fast.test_subclass_replace) ... ok test_subclass_time (test.datetimetester.TestTimeTZ_Fast.test_subclass_time) ... ok test_subclass_timetz (test.datetimetester.TestTimeTZ_Fast.test_subclass_timetz) ... ok test_tzinfo_classes (test.datetimetester.TestTimeTZ_Fast.test_tzinfo_classes) ... ok test_utc_offset_out_of_bounds (test.datetimetester.TestTimeTZ_Fast.test_utc_offset_out_of_bounds) ... ok test_zones (test.datetimetester.TestTimeTZ_Fast.test_zones) ... ok test_aware_datetime (test.datetimetester.TestTimeZone_Fast.test_aware_datetime) ... ok test_class_members (test.datetimetester.TestTimeZone_Fast.test_class_members) ... ok test_comparison (test.datetimetester.TestTimeZone_Fast.test_comparison) ... ok test_comparison_with_tzinfo (test.datetimetester.TestTimeZone_Fast.test_comparison_with_tzinfo) ... ok test_constructor (test.datetimetester.TestTimeZone_Fast.test_constructor) ... ok test_copy (test.datetimetester.TestTimeZone_Fast.test_copy) ... ok test_deepcopy (test.datetimetester.TestTimeZone_Fast.test_deepcopy) ... ok test_dst (test.datetimetester.TestTimeZone_Fast.test_dst) ... ok test_fromutc (test.datetimetester.TestTimeZone_Fast.test_fromutc) ... ok test_inheritance (test.datetimetester.TestTimeZone_Fast.test_inheritance) ... ok test_offset_boundaries (test.datetimetester.TestTimeZone_Fast.test_offset_boundaries) ... ok test_pickle (test.datetimetester.TestTimeZone_Fast.test_pickle) ... ok test_repr (test.datetimetester.TestTimeZone_Fast.test_repr) ... ok test_str (test.datetimetester.TestTimeZone_Fast.test_str) ... ok test_tzname (test.datetimetester.TestTimeZone_Fast.test_tzname) ... ok test_utcoffset (test.datetimetester.TestTimeZone_Fast.test_utcoffset) ... ok test_bogus_dst (test.datetimetester.TestTimezoneConversions_Fast.test_bogus_dst) ... ok test_easy (test.datetimetester.TestTimezoneConversions_Fast.test_easy) ... ok test_fromutc (test.datetimetester.TestTimezoneConversions_Fast.test_fromutc) ... ok test_tricky (test.datetimetester.TestTimezoneConversions_Fast.test_tricky) ... ok test_folds (test.datetimetester.ZoneInfoTest_Fast.test_folds) ... ok test_gaps (test.datetimetester.ZoneInfoTest_Fast.test_gaps) ... ok test_system_transitions (test.datetimetester.ZoneInfoTest_Fast.test_system_transitions) ... skipped 'time module has no attribute tzset' ---------------------------------------------------------------------- Ran 992 tests in 2.276s OK (skipped=32) 0:05:12 load avg: 1.02 [ 99/432/1] test_dbm test_anydbm_access (test.test_dbm.TestCase_dumb.test_anydbm_access) ... ok test_anydbm_creation (test.test_dbm.TestCase_dumb.test_anydbm_creation) ... ok test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_dumb.test_anydbm_creation_n_file_exists_with_invalid_contents) ... ok test_anydbm_keys (test.test_dbm.TestCase_dumb.test_anydbm_keys) ... ok test_anydbm_modification (test.test_dbm.TestCase_dumb.test_anydbm_modification) ... ok test_anydbm_not_existing (test.test_dbm.TestCase_dumb.test_anydbm_not_existing) ... ok test_anydbm_read (test.test_dbm.TestCase_dumb.test_anydbm_read) ... ok test_empty_value (test.test_dbm.TestCase_dumb.test_empty_value) ... ok test_error (test.test_dbm.TestCase_dumb.test_error) ... ok test_keys (test.test_dbm.TestCase_dumb.test_keys) ... ok test_open_with_bytes (test.test_dbm.TestCase_dumb.test_open_with_bytes) ... ok test_open_with_pathlib_path (test.test_dbm.TestCase_dumb.test_open_with_pathlib_path) ... ok test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_dumb.test_open_with_pathlib_path_bytes) ... ok test_anydbm_access (test.test_dbm.TestCase_gnu.test_anydbm_access) ... ok test_anydbm_creation (test.test_dbm.TestCase_gnu.test_anydbm_creation) ... ok test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_gnu.test_anydbm_creation_n_file_exists_with_invalid_contents) ... ok test_anydbm_keys (test.test_dbm.TestCase_gnu.test_anydbm_keys) ... ok test_anydbm_modification (test.test_dbm.TestCase_gnu.test_anydbm_modification) ... ok test_anydbm_not_existing (test.test_dbm.TestCase_gnu.test_anydbm_not_existing) ... ok test_anydbm_read (test.test_dbm.TestCase_gnu.test_anydbm_read) ... ok test_empty_value (test.test_dbm.TestCase_gnu.test_empty_value) ... ok test_error (test.test_dbm.TestCase_gnu.test_error) ... ok test_keys (test.test_dbm.TestCase_gnu.test_keys) ... ok test_open_with_bytes (test.test_dbm.TestCase_gnu.test_open_with_bytes) ... ok test_open_with_pathlib_path (test.test_dbm.TestCase_gnu.test_open_with_pathlib_path) ... ok test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_gnu.test_open_with_pathlib_path_bytes) ... ok test_anydbm_access (test.test_dbm.TestCase_ndbm.test_anydbm_access) ... ok test_anydbm_creation (test.test_dbm.TestCase_ndbm.test_anydbm_creation) ... ok test_anydbm_creation_n_file_exists_with_invalid_contents (test.test_dbm.TestCase_ndbm.test_anydbm_creation_n_file_exists_with_invalid_contents) ... ok test_anydbm_keys (test.test_dbm.TestCase_ndbm.test_anydbm_keys) ... ok test_anydbm_modification (test.test_dbm.TestCase_ndbm.test_anydbm_modification) ... ok test_anydbm_not_existing (test.test_dbm.TestCase_ndbm.test_anydbm_not_existing) ... ok test_anydbm_read (test.test_dbm.TestCase_ndbm.test_anydbm_read) ... ok test_empty_value (test.test_dbm.TestCase_ndbm.test_empty_value) ... ok test_error (test.test_dbm.TestCase_ndbm.test_error) ... ok test_keys (test.test_dbm.TestCase_ndbm.test_keys) ... ok test_open_with_bytes (test.test_dbm.TestCase_ndbm.test_open_with_bytes) ... ok test_open_with_pathlib_path (test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path) ... ok test_open_with_pathlib_path_bytes (test.test_dbm.TestCase_ndbm.test_open_with_pathlib_path_bytes) ... ok test_whichdb (test.test_dbm.WhichDBTestCase.test_whichdb) ... ok test_whichdb_ndbm (test.test_dbm.WhichDBTestCase.test_whichdb_ndbm) ... ok ---------------------------------------------------------------------- Ran 41 tests in 0.072s OK 0:05:13 load avg: 1.02 [100/432/1] test_dbm_dumb test_check_closed (test.test_dbm_dumb.DumbDBMTestCase.test_check_closed) ... ok test_close_twice (test.test_dbm_dumb.DumbDBMTestCase.test_close_twice) ... ok test_context_manager (test.test_dbm_dumb.DumbDBMTestCase.test_context_manager) ... ok test_create_new (test.test_dbm_dumb.DumbDBMTestCase.test_create_new) ... ok test_dumbdbm_creation (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation) ... ok test_dumbdbm_creation_mode (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_creation_mode) ... ok test_dumbdbm_keys (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_keys) ... ok test_dumbdbm_modification (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_modification) ... ok test_dumbdbm_read (test.test_dbm_dumb.DumbDBMTestCase.test_dumbdbm_read) ... ok test_eval (test.test_dbm_dumb.DumbDBMTestCase.test_eval) ... ok test_invalid_flag (test.test_dbm_dumb.DumbDBMTestCase.test_invalid_flag) ... ok test_line_endings (test.test_dbm_dumb.DumbDBMTestCase.test_line_endings) ... ok test_missing_data (test.test_dbm_dumb.DumbDBMTestCase.test_missing_data) ... ok test_missing_index (test.test_dbm_dumb.DumbDBMTestCase.test_missing_index) ... ok test_nonascii_filename (test.test_dbm_dumb.DumbDBMTestCase.test_nonascii_filename) ... ok test_open_with_bytes_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_bytes_path) ... ok test_open_with_pathlib_bytes_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_bytes_path) ... ok test_open_with_pathlib_path (test.test_dbm_dumb.DumbDBMTestCase.test_open_with_pathlib_path) ... ok test_random (test.test_dbm_dumb.DumbDBMTestCase.test_random) ... ok test_readonly_files (test.test_dbm_dumb.DumbDBMTestCase.test_readonly_files) ... ok test_str_read (test.test_dbm_dumb.DumbDBMTestCase.test_str_read) ... ok test_str_write_contains (test.test_dbm_dumb.DumbDBMTestCase.test_str_write_contains) ... ok test_write_contains (test.test_dbm_dumb.DumbDBMTestCase.test_write_contains) ... ok test_write_write_read (test.test_dbm_dumb.DumbDBMTestCase.test_write_write_read) ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.033s OK 0:05:13 load avg: 1.02 [101/432/1] test_dbm_gnu gdbm version: (1, 23, 0) test_bytes (test.test_dbm_gnu.TestGdbm.test_bytes) ... ok test_context_manager (test.test_dbm_gnu.TestGdbm.test_context_manager) ... ok test_disallow_instantiation (test.test_dbm_gnu.TestGdbm.test_disallow_instantiation) ... ok test_error_conditions (test.test_dbm_gnu.TestGdbm.test_error_conditions) ... ok test_flags (test.test_dbm_gnu.TestGdbm.test_flags) ... ok test_key_methods (test.test_dbm_gnu.TestGdbm.test_key_methods) ... ok test_nonascii_filename (test.test_dbm_gnu.TestGdbm.test_nonascii_filename) ... ok test_nonexisting_file (test.test_dbm_gnu.TestGdbm.test_nonexisting_file) ... ok test_open_with_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path) ... ok test_open_with_pathlib_bytes_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path) ... ok test_open_with_pathlib_path (test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path) ... ok test_reorganize (test.test_dbm_gnu.TestGdbm.test_reorganize) ... ok test_unicode (test.test_dbm_gnu.TestGdbm.test_unicode) ... ok test_write_readonly_file (test.test_dbm_gnu.TestGdbm.test_write_readonly_file) ... ok ---------------------------------------------------------------------- Ran 14 tests in 0.046s OK 0:05:13 load avg: 1.02 [102/432/1] test_dbm_ndbm test_bytes (test.test_dbm_ndbm.DbmTestCase.test_bytes) ... ok test_context_manager (test.test_dbm_ndbm.DbmTestCase.test_context_manager) ... ok test_empty_value (test.test_dbm_ndbm.DbmTestCase.test_empty_value) ... ok test_keys (test.test_dbm_ndbm.DbmTestCase.test_keys) ... ok test_modes (test.test_dbm_ndbm.DbmTestCase.test_modes) ... ok test_nonascii_filename (test.test_dbm_ndbm.DbmTestCase.test_nonascii_filename) ... ok test_nonexisting_file (test.test_dbm_ndbm.DbmTestCase.test_nonexisting_file) ... ok test_open_with_bytes_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_bytes_path) ... ok test_open_with_pathlib_bytes_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_bytes_path) ... ok test_open_with_pathlib_path (test.test_dbm_ndbm.DbmTestCase.test_open_with_pathlib_path) ... ok test_unicode (test.test_dbm_ndbm.DbmTestCase.test_unicode) ... ok test_write_readonly_file (test.test_dbm_ndbm.DbmTestCase.test_write_readonly_file) ... ok ---------------------------------------------------------------------- Ran 12 tests in 0.033s OK 0:05:14 load avg: 1.02 [103/432/1] test_decimal test_addition (test.test_decimal.CArithmeticOperatorsTest.test_addition) ... ok test_copy_sign (test.test_decimal.CArithmeticOperatorsTest.test_copy_sign) ... ok test_division (test.test_decimal.CArithmeticOperatorsTest.test_division) ... ok test_floor_div_module (test.test_decimal.CArithmeticOperatorsTest.test_floor_div_module) ... ok test_floor_division (test.test_decimal.CArithmeticOperatorsTest.test_floor_division) ... ok test_module (test.test_decimal.CArithmeticOperatorsTest.test_module) ... ok test_multiplication (test.test_decimal.CArithmeticOperatorsTest.test_multiplication) ... ok test_nan_comparisons (test.test_decimal.CArithmeticOperatorsTest.test_nan_comparisons) ... ok test_powering (test.test_decimal.CArithmeticOperatorsTest.test_powering) ... ok test_subtraction (test.test_decimal.CArithmeticOperatorsTest.test_subtraction) ... ok test_unary_operators (test.test_decimal.CArithmeticOperatorsTest.test_unary_operators) ... ok test__clamp (test.test_decimal.CContextAPItests.test__clamp) ... ok test_abs (test.test_decimal.CContextAPItests.test_abs) ... ok test_add (test.test_decimal.CContextAPItests.test_add) ... ok test_compare (test.test_decimal.CContextAPItests.test_compare) ... ok test_compare_signal (test.test_decimal.CContextAPItests.test_compare_signal) ... ok test_compare_total (test.test_decimal.CContextAPItests.test_compare_total) ... ok test_compare_total_mag (test.test_decimal.CContextAPItests.test_compare_total_mag) ... ok test_copy (test.test_decimal.CContextAPItests.test_copy) ... ok test_copy_abs (test.test_decimal.CContextAPItests.test_copy_abs) ... ok test_copy_decimal (test.test_decimal.CContextAPItests.test_copy_decimal) ... ok test_copy_negate (test.test_decimal.CContextAPItests.test_copy_negate) ... ok test_copy_sign (test.test_decimal.CContextAPItests.test_copy_sign) ... ok test_divide (test.test_decimal.CContextAPItests.test_divide) ... ok test_divide_int (test.test_decimal.CContextAPItests.test_divide_int) ... ok test_divmod (test.test_decimal.CContextAPItests.test_divmod) ... ok test_equality_with_other_types (test.test_decimal.CContextAPItests.test_equality_with_other_types) ... ok test_exp (test.test_decimal.CContextAPItests.test_exp) ... ok test_fma (test.test_decimal.CContextAPItests.test_fma) ... ok test_from_legacy_strings (test.test_decimal.CContextAPItests.test_from_legacy_strings) ... ok test_is_finite (test.test_decimal.CContextAPItests.test_is_finite) ... ok test_is_infinite (test.test_decimal.CContextAPItests.test_is_infinite) ... ok test_is_nan (test.test_decimal.CContextAPItests.test_is_nan) ... ok test_is_normal (test.test_decimal.CContextAPItests.test_is_normal) ... ok test_is_qnan (test.test_decimal.CContextAPItests.test_is_qnan) ... ok test_is_signed (test.test_decimal.CContextAPItests.test_is_signed) ... ok test_is_snan (test.test_decimal.CContextAPItests.test_is_snan) ... ok test_is_subnormal (test.test_decimal.CContextAPItests.test_is_subnormal) ... ok test_is_zero (test.test_decimal.CContextAPItests.test_is_zero) ... ok test_ln (test.test_decimal.CContextAPItests.test_ln) ... ok test_log10 (test.test_decimal.CContextAPItests.test_log10) ... ok test_logb (test.test_decimal.CContextAPItests.test_logb) ... ok test_logical_and (test.test_decimal.CContextAPItests.test_logical_and) ... ok test_logical_invert (test.test_decimal.CContextAPItests.test_logical_invert) ... ok test_logical_or (test.test_decimal.CContextAPItests.test_logical_or) ... ok test_logical_xor (test.test_decimal.CContextAPItests.test_logical_xor) ... ok test_max (test.test_decimal.CContextAPItests.test_max) ... ok test_max_mag (test.test_decimal.CContextAPItests.test_max_mag) ... ok test_min (test.test_decimal.CContextAPItests.test_min) ... ok test_min_mag (test.test_decimal.CContextAPItests.test_min_mag) ... ok test_minus (test.test_decimal.CContextAPItests.test_minus) ... ok test_multiply (test.test_decimal.CContextAPItests.test_multiply) ... ok test_next_minus (test.test_decimal.CContextAPItests.test_next_minus) ... ok test_next_plus (test.test_decimal.CContextAPItests.test_next_plus) ... ok test_next_toward (test.test_decimal.CContextAPItests.test_next_toward) ... ok test_none_args (test.test_decimal.CContextAPItests.test_none_args) ... ok test_normalize (test.test_decimal.CContextAPItests.test_normalize) ... ok test_number_class (test.test_decimal.CContextAPItests.test_number_class) ... ok test_pickle (test.test_decimal.CContextAPItests.test_pickle) ... ok test_plus (test.test_decimal.CContextAPItests.test_plus) ... ok test_power (test.test_decimal.CContextAPItests.test_power) ... ok test_quantize (test.test_decimal.CContextAPItests.test_quantize) ... ok test_remainder (test.test_decimal.CContextAPItests.test_remainder) ... ok test_remainder_near (test.test_decimal.CContextAPItests.test_remainder_near) ... ok test_rotate (test.test_decimal.CContextAPItests.test_rotate) ... ok test_same_quantum (test.test_decimal.CContextAPItests.test_same_quantum) ... ok test_scaleb (test.test_decimal.CContextAPItests.test_scaleb) ... ok test_shift (test.test_decimal.CContextAPItests.test_shift) ... ok test_sqrt (test.test_decimal.CContextAPItests.test_sqrt) ... ok test_subtract (test.test_decimal.CContextAPItests.test_subtract) ... ok test_to_eng_string (test.test_decimal.CContextAPItests.test_to_eng_string) ... ok test_to_integral_exact (test.test_decimal.CContextAPItests.test_to_integral_exact) ... ok test_to_integral_value (test.test_decimal.CContextAPItests.test_to_integral_value) ... ok test_to_sci_string (test.test_decimal.CContextAPItests.test_to_sci_string) ... ok test_flag_comparisons (test.test_decimal.CContextFlags.test_flag_comparisons) ... ok test_flags_irrelevant (test.test_decimal.CContextFlags.test_flags_irrelevant) ... ok test_float_comparison (test.test_decimal.CContextFlags.test_float_comparison) ... ok test_float_operation (test.test_decimal.CContextFlags.test_float_operation) ... ok test_float_operation_default (test.test_decimal.CContextFlags.test_float_operation_default) ... ok test_invalid_context (test.test_decimal.CContextInputValidation.test_invalid_context) ... ok test_context_subclassing (test.test_decimal.CContextSubclassing.test_context_subclassing) ... ok test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.CContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument) ... ok test_localcontext (test.test_decimal.CContextWithStatement.test_localcontext) ... ok test_localcontext_kwargs (test.test_decimal.CContextWithStatement.test_localcontext_kwargs) ... ok test_localcontextarg (test.test_decimal.CContextWithStatement.test_localcontextarg) ... ok test_nested_with_statements (test.test_decimal.CContextWithStatement.test_nested_with_statements) ... ok test_with_statements_gc1 (test.test_decimal.CContextWithStatement.test_with_statements_gc1) ... ok test_with_statements_gc2 (test.test_decimal.CContextWithStatement.test_with_statements_gc2) ... ok test_with_statements_gc3 (test.test_decimal.CContextWithStatement.test_with_statements_gc3) ... ok test_adjusted (test.test_decimal.CCoverage.test_adjusted) ... ok test_canonical (test.test_decimal.CCoverage.test_canonical) ... ok test_context_repr (test.test_decimal.CCoverage.test_context_repr) ... ok test_copy (test.test_decimal.CCoverage.test_copy) ... ok test_create_decimal (test.test_decimal.CCoverage.test_create_decimal) ... ok test_divmod (test.test_decimal.CCoverage.test_divmod) ... ok test_implicit_context (test.test_decimal.CCoverage.test_implicit_context) ... ok test_int (test.test_decimal.CCoverage.test_int) ... ok test_power (test.test_decimal.CCoverage.test_power) ... ok test_quantize (test.test_decimal.CCoverage.test_quantize) ... ok test_radix (test.test_decimal.CCoverage.test_radix) ... ok test_rop (test.test_decimal.CCoverage.test_rop) ... ok test_round (test.test_decimal.CCoverage.test_round) ... ok test_explicit_context_create_decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_decimal) ... ok test_explicit_context_create_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_context_create_from_float) ... ok test_explicit_empty (test.test_decimal.CExplicitConstructionTest.test_explicit_empty) ... ok test_explicit_from_Decimal (test.test_decimal.CExplicitConstructionTest.test_explicit_from_Decimal) ... ok test_explicit_from_None (test.test_decimal.CExplicitConstructionTest.test_explicit_from_None) ... ok test_explicit_from_bool (test.test_decimal.CExplicitConstructionTest.test_explicit_from_bool) ... ok test_explicit_from_float (test.test_decimal.CExplicitConstructionTest.test_explicit_from_float) ... ok test_explicit_from_int (test.test_decimal.CExplicitConstructionTest.test_explicit_from_int) ... ok test_explicit_from_list (test.test_decimal.CExplicitConstructionTest.test_explicit_from_list) ... ok test_explicit_from_string (test.test_decimal.CExplicitConstructionTest.test_explicit_from_string) ... ok test_explicit_from_tuples (test.test_decimal.CExplicitConstructionTest.test_explicit_from_tuples) ... ok test_from_legacy_strings (test.test_decimal.CExplicitConstructionTest.test_from_legacy_strings) ... ok test_unicode_digits (test.test_decimal.CExplicitConstructionTest.test_unicode_digits) ... ok test_decimal_from_float_argument_type (test.test_decimal.CFormatTest.test_decimal_from_float_argument_type) ... ok test_formatting (test.test_decimal.CFormatTest.test_formatting) ... ok test_n_format (test.test_decimal.CFormatTest.test_n_format) ... ok test_negative_zero_bad_format (test.test_decimal.CFormatTest.test_negative_zero_bad_format) ... ok test_negative_zero_format_directed_rounding (test.test_decimal.CFormatTest.test_negative_zero_format_directed_rounding) ... ok test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest.test_wide_char_separator_decimal_point) ... skipped "inappropriate decimal point separator ('.' not '\\u066b')" test_c_context (test.test_decimal.CFunctionality.test_c_context) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' test_c_ieee_context (test.test_decimal.CFunctionality.test_c_ieee_context) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' test_constants (test.test_decimal.CFunctionality.test_constants) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' test_implicit_from_Decimal (test.test_decimal.CImplicitConstructionTest.test_implicit_from_Decimal) ... ok test_implicit_from_None (test.test_decimal.CImplicitConstructionTest.test_implicit_from_None) ... ok test_implicit_from_float (test.test_decimal.CImplicitConstructionTest.test_implicit_from_float) ... ok test_implicit_from_int (test.test_decimal.CImplicitConstructionTest.test_implicit_from_int) ... ok test_implicit_from_string (test.test_decimal.CImplicitConstructionTest.test_implicit_from_string) ... ok test_rop (test.test_decimal.CImplicitConstructionTest.test_rop) ... ok test_abc (test.test_decimal.CPythonAPItests.test_abc) ... ok test_complex (test.test_decimal.CPythonAPItests.test_complex) ... ok test_create_decimal_from_float (test.test_decimal.CPythonAPItests.test_create_decimal_from_float) ... ok test_exception_hierarchy (test.test_decimal.CPythonAPItests.test_exception_hierarchy) ... ok test_from_float (test.test_decimal.CPythonAPItests.test_from_float) ... ok test_int (test.test_decimal.CPythonAPItests.test_int) ... ok test_named_parameters (test.test_decimal.CPythonAPItests.test_named_parameters) ... ok test_pickle (test.test_decimal.CPythonAPItests.test_pickle) ... ok test_quantize (test.test_decimal.CPythonAPItests.test_quantize) ... ok test_small_ints (test.test_decimal.CPythonAPItests.test_small_ints) ... ok test_trunc (test.test_decimal.CPythonAPItests.test_trunc) ... ok test_context_templates (test.test_decimal.CSpecialContexts.test_context_templates) ... ok test_default_context (test.test_decimal.CSpecialContexts.test_default_context) ... ok test_threading (test.test_decimal.CThreadingTest.test_threading) ... ok test_as_integer_ratio (test.test_decimal.CUsabilityTest.test_as_integer_ratio) ... ok test_as_nonzero (test.test_decimal.CUsabilityTest.test_as_nonzero) ... ok test_as_tuple (test.test_decimal.CUsabilityTest.test_as_tuple) ... ok test_comparison_operators (test.test_decimal.CUsabilityTest.test_comparison_operators) ... ok test_conversions_from_int (test.test_decimal.CUsabilityTest.test_conversions_from_int) ... ok test_copy_and_deepcopy_methods (test.test_decimal.CUsabilityTest.test_copy_and_deepcopy_methods) ... ok test_decimal_complex_comparison (test.test_decimal.CUsabilityTest.test_decimal_complex_comparison) ... ok test_decimal_float_comparison (test.test_decimal.CUsabilityTest.test_decimal_float_comparison) ... ok test_decimal_fraction_comparison (test.test_decimal.CUsabilityTest.test_decimal_fraction_comparison) ... ok test_eval_round_trip (test.test_decimal.CUsabilityTest.test_eval_round_trip) ... ok test_hash_method (test.test_decimal.CUsabilityTest.test_hash_method) ... ok test_hash_method_nan (test.test_decimal.CUsabilityTest.test_hash_method_nan) ... ok test_implicit_context (test.test_decimal.CUsabilityTest.test_implicit_context) ... ok test_min_and_max_methods (test.test_decimal.CUsabilityTest.test_min_and_max_methods) ... ok test_nan_to_float (test.test_decimal.CUsabilityTest.test_nan_to_float) ... ok test_none_args (test.test_decimal.CUsabilityTest.test_none_args) ... ok test_snan_to_float (test.test_decimal.CUsabilityTest.test_snan_to_float) ... ok test_subclassing (test.test_decimal.CUsabilityTest.test_subclassing) ... ok test_tonum_methods (test.test_decimal.CUsabilityTest.test_tonum_methods) ... ok test_tostring_methods (test.test_decimal.CUsabilityTest.test_tostring_methods) ... ok test_bignum (test.test_decimal.CWhitebox.test_bignum) ... ok test_c_context_errors (test.test_decimal.CWhitebox.test_c_context_errors) ... ok test_c_context_errors_extra (test.test_decimal.CWhitebox.test_c_context_errors_extra) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' test_c_context_repr (test.test_decimal.CWhitebox.test_c_context_repr) ... ok test_c_context_templates (test.test_decimal.CWhitebox.test_c_context_templates) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' test_c_format (test.test_decimal.CWhitebox.test_c_format) ... ok test_c_funcs (test.test_decimal.CWhitebox.test_c_funcs) ... ok test_c_input_restriction (test.test_decimal.CWhitebox.test_c_input_restriction) ... ok test_c_integral (test.test_decimal.CWhitebox.test_c_integral) ... ok test_c_round (test.test_decimal.CWhitebox.test_c_round) ... ok test_c_signal_dict (test.test_decimal.CWhitebox.test_c_signal_dict) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' test_c_signaldict_segfault (test.test_decimal.CWhitebox.test_c_signaldict_segfault) ... ok test_c_valid_context (test.test_decimal.CWhitebox.test_c_valid_context) ... ok test_c_valid_context_extra (test.test_decimal.CWhitebox.test_c_valid_context_extra) ... skipped 'test requires build with -DEXTRA_FUNCTIONALITY' test_exact_conversion (test.test_decimal.CWhitebox.test_exact_conversion) ... ok test_from_tuple (test.test_decimal.CWhitebox.test_from_tuple) ... ok test_internal_use_of_overridden_methods (test.test_decimal.CWhitebox.test_internal_use_of_overridden_methods) ... ok test_invalid_construction (test.test_decimal.CWhitebox.test_invalid_construction) ... ok test_invalid_override (test.test_decimal.CWhitebox.test_invalid_override) ... ok test_maxcontext_exact_arith (test.test_decimal.CWhitebox.test_maxcontext_exact_arith) ... ok test_rounding_strings_interned (test.test_decimal.CWhitebox.test_rounding_strings_interned) ... ok test_sizeof (test.test_decimal.CWhitebox.test_sizeof) ... ok test_va_args_exceptions (test.test_decimal.CWhitebox.test_va_args_exceptions) ... ok test_context_attributes (test.test_decimal.CheckAttributes.test_context_attributes) ... ok test_decimal_attributes (test.test_decimal.CheckAttributes.test_decimal_attributes) ... ok test_module_attributes (test.test_decimal.CheckAttributes.test_module_attributes) ... ok test_addition (test.test_decimal.PyArithmeticOperatorsTest.test_addition) ... ok test_copy_sign (test.test_decimal.PyArithmeticOperatorsTest.test_copy_sign) ... ok test_division (test.test_decimal.PyArithmeticOperatorsTest.test_division) ... ok test_floor_div_module (test.test_decimal.PyArithmeticOperatorsTest.test_floor_div_module) ... ok test_floor_division (test.test_decimal.PyArithmeticOperatorsTest.test_floor_division) ... ok test_module (test.test_decimal.PyArithmeticOperatorsTest.test_module) ... ok test_multiplication (test.test_decimal.PyArithmeticOperatorsTest.test_multiplication) ... ok test_nan_comparisons (test.test_decimal.PyArithmeticOperatorsTest.test_nan_comparisons) ... ok test_powering (test.test_decimal.PyArithmeticOperatorsTest.test_powering) ... ok test_subtraction (test.test_decimal.PyArithmeticOperatorsTest.test_subtraction) ... ok test_unary_operators (test.test_decimal.PyArithmeticOperatorsTest.test_unary_operators) ... ok test__clamp (test.test_decimal.PyContextAPItests.test__clamp) ... ok test_abs (test.test_decimal.PyContextAPItests.test_abs) ... ok test_add (test.test_decimal.PyContextAPItests.test_add) ... ok test_compare (test.test_decimal.PyContextAPItests.test_compare) ... ok test_compare_signal (test.test_decimal.PyContextAPItests.test_compare_signal) ... ok test_compare_total (test.test_decimal.PyContextAPItests.test_compare_total) ... ok test_compare_total_mag (test.test_decimal.PyContextAPItests.test_compare_total_mag) ... ok test_copy (test.test_decimal.PyContextAPItests.test_copy) ... ok test_copy_abs (test.test_decimal.PyContextAPItests.test_copy_abs) ... ok test_copy_decimal (test.test_decimal.PyContextAPItests.test_copy_decimal) ... ok test_copy_negate (test.test_decimal.PyContextAPItests.test_copy_negate) ... ok test_copy_sign (test.test_decimal.PyContextAPItests.test_copy_sign) ... ok test_divide (test.test_decimal.PyContextAPItests.test_divide) ... ok test_divide_int (test.test_decimal.PyContextAPItests.test_divide_int) ... ok test_divmod (test.test_decimal.PyContextAPItests.test_divmod) ... ok test_equality_with_other_types (test.test_decimal.PyContextAPItests.test_equality_with_other_types) ... ok test_exp (test.test_decimal.PyContextAPItests.test_exp) ... ok test_fma (test.test_decimal.PyContextAPItests.test_fma) ... ok test_from_legacy_strings (test.test_decimal.PyContextAPItests.test_from_legacy_strings) ... ok test_is_finite (test.test_decimal.PyContextAPItests.test_is_finite) ... ok test_is_infinite (test.test_decimal.PyContextAPItests.test_is_infinite) ... ok test_is_nan (test.test_decimal.PyContextAPItests.test_is_nan) ... ok test_is_normal (test.test_decimal.PyContextAPItests.test_is_normal) ... ok test_is_qnan (test.test_decimal.PyContextAPItests.test_is_qnan) ... ok test_is_signed (test.test_decimal.PyContextAPItests.test_is_signed) ... ok test_is_snan (test.test_decimal.PyContextAPItests.test_is_snan) ... ok test_is_subnormal (test.test_decimal.PyContextAPItests.test_is_subnormal) ... ok test_is_zero (test.test_decimal.PyContextAPItests.test_is_zero) ... ok test_ln (test.test_decimal.PyContextAPItests.test_ln) ... ok test_log10 (test.test_decimal.PyContextAPItests.test_log10) ... ok test_logb (test.test_decimal.PyContextAPItests.test_logb) ... ok test_logical_and (test.test_decimal.PyContextAPItests.test_logical_and) ... ok test_logical_invert (test.test_decimal.PyContextAPItests.test_logical_invert) ... ok test_logical_or (test.test_decimal.PyContextAPItests.test_logical_or) ... ok test_logical_xor (test.test_decimal.PyContextAPItests.test_logical_xor) ... ok test_max (test.test_decimal.PyContextAPItests.test_max) ... ok test_max_mag (test.test_decimal.PyContextAPItests.test_max_mag) ... ok test_min (test.test_decimal.PyContextAPItests.test_min) ... ok test_min_mag (test.test_decimal.PyContextAPItests.test_min_mag) ... ok test_minus (test.test_decimal.PyContextAPItests.test_minus) ... ok test_multiply (test.test_decimal.PyContextAPItests.test_multiply) ... ok test_next_minus (test.test_decimal.PyContextAPItests.test_next_minus) ... ok test_next_plus (test.test_decimal.PyContextAPItests.test_next_plus) ... ok test_next_toward (test.test_decimal.PyContextAPItests.test_next_toward) ... ok test_none_args (test.test_decimal.PyContextAPItests.test_none_args) ... ok test_normalize (test.test_decimal.PyContextAPItests.test_normalize) ... ok test_number_class (test.test_decimal.PyContextAPItests.test_number_class) ... ok test_pickle (test.test_decimal.PyContextAPItests.test_pickle) ... ok test_plus (test.test_decimal.PyContextAPItests.test_plus) ... ok test_power (test.test_decimal.PyContextAPItests.test_power) ... ok test_quantize (test.test_decimal.PyContextAPItests.test_quantize) ... ok test_remainder (test.test_decimal.PyContextAPItests.test_remainder) ... ok test_remainder_near (test.test_decimal.PyContextAPItests.test_remainder_near) ... ok test_rotate (test.test_decimal.PyContextAPItests.test_rotate) ... ok test_same_quantum (test.test_decimal.PyContextAPItests.test_same_quantum) ... ok test_scaleb (test.test_decimal.PyContextAPItests.test_scaleb) ... ok test_shift (test.test_decimal.PyContextAPItests.test_shift) ... ok test_sqrt (test.test_decimal.PyContextAPItests.test_sqrt) ... ok test_subtract (test.test_decimal.PyContextAPItests.test_subtract) ... ok test_to_eng_string (test.test_decimal.PyContextAPItests.test_to_eng_string) ... ok test_to_integral_exact (test.test_decimal.PyContextAPItests.test_to_integral_exact) ... ok test_to_integral_value (test.test_decimal.PyContextAPItests.test_to_integral_value) ... ok test_to_sci_string (test.test_decimal.PyContextAPItests.test_to_sci_string) ... ok test_flag_comparisons (test.test_decimal.PyContextFlags.test_flag_comparisons) ... ok test_flags_irrelevant (test.test_decimal.PyContextFlags.test_flags_irrelevant) ... ok test_float_comparison (test.test_decimal.PyContextFlags.test_float_comparison) ... ok test_float_operation (test.test_decimal.PyContextFlags.test_float_operation) ... ok test_float_operation_default (test.test_decimal.PyContextFlags.test_float_operation_default) ... ok test_invalid_context (test.test_decimal.PyContextInputValidation.test_invalid_context) ... ok test_context_subclassing (test.test_decimal.PyContextSubclassing.test_context_subclassing) ... ok test_local_context_kwargs_does_not_overwrite_existing_argument (test.test_decimal.PyContextWithStatement.test_local_context_kwargs_does_not_overwrite_existing_argument) ... ok test_localcontext (test.test_decimal.PyContextWithStatement.test_localcontext) ... ok test_localcontext_kwargs (test.test_decimal.PyContextWithStatement.test_localcontext_kwargs) ... ok test_localcontextarg (test.test_decimal.PyContextWithStatement.test_localcontextarg) ... ok test_nested_with_statements (test.test_decimal.PyContextWithStatement.test_nested_with_statements) ... ok test_with_statements_gc1 (test.test_decimal.PyContextWithStatement.test_with_statements_gc1) ... ok test_with_statements_gc2 (test.test_decimal.PyContextWithStatement.test_with_statements_gc2) ... ok test_with_statements_gc3 (test.test_decimal.PyContextWithStatement.test_with_statements_gc3) ... ok test_adjusted (test.test_decimal.PyCoverage.test_adjusted) ... ok test_canonical (test.test_decimal.PyCoverage.test_canonical) ... ok test_context_repr (test.test_decimal.PyCoverage.test_context_repr) ... ok test_copy (test.test_decimal.PyCoverage.test_copy) ... ok test_create_decimal (test.test_decimal.PyCoverage.test_create_decimal) ... ok test_divmod (test.test_decimal.PyCoverage.test_divmod) ... ok test_implicit_context (test.test_decimal.PyCoverage.test_implicit_context) ... ok test_int (test.test_decimal.PyCoverage.test_int) ... ok test_power (test.test_decimal.PyCoverage.test_power) ... ok test_quantize (test.test_decimal.PyCoverage.test_quantize) ... ok test_radix (test.test_decimal.PyCoverage.test_radix) ... ok test_rop (test.test_decimal.PyCoverage.test_rop) ... ok test_round (test.test_decimal.PyCoverage.test_round) ... ok test_explicit_context_create_decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_decimal) ... ok test_explicit_context_create_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_context_create_from_float) ... ok test_explicit_empty (test.test_decimal.PyExplicitConstructionTest.test_explicit_empty) ... ok test_explicit_from_Decimal (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_Decimal) ... ok test_explicit_from_None (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_None) ... ok test_explicit_from_bool (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_bool) ... ok test_explicit_from_float (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_float) ... ok test_explicit_from_int (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_int) ... ok test_explicit_from_list (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_list) ... ok test_explicit_from_string (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_string) ... ok test_explicit_from_tuples (test.test_decimal.PyExplicitConstructionTest.test_explicit_from_tuples) ... ok test_from_legacy_strings (test.test_decimal.PyExplicitConstructionTest.test_from_legacy_strings) ... ok test_unicode_digits (test.test_decimal.PyExplicitConstructionTest.test_unicode_digits) ... ok test_decimal_from_float_argument_type (test.test_decimal.PyFormatTest.test_decimal_from_float_argument_type) ... ok test_formatting (test.test_decimal.PyFormatTest.test_formatting) ... ok test_n_format (test.test_decimal.PyFormatTest.test_n_format) ... ok test_negative_zero_bad_format (test.test_decimal.PyFormatTest.test_negative_zero_bad_format) ... ok test_negative_zero_format_directed_rounding (test.test_decimal.PyFormatTest.test_negative_zero_format_directed_rounding) ... ok test_wide_char_separator_decimal_point (test.test_decimal.PyFormatTest.test_wide_char_separator_decimal_point) ... skipped "inappropriate decimal point separator ('.' not '\\u066b')" test_py_alternate_formatting (test.test_decimal.PyFunctionality.test_py_alternate_formatting) ... ok test_implicit_from_Decimal (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_Decimal) ... ok test_implicit_from_None (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_None) ... ok test_implicit_from_float (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_float) ... ok test_implicit_from_int (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_int) ... ok test_implicit_from_string (test.test_decimal.PyImplicitConstructionTest.test_implicit_from_string) ... ok test_rop (test.test_decimal.PyImplicitConstructionTest.test_rop) ... ok test_abc (test.test_decimal.PyPythonAPItests.test_abc) ... ok test_complex (test.test_decimal.PyPythonAPItests.test_complex) ... ok test_create_decimal_from_float (test.test_decimal.PyPythonAPItests.test_create_decimal_from_float) ... ok test_exception_hierarchy (test.test_decimal.PyPythonAPItests.test_exception_hierarchy) ... ok test_from_float (test.test_decimal.PyPythonAPItests.test_from_float) ... ok test_int (test.test_decimal.PyPythonAPItests.test_int) ... ok test_named_parameters (test.test_decimal.PyPythonAPItests.test_named_parameters) ... ok test_pickle (test.test_decimal.PyPythonAPItests.test_pickle) ... ok test_quantize (test.test_decimal.PyPythonAPItests.test_quantize) ... ok test_small_ints (test.test_decimal.PyPythonAPItests.test_small_ints) ... ok test_trunc (test.test_decimal.PyPythonAPItests.test_trunc) ... ok test_context_templates (test.test_decimal.PySpecialContexts.test_context_templates) ... ok test_default_context (test.test_decimal.PySpecialContexts.test_default_context) ... ok test_threading (test.test_decimal.PyThreadingTest.test_threading) ... ok test_as_integer_ratio (test.test_decimal.PyUsabilityTest.test_as_integer_ratio) ... ok test_as_nonzero (test.test_decimal.PyUsabilityTest.test_as_nonzero) ... ok test_as_tuple (test.test_decimal.PyUsabilityTest.test_as_tuple) ... ok test_comparison_operators (test.test_decimal.PyUsabilityTest.test_comparison_operators) ... ok test_conversions_from_int (test.test_decimal.PyUsabilityTest.test_conversions_from_int) ... ok test_copy_and_deepcopy_methods (test.test_decimal.PyUsabilityTest.test_copy_and_deepcopy_methods) ... ok test_decimal_complex_comparison (test.test_decimal.PyUsabilityTest.test_decimal_complex_comparison) ... ok test_decimal_float_comparison (test.test_decimal.PyUsabilityTest.test_decimal_float_comparison) ... ok test_decimal_fraction_comparison (test.test_decimal.PyUsabilityTest.test_decimal_fraction_comparison) ... ok test_eval_round_trip (test.test_decimal.PyUsabilityTest.test_eval_round_trip) ... ok test_hash_method (test.test_decimal.PyUsabilityTest.test_hash_method) ... ok test_hash_method_nan (test.test_decimal.PyUsabilityTest.test_hash_method_nan) ... ok test_implicit_context (test.test_decimal.PyUsabilityTest.test_implicit_context) ... ok test_min_and_max_methods (test.test_decimal.PyUsabilityTest.test_min_and_max_methods) ... ok test_nan_to_float (test.test_decimal.PyUsabilityTest.test_nan_to_float) ... ok test_none_args (test.test_decimal.PyUsabilityTest.test_none_args) ... ok test_snan_to_float (test.test_decimal.PyUsabilityTest.test_snan_to_float) ... ok test_subclassing (test.test_decimal.PyUsabilityTest.test_subclassing) ... ok test_tonum_methods (test.test_decimal.PyUsabilityTest.test_tonum_methods) ... ok test_tostring_methods (test.test_decimal.PyUsabilityTest.test_tostring_methods) ... ok test_py__round (test.test_decimal.PyWhitebox.test_py__round) ... ok test_py_decimal_id (test.test_decimal.PyWhitebox.test_py_decimal_id) ... ok test_py_exact_power (test.test_decimal.PyWhitebox.test_py_exact_power) ... ok test_py_immutability_operations (test.test_decimal.PyWhitebox.test_py_immutability_operations) ... ok test_py_rescale (test.test_decimal.PyWhitebox.test_py_rescale) ... ok test_inspect_module (test.test_decimal.SignatureTest.test_inspect_module) ... ok test_inspect_types (test.test_decimal.SignatureTest.test_inspect_types) ... ok test_abs (test.test_decimal.CIBMTestCases.test_abs) ... ok test_add (test.test_decimal.CIBMTestCases.test_add) ... ok test_and (test.test_decimal.CIBMTestCases.test_and) ... ok test_base (test.test_decimal.CIBMTestCases.test_base) ... ok test_clamp (test.test_decimal.CIBMTestCases.test_clamp) ... ok test_class (test.test_decimal.CIBMTestCases.test_class) ... ok test_compare (test.test_decimal.CIBMTestCases.test_compare) ... ok test_comparetotal (test.test_decimal.CIBMTestCases.test_comparetotal) ... ok test_comparetotmag (test.test_decimal.CIBMTestCases.test_comparetotmag) ... ok test_copy (test.test_decimal.CIBMTestCases.test_copy) ... ok test_copyabs (test.test_decimal.CIBMTestCases.test_copyabs) ... ok test_copynegate (test.test_decimal.CIBMTestCases.test_copynegate) ... ok test_copysign (test.test_decimal.CIBMTestCases.test_copysign) ... ok test_ddAbs (test.test_decimal.CIBMTestCases.test_ddAbs) ... ok test_ddAdd (test.test_decimal.CIBMTestCases.test_ddAdd) ... ok test_ddAnd (test.test_decimal.CIBMTestCases.test_ddAnd) ... ok test_ddBase (test.test_decimal.CIBMTestCases.test_ddBase) ... ok test_ddCanonical (test.test_decimal.CIBMTestCases.test_ddCanonical) ... ok test_ddClass (test.test_decimal.CIBMTestCases.test_ddClass) ... ok test_ddCompare (test.test_decimal.CIBMTestCases.test_ddCompare) ... ok test_ddCompareSig (test.test_decimal.CIBMTestCases.test_ddCompareSig) ... ok test_ddCompareTotal (test.test_decimal.CIBMTestCases.test_ddCompareTotal) ... ok test_ddCompareTotalMag (test.test_decimal.CIBMTestCases.test_ddCompareTotalMag) ... ok test_ddCopy (test.test_decimal.CIBMTestCases.test_ddCopy) ... ok test_ddCopyAbs (test.test_decimal.CIBMTestCases.test_ddCopyAbs) ... ok test_ddCopyNegate (test.test_decimal.CIBMTestCases.test_ddCopyNegate) ... ok test_ddCopySign (test.test_decimal.CIBMTestCases.test_ddCopySign) ... ok test_ddDivide (test.test_decimal.CIBMTestCases.test_ddDivide) ... ok test_ddDivideInt (test.test_decimal.CIBMTestCases.test_ddDivideInt) ... ok test_ddEncode (test.test_decimal.CIBMTestCases.test_ddEncode) ... ok test_ddFMA (test.test_decimal.CIBMTestCases.test_ddFMA) ... ok test_ddInvert (test.test_decimal.CIBMTestCases.test_ddInvert) ... ok test_ddLogB (test.test_decimal.CIBMTestCases.test_ddLogB) ... ok test_ddMax (test.test_decimal.CIBMTestCases.test_ddMax) ... ok test_ddMaxMag (test.test_decimal.CIBMTestCases.test_ddMaxMag) ... ok test_ddMin (test.test_decimal.CIBMTestCases.test_ddMin) ... ok test_ddMinMag (test.test_decimal.CIBMTestCases.test_ddMinMag) ... ok test_ddMinus (test.test_decimal.CIBMTestCases.test_ddMinus) ... ok test_ddMultiply (test.test_decimal.CIBMTestCases.test_ddMultiply) ... ok test_ddNextMinus (test.test_decimal.CIBMTestCases.test_ddNextMinus) ... ok test_ddNextPlus (test.test_decimal.CIBMTestCases.test_ddNextPlus) ... ok test_ddNextToward (test.test_decimal.CIBMTestCases.test_ddNextToward) ... ok test_ddOr (test.test_decimal.CIBMTestCases.test_ddOr) ... ok test_ddPlus (test.test_decimal.CIBMTestCases.test_ddPlus) ... ok test_ddQuantize (test.test_decimal.CIBMTestCases.test_ddQuantize) ... ok test_ddReduce (test.test_decimal.CIBMTestCases.test_ddReduce) ... ok test_ddRemainder (test.test_decimal.CIBMTestCases.test_ddRemainder) ... ok test_ddRemainderNear (test.test_decimal.CIBMTestCases.test_ddRemainderNear) ... ok test_ddRotate (test.test_decimal.CIBMTestCases.test_ddRotate) ... ok test_ddSameQuantum (test.test_decimal.CIBMTestCases.test_ddSameQuantum) ... ok test_ddScaleB (test.test_decimal.CIBMTestCases.test_ddScaleB) ... ok test_ddShift (test.test_decimal.CIBMTestCases.test_ddShift) ... ok test_ddSubtract (test.test_decimal.CIBMTestCases.test_ddSubtract) ... ok test_ddToIntegral (test.test_decimal.CIBMTestCases.test_ddToIntegral) ... ok test_ddXor (test.test_decimal.CIBMTestCases.test_ddXor) ... ok test_decDouble (test.test_decimal.CIBMTestCases.test_decDouble) ... ok test_decQuad (test.test_decimal.CIBMTestCases.test_decQuad) ... ok test_decSingle (test.test_decimal.CIBMTestCases.test_decSingle) ... ok test_divide (test.test_decimal.CIBMTestCases.test_divide) ... ok test_divideint (test.test_decimal.CIBMTestCases.test_divideint) ... ok test_dqAbs (test.test_decimal.CIBMTestCases.test_dqAbs) ... ok test_dqAdd (test.test_decimal.CIBMTestCases.test_dqAdd) ... ok test_dqAnd (test.test_decimal.CIBMTestCases.test_dqAnd) ... ok test_dqBase (test.test_decimal.CIBMTestCases.test_dqBase) ... ok test_dqCanonical (test.test_decimal.CIBMTestCases.test_dqCanonical) ... ok test_dqClass (test.test_decimal.CIBMTestCases.test_dqClass) ... ok test_dqCompare (test.test_decimal.CIBMTestCases.test_dqCompare) ... ok test_dqCompareSig (test.test_decimal.CIBMTestCases.test_dqCompareSig) ... ok test_dqCompareTotal (test.test_decimal.CIBMTestCases.test_dqCompareTotal) ... ok test_dqCompareTotalMag (test.test_decimal.CIBMTestCases.test_dqCompareTotalMag) ... ok test_dqCopy (test.test_decimal.CIBMTestCases.test_dqCopy) ... ok test_dqCopyAbs (test.test_decimal.CIBMTestCases.test_dqCopyAbs) ... ok test_dqCopyNegate (test.test_decimal.CIBMTestCases.test_dqCopyNegate) ... ok test_dqCopySign (test.test_decimal.CIBMTestCases.test_dqCopySign) ... ok test_dqDivide (test.test_decimal.CIBMTestCases.test_dqDivide) ... ok test_dqDivideInt (test.test_decimal.CIBMTestCases.test_dqDivideInt) ... ok test_dqEncode (test.test_decimal.CIBMTestCases.test_dqEncode) ... ok test_dqFMA (test.test_decimal.CIBMTestCases.test_dqFMA) ... ok test_dqInvert (test.test_decimal.CIBMTestCases.test_dqInvert) ... ok test_dqLogB (test.test_decimal.CIBMTestCases.test_dqLogB) ... ok test_dqMax (test.test_decimal.CIBMTestCases.test_dqMax) ... ok test_dqMaxMag (test.test_decimal.CIBMTestCases.test_dqMaxMag) ... ok test_dqMin (test.test_decimal.CIBMTestCases.test_dqMin) ... ok test_dqMinMag (test.test_decimal.CIBMTestCases.test_dqMinMag) ... ok test_dqMinus (test.test_decimal.CIBMTestCases.test_dqMinus) ... ok test_dqMultiply (test.test_decimal.CIBMTestCases.test_dqMultiply) ... ok test_dqNextMinus (test.test_decimal.CIBMTestCases.test_dqNextMinus) ... ok test_dqNextPlus (test.test_decimal.CIBMTestCases.test_dqNextPlus) ... ok test_dqNextToward (test.test_decimal.CIBMTestCases.test_dqNextToward) ... ok test_dqOr (test.test_decimal.CIBMTestCases.test_dqOr) ... ok test_dqPlus (test.test_decimal.CIBMTestCases.test_dqPlus) ... ok test_dqQuantize (test.test_decimal.CIBMTestCases.test_dqQuantize) ... ok test_dqReduce (test.test_decimal.CIBMTestCases.test_dqReduce) ... ok test_dqRemainder (test.test_decimal.CIBMTestCases.test_dqRemainder) ... ok test_dqRemainderNear (test.test_decimal.CIBMTestCases.test_dqRemainderNear) ... ok test_dqRotate (test.test_decimal.CIBMTestCases.test_dqRotate) ... ok test_dqSameQuantum (test.test_decimal.CIBMTestCases.test_dqSameQuantum) ... ok test_dqScaleB (test.test_decimal.CIBMTestCases.test_dqScaleB) ... ok test_dqShift (test.test_decimal.CIBMTestCases.test_dqShift) ... ok test_dqSubtract (test.test_decimal.CIBMTestCases.test_dqSubtract) ... ok test_dqToIntegral (test.test_decimal.CIBMTestCases.test_dqToIntegral) ... ok test_dqXor (test.test_decimal.CIBMTestCases.test_dqXor) ... ok test_dsBase (test.test_decimal.CIBMTestCases.test_dsBase) ... ok test_dsEncode (test.test_decimal.CIBMTestCases.test_dsEncode) ... ok test_exp (test.test_decimal.CIBMTestCases.test_exp) ... ok test_extra (test.test_decimal.CIBMTestCases.test_extra) ... ok test_fma (test.test_decimal.CIBMTestCases.test_fma) ... ok test_inexact (test.test_decimal.CIBMTestCases.test_inexact) ... ok test_invert (test.test_decimal.CIBMTestCases.test_invert) ... ok test_ln (test.test_decimal.CIBMTestCases.test_ln) ... ok test_log10 (test.test_decimal.CIBMTestCases.test_log10) ... ok test_logb (test.test_decimal.CIBMTestCases.test_logb) ... ok test_max (test.test_decimal.CIBMTestCases.test_max) ... ok test_maxmag (test.test_decimal.CIBMTestCases.test_maxmag) ... ok test_min (test.test_decimal.CIBMTestCases.test_min) ... ok test_minmag (test.test_decimal.CIBMTestCases.test_minmag) ... ok test_minus (test.test_decimal.CIBMTestCases.test_minus) ... ok test_multiply (test.test_decimal.CIBMTestCases.test_multiply) ... ok test_nextminus (test.test_decimal.CIBMTestCases.test_nextminus) ... ok test_nextplus (test.test_decimal.CIBMTestCases.test_nextplus) ... ok test_nexttoward (test.test_decimal.CIBMTestCases.test_nexttoward) ... ok test_or (test.test_decimal.CIBMTestCases.test_or) ... ok test_plus (test.test_decimal.CIBMTestCases.test_plus) ... ok test_power (test.test_decimal.CIBMTestCases.test_power) ... ok test_powersqrt (test.test_decimal.CIBMTestCases.test_powersqrt) ... ok test_quantize (test.test_decimal.CIBMTestCases.test_quantize) ... ok test_randomBound32 (test.test_decimal.CIBMTestCases.test_randomBound32) ... ok test_randoms (test.test_decimal.CIBMTestCases.test_randoms) ... ok test_reduce (test.test_decimal.CIBMTestCases.test_reduce) ... ok test_remainder (test.test_decimal.CIBMTestCases.test_remainder) ... ok test_remainderNear (test.test_decimal.CIBMTestCases.test_remainderNear) ... ok test_rescale (test.test_decimal.CIBMTestCases.test_rescale) ... ok test_rotate (test.test_decimal.CIBMTestCases.test_rotate) ... ok test_rounding (test.test_decimal.CIBMTestCases.test_rounding) ... ok test_samequantum (test.test_decimal.CIBMTestCases.test_samequantum) ... ok test_scaleb (test.test_decimal.CIBMTestCases.test_scaleb) ... ok test_shift (test.test_decimal.CIBMTestCases.test_shift) ... ok test_squareroot (test.test_decimal.CIBMTestCases.test_squareroot) ... ok test_subtract (test.test_decimal.CIBMTestCases.test_subtract) ... ok test_testall (test.test_decimal.CIBMTestCases.test_testall) ... ok test_tointegral (test.test_decimal.CIBMTestCases.test_tointegral) ... ok test_tointegralx (test.test_decimal.CIBMTestCases.test_tointegralx) ... ok test_xor (test.test_decimal.CIBMTestCases.test_xor) ... ok test_abs (test.test_decimal.PyIBMTestCases.test_abs) ... ok test_add (test.test_decimal.PyIBMTestCases.test_add) ... ok test_and (test.test_decimal.PyIBMTestCases.test_and) ... ok test_base (test.test_decimal.PyIBMTestCases.test_base) ... ok test_clamp (test.test_decimal.PyIBMTestCases.test_clamp) ... ok test_class (test.test_decimal.PyIBMTestCases.test_class) ... ok test_compare (test.test_decimal.PyIBMTestCases.test_compare) ... ok test_comparetotal (test.test_decimal.PyIBMTestCases.test_comparetotal) ... ok test_comparetotmag (test.test_decimal.PyIBMTestCases.test_comparetotmag) ... ok test_copy (test.test_decimal.PyIBMTestCases.test_copy) ... ok test_copyabs (test.test_decimal.PyIBMTestCases.test_copyabs) ... ok test_copynegate (test.test_decimal.PyIBMTestCases.test_copynegate) ... ok test_copysign (test.test_decimal.PyIBMTestCases.test_copysign) ... ok test_ddAbs (test.test_decimal.PyIBMTestCases.test_ddAbs) ... ok test_ddAdd (test.test_decimal.PyIBMTestCases.test_ddAdd) ... ok test_ddAnd (test.test_decimal.PyIBMTestCases.test_ddAnd) ... ok test_ddBase (test.test_decimal.PyIBMTestCases.test_ddBase) ... ok test_ddCanonical (test.test_decimal.PyIBMTestCases.test_ddCanonical) ... ok test_ddClass (test.test_decimal.PyIBMTestCases.test_ddClass) ... ok test_ddCompare (test.test_decimal.PyIBMTestCases.test_ddCompare) ... ok test_ddCompareSig (test.test_decimal.PyIBMTestCases.test_ddCompareSig) ... ok test_ddCompareTotal (test.test_decimal.PyIBMTestCases.test_ddCompareTotal) ... ok test_ddCompareTotalMag (test.test_decimal.PyIBMTestCases.test_ddCompareTotalMag) ... ok test_ddCopy (test.test_decimal.PyIBMTestCases.test_ddCopy) ... ok test_ddCopyAbs (test.test_decimal.PyIBMTestCases.test_ddCopyAbs) ... ok test_ddCopyNegate (test.test_decimal.PyIBMTestCases.test_ddCopyNegate) ... ok test_ddCopySign (test.test_decimal.PyIBMTestCases.test_ddCopySign) ... ok test_ddDivide (test.test_decimal.PyIBMTestCases.test_ddDivide) ... ok test_ddDivideInt (test.test_decimal.PyIBMTestCases.test_ddDivideInt) ... ok test_ddEncode (test.test_decimal.PyIBMTestCases.test_ddEncode) ... ok test_ddFMA (test.test_decimal.PyIBMTestCases.test_ddFMA) ... ok test_ddInvert (test.test_decimal.PyIBMTestCases.test_ddInvert) ... ok test_ddLogB (test.test_decimal.PyIBMTestCases.test_ddLogB) ... ok test_ddMax (test.test_decimal.PyIBMTestCases.test_ddMax) ... ok test_ddMaxMag (test.test_decimal.PyIBMTestCases.test_ddMaxMag) ... ok test_ddMin (test.test_decimal.PyIBMTestCases.test_ddMin) ... ok test_ddMinMag (test.test_decimal.PyIBMTestCases.test_ddMinMag) ... ok test_ddMinus (test.test_decimal.PyIBMTestCases.test_ddMinus) ... ok test_ddMultiply (test.test_decimal.PyIBMTestCases.test_ddMultiply) ... ok test_ddNextMinus (test.test_decimal.PyIBMTestCases.test_ddNextMinus) ... ok test_ddNextPlus (test.test_decimal.PyIBMTestCases.test_ddNextPlus) ... ok test_ddNextToward (test.test_decimal.PyIBMTestCases.test_ddNextToward) ... ok test_ddOr (test.test_decimal.PyIBMTestCases.test_ddOr) ... ok test_ddPlus (test.test_decimal.PyIBMTestCases.test_ddPlus) ... ok test_ddQuantize (test.test_decimal.PyIBMTestCases.test_ddQuantize) ... ok test_ddReduce (test.test_decimal.PyIBMTestCases.test_ddReduce) ... ok test_ddRemainder (test.test_decimal.PyIBMTestCases.test_ddRemainder) ... ok test_ddRemainderNear (test.test_decimal.PyIBMTestCases.test_ddRemainderNear) ... ok test_ddRotate (test.test_decimal.PyIBMTestCases.test_ddRotate) ... ok test_ddSameQuantum (test.test_decimal.PyIBMTestCases.test_ddSameQuantum) ... ok test_ddScaleB (test.test_decimal.PyIBMTestCases.test_ddScaleB) ... ok test_ddShift (test.test_decimal.PyIBMTestCases.test_ddShift) ... ok test_ddSubtract (test.test_decimal.PyIBMTestCases.test_ddSubtract) ... ok test_ddToIntegral (test.test_decimal.PyIBMTestCases.test_ddToIntegral) ... ok test_ddXor (test.test_decimal.PyIBMTestCases.test_ddXor) ... ok test_decDouble (test.test_decimal.PyIBMTestCases.test_decDouble) ... ok test_decQuad (test.test_decimal.PyIBMTestCases.test_decQuad) ... ok test_decSingle (test.test_decimal.PyIBMTestCases.test_decSingle) ... ok test_divide (test.test_decimal.PyIBMTestCases.test_divide) ... ok test_divideint (test.test_decimal.PyIBMTestCases.test_divideint) ... ok test_dqAbs (test.test_decimal.PyIBMTestCases.test_dqAbs) ... ok test_dqAdd (test.test_decimal.PyIBMTestCases.test_dqAdd) ... ok test_dqAnd (test.test_decimal.PyIBMTestCases.test_dqAnd) ... ok test_dqBase (test.test_decimal.PyIBMTestCases.test_dqBase) ... ok test_dqCanonical (test.test_decimal.PyIBMTestCases.test_dqCanonical) ... ok test_dqClass (test.test_decimal.PyIBMTestCases.test_dqClass) ... ok test_dqCompare (test.test_decimal.PyIBMTestCases.test_dqCompare) ... ok test_dqCompareSig (test.test_decimal.PyIBMTestCases.test_dqCompareSig) ... ok test_dqCompareTotal (test.test_decimal.PyIBMTestCases.test_dqCompareTotal) ... ok test_dqCompareTotalMag (test.test_decimal.PyIBMTestCases.test_dqCompareTotalMag) ... ok test_dqCopy (test.test_decimal.PyIBMTestCases.test_dqCopy) ... ok test_dqCopyAbs (test.test_decimal.PyIBMTestCases.test_dqCopyAbs) ... ok test_dqCopyNegate (test.test_decimal.PyIBMTestCases.test_dqCopyNegate) ... ok test_dqCopySign (test.test_decimal.PyIBMTestCases.test_dqCopySign) ... ok test_dqDivide (test.test_decimal.PyIBMTestCases.test_dqDivide) ... ok test_dqDivideInt (test.test_decimal.PyIBMTestCases.test_dqDivideInt) ... ok test_dqEncode (test.test_decimal.PyIBMTestCases.test_dqEncode) ... ok test_dqFMA (test.test_decimal.PyIBMTestCases.test_dqFMA) ... ok test_dqInvert (test.test_decimal.PyIBMTestCases.test_dqInvert) ... ok test_dqLogB (test.test_decimal.PyIBMTestCases.test_dqLogB) ... ok test_dqMax (test.test_decimal.PyIBMTestCases.test_dqMax) ... ok test_dqMaxMag (test.test_decimal.PyIBMTestCases.test_dqMaxMag) ... ok test_dqMin (test.test_decimal.PyIBMTestCases.test_dqMin) ... ok test_dqMinMag (test.test_decimal.PyIBMTestCases.test_dqMinMag) ... ok test_dqMinus (test.test_decimal.PyIBMTestCases.test_dqMinus) ... ok test_dqMultiply (test.test_decimal.PyIBMTestCases.test_dqMultiply) ... ok test_dqNextMinus (test.test_decimal.PyIBMTestCases.test_dqNextMinus) ... ok test_dqNextPlus (test.test_decimal.PyIBMTestCases.test_dqNextPlus) ... ok test_dqNextToward (test.test_decimal.PyIBMTestCases.test_dqNextToward) ... ok test_dqOr (test.test_decimal.PyIBMTestCases.test_dqOr) ... ok test_dqPlus (test.test_decimal.PyIBMTestCases.test_dqPlus) ... ok test_dqQuantize (test.test_decimal.PyIBMTestCases.test_dqQuantize) ... ok test_dqReduce (test.test_decimal.PyIBMTestCases.test_dqReduce) ... ok test_dqRemainder (test.test_decimal.PyIBMTestCases.test_dqRemainder) ... ok test_dqRemainderNear (test.test_decimal.PyIBMTestCases.test_dqRemainderNear) ... ok test_dqRotate (test.test_decimal.PyIBMTestCases.test_dqRotate) ... ok test_dqSameQuantum (test.test_decimal.PyIBMTestCases.test_dqSameQuantum) ... ok test_dqScaleB (test.test_decimal.PyIBMTestCases.test_dqScaleB) ... ok test_dqShift (test.test_decimal.PyIBMTestCases.test_dqShift) ... ok test_dqSubtract (test.test_decimal.PyIBMTestCases.test_dqSubtract) ... ok test_dqToIntegral (test.test_decimal.PyIBMTestCases.test_dqToIntegral) ... ok test_dqXor (test.test_decimal.PyIBMTestCases.test_dqXor) ... ok test_dsBase (test.test_decimal.PyIBMTestCases.test_dsBase) ... ok test_dsEncode (test.test_decimal.PyIBMTestCases.test_dsEncode) ... ok test_exp (test.test_decimal.PyIBMTestCases.test_exp) ... ok test_extra (test.test_decimal.PyIBMTestCases.test_extra) ... ok test_fma (test.test_decimal.PyIBMTestCases.test_fma) ... ok test_inexact (test.test_decimal.PyIBMTestCases.test_inexact) ... ok test_invert (test.test_decimal.PyIBMTestCases.test_invert) ... ok test_ln (test.test_decimal.PyIBMTestCases.test_ln) ... ok test_log10 (test.test_decimal.PyIBMTestCases.test_log10) ... ok test_logb (test.test_decimal.PyIBMTestCases.test_logb) ... ok test_max (test.test_decimal.PyIBMTestCases.test_max) ... ok test_maxmag (test.test_decimal.PyIBMTestCases.test_maxmag) ... ok test_min (test.test_decimal.PyIBMTestCases.test_min) ... ok test_minmag (test.test_decimal.PyIBMTestCases.test_minmag) ... ok test_minus (test.test_decimal.PyIBMTestCases.test_minus) ... ok test_multiply (test.test_decimal.PyIBMTestCases.test_multiply) ... ok test_nextminus (test.test_decimal.PyIBMTestCases.test_nextminus) ... ok test_nextplus (test.test_decimal.PyIBMTestCases.test_nextplus) ... ok test_nexttoward (test.test_decimal.PyIBMTestCases.test_nexttoward) ... ok test_or (test.test_decimal.PyIBMTestCases.test_or) ... ok test_plus (test.test_decimal.PyIBMTestCases.test_plus) ... ok test_power (test.test_decimal.PyIBMTestCases.test_power) ... ok test_powersqrt (test.test_decimal.PyIBMTestCases.test_powersqrt) ... ok test_quantize (test.test_decimal.PyIBMTestCases.test_quantize) ... ok test_randomBound32 (test.test_decimal.PyIBMTestCases.test_randomBound32) ... ok test_randoms (test.test_decimal.PyIBMTestCases.test_randoms) ... ok test_reduce (test.test_decimal.PyIBMTestCases.test_reduce) ... ok test_remainder (test.test_decimal.PyIBMTestCases.test_remainder) ... ok test_remainderNear (test.test_decimal.PyIBMTestCases.test_remainderNear) ... ok test_rescale (test.test_decimal.PyIBMTestCases.test_rescale) ... ok test_rotate (test.test_decimal.PyIBMTestCases.test_rotate) ... ok test_rounding (test.test_decimal.PyIBMTestCases.test_rounding) ... ok test_samequantum (test.test_decimal.PyIBMTestCases.test_samequantum) ... ok test_scaleb (test.test_decimal.PyIBMTestCases.test_scaleb) ... ok test_shift (test.test_decimal.PyIBMTestCases.test_shift) ... ok test_squareroot (test.test_decimal.PyIBMTestCases.test_squareroot) ... ok test_subtract (test.test_decimal.PyIBMTestCases.test_subtract) ... ok test_testall (test.test_decimal.PyIBMTestCases.test_testall) ... ok test_tointegral (test.test_decimal.PyIBMTestCases.test_tointegral) ... ok test_tointegralx (test.test_decimal.PyIBMTestCases.test_tointegralx) ... ok test_xor (test.test_decimal.PyIBMTestCases.test_xor) ... ok Context (decimal) Doctest: decimal.Context ... ok compare_total (decimal.Decimal) Doctest: decimal.Decimal.compare_total ... ok copy_sign (decimal.Decimal) Doctest: decimal.Decimal.copy_sign ... ok fma (decimal.Decimal) Doctest: decimal.Decimal.fma ... ok from_float (decimal.Decimal) Doctest: decimal.Decimal.from_float ... ok quantize (decimal.Decimal) Doctest: decimal.Decimal.quantize ... ok decimal () Doctest: decimal ... ok abs (decimal.Context) Doctest: decimal.Context.abs ... ok add (decimal.Context) Doctest: decimal.Context.add ... ok canonical (decimal.Context) Doctest: decimal.Context.canonical ... ok compare (decimal.Context) Doctest: decimal.Context.compare ... ok compare_signal (decimal.Context) Doctest: decimal.Context.compare_signal ... ok compare_total (decimal.Context) Doctest: decimal.Context.compare_total ... ok copy_abs (decimal.Context) Doctest: decimal.Context.copy_abs ... ok copy_decimal (decimal.Context) Doctest: decimal.Context.copy_decimal ... ok copy_negate (decimal.Context) Doctest: decimal.Context.copy_negate ... ok copy_sign (decimal.Context) Doctest: decimal.Context.copy_sign ... ok create_decimal_from_float (decimal.Context) Doctest: decimal.Context.create_decimal_from_float ... ok divide (decimal.Context) Doctest: decimal.Context.divide ... ok divide_int (decimal.Context) Doctest: decimal.Context.divide_int ... ok divmod (decimal.Context) Doctest: decimal.Context.divmod ... ok exp (decimal.Context) Doctest: decimal.Context.exp ... ok fma (decimal.Context) Doctest: decimal.Context.fma ... ok is_canonical (decimal.Context) Doctest: decimal.Context.is_canonical ... ok is_finite (decimal.Context) Doctest: decimal.Context.is_finite ... ok is_infinite (decimal.Context) Doctest: decimal.Context.is_infinite ... ok is_nan (decimal.Context) Doctest: decimal.Context.is_nan ... ok is_normal (decimal.Context) Doctest: decimal.Context.is_normal ... ok is_qnan (decimal.Context) Doctest: decimal.Context.is_qnan ... ok is_signed (decimal.Context) Doctest: decimal.Context.is_signed ... ok is_snan (decimal.Context) Doctest: decimal.Context.is_snan ... ok is_subnormal (decimal.Context) Doctest: decimal.Context.is_subnormal ... ok is_zero (decimal.Context) Doctest: decimal.Context.is_zero ... ok ln (decimal.Context) Doctest: decimal.Context.ln ... ok log10 (decimal.Context) Doctest: decimal.Context.log10 ... ok logb (decimal.Context) Doctest: decimal.Context.logb ... ok logical_and (decimal.Context) Doctest: decimal.Context.logical_and ... ok logical_invert (decimal.Context) Doctest: decimal.Context.logical_invert ... ok logical_or (decimal.Context) Doctest: decimal.Context.logical_or ... ok logical_xor (decimal.Context) Doctest: decimal.Context.logical_xor ... ok max (decimal.Context) Doctest: decimal.Context.max ... ok max_mag (decimal.Context) Doctest: decimal.Context.max_mag ... ok min (decimal.Context) Doctest: decimal.Context.min ... ok min_mag (decimal.Context) Doctest: decimal.Context.min_mag ... ok minus (decimal.Context) Doctest: decimal.Context.minus ... ok multiply (decimal.Context) Doctest: decimal.Context.multiply ... ok next_minus (decimal.Context) Doctest: decimal.Context.next_minus ... ok next_plus (decimal.Context) Doctest: decimal.Context.next_plus ... ok next_toward (decimal.Context) Doctest: decimal.Context.next_toward ... ok normalize (decimal.Context) Doctest: decimal.Context.normalize ... ok number_class (decimal.Context) Doctest: decimal.Context.number_class ... ok plus (decimal.Context) Doctest: decimal.Context.plus ... ok power (decimal.Context) Doctest: decimal.Context.power ... ok quantize (decimal.Context) Doctest: decimal.Context.quantize ... ok radix (decimal.Context) Doctest: decimal.Context.radix ... ok remainder (decimal.Context) Doctest: decimal.Context.remainder ... ok remainder_near (decimal.Context) Doctest: decimal.Context.remainder_near ... ok rotate (decimal.Context) Doctest: decimal.Context.rotate ... ok same_quantum (decimal.Context) Doctest: decimal.Context.same_quantum ... ok scaleb (decimal.Context) Doctest: decimal.Context.scaleb ... ok shift (decimal.Context) Doctest: decimal.Context.shift ... ok sqrt (decimal.Context) Doctest: decimal.Context.sqrt ... ok subtract (decimal.Context) Doctest: decimal.Context.subtract ... ok to_eng_string (decimal.Context) Doctest: decimal.Context.to_eng_string ... ok to_integral_exact (decimal.Context) Doctest: decimal.Context.to_integral_exact ... ok to_integral_value (decimal.Context) Doctest: decimal.Context.to_integral_value ... ok __new__ (decimal.Decimal) Doctest: decimal.Decimal.__new__ ... ok __round__ (decimal.Decimal) Doctest: decimal.Decimal.__round__ ... ok as_integer_ratio (decimal.Decimal) Doctest: decimal.Decimal.as_integer_ratio ... ok from_float (decimal.Decimal) Doctest: decimal.Decimal.from_float ... ok localcontext (decimal) Doctest: decimal.localcontext ... ok ---------------------------------------------------------------------- Ran 716 tests in 2.979s OK (skipped=9) 0:05:17 load avg: 1.02 [104/432/1] test_decorators test_double (test.test_decorators.TestClassDecorators.test_double) ... ok test_order (test.test_decorators.TestClassDecorators.test_order) ... ok test_simple (test.test_decorators.TestClassDecorators.test_simple) ... ok test_argforms (test.test_decorators.TestDecorators.test_argforms) ... ok test_bound_function_inside_classmethod (test.test_decorators.TestDecorators.test_bound_function_inside_classmethod) ... ok test_classmethod (test.test_decorators.TestDecorators.test_classmethod) ... ok test_dbcheck (test.test_decorators.TestDecorators.test_dbcheck) ... ok test_dotted (test.test_decorators.TestDecorators.test_dotted) ... ok test_double (test.test_decorators.TestDecorators.test_double) ... ok test_errors (test.test_decorators.TestDecorators.test_errors) ... ok test_eval_order (test.test_decorators.TestDecorators.test_eval_order) ... ok test_expressions (test.test_decorators.TestDecorators.test_expressions) ... ok test_memoize (test.test_decorators.TestDecorators.test_memoize) ... ok test_order (test.test_decorators.TestDecorators.test_order) ... ok test_single (test.test_decorators.TestDecorators.test_single) ... ok test_staticmethod (test.test_decorators.TestDecorators.test_staticmethod) ... ok test_wrapped_classmethod_inside_classmethod (test.test_decorators.TestDecorators.test_wrapped_classmethod_inside_classmethod) ... ok test_wrapped_descriptor_inside_classmethod (test.test_decorators.TestDecorators.test_wrapped_descriptor_inside_classmethod) ... ok ---------------------------------------------------------------------- Ran 18 tests in 0.001s OK 0:05:17 load avg: 1.02 [105/432/1] test_defaultdict test_basic (test.test_defaultdict.TestDefaultDict.test_basic) ... ok test_callable_arg (test.test_defaultdict.TestDefaultDict.test_callable_arg) ... ok test_copy (test.test_defaultdict.TestDefaultDict.test_copy) ... ok test_deep_copy (test.test_defaultdict.TestDefaultDict.test_deep_copy) ... ok test_keyerror_without_factory (test.test_defaultdict.TestDefaultDict.test_keyerror_without_factory) ... ok test_missing (test.test_defaultdict.TestDefaultDict.test_missing) ... ok test_pickling (test.test_defaultdict.TestDefaultDict.test_pickling) ... ok test_recursive_repr (test.test_defaultdict.TestDefaultDict.test_recursive_repr) ... ok test_repr (test.test_defaultdict.TestDefaultDict.test_repr) ... ok test_shallow_copy (test.test_defaultdict.TestDefaultDict.test_shallow_copy) ... ok test_union (test.test_defaultdict.TestDefaultDict.test_union) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.001s OK 0:05:17 load avg: 1.02 [106/432/1] test_deque test_add (test.test_deque.TestBasic.test_add) ... ok test_basics (test.test_deque.TestBasic.test_basics) ... ok test_big_queue_popleft (test.test_deque.TestBasic.test_big_queue_popleft) ... ok test_big_queue_popright (test.test_deque.TestBasic.test_big_queue_popright) ... ok test_big_stack_left (test.test_deque.TestBasic.test_big_stack_left) ... ok test_big_stack_right (test.test_deque.TestBasic.test_big_stack_right) ... ok test_clear (test.test_deque.TestBasic.test_clear) ... ok test_comparisons (test.test_deque.TestBasic.test_comparisons) ... ok test_container_iterator (test.test_deque.TestBasic.test_container_iterator) ... ok test_contains (test.test_deque.TestBasic.test_contains) ... ok test_contains_count_stop_crashes (test.test_deque.TestBasic.test_contains_count_stop_crashes) ... ok test_copy (test.test_deque.TestBasic.test_copy) ... ok test_copy_method (test.test_deque.TestBasic.test_copy_method) ... ok test_count (test.test_deque.TestBasic.test_count) ... ok test_deepcopy (test.test_deque.TestBasic.test_deepcopy) ... ok test_delitem (test.test_deque.TestBasic.test_delitem) ... ok test_extend (test.test_deque.TestBasic.test_extend) ... ok test_extendleft (test.test_deque.TestBasic.test_extendleft) ... ok test_gc_doesnt_blowup (test.test_deque.TestBasic.test_gc_doesnt_blowup) ... ok test_getitem (test.test_deque.TestBasic.test_getitem) ... ok test_hash (test.test_deque.TestBasic.test_hash) ... ok test_iadd (test.test_deque.TestBasic.test_iadd) ... ok test_imul (test.test_deque.TestBasic.test_imul) ... ok test_index (test.test_deque.TestBasic.test_index) ... ok test_index_bug_24913 (test.test_deque.TestBasic.test_index_bug_24913) ... ok test_init (test.test_deque.TestBasic.test_init) ... ok test_insert (test.test_deque.TestBasic.test_insert) ... ok test_insert_bug_26194 (test.test_deque.TestBasic.test_insert_bug_26194) ... ok test_iterator_pickle (test.test_deque.TestBasic.test_iterator_pickle) ... ok test_len (test.test_deque.TestBasic.test_len) ... ok test_long_steadystate_queue_popleft (test.test_deque.TestBasic.test_long_steadystate_queue_popleft) ... ok test_long_steadystate_queue_popright (test.test_deque.TestBasic.test_long_steadystate_queue_popright) ... ok test_maxlen (test.test_deque.TestBasic.test_maxlen) ... ok test_maxlen_attribute (test.test_deque.TestBasic.test_maxlen_attribute) ... ok test_maxlen_zero (test.test_deque.TestBasic.test_maxlen_zero) ... ok test_mul (test.test_deque.TestBasic.test_mul) ... ok test_pickle (test.test_deque.TestBasic.test_pickle) ... ok test_pickle_recursive (test.test_deque.TestBasic.test_pickle_recursive) ... ok test_remove (test.test_deque.TestBasic.test_remove) ... ok test_repr (test.test_deque.TestBasic.test_repr) ... ok test_reverse (test.test_deque.TestBasic.test_reverse) ... ok test_reversed (test.test_deque.TestBasic.test_reversed) ... ok test_reversed_new (test.test_deque.TestBasic.test_reversed_new) ... ok test_rotate (test.test_deque.TestBasic.test_rotate) ... ok test_roundtrip_iter_init (test.test_deque.TestBasic.test_roundtrip_iter_init) ... ok test_setitem (test.test_deque.TestBasic.test_setitem) ... ok test_sizeof (test.test_deque.TestBasic.test_sizeof) ... ok test_underflow (test.test_deque.TestBasic.test_underflow) ... ok test_addmul (test.test_deque.TestSequence.test_addmul) ... ok test_bigrepeat (test.test_deque.TestSequence.test_bigrepeat) ... ok test_constructors (test.test_deque.TestSequence.test_constructors) ... ok test_contains (test.test_deque.TestSequence.test_contains) ... ok test_contains_fake (test.test_deque.TestSequence.test_contains_fake) ... ok test_contains_order (test.test_deque.TestSequence.test_contains_order) ... ok test_count (test.test_deque.TestSequence.test_count) ... ok test_free_after_iterating (test.test_deque.TestSequence.test_free_after_iterating) ... skipped "Exhausted deque iterator doesn't free a deque" test_getitem (test.test_deque.TestSequence.test_getitem) ... ok test_getitemoverwriteiter (test.test_deque.TestSequence.test_getitemoverwriteiter) ... ok test_getslice (test.test_deque.TestSequence.test_getslice) ... ok test_iadd (test.test_deque.TestSequence.test_iadd) ... ok test_imul (test.test_deque.TestSequence.test_imul) ... ok test_index (test.test_deque.TestSequence.test_index) ... ok test_len (test.test_deque.TestSequence.test_len) ... ok test_minmax (test.test_deque.TestSequence.test_minmax) ... ok test_pickle (test.test_deque.TestSequence.test_pickle) ... ok test_repeat (test.test_deque.TestSequence.test_repeat) ... ok test_subscript (test.test_deque.TestSequence.test_subscript) ... ok test_truth (test.test_deque.TestSequence.test_truth) ... ok test_basics (test.test_deque.TestSubclass.test_basics) ... ok test_bug_31608 (test.test_deque.TestSubclass.test_bug_31608) ... ok test_copy_pickle (test.test_deque.TestSubclass.test_copy_pickle) ... ok test_pickle_recursive (test.test_deque.TestSubclass.test_pickle_recursive) ... ok test_strange_subclass (test.test_deque.TestSubclass.test_strange_subclass) ... ok test_weakref (test.test_deque.TestSubclass.test_weakref) ... ok test_subclass_with_kwargs (test.test_deque.TestSubclassWithKwargs.test_subclass_with_kwargs) ... ok test_constructor (test.test_deque.TestVariousIteratorArgs.test_constructor) ... ok test_iter_with_altered_data (test.test_deque.TestVariousIteratorArgs.test_iter_with_altered_data) ... ok test_runtime_error_on_empty_deque (test.test_deque.TestVariousIteratorArgs.test_runtime_error_on_empty_deque) ... ok libreftest (test.test_deque.__test__) Doctest: test.test_deque.__test__.libreftest ... ok ---------------------------------------------------------------------- Ran 79 tests in 2.638s OK (skipped=1) 0:05:20 load avg: 1.02 [107/432/1] test_descr test_pytype_long_ready (test.test_descr.AAAPTypesLongInitTest.test_pytype_long_ready) ... ok test_abstractmethods (test.test_descr.ClassPropertiesAndMethods.test_abstractmethods) ... ok test_altmro (test.test_descr.ClassPropertiesAndMethods.test_altmro) ... ok test_assign_slice (test.test_descr.ClassPropertiesAndMethods.test_assign_slice) ... ok test_attr_raise_through_property (test.test_descr.ClassPropertiesAndMethods.test_attr_raise_through_property) ... ok test_bad_new (test.test_descr.ClassPropertiesAndMethods.test_bad_new) ... expected failure test_basic_inheritance (test.test_descr.ClassPropertiesAndMethods.test_basic_inheritance) ... ok test_binary_operator_override (test.test_descr.ClassPropertiesAndMethods.test_binary_operator_override) ... ok test_bound_method_repr (test.test_descr.ClassPropertiesAndMethods.test_bound_method_repr) ... ok test_bpo25750 (test.test_descr.ClassPropertiesAndMethods.test_bpo25750) ... ok test_buffer_inheritance (test.test_descr.ClassPropertiesAndMethods.test_buffer_inheritance) ... ok test_builtin_bases (test.test_descr.ClassPropertiesAndMethods.test_builtin_bases) ... ok test_builtin_function_or_method (test.test_descr.ClassPropertiesAndMethods.test_builtin_function_or_method) ... ok test_carloverre (test.test_descr.ClassPropertiesAndMethods.test_carloverre) ... ok test_carloverre_multi_inherit_invalid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_invalid) ... ok test_carloverre_multi_inherit_valid (test.test_descr.ClassPropertiesAndMethods.test_carloverre_multi_inherit_valid) ... ok test_classic (test.test_descr.ClassPropertiesAndMethods.test_classic) ... ok test_classic_comparisons (test.test_descr.ClassPropertiesAndMethods.test_classic_comparisons) ... ok test_classmethods (test.test_descr.ClassPropertiesAndMethods.test_classmethods) ... ok test_classmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_classmethods_in_c) ... ok test_compattr (test.test_descr.ClassPropertiesAndMethods.test_compattr) ... ok test_consistency_with_epg (test.test_descr.ClassPropertiesAndMethods.test_consistency_with_epg) ... ok test_copy_setstate (test.test_descr.ClassPropertiesAndMethods.test_copy_setstate) ... ok test_cycle_through_dict (test.test_descr.ClassPropertiesAndMethods.test_cycle_through_dict) ... ok test_deepcopy_recursive (test.test_descr.ClassPropertiesAndMethods.test_deepcopy_recursive) ... ok test_delete_hook (test.test_descr.ClassPropertiesAndMethods.test_delete_hook) ... ok test_descrdoc (test.test_descr.ClassPropertiesAndMethods.test_descrdoc) ... ok test_diamond_inheritance (test.test_descr.ClassPropertiesAndMethods.test_diamond_inheritance) ... ok test_dict_constructors (test.test_descr.ClassPropertiesAndMethods.test_dict_constructors) ... ok test_dir (test.test_descr.ClassPropertiesAndMethods.test_dir) ... ok test_doc_descriptor (test.test_descr.ClassPropertiesAndMethods.test_doc_descriptor) ... ok test_dynamics (test.test_descr.ClassPropertiesAndMethods.test_dynamics) ... ok test_errors (test.test_descr.ClassPropertiesAndMethods.test_errors) ... ok test_evil_type_name (test.test_descr.ClassPropertiesAndMethods.test_evil_type_name) ... ok test_ex5_from_c3_switch (test.test_descr.ClassPropertiesAndMethods.test_ex5_from_c3_switch) ... ok test_file_fault (test.test_descr.ClassPropertiesAndMethods.test_file_fault) ... ok test_funny_new (test.test_descr.ClassPropertiesAndMethods.test_funny_new) ... ok test_getattr_hooks (test.test_descr.ClassPropertiesAndMethods.test_getattr_hooks) ... ok test_hash_inheritance (test.test_descr.ClassPropertiesAndMethods.test_hash_inheritance) ... ok test_imul_bug (test.test_descr.ClassPropertiesAndMethods.test_imul_bug) ... ok test_init (test.test_descr.ClassPropertiesAndMethods.test_init) ... ok test_ipow (test.test_descr.ClassPropertiesAndMethods.test_ipow) ... ok test_ipow_exception_text (test.test_descr.ClassPropertiesAndMethods.test_ipow_exception_text) ... ok test_ipow_returns_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_ipow_returns_not_implemented) ... ok test_isinst_isclass (test.test_descr.ClassPropertiesAndMethods.test_isinst_isclass) ... ok test_keyword_arguments (test.test_descr.ClassPropertiesAndMethods.test_keyword_arguments) ... ok test_keywords (test.test_descr.ClassPropertiesAndMethods.test_keywords) ... ok test_load_attr_extended_arg (test.test_descr.ClassPropertiesAndMethods.test_load_attr_extended_arg) ... ok test_metaclass (test.test_descr.ClassPropertiesAndMethods.test_metaclass) ... ok test_meth_class_get (test.test_descr.ClassPropertiesAndMethods.test_meth_class_get) ... ok test_method_wrapper (test.test_descr.ClassPropertiesAndMethods.test_method_wrapper) ... ok test_methods (test.test_descr.ClassPropertiesAndMethods.test_methods) ... ok test_methods_in_c (test.test_descr.ClassPropertiesAndMethods.test_methods_in_c) ... ok test_mixing_slot_wrappers (test.test_descr.ClassPropertiesAndMethods.test_mixing_slot_wrappers) ... ok test_module_subclasses (test.test_descr.ClassPropertiesAndMethods.test_module_subclasses) ... ok test_monotonicity (test.test_descr.ClassPropertiesAndMethods.test_monotonicity) ... ok test_mro_disagreement (test.test_descr.ClassPropertiesAndMethods.test_mro_disagreement) ... ok test_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_multiple_inheritance) ... ok test_mutable_bases (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases) ... ok test_mutable_bases_catch_mro_conflict (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_catch_mro_conflict) ... ok test_mutable_bases_with_failing_mro (test.test_descr.ClassPropertiesAndMethods.test_mutable_bases_with_failing_mro) ... ok test_mutable_names (test.test_descr.ClassPropertiesAndMethods.test_mutable_names) ... ok test_newslots (test.test_descr.ClassPropertiesAndMethods.test_newslots) ... ok test_no_ipow (test.test_descr.ClassPropertiesAndMethods.test_no_ipow) ... ok test_not_implemented (test.test_descr.ClassPropertiesAndMethods.test_not_implemented) ... ok test_object_class (test.test_descr.ClassPropertiesAndMethods.test_object_class) ... ok test_object_class_assignment_between_heaptypes_and_nonheaptypes (test.test_descr.ClassPropertiesAndMethods.test_object_class_assignment_between_heaptypes_and_nonheaptypes) ... ok test_object_new (test.test_descr.ClassPropertiesAndMethods.test_object_new) ... ok test_object_new_and_init_with_parameters (test.test_descr.ClassPropertiesAndMethods.test_object_new_and_init_with_parameters) ... ok test_overloading (test.test_descr.ClassPropertiesAndMethods.test_overloading) ... ok test_properties (test.test_descr.ClassPropertiesAndMethods.test_properties) ... ok test_properties_doc_attrib (test.test_descr.ClassPropertiesAndMethods.test_properties_doc_attrib) ... ok test_properties_plus (test.test_descr.ClassPropertiesAndMethods.test_properties_plus) ... ok test_proxy_call (test.test_descr.ClassPropertiesAndMethods.test_proxy_call) ... ok test_proxy_super (test.test_descr.ClassPropertiesAndMethods.test_proxy_super) ... ok test_python_dicts (test.test_descr.ClassPropertiesAndMethods.test_python_dicts) ... ok test_python_lists (test.test_descr.ClassPropertiesAndMethods.test_python_lists) ... ok test_qualname (test.test_descr.ClassPropertiesAndMethods.test_qualname) ... ok test_qualname_dict (test.test_descr.ClassPropertiesAndMethods.test_qualname_dict) ... ok test_recursive_call (test.test_descr.ClassPropertiesAndMethods.test_recursive_call) ... ok test_refleaks_in_classmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_classmethod___init__) ... skipped "object has no attribute 'gettotalrefcount'" test_refleaks_in_staticmethod___init__ (test.test_descr.ClassPropertiesAndMethods.test_refleaks_in_staticmethod___init__) ... skipped "object has no attribute 'gettotalrefcount'" test_remove_subclass (test.test_descr.ClassPropertiesAndMethods.test_remove_subclass) ... ok test_repr_as_str (test.test_descr.ClassPropertiesAndMethods.test_repr_as_str) ... ok test_repr_with_module_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_repr_with_module_str_subclass) ... ok test_restored_object_new (test.test_descr.ClassPropertiesAndMethods.test_restored_object_new) ... expected failure test_rich_comparisons (test.test_descr.ClassPropertiesAndMethods.test_rich_comparisons) ... ok test_rmul (test.test_descr.ClassPropertiesAndMethods.test_rmul) ... ok test_set_and_no_get (test.test_descr.ClassPropertiesAndMethods.test_set_and_no_get) ... ok test_set_class (test.test_descr.ClassPropertiesAndMethods.test_set_class) ... ok test_set_dict (test.test_descr.ClassPropertiesAndMethods.test_set_dict) ... ok test_set_doc (test.test_descr.ClassPropertiesAndMethods.test_set_doc) ... ok test_slices (test.test_descr.ClassPropertiesAndMethods.test_slices) ... ok test_slot_shadows_class_variable (test.test_descr.ClassPropertiesAndMethods.test_slot_shadows_class_variable) ... ok test_slots (test.test_descr.ClassPropertiesAndMethods.test_slots) ... ok test_slots_descriptor (test.test_descr.ClassPropertiesAndMethods.test_slots_descriptor) ... ok test_slots_multiple_inheritance (test.test_descr.ClassPropertiesAndMethods.test_slots_multiple_inheritance) ... ok test_slots_special (test.test_descr.ClassPropertiesAndMethods.test_slots_special) ... ok test_slots_special2 (test.test_descr.ClassPropertiesAndMethods.test_slots_special2) ... ok test_slots_trash (test.test_descr.ClassPropertiesAndMethods.test_slots_trash) ... ok test_special_method_lookup (test.test_descr.ClassPropertiesAndMethods.test_special_method_lookup) ... ok test_special_unbound_method_types (test.test_descr.ClassPropertiesAndMethods.test_special_unbound_method_types) ... ok test_specialized_method_calls_check_types (test.test_descr.ClassPropertiesAndMethods.test_specialized_method_calls_check_types) ... ok test_specials (test.test_descr.ClassPropertiesAndMethods.test_specials) ... ok test_staticmethods (test.test_descr.ClassPropertiesAndMethods.test_staticmethods) ... ok test_staticmethods_in_c (test.test_descr.ClassPropertiesAndMethods.test_staticmethods_in_c) ... ok test_str_of_str_subclass (test.test_descr.ClassPropertiesAndMethods.test_str_of_str_subclass) ... ok test_str_operations (test.test_descr.ClassPropertiesAndMethods.test_str_operations) ... ok test_str_subclass_as_dict_key (test.test_descr.ClassPropertiesAndMethods.test_str_subclass_as_dict_key) ... ok test_subclass_propagation (test.test_descr.ClassPropertiesAndMethods.test_subclass_propagation) ... ok test_subclass_right_op (test.test_descr.ClassPropertiesAndMethods.test_subclass_right_op) ... ok test_subclassing_does_not_duplicate_dict_descriptors (test.test_descr.ClassPropertiesAndMethods.test_subclassing_does_not_duplicate_dict_descriptors) ... ok test_subtype_resurrection (test.test_descr.ClassPropertiesAndMethods.test_subtype_resurrection) ... ok test_supers (test.test_descr.ClassPropertiesAndMethods.test_supers) ... ok test_testcapi_no_segfault (test.test_descr.ClassPropertiesAndMethods.test_testcapi_no_segfault) ... ok test_type___getattribute__ (test.test_descr.ClassPropertiesAndMethods.test_type___getattribute__) ... ok test_uninitialized_modules (test.test_descr.ClassPropertiesAndMethods.test_uninitialized_modules) ... ok test_unsubclassable_types (test.test_descr.ClassPropertiesAndMethods.test_unsubclassable_types) ... ok test_vicious_descriptor_nonsense (test.test_descr.ClassPropertiesAndMethods.test_vicious_descriptor_nonsense) ... ok test_weakref_segfault (test.test_descr.ClassPropertiesAndMethods.test_weakref_segfault) ... ok test_weakrefs (test.test_descr.ClassPropertiesAndMethods.test_weakrefs) ... ok test_wrapper_segfault (test.test_descr.ClassPropertiesAndMethods.test_wrapper_segfault) ... ok test_wrong_class_slot_wrapper (test.test_descr.ClassPropertiesAndMethods.test_wrong_class_slot_wrapper) ... ok test_dict_type_with_metaclass (test.test_descr.DictProxyTests.test_dict_type_with_metaclass) ... ok test_iter_items (test.test_descr.DictProxyTests.test_iter_items) ... ok test_iter_keys (test.test_descr.DictProxyTests.test_iter_keys) ... ok test_iter_values (test.test_descr.DictProxyTests.test_iter_values) ... ok test_repr (test.test_descr.DictProxyTests.test_repr) ... ok test_type_lookup_mro_reference (test.test_descr.MiscTests.test_type_lookup_mro_reference) ... ok test_disappearing_custom_mro (test.test_descr.MroTest.test_disappearing_custom_mro) gh-92112: A custom mro() returning a result conflicting with ... ok test_incomplete_extend (test.test_descr.MroTest.test_incomplete_extend) Extending an uninitialized type with type->tp_mro == NULL must ... ok test_incomplete_set_bases_on_self (test.test_descr.MroTest.test_incomplete_set_bases_on_self) type_set_bases must be aware that type->tp_mro can be NULL. ... ok test_incomplete_super (test.test_descr.MroTest.test_incomplete_super) Attribute lookup on a super object must be aware that ... ok test_reent_set_bases_on_base (test.test_descr.MroTest.test_reent_set_bases_on_base) Deep reentrancy must not over-decref old_mro. ... ok test_reent_set_bases_on_direct_base (test.test_descr.MroTest.test_reent_set_bases_on_direct_base) Similar to test_reent_set_bases_on_base, but may crash differently. ... ok test_reent_set_bases_tp_base_cycle (test.test_descr.MroTest.test_reent_set_bases_tp_base_cycle) type_set_bases must check for an inheritance cycle not only through ... ok test_tp_subclasses_cycle_error_return_path (test.test_descr.MroTest.test_tp_subclasses_cycle_error_return_path) The same as test_tp_subclasses_cycle_in_update_slots, but tests ... ok test_tp_subclasses_cycle_in_update_slots (test.test_descr.MroTest.test_tp_subclasses_cycle_in_update_slots) type_set_bases must check for reentrancy upon finishing its job ... ok test_complexes (test.test_descr.OperatorsTest.test_complexes) ... ok test_dicts (test.test_descr.OperatorsTest.test_dicts) ... ok test_explicit_reverse_methods (test.test_descr.OperatorsTest.test_explicit_reverse_methods) ... ok test_floats (test.test_descr.OperatorsTest.test_floats) ... ok test_ints (test.test_descr.OperatorsTest.test_ints) ... ok test_lists (test.test_descr.OperatorsTest.test_lists) ... ok test_spam_dicts (test.test_descr.OperatorsTest.test_spam_dicts) ... ok test_spam_lists (test.test_descr.OperatorsTest.test_spam_lists) ... ok test_wrap_lenfunc_bad_cast (test.test_descr.OperatorsTest.test_wrap_lenfunc_bad_cast) ... ok test_issue24097 (test.test_descr.PicklingTests.test_issue24097) ... ok test_object_reduce (test.test_descr.PicklingTests.test_object_reduce) ... ok test_pickle_slots (test.test_descr.PicklingTests.test_pickle_slots) ... ok test_reduce (test.test_descr.PicklingTests.test_reduce) ... ok test_reduce_copying (test.test_descr.PicklingTests.test_reduce_copying) ... ok test_special_method_lookup (test.test_descr.PicklingTests.test_special_method_lookup) ... ok test_subclasses (test.test_descr.SharedKeyTests.test_subclasses) ... ok ---------------------------------------------------------------------- Ran 154 tests in 1.475s OK (skipped=2, expected failures=2) 0:05:22 load avg: 1.02 [108/432/1] test_descrtut tut1 (test.test_descrtut.__test__) Doctest: test.test_descrtut.__test__.tut1 ... ok tut2 (test.test_descrtut.__test__) Doctest: test.test_descrtut.__test__.tut2 ... ok tut3 (test.test_descrtut.__test__) Doctest: test.test_descrtut.__test__.tut3 ... ok tut4 (test.test_descrtut.__test__) Doctest: test.test_descrtut.__test__.tut4 ... ok tut5 (test.test_descrtut.__test__) Doctest: test.test_descrtut.__test__.tut5 ... ok tut6 (test.test_descrtut.__test__) Doctest: test.test_descrtut.__test__.tut6 ... ok tut7 (test.test_descrtut.__test__) Doctest: test.test_descrtut.__test__.tut7 ... ok tut8 (test.test_descrtut.__test__) Doctest: test.test_descrtut.__test__.tut8 ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.003s OK 0:05:22 load avg: 1.02 [109/432/1] test_devpoll test_devpoll skipped -- test works only on Solaris OS family 0:05:23 load avg: 1.02 [110/432/1] test_dict_version -- test_devpoll skipped test_clear (test.test_dict_version.DictSubtypeVersionTests.test_clear) ... ok test_constructor (test.test_dict_version.DictSubtypeVersionTests.test_constructor) ... ok test_copy (test.test_dict_version.DictSubtypeVersionTests.test_copy) ... ok test_delitem (test.test_dict_version.DictSubtypeVersionTests.test_delitem) ... ok test_pop (test.test_dict_version.DictSubtypeVersionTests.test_pop) ... ok test_popitem (test.test_dict_version.DictSubtypeVersionTests.test_popitem) ... ok test_setdefault (test.test_dict_version.DictSubtypeVersionTests.test_setdefault) ... ok test_setitem (test.test_dict_version.DictSubtypeVersionTests.test_setitem) ... ok test_setitem_equal (test.test_dict_version.DictSubtypeVersionTests.test_setitem_equal) ... ok test_setitem_same_value (test.test_dict_version.DictSubtypeVersionTests.test_setitem_same_value) ... ok test_update (test.test_dict_version.DictSubtypeVersionTests.test_update) ... ok test_clear (test.test_dict_version.DictVersionTests.test_clear) ... ok test_constructor (test.test_dict_version.DictVersionTests.test_constructor) ... ok test_copy (test.test_dict_version.DictVersionTests.test_copy) ... ok test_delitem (test.test_dict_version.DictVersionTests.test_delitem) ... ok test_pop (test.test_dict_version.DictVersionTests.test_pop) ... ok test_popitem (test.test_dict_version.DictVersionTests.test_popitem) ... ok test_setdefault (test.test_dict_version.DictVersionTests.test_setdefault) ... ok test_setitem (test.test_dict_version.DictVersionTests.test_setitem) ... ok test_setitem_equal (test.test_dict_version.DictVersionTests.test_setitem_equal) ... ok test_setitem_same_value (test.test_dict_version.DictVersionTests.test_setitem_same_value) ... ok test_update (test.test_dict_version.DictVersionTests.test_update) ... ok ---------------------------------------------------------------------- Ran 22 tests in 0.001s OK 0:05:23 load avg: 1.02 [111/432/1] test_dictcomps test_assignment_idiom_in_comprehensions (test.test_dictcomps.DictComprehensionTest.test_assignment_idiom_in_comprehensions) ... ok test_basics (test.test_dictcomps.DictComprehensionTest.test_basics) ... ok test_evaluation_order (test.test_dictcomps.DictComprehensionTest.test_evaluation_order) ... ok test_global_visibility (test.test_dictcomps.DictComprehensionTest.test_global_visibility) ... ok test_illegal_assignment (test.test_dictcomps.DictComprehensionTest.test_illegal_assignment) ... ok test_local_visibility (test.test_dictcomps.DictComprehensionTest.test_local_visibility) ... ok test_scope_isolation (test.test_dictcomps.DictComprehensionTest.test_scope_isolation) ... ok test_scope_isolation_from_global (test.test_dictcomps.DictComprehensionTest.test_scope_isolation_from_global) ... ok test_star_expression (test.test_dictcomps.DictComprehensionTest.test_star_expression) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.001s OK 0:05:23 load avg: 1.02 [112/432/1] test_dictviews test_abc_registry (test.test_dictviews.DictSetTest.test_abc_registry) ... ok test_compare_error (test.test_dictviews.DictSetTest.test_compare_error) ... ok test_constructors_not_callable (test.test_dictviews.DictSetTest.test_constructors_not_callable) ... ok test_copy (test.test_dictviews.DictSetTest.test_copy) ... ok test_deeply_nested_repr (test.test_dictviews.DictSetTest.test_deeply_nested_repr) ... ok test_dict_items (test.test_dictviews.DictSetTest.test_dict_items) ... ok test_dict_keys (test.test_dictviews.DictSetTest.test_dict_keys) ... ok test_dict_mixed_keys_items (test.test_dictviews.DictSetTest.test_dict_mixed_keys_items) ... ok test_dict_repr (test.test_dictviews.DictSetTest.test_dict_repr) ... ok test_dict_values (test.test_dictviews.DictSetTest.test_dict_values) ... ok test_items_set_operations (test.test_dictviews.DictSetTest.test_items_set_operations) ... ok test_keys_set_operations (test.test_dictviews.DictSetTest.test_keys_set_operations) ... ok test_pickle (test.test_dictviews.DictSetTest.test_pickle) ... ok test_recursive_repr (test.test_dictviews.DictSetTest.test_recursive_repr) ... ok test_set_operations_with_iterator (test.test_dictviews.DictSetTest.test_set_operations_with_iterator) ... ok test_set_operations_with_noniterable (test.test_dictviews.DictSetTest.test_set_operations_with_noniterable) ... ok ---------------------------------------------------------------------- Ran 16 tests in 0.001s OK 0:05:23 load avg: 1.02 [113/432/1] test_difflib test_one_insert_homogenous_sequence (test.test_difflib.TestAutojunk.test_one_insert_homogenous_sequence) ... ok test_byte_content (test.test_difflib.TestBytes.test_byte_content) ... ok test_byte_filenames (test.test_difflib.TestBytes.test_byte_filenames) ... ok test_mixed_types_content (test.test_difflib.TestBytes.test_mixed_types_content) ... ok test_mixed_types_dates (test.test_difflib.TestBytes.test_mixed_types_dates) ... ok test_mixed_types_filenames (test.test_difflib.TestBytes.test_mixed_types_filenames) ... ok test_default_args (test.test_difflib.TestFindLongest.test_default_args) ... ok test_longest_match_with_popular_chars (test.test_difflib.TestFindLongest.test_longest_match_with_popular_chars) ... ok test_is_character_junk_false (test.test_difflib.TestJunkAPIs.test_is_character_junk_false) ... ok test_is_character_junk_true (test.test_difflib.TestJunkAPIs.test_is_character_junk_true) ... ok test_is_line_junk_REDOS (test.test_difflib.TestJunkAPIs.test_is_line_junk_REDOS) ... ok test_is_line_junk_false (test.test_difflib.TestJunkAPIs.test_is_line_junk_false) ... ok test_is_line_junk_true (test.test_difflib.TestJunkAPIs.test_is_line_junk_true) ... ok test_no_trailing_tab_on_empty_filedate (test.test_difflib.TestOutputFormat.test_no_trailing_tab_on_empty_filedate) ... ok test_range_format_context (test.test_difflib.TestOutputFormat.test_range_format_context) ... ok test_range_format_unified (test.test_difflib.TestOutputFormat.test_range_format_unified) ... ok test_tab_delimiter (test.test_difflib.TestOutputFormat.test_tab_delimiter) ... ok test_added_tab_hint (test.test_difflib.TestSFbugs.test_added_tab_hint) ... ok test_comparing_empty_lists (test.test_difflib.TestSFbugs.test_comparing_empty_lists) ... ok test_hint_indented_properly_with_tabs (test.test_difflib.TestSFbugs.test_hint_indented_properly_with_tabs) ... ok test_matching_blocks_cache (test.test_difflib.TestSFbugs.test_matching_blocks_cache) ... ok test_mdiff_catch_stop_iteration (test.test_difflib.TestSFbugs.test_mdiff_catch_stop_iteration) ... ok test_ratio_for_null_seqn (test.test_difflib.TestSFbugs.test_ratio_for_null_seqn) ... ok test_html_diff (test.test_difflib.TestSFpatches.test_html_diff) ... ok test_make_file_default_charset (test.test_difflib.TestSFpatches.test_make_file_default_charset) ... ok test_make_file_iso88591_charset (test.test_difflib.TestSFpatches.test_make_file_iso88591_charset) ... ok test_make_file_usascii_charset_with_nonascii_input (test.test_difflib.TestSFpatches.test_make_file_usascii_charset_with_nonascii_input) ... ok test_recursion_limit (test.test_difflib.TestSFpatches.test_recursion_limit) ... ok test_bjunk (test.test_difflib.TestWithAscii.test_bjunk) ... ok test_one_delete (test.test_difflib.TestWithAscii.test_one_delete) ... ok test_one_insert (test.test_difflib.TestWithAscii.test_one_insert) ... ok Differ (difflib) Doctest: difflib.Differ ... ok _fancy_replace (difflib.Differ) Doctest: difflib.Differ._fancy_replace ... ok _qformat (difflib.Differ) Doctest: difflib.Differ._qformat ... ok compare (difflib.Differ) Doctest: difflib.Differ.compare ... ok IS_CHARACTER_JUNK (difflib) Doctest: difflib.IS_CHARACTER_JUNK ... ok IS_LINE_JUNK (difflib) Doctest: difflib.IS_LINE_JUNK ... ok SequenceMatcher (difflib) Doctest: difflib.SequenceMatcher ... ok find_longest_match (difflib.SequenceMatcher) Doctest: difflib.SequenceMatcher.find_longest_match ... ok get_grouped_opcodes (difflib.SequenceMatcher) Doctest: difflib.SequenceMatcher.get_grouped_opcodes ... ok get_matching_blocks (difflib.SequenceMatcher) Doctest: difflib.SequenceMatcher.get_matching_blocks ... ok get_opcodes (difflib.SequenceMatcher) Doctest: difflib.SequenceMatcher.get_opcodes ... ok ratio (difflib.SequenceMatcher) Doctest: difflib.SequenceMatcher.ratio ... ok set_seq1 (difflib.SequenceMatcher) Doctest: difflib.SequenceMatcher.set_seq1 ... ok set_seq2 (difflib.SequenceMatcher) Doctest: difflib.SequenceMatcher.set_seq2 ... ok set_seqs (difflib.SequenceMatcher) Doctest: difflib.SequenceMatcher.set_seqs ... ok context_diff (difflib) Doctest: difflib.context_diff ... ok get_close_matches (difflib) Doctest: difflib.get_close_matches ... ok ndiff (difflib) Doctest: difflib.ndiff ... ok restore (difflib) Doctest: difflib.restore ... ok unified_diff (difflib) Doctest: difflib.unified_diff ... ok ---------------------------------------------------------------------- Ran 51 tests in 0.218s OK 0:05:24 load avg: 1.02 [114/432/1] test_dis test_bytecode_co_positions (test.test_dis.BytecodeTests.test_bytecode_co_positions) ... ok test_disassembled (test.test_dis.BytecodeTests.test_disassembled) ... ok test_explicit_first_line (test.test_dis.BytecodeTests.test_explicit_first_line) ... ok test_from_traceback (test.test_dis.BytecodeTests.test_from_traceback) ... ok test_from_traceback_dis (test.test_dis.BytecodeTests.test_from_traceback_dis) ... ok test_info (test.test_dis.BytecodeTests.test_info) ... ok test_instantiation (test.test_dis.BytecodeTests.test_instantiation) ... ok test_iteration (test.test_dis.BytecodeTests.test_iteration) ... ok test_source_line_in_disassembly (test.test_dis.BytecodeTests.test_source_line_in_disassembly) ... ok test_code_info (test.test_dis.CodeInfoTests.test_code_info) ... ok test_code_info_object (test.test_dis.CodeInfoTests.test_code_info_object) ... ok test_pretty_flags_no_flags (test.test_dis.CodeInfoTests.test_pretty_flags_no_flags) ... ok test_show_code (test.test_dis.CodeInfoTests.test_show_code) ... ok test_big_linenos (test.test_dis.DisTests.test_big_linenos) ... ok test_big_offsets (test.test_dis.DisTests.test_big_offsets) ... ok test_binary_specialize (test.test_dis.DisTests.test_binary_specialize) ... ok test_boundaries (test.test_dis.DisTests.test_boundaries) ... ok test_bug_1333982 (test.test_dis.DisTests.test_bug_1333982) ... ok test_bug_42562 (test.test_dis.DisTests.test_bug_42562) ... ok test_bug_45757 (test.test_dis.DisTests.test_bug_45757) ... ok test_bug_46724 (test.test_dis.DisTests.test_bug_46724) ... ok test_bug_708901 (test.test_dis.DisTests.test_bug_708901) ... ok test_call_specialize (test.test_dis.DisTests.test_call_specialize) ... ok test_dis (test.test_dis.DisTests.test_dis) ... ok test_dis_none (test.test_dis.DisTests.test_dis_none) ... ok test_dis_object (test.test_dis.DisTests.test_dis_object) ... ok test_dis_traceback (test.test_dis.DisTests.test_dis_traceback) ... ok test_disassemble_async_generator (test.test_dis.DisTests.test_disassemble_async_generator) ... ok test_disassemble_bytes (test.test_dis.DisTests.test_disassemble_bytes) ... ok test_disassemble_class (test.test_dis.DisTests.test_disassemble_class) ... ok test_disassemble_class_method (test.test_dis.DisTests.test_disassemble_class_method) ... ok test_disassemble_coroutine (test.test_dis.DisTests.test_disassemble_coroutine) ... ok test_disassemble_fstring (test.test_dis.DisTests.test_disassemble_fstring) ... ok test_disassemble_generator (test.test_dis.DisTests.test_disassemble_generator) ... ok test_disassemble_instance_method (test.test_dis.DisTests.test_disassemble_instance_method) ... ok test_disassemble_instance_method_bytes (test.test_dis.DisTests.test_disassemble_instance_method_bytes) ... ok test_disassemble_recursive (test.test_dis.DisTests.test_disassemble_recursive) ... ok test_disassemble_static_method (test.test_dis.DisTests.test_disassemble_static_method) ... ok test_disassemble_str (test.test_dis.DisTests.test_disassemble_str) ... ok test_disassemble_try_finally (test.test_dis.DisTests.test_disassemble_try_finally) ... ok test_extended_arg_quick (test.test_dis.DisTests.test_extended_arg_quick) ... ok test_load_attr_specialize (test.test_dis.DisTests.test_load_attr_specialize) ... ok test_loop_quicken (test.test_dis.DisTests.test_loop_quicken) ... ok test_opmap (test.test_dis.DisTests.test_opmap) ... ok test_opname (test.test_dis.DisTests.test_opname) ... ok test_show_caches (test.test_dis.DisTests.test_show_caches) ... ok test_super_instructions (test.test_dis.DisTests.test_super_instructions) ... ok test_widths (test.test_dis.DisTests.test_widths) ... ok test_big_linenos (test.test_dis.DisWithFileTests.test_big_linenos) ... ok test_big_offsets (test.test_dis.DisWithFileTests.test_big_offsets) ... ok test_binary_specialize (test.test_dis.DisWithFileTests.test_binary_specialize) ... ok test_boundaries (test.test_dis.DisWithFileTests.test_boundaries) ... ok test_bug_1333982 (test.test_dis.DisWithFileTests.test_bug_1333982) ... ok test_bug_42562 (test.test_dis.DisWithFileTests.test_bug_42562) ... ok test_bug_45757 (test.test_dis.DisWithFileTests.test_bug_45757) ... ok test_bug_46724 (test.test_dis.DisWithFileTests.test_bug_46724) ... ok test_bug_708901 (test.test_dis.DisWithFileTests.test_bug_708901) ... ok test_call_specialize (test.test_dis.DisWithFileTests.test_call_specialize) ... ok test_dis (test.test_dis.DisWithFileTests.test_dis) ... ok test_dis_none (test.test_dis.DisWithFileTests.test_dis_none) ... ok test_dis_object (test.test_dis.DisWithFileTests.test_dis_object) ... ok test_dis_traceback (test.test_dis.DisWithFileTests.test_dis_traceback) ... ok test_disassemble_async_generator (test.test_dis.DisWithFileTests.test_disassemble_async_generator) ... ok test_disassemble_bytes (test.test_dis.DisWithFileTests.test_disassemble_bytes) ... ok test_disassemble_class (test.test_dis.DisWithFileTests.test_disassemble_class) ... ok test_disassemble_class_method (test.test_dis.DisWithFileTests.test_disassemble_class_method) ... ok test_disassemble_coroutine (test.test_dis.DisWithFileTests.test_disassemble_coroutine) ... ok test_disassemble_fstring (test.test_dis.DisWithFileTests.test_disassemble_fstring) ... ok test_disassemble_generator (test.test_dis.DisWithFileTests.test_disassemble_generator) ... ok test_disassemble_instance_method (test.test_dis.DisWithFileTests.test_disassemble_instance_method) ... ok test_disassemble_instance_method_bytes (test.test_dis.DisWithFileTests.test_disassemble_instance_method_bytes) ... ok test_disassemble_recursive (test.test_dis.DisWithFileTests.test_disassemble_recursive) ... ok test_disassemble_static_method (test.test_dis.DisWithFileTests.test_disassemble_static_method) ... ok test_disassemble_str (test.test_dis.DisWithFileTests.test_disassemble_str) ... ok test_disassemble_try_finally (test.test_dis.DisWithFileTests.test_disassemble_try_finally) ... ok test_extended_arg_quick (test.test_dis.DisWithFileTests.test_extended_arg_quick) ... ok test_load_attr_specialize (test.test_dis.DisWithFileTests.test_load_attr_specialize) ... ok test_loop_quicken (test.test_dis.DisWithFileTests.test_loop_quicken) ... ok test_opmap (test.test_dis.DisWithFileTests.test_opmap) ... ok test_opname (test.test_dis.DisWithFileTests.test_opname) ... ok test_show_caches (test.test_dis.DisWithFileTests.test_show_caches) ... ok test_super_instructions (test.test_dis.DisWithFileTests.test_super_instructions) ... ok test_widths (test.test_dis.DisWithFileTests.test_widths) ... ok test_co_positions (test.test_dis.InstructionTests.test_co_positions) ... ok test_co_positions_missing_info (test.test_dis.InstructionTests.test_co_positions_missing_info) ... ok test_co_positions_with_lots_of_caches (test.test_dis.InstructionTests.test_co_positions_with_lots_of_caches) ... ok test_default_first_line (test.test_dis.InstructionTests.test_default_first_line) ... ok test_doubly_nested (test.test_dis.InstructionTests.test_doubly_nested) ... ok test_first_line_set_to_None (test.test_dis.InstructionTests.test_first_line_set_to_None) ... ok test_jumpy (test.test_dis.InstructionTests.test_jumpy) ... ok test_nested (test.test_dis.InstructionTests.test_nested) ... ok test_outer (test.test_dis.InstructionTests.test_outer) ... ok test_assert_not_in_with_arg_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_in_bytecode) ... ok test_assert_not_in_with_arg_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_arg_not_in_bytecode) ... ok test_assert_not_in_with_op_not_in_bytecode (test.test_dis.TestBytecodeTestCase.test_assert_not_in_with_op_not_in_bytecode) ... ok test_distb_empty (test.test_dis.TestDisTraceback.test_distb_empty) ... ok test_distb_explicit_arg (test.test_dis.TestDisTraceback.test_distb_explicit_arg) ... ok test_distb_last_traceback (test.test_dis.TestDisTraceback.test_distb_last_traceback) ... ok test_distb_empty (test.test_dis.TestDisTracebackWithFile.test_distb_empty) ... ok test_distb_explicit_arg (test.test_dis.TestDisTracebackWithFile.test_distb_explicit_arg) ... ok test_distb_last_traceback (test.test_dis.TestDisTracebackWithFile.test_distb_last_traceback) ... ok test__find_imports (test.test_dis.TestFinderMethods.test__find_imports) ... ok test__find_store_names (test.test_dis.TestFinderMethods.test__find_store_names) ... ok test_findlabels (test.test_dis.TestFinderMethods.test_findlabels) ... ok ---------------------------------------------------------------------- Ran 104 tests in 0.222s OK 0:05:24 load avg: 1.02 [115/432/1] test_distutils test_simple_built (distutils.tests.test_bdist_dumb.BuildDumbTestCase.test_simple_built) ... ok test_check_metadata_deprecated (distutils.tests.test_register.RegisterTestCase.test_check_metadata_deprecated) ... ok test_create_pypirc (distutils.tests.test_register.RegisterTestCase.test_create_pypirc) ... ok test_list_classifiers (distutils.tests.test_register.RegisterTestCase.test_list_classifiers) ... ok test_password_not_in_file (distutils.tests.test_register.RegisterTestCase.test_password_not_in_file) ... ok test_password_reset (distutils.tests.test_register.RegisterTestCase.test_password_reset) ... ok test_register_invalid_long_description (distutils.tests.test_register.RegisterTestCase.test_register_invalid_long_description) ... skipped 'needs docutils' test_registering (distutils.tests.test_register.RegisterTestCase.test_registering) ... ok test_show_response (distutils.tests.test_register.RegisterTestCase.test_show_response) ... ok test_strict (distutils.tests.test_register.RegisterTestCase.test_strict) ... skipped 'needs docutils' test_build (distutils.tests.test_build_scripts.BuildScriptsTestCase.test_build) ... ok test_default_settings (distutils.tests.test_build_scripts.BuildScriptsTestCase.test_default_settings) ... ok test_version_int (distutils.tests.test_build_scripts.BuildScriptsTestCase.test_version_int) ... ok test_class (distutils.tests.test_text_file.TextFileTestCase.test_class) ... ok test_debug_print (distutils.tests.test_cmd.CommandTestCase.test_debug_print) ... ok test_dump_options (distutils.tests.test_cmd.CommandTestCase.test_dump_options) ... ok test_ensure_dirname (distutils.tests.test_cmd.CommandTestCase.test_ensure_dirname) ... ok test_ensure_filename (distutils.tests.test_cmd.CommandTestCase.test_ensure_filename) ... ok test_ensure_string (distutils.tests.test_cmd.CommandTestCase.test_ensure_string) ... ok test_ensure_string_list (distutils.tests.test_cmd.CommandTestCase.test_ensure_string_list) ... ok test_make_file (distutils.tests.test_cmd.CommandTestCase.test_make_file) ... ok test_find_executable (distutils.tests.test_spawn.SpawnTestCase.test_find_executable) ... ok test_spawn (distutils.tests.test_spawn.SpawnTestCase.test_spawn) ... ok test_spawn_missing_exe (distutils.tests.test_spawn.SpawnTestCase.test_spawn_missing_exe) ... ok test_copy_tree_exception_in_listdir (distutils.tests.test_dir_util.DirUtilTestCase.test_copy_tree_exception_in_listdir) An exception in listdir should raise a DistutilsFileError ... ok test_copy_tree_skips_nfs_temp_files (distutils.tests.test_dir_util.DirUtilTestCase.test_copy_tree_skips_nfs_temp_files) ... ok test_copy_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase.test_copy_tree_verbosity) ... ok test_create_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase.test_create_tree_verbosity) ... ok test_ensure_relative (distutils.tests.test_dir_util.DirUtilTestCase.test_ensure_relative) ... ok test_mkpath_remove_tree_verbosity (distutils.tests.test_dir_util.DirUtilTestCase.test_mkpath_remove_tree_verbosity) ... ok test_mkpath_with_custom_mode (distutils.tests.test_dir_util.DirUtilTestCase.test_mkpath_with_custom_mode) ... ok test_simple_run (distutils.tests.test_install_data.InstallDataTestCase.test_simple_run) ... ok test_change_root (distutils.tests.test_util.UtilTestCase.test_change_root) ... ok test_check_environ (distutils.tests.test_util.UtilTestCase.test_check_environ) ... ok test_check_environ_getpwuid (distutils.tests.test_util.UtilTestCase.test_check_environ_getpwuid) ... ok test_convert_path (distutils.tests.test_util.UtilTestCase.test_convert_path) ... ok test_dont_write_bytecode (distutils.tests.test_util.UtilTestCase.test_dont_write_bytecode) ... ok test_get_platform (distutils.tests.test_util.UtilTestCase.test_get_platform) ... ok test_grok_environment_error (distutils.tests.test_util.UtilTestCase.test_grok_environment_error) ... ok test_rfc822_escape (distutils.tests.test_util.UtilTestCase.test_rfc822_escape) ... ok test_split_quoted (distutils.tests.test_util.UtilTestCase.test_split_quoted) ... ok test_strtobool (distutils.tests.test_util.UtilTestCase.test_strtobool) ... ok test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase.test_build_ext) ... ok test_check_extensions_list (distutils.tests.test_build_ext.BuildExtTestCase.test_check_extensions_list) ... ok test_compiler_option (distutils.tests.test_build_ext.BuildExtTestCase.test_compiler_option) ... ok test_deployment_target_default (distutils.tests.test_build_ext.BuildExtTestCase.test_deployment_target_default) ... skipped 'test only relevant for MacOSX' test_deployment_target_higher_ok (distutils.tests.test_build_ext.BuildExtTestCase.test_deployment_target_higher_ok) ... skipped 'test only relevant for MacOSX' test_deployment_target_too_low (distutils.tests.test_build_ext.BuildExtTestCase.test_deployment_target_too_low) ... skipped 'test only relevant for MacOSX' test_ext_fullpath (distutils.tests.test_build_ext.BuildExtTestCase.test_ext_fullpath) ... ok test_finalize_options (distutils.tests.test_build_ext.BuildExtTestCase.test_finalize_options) ... ok test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase.test_get_outputs) ... ok test_get_source_files (distutils.tests.test_build_ext.BuildExtTestCase.test_get_source_files) ... ok test_optional_extension (distutils.tests.test_build_ext.BuildExtTestCase.test_optional_extension) ... ok test_solaris_enable_shared (distutils.tests.test_build_ext.BuildExtTestCase.test_solaris_enable_shared) ... ok test_unicode_module_names (distutils.tests.test_build_ext.BuildExtTestCase.test_unicode_module_names) ... ok test_user_site (distutils.tests.test_build_ext.BuildExtTestCase.test_user_site) ... ok test_build_ext (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_build_ext) ... skipped 'Already tested in BuildExtTestCase' test_check_extensions_list (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_check_extensions_list) ... ok test_compiler_option (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_compiler_option) ... ok test_deployment_target_default (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_deployment_target_default) ... skipped 'test only relevant for MacOSX' test_deployment_target_higher_ok (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_deployment_target_higher_ok) ... skipped 'test only relevant for MacOSX' test_deployment_target_too_low (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_deployment_target_too_low) ... skipped 'test only relevant for MacOSX' test_ext_fullpath (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_ext_fullpath) ... ok test_finalize_options (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_finalize_options) ... ok test_get_outputs (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_get_outputs) ... ok test_get_source_files (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_get_source_files) ... ok test_optional_extension (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_optional_extension) ... ok test_solaris_enable_shared (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_solaris_enable_shared) ... ok test_unicode_module_names (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_unicode_module_names) ... ok test_user_site (distutils.tests.test_build_ext.ParallelBuildExtTestCase.test_user_site) ... ok test_customize_compiler (distutils.tests.test_sysconfig.SysconfigTestCase.test_customize_compiler) ... ok test_customize_compiler_before_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase.test_customize_compiler_before_get_config_vars) ... ok test_get_config_h_filename (distutils.tests.test_sysconfig.SysconfigTestCase.test_get_config_h_filename) ... ok test_get_config_vars (distutils.tests.test_sysconfig.SysconfigTestCase.test_get_config_vars) ... ok test_get_python_lib (distutils.tests.test_sysconfig.SysconfigTestCase.test_get_python_lib) ... ok test_parse_makefile_base (distutils.tests.test_sysconfig.SysconfigTestCase.test_parse_makefile_base) ... ok test_parse_makefile_literal_dollar (distutils.tests.test_sysconfig.SysconfigTestCase.test_parse_makefile_literal_dollar) ... ok test_srcdir (distutils.tests.test_sysconfig.SysconfigTestCase.test_srcdir) ... ok test_srcdir_independent_of_cwd (distutils.tests.test_sysconfig.SysconfigTestCase.test_srcdir_independent_of_cwd) ... ok test_sysconfig_compiler_vars (distutils.tests.test_sysconfig.SysconfigTestCase.test_sysconfig_compiler_vars) ... ok test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase.test_sysconfig_module) ... ok test_cmp (distutils.tests.test_version.VersionTestCase.test_cmp) ... ok test_cmp_strict (distutils.tests.test_version.VersionTestCase.test_cmp_strict) ... ok test_prerelease (distutils.tests.test_version.VersionTestCase.test_prerelease) ... ok test_add_defaults (distutils.tests.test_sdist.SDistTestCase.test_add_defaults) ... ok test_check_metadata_deprecated (distutils.tests.test_sdist.SDistTestCase.test_check_metadata_deprecated) ... ok test_finalize_options (distutils.tests.test_sdist.SDistTestCase.test_finalize_options) ... ok test_get_file_list (distutils.tests.test_sdist.SDistTestCase.test_get_file_list) ... ok test_invalid_template_unknown_command (distutils.tests.test_sdist.SDistTestCase.test_invalid_template_unknown_command) ... ok test_invalid_template_wrong_arguments (distutils.tests.test_sdist.SDistTestCase.test_invalid_template_wrong_arguments) ... ok test_invalid_template_wrong_path (distutils.tests.test_sdist.SDistTestCase.test_invalid_template_wrong_path) ... skipped 'test relevant for Windows only' test_make_distribution (distutils.tests.test_sdist.SDistTestCase.test_make_distribution) ... ok test_make_distribution_owner_group (distutils.tests.test_sdist.SDistTestCase.test_make_distribution_owner_group) ... ok test_manifest_comments (distutils.tests.test_sdist.SDistTestCase.test_manifest_comments) ... ok test_manifest_marker (distutils.tests.test_sdist.SDistTestCase.test_manifest_marker) ... ok test_manual_manifest (distutils.tests.test_sdist.SDistTestCase.test_manual_manifest) ... ok test_metadata_check_option (distutils.tests.test_sdist.SDistTestCase.test_metadata_check_option) ... ok test_prune_file_list (distutils.tests.test_sdist.SDistTestCase.test_prune_file_list) ... ok test_show_formats (distutils.tests.test_sdist.SDistTestCase.test_show_formats) ... ok test_formats (distutils.tests.test_bdist.BuildTestCase.test_formats) ... ok test_skip_build (distutils.tests.test_bdist.BuildTestCase.test_skip_build) ... ok test_non_ascii (distutils.tests.test_log.TestLog.test_non_ascii) ... ok VersionPredicate (distutils.versionpredicate) Doctest: distutils.versionpredicate.VersionPredicate ... ok split_provision (distutils.versionpredicate) Doctest: distutils.versionpredicate.split_provision ... ok test_byte_compile (distutils.tests.test_build_py.BuildPyTestCase.test_byte_compile) ... ok test_byte_compile_optimized (distutils.tests.test_build_py.BuildPyTestCase.test_byte_compile_optimized) ... ok test_dir_in_package_data (distutils.tests.test_build_py.BuildPyTestCase.test_dir_in_package_data) A directory in package_data should not be added to the filelist. ... ok test_dont_write_bytecode (distutils.tests.test_build_py.BuildPyTestCase.test_dont_write_bytecode) ... ok test_empty_package_dir (distutils.tests.test_build_py.BuildPyTestCase.test_empty_package_dir) ... ok test_package_data (distutils.tests.test_build_py.BuildPyTestCase.test_package_data) ... ok test_check_config_h (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase.test_check_config_h) ... ok test_get_msvcr (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase.test_get_msvcr) ... ok test_get_versions (distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase.test_get_versions) ... ok test_check_archive_formats (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_check_archive_formats) ... ok test_compress_deprecated (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_compress_deprecated) ... skipped 'The compress program is required' test_make_archive (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_archive) ... ok test_make_archive_bztar (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_archive_bztar) ... ok test_make_archive_cwd (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_archive_cwd) ... ok test_make_archive_gztar (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_archive_gztar) ... ok test_make_archive_owner_group (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_archive_owner_group) ... ok test_make_archive_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_archive_tar) ... ok test_make_archive_xztar (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_archive_xztar) ... ok test_make_tarball (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_tarball) ... ok test_make_tarball_bzip2 (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_tarball_bzip2) ... ok test_make_tarball_extended (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_tarball_extended) Mirror test_make_tarball, except filename contains extended ... ok test_make_tarball_gzip (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_tarball_gzip) ... ok test_make_tarball_latin1 (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_tarball_latin1) Mirror test_make_tarball, except filename contains latin characters. ... ok test_make_tarball_xz (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_tarball_xz) ... ok test_make_zipfile (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_zipfile) ... ok test_make_zipfile_no_zlib (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_make_zipfile_no_zlib) ... ok test_tarfile_root_owner (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_tarfile_root_owner) ... ok test_tarfile_vs_tar (distutils.tests.test_archive_util.ArchiveUtilTestCase.test_tarfile_vs_tar) ... ok test_byte_compile (distutils.tests.test_install_lib.InstallLibTestCase.test_byte_compile) ... ok test_dont_write_bytecode (distutils.tests.test_install_lib.InstallLibTestCase.test_dont_write_bytecode) ... ok test_finalize_options (distutils.tests.test_install_lib.InstallLibTestCase.test_finalize_options) ... ok test_get_inputs (distutils.tests.test_install_lib.InstallLibTestCase.test_get_inputs) ... ok test_get_outputs (distutils.tests.test_install_lib.InstallLibTestCase.test_get_outputs) ... ok test_no_compiler (distutils.tests.test_msvc9compiler.msvc9compilerTestCase.test_no_compiler) ... skipped 'These tests are only for win32' test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase.test_reg_class) ... skipped 'These tests are only for win32' test_remove_entire_manifest (distutils.tests.test_msvc9compiler.msvc9compilerTestCase.test_remove_entire_manifest) ... skipped 'These tests are only for win32' test_remove_visual_c_ref (distutils.tests.test_msvc9compiler.msvc9compilerTestCase.test_remove_visual_c_ref) ... skipped 'These tests are only for win32' test_no_optimize_flag (distutils.tests.test_bdist_rpm.BuildRpmTestCase.test_no_optimize_flag) ... skipped 'the rpm command is not found' test_quiet (distutils.tests.test_bdist_rpm.BuildRpmTestCase.test_quiet) ... skipped 'the rpm command is not found' test_announce (distutils.tests.test_dist.DistributionTestCase.test_announce) ... ok test_command_packages_cmdline (distutils.tests.test_dist.DistributionTestCase.test_command_packages_cmdline) ... ok test_command_packages_configfile (distutils.tests.test_dist.DistributionTestCase.test_command_packages_configfile) ... ok test_command_packages_unspecified (distutils.tests.test_dist.DistributionTestCase.test_command_packages_unspecified) ... ok test_empty_options (distutils.tests.test_dist.DistributionTestCase.test_empty_options) ... ok test_finalize_options (distutils.tests.test_dist.DistributionTestCase.test_finalize_options) ... ok test_find_config_files_disable (distutils.tests.test_dist.DistributionTestCase.test_find_config_files_disable) ... ok test_get_command_packages (distutils.tests.test_dist.DistributionTestCase.test_get_command_packages) ... ok test_venv_install_options (distutils.tests.test_dist.DistributionTestCase.test_venv_install_options) ... ok test_classifier (distutils.tests.test_dist.MetadataTestCase.test_classifier) ... ok test_classifier_invalid_type (distutils.tests.test_dist.MetadataTestCase.test_classifier_invalid_type) ... ok test_custom_pydistutils (distutils.tests.test_dist.MetadataTestCase.test_custom_pydistutils) ... ok test_download_url (distutils.tests.test_dist.MetadataTestCase.test_download_url) ... ok test_fix_help_options (distutils.tests.test_dist.MetadataTestCase.test_fix_help_options) ... ok test_keywords (distutils.tests.test_dist.MetadataTestCase.test_keywords) ... ok test_keywords_invalid_type (distutils.tests.test_dist.MetadataTestCase.test_keywords_invalid_type) ... ok test_long_description (distutils.tests.test_dist.MetadataTestCase.test_long_description) ... ok test_obsoletes (distutils.tests.test_dist.MetadataTestCase.test_obsoletes) ... ok test_obsoletes_illegal (distutils.tests.test_dist.MetadataTestCase.test_obsoletes_illegal) ... ok test_obsoletes_to_list (distutils.tests.test_dist.MetadataTestCase.test_obsoletes_to_list) ... ok test_platforms (distutils.tests.test_dist.MetadataTestCase.test_platforms) ... ok test_platforms_invalid_types (distutils.tests.test_dist.MetadataTestCase.test_platforms_invalid_types) ... ok test_provides (distutils.tests.test_dist.MetadataTestCase.test_provides) ... ok test_provides_illegal (distutils.tests.test_dist.MetadataTestCase.test_provides_illegal) ... ok test_read_metadata (distutils.tests.test_dist.MetadataTestCase.test_read_metadata) ... ok test_requires (distutils.tests.test_dist.MetadataTestCase.test_requires) ... ok test_requires_illegal (distutils.tests.test_dist.MetadataTestCase.test_requires_illegal) ... ok test_requires_to_list (distutils.tests.test_dist.MetadataTestCase.test_requires_to_list) ... ok test_show_help (distutils.tests.test_dist.MetadataTestCase.test_show_help) ... ok test_simple_metadata (distutils.tests.test_dist.MetadataTestCase.test_simple_metadata) ... ok test_debug_mode (distutils.tests.test_install.InstallTestCase.test_debug_mode) ... ok test_finalize_options (distutils.tests.test_install.InstallTestCase.test_finalize_options) ... ok test_handle_extra_path (distutils.tests.test_install.InstallTestCase.test_handle_extra_path) ... ok test_home_installation_scheme (distutils.tests.test_install.InstallTestCase.test_home_installation_scheme) ... ok test_record (distutils.tests.test_install.InstallTestCase.test_record) ... ok test_record_extensions (distutils.tests.test_install.InstallTestCase.test_record_extensions) ... ok test_user_site (distutils.tests.test_install.InstallTestCase.test_user_site) ... ok test_finalize_options (distutils.tests.test_build.BuildTestCase.test_finalize_options) ... ok test_simple_run (distutils.tests.test_clean.cleanTestCase.test_simple_run) ... ok test_debug_print (distutils.tests.test_filelist.FileListTestCase.test_debug_print) ... ok test_exclude_pattern (distutils.tests.test_filelist.FileListTestCase.test_exclude_pattern) ... ok test_glob_to_re (distutils.tests.test_filelist.FileListTestCase.test_glob_to_re) ... ok test_include_pattern (distutils.tests.test_filelist.FileListTestCase.test_include_pattern) ... ok test_process_template (distutils.tests.test_filelist.FileListTestCase.test_process_template) ... ok test_process_template_line (distutils.tests.test_filelist.FileListTestCase.test_process_template_line) ... ok test_remove_duplicates (distutils.tests.test_filelist.FileListTestCase.test_remove_duplicates) ... ok test_set_allfiles (distutils.tests.test_filelist.FileListTestCase.test_set_allfiles) ... ok test_translate_pattern (distutils.tests.test_filelist.FileListTestCase.test_translate_pattern) ... ok test_basic_discovery (distutils.tests.test_filelist.FindAllTestCase.test_basic_discovery) When findall is called with no parameters or with ... ok test_missing_symlink (distutils.tests.test_filelist.FindAllTestCase.test_missing_symlink) ... ok test_non_local_discovery (distutils.tests.test_filelist.FindAllTestCase.test_non_local_discovery) When findall is called with another path, the full ... ok test_extension_init (distutils.tests.test_extension.ExtensionTestCase.test_extension_init) ... ok test_read_setup_file (distutils.tests.test_extension.ExtensionTestCase.test_read_setup_file) ... ok test_config_interpolation (distutils.tests.test_config.PyPIRCCommandTestCase.test_config_interpolation) ... ok test_server_empty_registration (distutils.tests.test_config.PyPIRCCommandTestCase.test_server_empty_registration) ... ok test_server_registration (distutils.tests.test_config.PyPIRCCommandTestCase.test_server_registration) ... ok test_newer (distutils.tests.test_dep_util.DepUtilTestCase.test_newer) ... ok test_newer_group (distutils.tests.test_dep_util.DepUtilTestCase.test_newer_group) ... ok test_newer_pairwise (distutils.tests.test_dep_util.DepUtilTestCase.test_newer_pairwise) ... ok test_default_settings (distutils.tests.test_install_scripts.InstallScriptsTestCase.test_default_settings) ... ok test_installation (distutils.tests.test_install_scripts.InstallScriptsTestCase.test_installation) ... ok test_get_vc2015 (distutils.tests.test_msvccompiler.msvccompilerTestCase.test_get_vc2015) ... skipped 'These tests are only for win32' test_get_vc2017 (distutils.tests.test_msvccompiler.msvccompilerTestCase.test_get_vc2017) ... skipped 'These tests are only for win32' test_get_vc_env_unicode (distutils.tests.test_msvccompiler.msvccompilerTestCase.test_get_vc_env_unicode) ... skipped 'These tests are only for win32' test_no_compiler (distutils.tests.test_msvccompiler.msvccompilerTestCase.test_no_compiler) ... skipped 'These tests are only for win32' test_debug_mode (distutils.tests.test_core.CoreTestCase.test_debug_mode) ... ok test_run_setup_defines_subclass (distutils.tests.test_core.CoreTestCase.test_run_setup_defines_subclass) ... ok test_run_setup_preserves_sys_argv (distutils.tests.test_core.CoreTestCase.test_run_setup_preserves_sys_argv) ... ok test_run_setup_provides_file (distutils.tests.test_core.CoreTestCase.test_run_setup_provides_file) ... ok test_run_setup_uses_current_dir (distutils.tests.test_core.CoreTestCase.test_run_setup_uses_current_dir) ... ok test_simple_run (distutils.tests.test_install_headers.InstallHeadersTestCase.test_simple_run) ... ok test_clean (distutils.tests.test_config_cmd.ConfigTestCase.test_clean) ... ok test_dump_file (distutils.tests.test_config_cmd.ConfigTestCase.test_dump_file) ... ok test_finalize_options (distutils.tests.test_config_cmd.ConfigTestCase.test_finalize_options) ... ok test_search_cpp (distutils.tests.test_config_cmd.ConfigTestCase.test_search_cpp) ... ok test_finalize_options (distutils.tests.test_upload.uploadTestCase.test_finalize_options) ... ok test_saved_password (distutils.tests.test_upload.uploadTestCase.test_saved_password) ... ok test_upload (distutils.tests.test_upload.uploadTestCase.test_upload) ... ok test_upload_correct_cr (distutils.tests.test_upload.uploadTestCase.test_upload_correct_cr) ... ok test_upload_fails (distutils.tests.test_upload.uploadTestCase.test_upload_fails) ... ok test_wrong_exception_order (distutils.tests.test_upload.uploadTestCase.test_wrong_exception_order) ... ok test_check_all (distutils.tests.test_check.CheckTestCase.test_check_all) ... ok test_check_document (distutils.tests.test_check.CheckTestCase.test_check_document) ... skipped "won't test without docutils" test_check_metadata (distutils.tests.test_check.CheckTestCase.test_check_metadata) ... ok test_check_restructuredtext (distutils.tests.test_check.CheckTestCase.test_check_restructuredtext) ... skipped "won't test without docutils" test_check_restructuredtext_with_syntax_highlight (distutils.tests.test_check.CheckTestCase.test_check_restructuredtext_with_syntax_highlight) ... skipped "won't test without docutils" test_osx_cc_overrides_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase.test_osx_cc_overrides_ldshared) ... skipped 'test only relevant for OS X' test_osx_explicit_ldshared (distutils.tests.test_unixccompiler.UnixCCompilerTestCase.test_osx_explicit_ldshared) ... skipped 'test only relevant for OS X' test_runtime_libdir_option (distutils.tests.test_unixccompiler.UnixCCompilerTestCase.test_runtime_libdir_option) ... ok test_build_libraries (distutils.tests.test_build_clib.BuildCLibTestCase.test_build_libraries) ... ok test_check_library_dist (distutils.tests.test_build_clib.BuildCLibTestCase.test_check_library_dist) ... ok test_finalize_options (distutils.tests.test_build_clib.BuildCLibTestCase.test_finalize_options) ... ok test_get_source_files (distutils.tests.test_build_clib.BuildCLibTestCase.test_get_source_files) ... ok test_run (distutils.tests.test_build_clib.BuildCLibTestCase.test_run) ... ok test_copy_file_hard_link (distutils.tests.test_file_util.FileUtilTestCase.test_copy_file_hard_link) ... ok test_copy_file_hard_link_failure (distutils.tests.test_file_util.FileUtilTestCase.test_copy_file_hard_link_failure) ... ok test_move_file_exception_unpacking_rename (distutils.tests.test_file_util.FileUtilTestCase.test_move_file_exception_unpacking_rename) ... ok test_move_file_exception_unpacking_unlink (distutils.tests.test_file_util.FileUtilTestCase.test_move_file_exception_unpacking_unlink) ... ok test_move_file_verbosity (distutils.tests.test_file_util.FileUtilTestCase.test_move_file_verbosity) ... ok ---------------------------------------------------------------------- Ran 242 tests in 1.216s OK (skipped=26) 0:05:26 load avg: 1.02 [116/432/1] test_docxmlrpc test_annotations (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_annotations) Test that annotations works as expected ... ok test_autolink_dotted_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolink_dotted_methods) Test that selfdot values are made strong automatically in the ... ok test_autolinking (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_autolinking) Test that the server correctly automatically wraps references to ... ok test_get_css (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_get_css) ... ok test_invalid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_invalid_get_response) ... ok test_lambda (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_lambda) Test that lambda functionality stays the same. The output produced ... ok test_server_title_escape (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_server_title_escape) ... ok test_system_methods (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_system_methods) Test the presence of three consecutive system.* methods. ... ok test_valid_get_response (test.test_docxmlrpc.DocXMLRPCHTTPGETServer.test_valid_get_response) ... ok ---------------------------------------------------------------------- Ran 9 tests in 1.012s OK 0:05:27 load avg: 0.94 [117/432/1] test_dtrace setUpClass (test.test_dtrace.CheckDtraceProbes) ... skipped 'CPython must be configured with the --with-dtrace option.' setUpClass (test.test_dtrace.DTraceNormalTests) ... skipped "dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'" setUpClass (test.test_dtrace.DTraceOptimizedTests) ... skipped "dtrace(1) failed: [Errno 2] No such file or directory: 'dtrace'" setUpClass (test.test_dtrace.SystemTapNormalTests) ... skipped "stap(1) failed: [Errno 2] No such file or directory: 'stap'" setUpClass (test.test_dtrace.SystemTapOptimizedTests) ... skipped "stap(1) failed: [Errno 2] No such file or directory: 'stap'" ---------------------------------------------------------------------- Ran 0 tests in 0.002s OK (skipped=5) 0:05:28 load avg: 0.94 [118/432/1] test_dynamic test_cannot_change_globals_or_builtins_with_eval (test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_eval) ... ok test_cannot_change_globals_or_builtins_with_exec (test.test_dynamic.RebindBuiltinsTests.test_cannot_change_globals_or_builtins_with_exec) ... ok test_cannot_replace_builtins_dict_between_calls (test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_between_calls) ... ok test_cannot_replace_builtins_dict_while_active (test.test_dynamic.RebindBuiltinsTests.test_cannot_replace_builtins_dict_while_active) ... ok test_eval_gives_lambda_custom_globals (test.test_dynamic.RebindBuiltinsTests.test_eval_gives_lambda_custom_globals) ... ok test_globals_shadow_builtins (test.test_dynamic.RebindBuiltinsTests.test_globals_shadow_builtins) ... ok test_load_global_specialization_failure_keeps_oparg (test.test_dynamic.RebindBuiltinsTests.test_load_global_specialization_failure_keeps_oparg) ... ok test_modify_builtins (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins) ... ok test_modify_builtins_from_leaf_function (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_from_leaf_function) ... ok test_modify_builtins_while_generator_active (test.test_dynamic.RebindBuiltinsTests.test_modify_builtins_while_generator_active) ... ok test_after_specialization (test.test_dynamic.TestTracing.test_after_specialization) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.007s OK 0:05:28 load avg: 0.94 [119/432/1] test_dynamicclassattribute test_docstring_copy (test.test_dynamicclassattribute.PropertySubclassTests.test_docstring_copy) ... ok test_property_new_getter_new_docstring (test.test_dynamicclassattribute.PropertySubclassTests.test_property_new_getter_new_docstring) ... ok test_property_setter_copies_getter_docstring (test.test_dynamicclassattribute.PropertySubclassTests.test_property_setter_copies_getter_docstring) ... ok test_slots_docstring_copy_exception (test.test_dynamicclassattribute.PropertySubclassTests.test_slots_docstring_copy_exception) ... skipped '__doc__ is already present, __slots__ will have no effect' test_abstract_virtual (test.test_dynamicclassattribute.PropertyTests.test_abstract_virtual) ... ok test_property___isabstractmethod__descriptor (test.test_dynamicclassattribute.PropertyTests.test_property___isabstractmethod__descriptor) ... ok test_property_decorator_baseclass (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass) ... ok test_property_decorator_baseclass_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_baseclass_doc) ... ok test_property_decorator_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_doc) ... ok test_property_decorator_subclass (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass) ... ok test_property_decorator_subclass_doc (test.test_dynamicclassattribute.PropertyTests.test_property_decorator_subclass_doc) ... ok test_property_getter_doc_override (test.test_dynamicclassattribute.PropertyTests.test_property_getter_doc_override) ... ok ---------------------------------------------------------------------- Ran 12 tests in 0.000s OK (skipped=1) 0:05:28 load avg: 0.94 [120/432/1] test_eintr test_all (test.test_eintr.EINTRTests.test_all) ... ===== script _test_eintr.py ====== test_flock (__main__.FNTLEINTRTest.test_flock) ... ok test_lockf (__main__.FNTLEINTRTest.test_lockf) ... ok test_read (__main__.OSEINTRTest.test_read) ... ok test_wait (__main__.OSEINTRTest.test_wait) ... ok test_wait3 (__main__.OSEINTRTest.test_wait3) ... ok test_wait4 (__main__.OSEINTRTest.test_wait4) ... ok test_waitpid (__main__.OSEINTRTest.test_waitpid) ... ok test_write (__main__.OSEINTRTest.test_write) ... ok test_devpoll (__main__.SelectEINTRTest.test_devpoll) ... skipped 'need select.devpoll' test_epoll (__main__.SelectEINTRTest.test_epoll) ... ok test_kqueue (__main__.SelectEINTRTest.test_kqueue) ... skipped 'need select.kqueue' test_poll (__main__.SelectEINTRTest.test_poll) ... ok test_select (__main__.SelectEINTRTest.test_select) ... ok test_sigtimedwait (__main__.SignalEINTRTest.test_sigtimedwait) ... ok test_sigwaitinfo (__main__.SignalEINTRTest.test_sigwaitinfo) ... ok test_accept (__main__.SocketEINTRTest.test_accept) ... ok test_open (__main__.SocketEINTRTest.test_open) ... ok test_os_open (__main__.SocketEINTRTest.test_os_open) ... ok test_recv (__main__.SocketEINTRTest.test_recv) ... ok test_recvmsg (__main__.SocketEINTRTest.test_recvmsg) ... ok test_send (__main__.SocketEINTRTest.test_send) ... ok test_sendall (__main__.SocketEINTRTest.test_sendall) ... ok test_sendmsg (__main__.SocketEINTRTest.test_sendmsg) ... ok test_sleep (__main__.TimeEINTRTest.test_sleep) ... ok ---------------------------------------------------------------------- Ran 24 tests in 6.054s OK (skipped=2) ===== script _test_eintr.py completed: exit code 0 ====== ok ---------------------------------------------------------------------- Ran 1 test in 6.095s OK 0:05:35 load avg: 0.86 [121/432/1] test_email test_b_case_ignored (test.test_email.test__encoded_words.TestDecode.test_b_case_ignored) ... ok test_b_invalid_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_ignored_with_defect) ... ok test_b_invalid_bytes_incorrect_padding (test.test_email.test__encoded_words.TestDecode.test_b_invalid_bytes_incorrect_padding) ... ok test_b_padding_defect (test.test_email.test__encoded_words.TestDecode.test_b_padding_defect) ... ok test_b_undecodable_bytes_ignored_with_defect (test.test_email.test__encoded_words.TestDecode.test_b_undecodable_bytes_ignored_with_defect) ... ok test_invalid_character_in_charset (test.test_email.test__encoded_words.TestDecode.test_invalid_character_in_charset) ... ok test_non_trivial_q (test.test_email.test__encoded_words.TestDecode.test_non_trivial_q) ... ok test_nonnull_lang (test.test_email.test__encoded_words.TestDecode.test_nonnull_lang) ... ok test_q_case_ignored (test.test_email.test__encoded_words.TestDecode.test_q_case_ignored) ... ok test_q_escaped_bytes_preserved (test.test_email.test__encoded_words.TestDecode.test_q_escaped_bytes_preserved) ... ok test_q_nonascii (test.test_email.test__encoded_words.TestDecode.test_q_nonascii) ... ok test_simple_b (test.test_email.test__encoded_words.TestDecode.test_simple_b) ... ok test_simple_q (test.test_email.test__encoded_words.TestDecode.test_simple_q) ... ok test_unknown_8bit_charset (test.test_email.test__encoded_words.TestDecode.test_unknown_8bit_charset) ... ok test_unknown_charset (test.test_email.test__encoded_words.TestDecode.test_unknown_charset) ... ok test_wrong_format_input_raises (test.test_email.test__encoded_words.TestDecode.test_wrong_format_input_raises) ... ok test_invalid_character (test.test_email.test__encoded_words.TestDecodeB.test_invalid_character) ... ok test_invalid_character_and_bad_padding (test.test_email.test__encoded_words.TestDecodeB.test_invalid_character_and_bad_padding) ... ok test_invalid_length (test.test_email.test__encoded_words.TestDecodeB.test_invalid_length) ... ok test_missing_padding (test.test_email.test__encoded_words.TestDecodeB.test_missing_padding) ... ok test_simple (test.test_email.test__encoded_words.TestDecodeB.test_simple) ... ok test_no_encoded (test.test_email.test__encoded_words.TestDecodeQ.test_no_encoded) ... ok test_run_of_encoded (test.test_email.test__encoded_words.TestDecodeQ.test_run_of_encoded) ... ok test_spaces (test.test_email.test__encoded_words.TestDecodeQ.test_spaces) ... ok test_auto_b_if_enough_unsafe (test.test_email.test__encoded_words.TestEncode.test_auto_b_if_enough_unsafe) ... ok test_auto_b_if_long_unsafe (test.test_email.test__encoded_words.TestEncode.test_auto_b_if_long_unsafe) ... ok test_auto_q (test.test_email.test__encoded_words.TestEncode.test_auto_q) ... ok test_auto_q_if_long_mostly_safe (test.test_email.test__encoded_words.TestEncode.test_auto_q_if_long_mostly_safe) ... ok test_auto_q_if_short_mostly_safe (test.test_email.test__encoded_words.TestEncode.test_auto_q_if_short_mostly_safe) ... ok test_b (test.test_email.test__encoded_words.TestEncode.test_b) ... ok test_lang (test.test_email.test__encoded_words.TestEncode.test_lang) ... ok test_q (test.test_email.test__encoded_words.TestEncode.test_q) ... ok test_unknown_8bit (test.test_email.test__encoded_words.TestEncode.test_unknown_8bit) ... ok test_utf8_default (test.test_email.test__encoded_words.TestEncode.test_utf8_default) ... ok test_padding (test.test_email.test__encoded_words.TestEncodeB.test_padding) ... ok test_simple (test.test_email.test__encoded_words.TestEncodeB.test_simple) ... ok test_all_safe (test.test_email.test__encoded_words.TestEncodeQ.test_all_safe) ... ok test_run_of_encodables (test.test_email.test__encoded_words.TestEncodeQ.test_run_of_encodables) ... ok test_spaces (test.test_email.test__encoded_words.TestEncodeQ.test_spaces) ... ok test_address_list_folding_at_commas (test.test_email.test__header_value_parser.TestFolding.test_address_list_folding_at_commas) ... ok test_address_list_with_unicode_names (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names) ... ok test_address_list_with_unicode_names_in_quotes (test.test_email.test__header_value_parser.TestFolding.test_address_list_with_unicode_names_in_quotes) ... ok test_ews_combined_before_wrap (test.test_email.test__header_value_parser.TestFolding.test_ews_combined_before_wrap) ... ok test_long_filename_attachment (test.test_email.test__header_value_parser.TestFolding.test_long_filename_attachment) ... ok 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) ... ok test_overlong_encodeable_is_wrapped (test.test_email.test__header_value_parser.TestFolding.test_overlong_encodeable_is_wrapped) ... ok test_simple_address (test.test_email.test__header_value_parser.TestFolding.test_simple_address) ... ok test_simple_unstructured_folded (test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_folded) ... ok test_simple_unstructured_no_folds (test.test_email.test__header_value_parser.TestFolding.test_simple_unstructured_no_folds) ... ok 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) ... ok test_split_at_whitespace_before_long_token (test.test_email.test__header_value_parser.TestFolding.test_split_at_whitespace_before_long_token) ... ok test_unstructured_with_unicode_no_folds (test.test_email.test__header_value_parser.TestFolding.test_unstructured_with_unicode_no_folds) ... ok test__wsp_splitter_one_word (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_one_word) ... ok test__wsp_splitter_two_words (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_two_words) ... ok test__wsp_splitter_ws_runs (test.test_email.test__header_value_parser.TestParser.test__wsp_splitter_ws_runs) ... ok test_encoded_word_inside_quotes (test.test_email.test__header_value_parser.TestParser.test_encoded_word_inside_quotes) ... ok test_get_addr_spec_dot_atom (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_dot_atom) ... ok test_get_addr_spec_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_ends_at_special) ... ok test_get_addr_spec_multiple_domains (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_multiple_domains) ... ok test_get_addr_spec_normal (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_normal) ... ok 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) ... ok test_get_addr_spec_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_cfws) ... ok test_get_addr_spec_with_doamin_literal (test.test_email.test__header_value_parser.TestParser.test_get_addr_spec_with_doamin_literal) ... ok 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) ... ok test_get_address_complex (test.test_email.test__header_value_parser.TestParser.test_get_address_complex) ... ok test_get_address_empty_group (test.test_email.test__header_value_parser.TestParser.test_get_address_empty_group) ... ok test_get_address_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_address_ends_at_special) ... ok test_get_address_group (test.test_email.test__header_value_parser.TestParser.test_get_address_group) ... ok test_get_address_invalid_mailbox_invalid (test.test_email.test__header_value_parser.TestParser.test_get_address_invalid_mailbox_invalid) ... ok test_get_address_list_CFWS (test.test_email.test__header_value_parser.TestParser.test_get_address_list_CFWS) ... ok test_get_address_list_group_and_mailboxes (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_and_mailboxes) ... ok test_get_address_list_group_empty (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_empty) ... ok test_get_address_list_group_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_group_simple) ... ok test_get_address_list_mailboxes_complex (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_complex) ... ok test_get_address_list_mailboxes_invalid_addresses (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_invalid_addresses) ... ok test_get_address_list_mailboxes_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_simple) ... ok test_get_address_list_mailboxes_two_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_list_mailboxes_two_simple) ... ok test_get_address_quoted_local_part (test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_local_part) ... ok test_get_address_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_address_quoted_strings_in_atom_list) ... ok test_get_address_rfc2047_display_name (test.test_email.test__header_value_parser.TestParser.test_get_address_rfc2047_display_name) ... ok test_get_address_simple (test.test_email.test__header_value_parser.TestParser.test_get_address_simple) ... ok test_get_angle_addr_empty (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_empty) ... ok test_get_angle_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_ends_at_special) ... ok test_get_angle_addr_internal_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_internal_cfws) ... ok test_get_angle_addr_missing_closing_angle (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_missing_closing_angle) ... ok 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) ... ok 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) ... ok test_get_angle_addr_no_angle_raise (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raise) ... ok test_get_angle_addr_no_angle_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_no_angle_raises) ... ok test_get_angle_addr_obs_route (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_obs_route) ... ok test_get_angle_addr_qs_and_domain_literal (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_and_domain_literal) ... ok test_get_angle_addr_qs_only_quotes (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_qs_only_quotes) ... ok test_get_angle_addr_simple (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_simple) ... ok test_get_angle_addr_special_after_angle_raises (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_special_after_angle_raises) ... ok test_get_angle_addr_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_angle_addr_with_cfws) ... ok test_get_atext_all_atext (test.test_email.test__header_value_parser.TestParser.test_get_atext_all_atext) ... ok test_get_atext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_atext_following_wsp_preserved) ... ok test_get_atext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_atext_non_printables) ... ok test_get_atext_only (test.test_email.test__header_value_parser.TestParser.test_get_atext_only) ... ok test_get_atext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_atext_two_words_gets_first) ... ok test_get_atext_up_to_special (test.test_email.test__header_value_parser.TestParser.test_get_atext_up_to_special) ... ok test_get_atom_atom_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_noncfws) ... ok test_get_atom_atom_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_atom_atom_ends_at_special) ... ok test_get_atom_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_atom_header_ends_in_comment) ... ok test_get_atom_no_atom (test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom) ... ok test_get_atom_no_atom_before_special (test.test_email.test__header_value_parser.TestParser.test_get_atom_no_atom_before_special) ... ok test_get_atom_non_printable_in_atext (test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_atext) ... ok test_get_atom_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_atom_non_printable_in_comment) ... ok test_get_atom_only (test.test_email.test__header_value_parser.TestParser.test_get_atom_only) ... ok test_get_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser.test_get_atom_rfc2047_atom) ... ok test_get_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_comments_and_wsp) ... ok test_get_atom_with_multiple_comments (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_multiple_comments) ... ok test_get_atom_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_atom_with_wsp) ... ok test_get_bare_quoted_string_empty_quotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_empty_quotes) ... ok 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) ... ok test_get_bare_quoted_string_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_following_wsp_preserved) ... ok test_get_bare_quoted_string_missing_endquotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_missing_endquotes) ... ok test_get_bare_quoted_string_multiple_words (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_multiple_words) ... ok 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) ... ok 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) ... ok test_get_bare_quoted_string_no_end_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_no_end_dquote) ... ok test_get_bare_quoted_string_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_non_printables) ... ok test_get_bare_quoted_string_only (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only) ... ok test_get_bare_quoted_string_only_quotes (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_only_quotes) ... ok test_get_bare_quoted_string_quoted_dquote (test.test_email.test__header_value_parser.TestParser.test_get_bare_quoted_string_quoted_dquote) ... ok test_get_cfws_ends_at_non_leader (test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_leader) ... ok test_get_cfws_ends_at_non_printable (test.test_email.test__header_value_parser.TestParser.test_get_cfws_ends_at_non_printable) ... ok test_get_cfws_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_header_ends_in_comment) ... ok test_get_cfws_multiple_nested_comments (test.test_email.test__header_value_parser.TestParser.test_get_cfws_multiple_nested_comments) ... ok test_get_cfws_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_non_printable_in_comment) ... ok test_get_cfws_only_comment (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_comment) ... ok test_get_cfws_only_mixed (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_mixed) ... ok test_get_cfws_only_ws (test.test_email.test__header_value_parser.TestParser.test_get_cfws_only_ws) ... ok test_get_comment_empty_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_empty_comment) ... ok test_get_comment_end_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_comment_end_paren_mid_word) ... ok test_get_comment_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_comment_following_wsp_preserved) ... ok test_get_comment_missing_end_of_nesting (test.test_email.test__header_value_parser.TestParser.test_get_comment_missing_end_of_nesting) ... ok test_get_comment_multiple_nesting (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_nesting) ... ok test_get_comment_multiple_words (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words) ... ok test_get_comment_multiple_words_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_comment_multiple_words_wsp_preserved) ... ok test_get_comment_must_start_with_paren (test.test_email.test__header_value_parser.TestParser.test_get_comment_must_start_with_paren) ... ok test_get_comment_nested_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment) ... ok test_get_comment_nested_comment_wsp (test.test_email.test__header_value_parser.TestParser.test_get_comment_nested_comment_wsp) ... ok test_get_comment_no_end_paren (test.test_email.test__header_value_parser.TestParser.test_get_comment_no_end_paren) ... ok test_get_comment_non_printable (test.test_email.test__header_value_parser.TestParser.test_get_comment_non_printable) ... ok test_get_comment_only (test.test_email.test__header_value_parser.TestParser.test_get_comment_only) ... ok test_get_comment_qs_in_nested_comment (test.test_email.test__header_value_parser.TestParser.test_get_comment_qs_in_nested_comment) ... ok test_get_comment_quoted_parens (test.test_email.test__header_value_parser.TestParser.test_get_comment_quoted_parens) ... ok test_get_display_name_complex1 (test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex1) ... ok test_get_display_name_complex2 (test.test_email.test__header_value_parser.TestParser.test_get_display_name_complex2) ... ok test_get_display_name_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_display_name_ending_with_obsolete) ... ok test_get_display_name_for_invalid_address_field (test.test_email.test__header_value_parser.TestParser.test_get_display_name_for_invalid_address_field) ... ok test_get_display_name_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_display_name_obsolete) ... ok 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) ... ok test_get_display_name_simple (test.test_email.test__header_value_parser.TestParser.test_get_display_name_simple) ... ok test_get_domain_domain_literal_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_only) ... ok test_get_domain_domain_literal_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_domain_literal_with_cfws) ... ok 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) ... ok 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) ... ok 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) ... ok 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) ... ok test_get_domain_literal_no_start_char_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_no_start_char_raises) ... ok test_get_domain_literal_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_only) ... ok test_get_domain_literal_with_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_internal_ws) ... ok test_get_domain_literal_with_surrounding_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_literal_with_surrounding_cfws) ... ok test_get_domain_no_atom_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_no_atom_raises) ... ok test_get_domain_no_non_cfws_raises (test.test_email.test__header_value_parser.TestParser.test_get_domain_no_non_cfws_raises) ... ok test_get_domain_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_domain_obsolete) ... ok test_get_domain_regular_domain_only (test.test_email.test__header_value_parser.TestParser.test_get_domain_regular_domain_only) ... ok test_get_domain_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_domain_with_cfws) ... ok test_get_dot_atom_leading_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_leading_dot_raises) ... ok test_get_dot_atom_no_atom_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_no_atom_raises) ... ok test_get_dot_atom_only (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_only) ... ok test_get_dot_atom_rfc2047_atom (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_rfc2047_atom) ... ok test_get_dot_atom_space_ends_dot_atom (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_space_ends_dot_atom) ... ok test_get_dot_atom_text (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text) ... ok 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) ... ok 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) ... ok 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) ... ok 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) ... ok test_get_dot_atom_text_trailing_text_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_text_preserved) ... ok test_get_dot_atom_text_trailing_ws_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_text_trailing_ws_preserved) ... ok test_get_dot_atom_trailing_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_trailing_dot_raises) ... ok test_get_dot_atom_two_dots_raises (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_two_dots_raises) ... ok test_get_dot_atom_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_comments_and_wsp) ... ok test_get_dot_atom_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_dot_atom_with_wsp) ... ok test_get_dtext_all_dtext (test.test_email.test__header_value_parser.TestParser.test_get_dtext_all_dtext) ... ok test_get_dtext_close_bracket_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_dtext_close_bracket_mid_word) ... ok test_get_dtext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_following_wsp_preserved) ... ok test_get_dtext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_dtext_non_printables) ... ok test_get_dtext_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_only) ... ok test_get_dtext_open_bracket_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_dtext_open_bracket_mid_word) ... ok test_get_dtext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_dtext_two_words_gets_first) ... ok test_get_dtext_up_to_close_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_close_bracket_only) ... ok test_get_dtext_up_to_open_bracket_only (test.test_email.test__header_value_parser.TestParser.test_get_dtext_up_to_open_bracket_only) ... ok test_get_dtext_with_qp (test.test_email.test__header_value_parser.TestParser.test_get_dtext_with_qp) ... ok test_get_dtext_wsp_before_close_bracket_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_close_bracket_preserved) ... ok test_get_dtext_wsp_before_open_bracket_preserved (test.test_email.test__header_value_parser.TestParser.test_get_dtext_wsp_before_open_bracket_preserved) ... ok test_get_encoded_word_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_gets_first) ... ok 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) ... ok test_get_encoded_word_internal_spaces (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_internal_spaces) ... ok test_get_encoded_word_invalid_cte (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_invalid_cte) ... ok test_get_encoded_word_lang_default_is_blank (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_lang_default_is_blank) ... ok test_get_encoded_word_leading_internal_space (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_leading_internal_space) ... ok test_get_encoded_word_missing_end_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_end_raises) ... ok test_get_encoded_word_missing_middle_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_middle_raises) ... ok test_get_encoded_word_missing_start_raises (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_missing_start_raises) ... ok test_get_encoded_word_non_printable_defect (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_non_printable_defect) ... ok 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) ... ok test_get_encoded_word_sets_extra_attributes (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_sets_extra_attributes) ... ok test_get_encoded_word_valid_ew (test.test_email.test__header_value_parser.TestParser.test_get_encoded_word_valid_ew) ... ok test_get_fws_only (test.test_email.test__header_value_parser.TestParser.test_get_fws_only) ... ok test_get_fws_space (test.test_email.test__header_value_parser.TestParser.test_get_fws_space) ... ok test_get_fws_ws_run (test.test_email.test__header_value_parser.TestParser.test_get_fws_ws_run) ... ok test_get_group_cfws_only (test.test_email.test__header_value_parser.TestParser.test_get_group_cfws_only) ... ok test_get_group_empty (test.test_email.test__header_value_parser.TestParser.test_get_group_empty) ... ok test_get_group_list_cfws_only (test.test_email.test__header_value_parser.TestParser.test_get_group_list_cfws_only) ... ok test_get_group_list_comment_only_invalid (test.test_email.test__header_value_parser.TestParser.test_get_group_list_comment_only_invalid) ... ok test_get_group_list_mailbox_list (test.test_email.test__header_value_parser.TestParser.test_get_group_list_mailbox_list) ... ok test_get_group_list_obs_group_list (test.test_email.test__header_value_parser.TestParser.test_get_group_list_obs_group_list) ... ok test_get_group_missing_final_semicol (test.test_email.test__header_value_parser.TestParser.test_get_group_missing_final_semicol) ... ok test_get_group_mixed_list (test.test_email.test__header_value_parser.TestParser.test_get_group_mixed_list) ... ok test_get_group_null_addr_spec (test.test_email.test__header_value_parser.TestParser.test_get_group_null_addr_spec) ... ok test_get_group_one_invalid (test.test_email.test__header_value_parser.TestParser.test_get_group_one_invalid) ... ok test_get_group_single_mailbox (test.test_email.test__header_value_parser.TestParser.test_get_group_single_mailbox) ... ok test_get_local_part_complex_obsolete_1 (test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_1) ... ok test_get_local_part_complex_obsolete_invalid (test.test_email.test__header_value_parser.TestParser.test_get_local_part_complex_obsolete_invalid) ... ok test_get_local_part_double_dot_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_double_dot_raises) ... ok test_get_local_part_leading_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot) ... ok test_get_local_part_leading_dot_after_ws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_leading_dot_after_ws) ... ok test_get_local_part_no_part_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_no_part_raises) ... ok 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) ... ok test_get_local_part_quoted_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_cfws) ... ok test_get_local_part_quoted_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_local_part_quoted_with_whitespace) ... ok test_get_local_part_simple (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple) ... ok test_get_local_part_simple_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_obsolete) ... ok test_get_local_part_simple_quoted (test.test_email.test__header_value_parser.TestParser.test_get_local_part_simple_quoted) ... ok test_get_local_part_special_instead_raises (test.test_email.test__header_value_parser.TestParser.test_get_local_part_special_instead_raises) ... ok test_get_local_part_trailing_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot) ... ok test_get_local_part_trailing_dot_with_ws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_trailing_dot_with_ws) ... ok test_get_local_part_unicode_defect (test.test_email.test__header_value_parser.TestParser.test_get_local_part_unicode_defect) ... ok 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) ... ok test_get_local_part_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_cfws) ... ok test_get_local_part_with_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_dot) ... ok test_get_local_part_with_quoted_dot (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_quoted_dot) ... ok test_get_local_part_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_local_part_with_whitespace) ... ok test_get_mailbox_addr_spec_only (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_addr_spec_only) ... ok test_get_mailbox_angle_addr_only (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_angle_addr_only) ... ok test_get_mailbox_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_ends_at_special) ... ok test_get_mailbox_list_empty_list_element (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_empty_list_element) ... ok test_get_mailbox_list_junk_after_valid_address (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_junk_after_valid_address) ... ok test_get_mailbox_list_only_empty_elements (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_only_empty_elements) ... ok test_get_mailbox_list_single_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_single_addr) ... ok test_get_mailbox_list_two_complex (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_complex) ... ok test_get_mailbox_list_two_name_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_name_addr) ... ok test_get_mailbox_list_two_simple_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_two_simple_addr) ... ok test_get_mailbox_list_unparseable_mailbox_null (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_list_unparseable_mailbox_null) ... ok test_get_mailbox_name_addr (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_name_addr) ... ok test_get_mailbox_quoted_strings_in_atom_list (test.test_email.test__header_value_parser.TestParser.test_get_mailbox_quoted_strings_in_atom_list) ... ok test_get_msg_id_empty (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_empty) ... ok 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) ... ok test_get_msg_id_no_angle_end (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_end) ... ok test_get_msg_id_no_angle_start (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_angle_start) ... ok test_get_msg_id_no_id_right_part (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_no_id_right_part) ... ok test_get_msg_id_non_folding_literal_domain (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_non_folding_literal_domain) ... ok test_get_msg_id_obsolete_domain_part (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_domain_part) ... ok test_get_msg_id_obsolete_local (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_obsolete_local) ... ok test_get_msg_id_valid (test.test_email.test__header_value_parser.TestParser.test_get_msg_id_valid) ... ok test_get_name_addr_angle_addr_only (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_angle_addr_only) ... ok test_get_name_addr_atom_name (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name) ... ok test_get_name_addr_atom_name_with_cfws (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_atom_name_with_cfws) ... ok test_get_name_addr_ends_at_special (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_ends_at_special) ... ok 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) ... ok 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) ... ok 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) ... ok test_get_name_addr_no_content_raises (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_no_content_raises) ... ok test_get_name_addr_qs_name (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_qs_name) ... ok test_get_name_addr_with_route (test.test_email.test__header_value_parser.TestParser.test_get_name_addr_with_route) ... ok test_get_obs_route_complex (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_complex) ... ok 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) ... ok 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) ... ok 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) ... ok test_get_obs_route_simple (test.test_email.test__header_value_parser.TestParser.test_get_obs_route_simple) ... ok test_get_phrase_complex (test.test_email.test__header_value_parser.TestParser.test_get_phrase_complex) ... ok test_get_phrase_ending_with_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_phrase_ending_with_obsolete) ... ok test_get_phrase_obsolete (test.test_email.test__header_value_parser.TestParser.test_get_phrase_obsolete) ... ok test_get_phrase_pharse_must_start_with_word (test.test_email.test__header_value_parser.TestParser.test_get_phrase_pharse_must_start_with_word) ... ok test_get_phrase_simple (test.test_email.test__header_value_parser.TestParser.test_get_phrase_simple) ... ok test_get_qcontent_all_printables (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_all_printables) ... ok test_get_qcontent_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_close_paren_mid_word) ... ok test_get_qcontent_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_following_wsp_preserved) ... ok test_get_qcontent_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_non_printables) ... ok test_get_qcontent_only (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_only) ... ok test_get_qcontent_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_two_words_gets_first) ... ok test_get_qcontent_up_to_dquote_only (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_up_to_dquote_only) ... ok test_get_qcontent_wsp_before_close_paren_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qcontent_wsp_before_close_paren_preserved) ... ok test_get_qp_ctext_all_printables (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_all_printables) ... ok test_get_qp_ctext_close_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_close_paren_mid_word) ... ok test_get_qp_ctext_following_wsp_preserved (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_following_wsp_preserved) ... ok test_get_qp_ctext_non_printables (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_non_printables) ... ok test_get_qp_ctext_only (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_only) ... ok test_get_qp_ctext_open_paren_mid_word (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_open_paren_mid_word) ... ok test_get_qp_ctext_two_words_gets_first (test.test_email.test__header_value_parser.TestParser.test_get_qp_ctext_two_words_gets_first) ... ok 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) ... ok 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) ... ok 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) ... ok 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) ... ok test_get_quoted_string_header_ends_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_comment) ... ok test_get_quoted_string_header_ends_in_qcontent (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_header_ends_in_qcontent) ... ok test_get_quoted_string_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_internal_ws) ... ok test_get_quoted_string_no_quoted_string (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_no_quoted_string) ... ok test_get_quoted_string_non_printable_in_comment (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_comment) ... ok test_get_quoted_string_non_printable_in_qcontent (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_non_printable_in_qcontent) ... ok test_get_quoted_string_only (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_only) ... ok test_get_quoted_string_qs_ends_at_noncfws (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_qs_ends_at_noncfws) ... ok test_get_quoted_string_with_comments_and_wsp (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_comments_and_wsp) ... ok test_get_quoted_string_with_multiple_comments (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_multiple_comments) ... ok test_get_quoted_string_with_wsp (test.test_email.test__header_value_parser.TestParser.test_get_quoted_string_with_wsp) ... ok test_get_unstructured_ew_with_internal_leading_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_leading_ws) ... ok test_get_unstructured_ew_with_internal_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_with_internal_ws) ... ok test_get_unstructured_ew_without_leading_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_leading_whitespace) ... ok test_get_unstructured_ew_without_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_ew_without_trailing_whitespace) ... ok test_get_unstructured_invalid_base64_character (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_character) ... ok 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) ... ok test_get_unstructured_invalid_base64_length (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_base64_length) ... ok test_get_unstructured_invalid_ew (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew) ... ok test_get_unstructured_invalid_ew2 (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew2) ... ok test_get_unstructured_invalid_ew_cte (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_invalid_ew_cte) ... ok test_get_unstructured_leading_and_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_and_trailing_whitespace) ... ok test_get_unstructured_leading_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_leading_whitespace) ... ok test_get_unstructured_missing_base64_padding (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_missing_base64_padding) ... ok test_get_unstructured_no_whitespace_between_ews (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_no_whitespace_between_ews) ... ok test_get_unstructured_normal_phrase (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase) ... ok test_get_unstructured_normal_phrase_with_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_normal_phrase_with_whitespace) ... ok test_get_unstructured_null (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_null) ... ok test_get_unstructured_one_ew_trailing_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_ew_trailing_ws) ... ok test_get_unstructured_one_valid_ew_no_ws (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_no_ws) ... ok test_get_unstructured_one_valid_ew_trailing_text (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_valid_ew_trailing_text) ... ok test_get_unstructured_one_word (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_one_word) ... ok 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) ... ok 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) ... ok test_get_unstructured_phrase_with_two_ew (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_phrase_with_two_ew) ... ok 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) ... ok 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) ... ok test_get_unstructured_trailing_whitespace (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_trailing_whitespace) ... ok 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) ... ok test_get_unstructured_undecodable_bytes (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes) ... ok test_get_unstructured_undecodable_bytes_in_EW (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_undecodable_bytes_in_EW) ... ok test_get_unstructured_without_trailing_whitespace_hang_case (test.test_email.test__header_value_parser.TestParser.test_get_unstructured_without_trailing_whitespace_hang_case) ... ok test_get_word_all_CFWS (test.test_email.test__header_value_parser.TestParser.test_get_word_all_CFWS) ... ok test_get_word_atom_yields_atom (test.test_email.test__header_value_parser.TestParser.test_get_word_atom_yields_atom) ... ok test_get_word_ends_at_dot (test.test_email.test__header_value_parser.TestParser.test_get_word_ends_at_dot) ... ok test_get_word_qs_yields_qs (test.test_email.test__header_value_parser.TestParser.test_get_word_qs_yields_qs) ... ok test_invalid_content_disposition (test.test_email.test__header_value_parser.TestParser.test_invalid_content_disposition) ... ok test_invalid_content_transfer_encoding (test.test_email.test__header_value_parser.TestParser.test_invalid_content_transfer_encoding) ... ok test_parse_invalid_message_id (test.test_email.test__header_value_parser.TestParser.test_parse_invalid_message_id) ... ok test_parse_message_id_with_remaining (test.test_email.test__header_value_parser.TestParser.test_parse_message_id_with_remaining) ... ok test_parse_valid_message_id (test.test_email.test__header_value_parser.TestParser.test_parse_valid_message_id) ... ok test_EWWhiteSpaceTerminal (test.test_email.test__header_value_parser.TestTokens.test_EWWhiteSpaceTerminal) ... ok 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) ... ok test_value_duplicate_in_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_in_split_value) ... ok test_value_duplicate_key (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_duplicate_key) ... ok 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) ... ok 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) ... ok 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) ... ok test_value_extra_dquote (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_extra_dquote) ... ok test_value_missing_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_missing_split_value) ... ok test_value_multiple_keys (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_multiple_keys) ... ok test_value_simple (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_simple) ... ok test_value_split_value (test.test_email.test__header_value_parser.Test_parse_mime_parameters.test_value_split_value) ... ok test_value_RFC_2045_2 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_2) ... ok test_value_RFC_2045_3 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_3) ... ok test_value_RFC_2045_4 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_RFC_2045_4) ... ok test_value_empty (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_empty) ... ok test_value_rfc_2045_1 (test.test_email.test__header_value_parser.Test_parse_mime_version.test_value_rfc_2045_1) ... ok test_japanese_codecs (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_japanese_codecs) ... ok test_payload_encoding (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding) ... ok test_payload_encoding_utf8 (test.test_email.test_asian_codecs.TestEmailAsianCodecs.test_payload_encoding_utf8) ... ok test_get_content_key_full_type (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_full_type) ... ok test_get_content_key_maintype_only (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_maintype_only) ... ok test_get_content_key_null_key (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_null_key) ... ok test_get_content_key_order_full_type (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_full_type) ... ok test_get_content_key_order_maintype_only (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_maintype_only) ... ok test_get_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager.test_get_content_key_order_null_key) ... ok 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) ... ok test_set_content_calls_clear_content (test.test_email.test_contentmanager.TestContentManager.test_set_content_calls_clear_content) ... ok test_set_content_key_base_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_full_path) ... ok test_set_content_key_base_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_name) ... ok test_set_content_key_base_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_qualname) ... ok test_set_content_key_base_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_base_type) ... ok test_set_content_key_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_full_path) ... ok test_set_content_key_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_name) ... ok test_set_content_key_null_key (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_null_key) ... ok test_set_content_key_order_base_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_full_path) ... ok test_set_content_key_order_base_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_name) ... ok test_set_content_key_order_base_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_qualname) ... ok test_set_content_key_order_base_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_base_type) ... ok test_set_content_key_order_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_full_path) ... ok test_set_content_key_order_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_name) ... ok test_set_content_key_order_null_key (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_null_key) ... ok test_set_content_key_order_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_qualname) ... ok test_set_content_key_order_str_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_full_path) ... ok test_set_content_key_order_str_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_name) ... ok test_set_content_key_order_str_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_str_type) ... ok test_set_content_key_order_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_order_type) ... ok test_set_content_key_qualname (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_qualname) ... ok test_set_content_key_str_full_path (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_full_path) ... ok test_set_content_key_str_name (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_name) ... ok test_set_content_key_str_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_str_type) ... ok test_set_content_key_type (test.test_email.test_contentmanager.TestContentManager.test_set_content_key_type) ... ok test_set_content_raises_if_called_on_multipart (test.test_email.test_contentmanager.TestContentManager.test_set_content_raises_if_called_on_multipart) ... ok 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) ... ok test_cid_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_application_octet_stream) ... ok test_cid_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_image_jpeg) ... ok test_cid_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_external_body) ... ok test_cid_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_message_rfc822) ... ok test_cid_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_html) ... ok test_cid_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_cid_receiver_text_plain) ... ok test_disposition_inline_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_application_octet_stream) ... ok test_disposition_inline_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_image_jpeg) ... ok test_disposition_inline_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_external_body) ... ok test_disposition_inline_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_message_rfc822) ... ok test_disposition_inline_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_html) ... ok test_disposition_inline_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_disposition_inline_receiver_text_plain) ... ok 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) ... ok test_get_message_rfc822_and_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_get_message_rfc822_and_external_body) ... ok test_get_non_text (test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text) ... ok test_get_non_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager.test_get_non_text_invalid_keyword) ... ok test_get_raises_on_multipart (test.test_email.test_contentmanager.TestRawDataManager.test_get_raises_on_multipart) ... ok test_get_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_html) ... ok test_get_text_invalid_keyword (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_invalid_keyword) ... ok test_get_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain) ... ok test_get_text_plain_bad_utf8_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_bad_utf8_quoted_printable) ... ok 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) ... ok test_get_text_plain_latin1 (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1) ... ok test_get_text_plain_latin1_quoted_printable (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_latin1_quoted_printable) ... ok test_get_text_plain_utf8_base64 (test.test_email.test_contentmanager.TestRawDataManager.test_get_text_plain_utf8_base64) ... ok 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) ... ok test_header_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_application_octet_stream) ... ok test_header_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_image_jpeg) ... ok test_header_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_external_body) ... ok test_header_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_message_rfc822) ... ok test_header_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_html) ... ok test_header_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_header_receiver_text_plain) ... ok test_non_ascii_filename_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_application_octet_stream) ... ok test_non_ascii_filename_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_image_jpeg) ... ok test_non_ascii_filename_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_external_body) ... ok test_non_ascii_filename_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_message_rfc822) ... ok test_non_ascii_filename_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_html) ... ok test_non_ascii_filename_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_non_ascii_filename_receiver_text_plain) ... ok test_params_receiver_application_octet_stream (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_application_octet_stream) ... ok test_params_receiver_image_jpeg (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_image_jpeg) ... ok test_params_receiver_message_external_body (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_external_body) ... ok test_params_receiver_message_rfc822 (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_message_rfc822) ... ok test_params_receiver_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_html) ... ok test_params_receiver_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_params_receiver_text_plain) ... ok test_set_application_octet_stream_with_8bit_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_application_octet_stream_with_8bit_cte) ... ok test_set_audio_aif_with_quoted_printable_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_audio_aif_with_quoted_printable_cte) ... ok test_set_content_bytes_cte_7bit (test.test_email.test_contentmanager.TestRawDataManager.test_set_content_bytes_cte_7bit) ... ok test_set_disposition_attachment (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_attachment) ... ok test_set_disposition_foo (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_foo) ... ok test_set_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager.test_set_disposition_inline) ... ok test_set_filename (test.test_email.test_contentmanager.TestRawDataManager.test_set_filename) ... ok test_set_filename_and_disposition_inline (test.test_email.test_contentmanager.TestRawDataManager.test_set_filename_and_disposition_inline) ... ok test_set_headers_from_header_objects (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_header_objects) ... ok test_set_headers_from_strings (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_from_strings) ... ok test_set_headers_with_defective_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_header_header_raises) ... ok test_set_headers_with_defective_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_defective_string_header_raises) ... ok test_set_headers_with_invalid_duplicate_header_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_header_header_raises) ... ok test_set_headers_with_invalid_duplicate_string_header_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_headers_with_invalid_duplicate_string_header_raises) ... ok test_set_image_jpg (test.test_email.test_contentmanager.TestRawDataManager.test_set_image_jpg) ... ok test_set_message (test.test_email.test_contentmanager.TestRawDataManager.test_set_message) ... ok test_set_message_invalid_cte_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_message_invalid_cte_raises) ... ok 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) ... ok test_set_non_ascii_filename (test.test_email.test_contentmanager.TestRawDataManager.test_set_non_ascii_filename) ... ok 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) ... ok 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) ... ok test_set_text_11_lines_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_11_lines_maximal_non_ascii_heuristics) ... ok test_set_text_charset_latin_1 (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_charset_latin_1) ... ok test_set_text_html (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_html) ... ok test_set_text_long_line_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_maximal_non_ascii_heuristics) ... ok test_set_text_long_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_long_line_minimal_non_ascii_heuristics) ... ok test_set_text_maximal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_maximal_non_ascii_heuristics) ... ok test_set_text_non_ascii_with_charset_ascii_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_charset_ascii_raises) ... ok 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) ... ok test_set_text_non_ascii_with_cte_7bit_raises (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_non_ascii_with_cte_7bit_raises) ... ok test_set_text_plain (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain) ... ok test_set_text_plain_long_line_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_long_line_heuristics) ... ok test_set_text_plain_null (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_plain_null) ... ok test_set_text_short_line_minimal_non_ascii_heuristics (test.test_email.test_contentmanager.TestRawDataManager.test_set_text_short_line_minimal_non_ascii_heuristics) ... ok test_set_video_mpeg_with_binary_cte (test.test_email.test_contentmanager.TestRawDataManager.test_set_video_mpeg_with_binary_cte) ... ok test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_bad_padding_in_base64_payload) ... ok test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectCapture.test_first_line_is_continuation_header) ... ok test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_invalid_chars_in_base64_payload) ... ok test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectCapture.test_invalid_length_of_base64_payload) ... ok test_lying_multipart (test.test_email.test_defect_handling.TestDefectCapture.test_lying_multipart) ... ok test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_missing_ending_boundary) ... ok test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectCapture.test_missing_header_body_separator) ... ok test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_missing_start_boundary) ... ok test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_invalid_cte) ... ok test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_boundary) ... ok test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_no_cte_no_defect) ... ok test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectCapture.test_multipart_valid_cte_no_defect) ... ok test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectCapture.test_same_boundary_inner_outer) ... ok test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_bad_padding_in_base64_payload) ... ok test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectDetection.test_first_line_is_continuation_header) ... ok test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_invalid_chars_in_base64_payload) ... ok test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectDetection.test_invalid_length_of_base64_payload) ... ok test_lying_multipart (test.test_email.test_defect_handling.TestDefectDetection.test_lying_multipart) ... ok test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_missing_ending_boundary) ... ok test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectDetection.test_missing_header_body_separator) ... ok test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_missing_start_boundary) ... ok test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_invalid_cte) ... ok test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_boundary) ... ok test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_no_cte_no_defect) ... ok test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectDetection.test_multipart_valid_cte_no_defect) ... ok test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectDetection.test_same_boundary_inner_outer) ... ok test_bad_padding_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_bad_padding_in_base64_payload) ... ok test_first_line_is_continuation_header (test.test_email.test_defect_handling.TestDefectRaising.test_first_line_is_continuation_header) ... ok test_invalid_chars_in_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_invalid_chars_in_base64_payload) ... ok test_invalid_length_of_base64_payload (test.test_email.test_defect_handling.TestDefectRaising.test_invalid_length_of_base64_payload) ... ok test_lying_multipart (test.test_email.test_defect_handling.TestDefectRaising.test_lying_multipart) ... ok test_missing_ending_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_missing_ending_boundary) ... ok test_missing_header_body_separator (test.test_email.test_defect_handling.TestDefectRaising.test_missing_header_body_separator) ... ok test_missing_start_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_missing_start_boundary) ... ok test_multipart_invalid_cte (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_invalid_cte) ... ok test_multipart_no_boundary (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_boundary) ... ok test_multipart_no_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_no_cte_no_defect) ... ok test_multipart_valid_cte_no_defect (test.test_email.test_defect_handling.TestDefectRaising.test_multipart_valid_cte_no_defect) ... ok test_same_boundary_inner_outer (test.test_email.test_defect_handling.TestDefectRaising.test_same_boundary_inner_outer) ... ok test_8bit_in_base64_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_base64_body) ... ok test_8bit_in_quopri_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_quopri_body) ... ok test_8bit_in_uuencode_body (test.test_email.test_email.Test8BitBytesHandling.test_8bit_in_uuencode_body) ... ok test_8bit_multipart (test.test_email.test_email.Test8BitBytesHandling.test_8bit_multipart) ... ok test_bytes_feedparser (test.test_email.test_email.Test8BitBytesHandling.test_bytes_feedparser) ... ok test_bytes_generator (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator) ... ok test_bytes_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_b_encoding_linesep) ... ok test_bytes_generator_handles_None_body (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_handles_None_body) ... ok test_bytes_generator_with_unix_from (test.test_email.test_email.Test8BitBytesHandling.test_bytes_generator_with_unix_from) ... ok test_crlf_flatten (test.test_email.test_email.Test8BitBytesHandling.test_crlf_flatten) ... ok test_decoded_generator_emits_unicode_body (test.test_email.test_email.Test8BitBytesHandling.test_decoded_generator_emits_unicode_body) ... ok test_del_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_del_rfc2231_params_with_8bit) ... ok test_generator_b_encoding_linesep (test.test_email.test_email.Test8BitBytesHandling.test_generator_b_encoding_linesep) ... ok test_generator_handles_8bit (test.test_email.test_email.Test8BitBytesHandling.test_generator_handles_8bit) ... ok test_get_8bit_header (test.test_email.test_email.Test8BitBytesHandling.test_get_8bit_header) ... ok test_get_all_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_get_all_with_8bit_headers) ... ok test_get_content_type_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_content_type_with_8bit) ... ok test_get_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_params_with_8bit) ... ok test_get_payload_with_8bit_cte_header (test.test_email.test_email.Test8BitBytesHandling.test_get_payload_with_8bit_cte_header) ... ok test_get_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_get_rfc2231_params_with_8bit) ... ok test_invalid_8bit_in_non_8bit_cte_uses_replace (test.test_email.test_email.Test8BitBytesHandling.test_invalid_8bit_in_non_8bit_cte_uses_replace) ... ok test_items_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_items_with_8bit_headers) ... ok test_known_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_known_8bit_CTE) ... ok test_message_from_binary_file (test.test_email.test_email.Test8BitBytesHandling.test_message_from_binary_file) ... ok test_print_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_print_8bit_headers) ... ok test_set_rfc2231_params_with_8bit (test.test_email.test_email.Test8BitBytesHandling.test_set_rfc2231_params_with_8bit) ... ok 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) ... ok test_string_generator_reencodes_to_quopri_when_appropriate (test.test_email.test_email.Test8BitBytesHandling.test_string_generator_reencodes_to_quopri_when_appropriate) ... ok test_unknown_8bit_CTE (test.test_email.test_email.Test8BitBytesHandling.test_unknown_8bit_CTE) ... ok test_values_with_8bit_headers (test.test_email.test_email.Test8BitBytesHandling.test_values_with_8bit_headers) ... ok test_decode (test.test_email.test_email.TestBase64.test_decode) ... ok test_encode (test.test_email.test_email.TestBase64.test_encode) ... ok test_header_encode (test.test_email.test_email.TestBase64.test_header_encode) ... ok test_len (test.test_email.test_email.TestBase64.test_len) ... ok test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest) ... ok test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_MIME_digest_with_part_headers) ... ok test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_content_type) ... ok test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_dsn) ... ok test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_long_header) ... ok test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_delivery_status) ... ok test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_external_body_idempotent) ... ok test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_message_signed_idempotent) ... ok test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_mixed_with_image) ... ok test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_more_rfc2231_parameters) ... ok test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_no_parts) ... ok test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_one_part) ... ok test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_multipart_report) ... ok test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_nested_multipart_mixeds) ... ok test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_no_start_boundary) ... ok test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_text_message) ... ok test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parse_untyped_message) ... ok test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_parser) ... ok test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_preamble_epilogue) ... ok test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_rfc2231_charset) ... ok test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_simple_multipart) ... ok test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentCRLF.test_text_plain_in_a_multipart_digest) ... ok test_MIME_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest) ... ok test_MIME_digest_with_part_headers (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_MIME_digest_with_part_headers) ... ok test_content_type (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_content_type) ... ok test_dsn (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_dsn) ... ok test_long_header (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_long_header) ... ok test_message_delivery_status (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_delivery_status) ... ok test_message_external_body_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_external_body_idempotent) ... ok test_message_signed_idempotent (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_message_signed_idempotent) ... ok test_mixed_with_image (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_mixed_with_image) ... ok test_more_rfc2231_parameters (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_more_rfc2231_parameters) ... ok test_multipart_no_parts (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_no_parts) ... ok test_multipart_one_part (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_one_part) ... ok test_multipart_report (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_multipart_report) ... ok test_nested_multipart_mixeds (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_nested_multipart_mixeds) ... ok test_no_start_boundary (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_no_start_boundary) ... ok test_parse_text_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_text_message) ... ok test_parse_untyped_message (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parse_untyped_message) ... ok test_parser (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_parser) ... ok test_preamble_epilogue (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_preamble_epilogue) ... ok test_rfc2231_charset (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_rfc2231_charset) ... ok test_simple_multipart (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_simple_multipart) ... ok test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestBytesGeneratorIdempotentNL.test_text_plain_in_a_multipart_digest) ... ok test_body_encode (test.test_email.test_email.TestCharset.test_body_encode) ... ok test_codec_encodeable (test.test_email.test_email.TestCharset.test_codec_encodeable) ... ok test_unicode_charset_name (test.test_email.test_email.TestCharset.test_unicode_charset_name) ... ok test_EncodersEncode_base64 (test.test_email.test_email.TestEncoders.test_EncodersEncode_base64) ... ok test_default_cte (test.test_email.test_email.TestEncoders.test_default_cte) ... ok test_encode7or8bit (test.test_email.test_email.TestEncoders.test_encode7or8bit) ... ok test_encode_empty_payload (test.test_email.test_email.TestEncoders.test_encode_empty_payload) ... ok test_qp_encode_latin1 (test.test_email.test_email.TestEncoders.test_qp_encode_latin1) ... ok test_qp_encode_non_latin1 (test.test_email.test_email.TestEncoders.test_qp_encode_non_latin1) ... ok test_empty_header_name_handled (test.test_email.test_email.TestFeedParsers.test_empty_header_name_handled) ... ok test_long_lines (test.test_email.test_email.TestFeedParsers.test_long_lines) ... ok test_newlines (test.test_email.test_email.TestFeedParsers.test_newlines) ... ok test_dont_mangle_from (test.test_email.test_email.TestFromMangling.test_dont_mangle_from) ... ok test_mangle_from_in_preamble_and_epilog (test.test_email.test_email.TestFromMangling.test_mangle_from_in_preamble_and_epilog) ... ok test_mangled_from (test.test_email.test_email.TestFromMangling.test_mangled_from) ... ok test_mangled_from_with_bad_bytes (test.test_email.test_email.TestFromMangling.test_mangled_from_with_bad_bytes) ... ok test_multipart_with_bad_bytes_in_cte (test.test_email.test_email.TestFromMangling.test_multipart_with_bad_bytes_in_cte) ... ok test_bad_8bit_header (test.test_email.test_email.TestHeader.test_bad_8bit_header) ... ok test_base64_splittable (test.test_email.test_email.TestHeader.test_base64_splittable) ... ok test_broken_base64_header (test.test_email.test_email.TestHeader.test_broken_base64_header) ... ok test_empty_header_encode (test.test_email.test_email.TestHeader.test_empty_header_encode) ... ok test_encode_preserves_leading_ws_on_value (test.test_email.test_email.TestHeader.test_encode_preserves_leading_ws_on_value) ... ok test_encoded_adjacent_nonencoded (test.test_email.test_email.TestHeader.test_encoded_adjacent_nonencoded) ... ok test_escaped_8bit_header (test.test_email.test_email.TestHeader.test_escaped_8bit_header) ... ok test_explicit_maxlinelen (test.test_email.test_email.TestHeader.test_explicit_maxlinelen) ... ok test_flatten_header_with_no_value (test.test_email.test_email.TestHeader.test_flatten_header_with_no_value) ... ok test_header_ctor_default_args (test.test_email.test_email.TestHeader.test_header_ctor_default_args) ... ok test_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader.test_header_handles_binary_unknown8bit) ... ok test_header_needs_no_decoding (test.test_email.test_email.TestHeader.test_header_needs_no_decoding) ... ok test_long (test.test_email.test_email.TestHeader.test_long) ... ok test_make_header_handles_binary_unknown8bit (test.test_email.test_email.TestHeader.test_make_header_handles_binary_unknown8bit) ... ok test_modify_returned_list_does_not_change_header (test.test_email.test_email.TestHeader.test_modify_returned_list_does_not_change_header) ... ok test_multilingual (test.test_email.test_email.TestHeader.test_multilingual) ... ok test_quopri_splittable (test.test_email.test_email.TestHeader.test_quopri_splittable) ... ok test_shift_jis_charset (test.test_email.test_email.TestHeader.test_shift_jis_charset) ... ok test_simple (test.test_email.test_email.TestHeader.test_simple) ... ok test_simple_surprise (test.test_email.test_email.TestHeader.test_simple_surprise) ... ok test_string_charset (test.test_email.test_email.TestHeader.test_string_charset) ... ok test_us_ascii_header (test.test_email.test_email.TestHeader.test_us_ascii_header) ... ok test_utf8_shortest (test.test_email.test_email.TestHeader.test_utf8_shortest) ... ok test_whitespace_header (test.test_email.test_email.TestHeader.test_whitespace_header) ... ok test_whitespace_keeper (test.test_email.test_email.TestHeader.test_whitespace_keeper) ... ok test_HeaderRegistry (test.test_email.test_email.TestHeaderRegistry.test_HeaderRegistry) ... ok test_MIME_digest (test.test_email.test_email.TestIdempotent.test_MIME_digest) ... ok test_MIME_digest_with_part_headers (test.test_email.test_email.TestIdempotent.test_MIME_digest_with_part_headers) ... ok test_content_type (test.test_email.test_email.TestIdempotent.test_content_type) ... ok test_dsn (test.test_email.test_email.TestIdempotent.test_dsn) ... ok test_long_header (test.test_email.test_email.TestIdempotent.test_long_header) ... ok test_message_delivery_status (test.test_email.test_email.TestIdempotent.test_message_delivery_status) ... ok test_message_external_body_idempotent (test.test_email.test_email.TestIdempotent.test_message_external_body_idempotent) ... ok test_message_signed_idempotent (test.test_email.test_email.TestIdempotent.test_message_signed_idempotent) ... ok test_mixed_with_image (test.test_email.test_email.TestIdempotent.test_mixed_with_image) ... ok test_more_rfc2231_parameters (test.test_email.test_email.TestIdempotent.test_more_rfc2231_parameters) ... ok test_multipart_no_parts (test.test_email.test_email.TestIdempotent.test_multipart_no_parts) ... ok test_multipart_one_part (test.test_email.test_email.TestIdempotent.test_multipart_one_part) ... ok test_multipart_report (test.test_email.test_email.TestIdempotent.test_multipart_report) ... ok test_nested_multipart_mixeds (test.test_email.test_email.TestIdempotent.test_nested_multipart_mixeds) ... ok test_no_start_boundary (test.test_email.test_email.TestIdempotent.test_no_start_boundary) ... ok test_parse_text_message (test.test_email.test_email.TestIdempotent.test_parse_text_message) ... ok test_parse_untyped_message (test.test_email.test_email.TestIdempotent.test_parse_untyped_message) ... ok test_parser (test.test_email.test_email.TestIdempotent.test_parser) ... ok test_preamble_epilogue (test.test_email.test_email.TestIdempotent.test_preamble_epilogue) ... ok test_rfc2231_charset (test.test_email.test_email.TestIdempotent.test_rfc2231_charset) ... ok test_simple_multipart (test.test_email.test_email.TestIdempotent.test_simple_multipart) ... ok test_text_plain_in_a_multipart_digest (test.test_email.test_email.TestIdempotent.test_text_plain_in_a_multipart_digest) ... ok test_body_line_iterator (test.test_email.test_email.TestIterators.test_body_line_iterator) ... ok test_pushCR_LF (test.test_email.test_email.TestIterators.test_pushCR_LF) FeedParser BufferedSubFile.push() assumed it received complete ... ok test_push_random (test.test_email.test_email.TestIterators.test_push_random) ... ok test_typed_subpart_iterator (test.test_email.test_email.TestIterators.test_typed_subpart_iterator) ... ok test_typed_subpart_iterator_default_type (test.test_email.test_email.TestIterators.test_typed_subpart_iterator_default_type) ... ok test_another_long_almost_unsplittable_header (test.test_email.test_email.TestLongHeaders.test_another_long_almost_unsplittable_header) ... ok test_another_long_multiline_header (test.test_email.test_email.TestLongHeaders.test_another_long_multiline_header) ... ok test_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders.test_header_encode_with_different_output_charset) ... ok test_header_splitter (test.test_email.test_email.TestLongHeaders.test_header_splitter) ... ok test_last_split_chunk_does_not_fit (test.test_email.test_email.TestLongHeaders.test_last_split_chunk_does_not_fit) ... ok 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) ... ok test_long_8bit_header (test.test_email.test_email.TestLongHeaders.test_long_8bit_header) ... ok test_long_8bit_header_no_charset (test.test_email.test_email.TestLongHeaders.test_long_8bit_header_no_charset) ... ok test_long_field_name (test.test_email.test_email.TestLongHeaders.test_long_field_name) ... ok test_long_header_encode (test.test_email.test_email.TestLongHeaders.test_long_header_encode) ... ok test_long_header_encode_with_different_output_charset (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_different_output_charset) ... ok test_long_header_encode_with_tab_continuation (test.test_email.test_email.TestLongHeaders.test_long_header_encode_with_tab_continuation) ... ok 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) ... ok test_long_header_with_multiple_sequential_split_chars (test.test_email.test_email.TestLongHeaders.test_long_header_with_multiple_sequential_split_chars) ... ok test_long_header_with_whitespace_runs (test.test_email.test_email.TestLongHeaders.test_long_header_with_whitespace_runs) ... ok test_long_line_after_append (test.test_email.test_email.TestLongHeaders.test_long_line_after_append) ... ok test_long_lines_with_different_header (test.test_email.test_email.TestLongHeaders.test_long_lines_with_different_header) ... ok test_long_nonstring (test.test_email.test_email.TestLongHeaders.test_long_nonstring) ... ok test_long_received_header (test.test_email.test_email.TestLongHeaders.test_long_received_header) ... ok test_long_rfc2047_header_with_embedded_fws (test.test_email.test_email.TestLongHeaders.test_long_rfc2047_header_with_embedded_fws) ... ok test_long_run_with_semi_header_splitter (test.test_email.test_email.TestLongHeaders.test_long_run_with_semi_header_splitter) ... ok test_long_to_header (test.test_email.test_email.TestLongHeaders.test_long_to_header) ... ok test_long_unbreakable_lines_with_continuation (test.test_email.test_email.TestLongHeaders.test_long_unbreakable_lines_with_continuation) ... ok 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) ... ok 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) ... ok test_multiple_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_multiple_splittable_leading_char_followed_by_overlong_unsplittable) ... ok test_no_semis_header_splitter (test.test_email.test_email.TestLongHeaders.test_no_semis_header_splitter) ... ok test_no_split_long_header (test.test_email.test_email.TestLongHeaders.test_no_split_long_header) ... ok test_overlong_last_part_followed_by_split_point (test.test_email.test_email.TestLongHeaders.test_overlong_last_part_followed_by_split_point) ... ok test_shorter_line_with_append (test.test_email.test_email.TestLongHeaders.test_shorter_line_with_append) ... ok test_split_long_continuation (test.test_email.test_email.TestLongHeaders.test_split_long_continuation) ... ok test_splittable_leading_char_followed_by_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_splittable_leading_char_followed_by_overlong_unsplittable) ... ok test_splitter_split_on_punctuation_only_if_fws (test.test_email.test_email.TestLongHeaders.test_splitter_split_on_punctuation_only_if_fws) ... ok 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) ... ok test_splitting_first_line_only_is_long (test.test_email.test_email.TestLongHeaders.test_splitting_first_line_only_is_long) ... ok test_splitting_multiple_long_lines (test.test_email.test_email.TestLongHeaders.test_splitting_multiple_long_lines) ... ok test_string_headerinst_eq (test.test_email.test_email.TestLongHeaders.test_string_headerinst_eq) ... ok test_trailing_splittable_on_overlong_unsplittable (test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable) ... ok test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable (test.test_email.test_email.TestLongHeaders.test_trailing_splittable_on_overlong_unsplittable_with_leading_splittable) ... ok test_binary_body_with_encode_7or8bit (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_7or8bit) ... ok test_binary_body_with_encode_base64 (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_base64) ... ok test_binary_body_with_encode_noop (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_noop) ... ok test_binary_body_with_encode_quopri (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_encode_quopri) ... ok test_binary_body_with_unicode_linend_encode_noop (test.test_email.test_email.TestMIMEApplication.test_binary_body_with_unicode_linend_encode_noop) ... ok test_body (test.test_email.test_email.TestMIMEApplication.test_body) ... ok test_headers (test.test_email.test_email.TestMIMEApplication.test_headers) ... ok test_add_header (test.test_email.test_email.TestMIMEAudio.test_add_header) ... ok test_checkSetMinor (test.test_email.test_email.TestMIMEAudio.test_checkSetMinor) ... ok test_encoding (test.test_email.test_email.TestMIMEAudio.test_encoding) ... ok test_guess_minor_type (test.test_email.test_email.TestMIMEAudio.test_guess_minor_type) ... ok test_add_header (test.test_email.test_email.TestMIMEImage.test_add_header) ... ok test_checkSetMinor (test.test_email.test_email.TestMIMEImage.test_checkSetMinor) ... ok test_encoding (test.test_email.test_email.TestMIMEImage.test_encoding) ... ok test_guess_minor_type (test.test_email.test_email.TestMIMEImage.test_guess_minor_type) ... ok test_bad_multipart (test.test_email.test_email.TestMIMEMessage.test_bad_multipart) ... ok test_default_multipart_constructor (test.test_email.test_email.TestMIMEMessage.test_default_multipart_constructor) ... ok test_default_type (test.test_email.test_email.TestMIMEMessage.test_default_type) ... ok test_default_type_non_parsed (test.test_email.test_email.TestMIMEMessage.test_default_type_non_parsed) ... ok test_default_type_with_explicit_container_type (test.test_email.test_email.TestMIMEMessage.test_default_type_with_explicit_container_type) ... ok test_dsn (test.test_email.test_email.TestMIMEMessage.test_dsn) ... ok test_epilogue (test.test_email.test_email.TestMIMEMessage.test_epilogue) ... ok test_generate (test.test_email.test_email.TestMIMEMessage.test_generate) ... ok test_mime_attachments_in_constructor (test.test_email.test_email.TestMIMEMessage.test_mime_attachments_in_constructor) ... ok test_multipart_custom_policy (test.test_email.test_email.TestMIMEMessage.test_multipart_custom_policy) ... ok test_multipart_default_policy (test.test_email.test_email.TestMIMEMessage.test_multipart_default_policy) ... ok test_no_nl_preamble (test.test_email.test_email.TestMIMEMessage.test_no_nl_preamble) ... ok test_parse_message_rfc822 (test.test_email.test_email.TestMIMEMessage.test_parse_message_rfc822) ... ok test_type_error (test.test_email.test_email.TestMIMEMessage.test_type_error) ... ok test_valid_argument (test.test_email.test_email.TestMIMEMessage.test_valid_argument) ... ok test_7bit_input (test.test_email.test_email.TestMIMEText.test_7bit_input) ... ok test_7bit_input_no_charset (test.test_email.test_email.TestMIMEText.test_7bit_input_no_charset) ... ok test_charset (test.test_email.test_email.TestMIMEText.test_charset) ... ok test_payload (test.test_email.test_email.TestMIMEText.test_payload) ... ok test_types (test.test_email.test_email.TestMIMEText.test_types) ... ok test_utf8_input (test.test_email.test_email.TestMIMEText.test_utf8_input) ... ok test_utf8_input_no_charset (test.test_email.test_email.TestMIMEText.test_utf8_input_no_charset) ... skipped "can't fix because of backward compat in email5, will fix in email6" test__contains__ (test.test_email.test_email.TestMessageAPI.test__contains__) ... ok test_add_header_with_name_only_param (test.test_email.test_email.TestMessageAPI.test_add_header_with_name_only_param) ... ok test_add_header_with_no_value (test.test_email.test_email.TestMessageAPI.test_add_header_with_no_value) ... ok test_as_bytes (test.test_email.test_email.TestMessageAPI.test_as_bytes) ... ok test_as_bytes_policy (test.test_email.test_email.TestMessageAPI.test_as_bytes_policy) ... ok test_as_string (test.test_email.test_email.TestMessageAPI.test_as_string) ... ok test_as_string_policy (test.test_email.test_email.TestMessageAPI.test_as_string_policy) ... ok test_ascii_add_header (test.test_email.test_email.TestMessageAPI.test_ascii_add_header) ... ok test_ascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI.test_ascii_add_header_with_tspecial) ... ok test_attach_when_payload_is_string (test.test_email.test_email.TestMessageAPI.test_attach_when_payload_is_string) ... ok test_bad_param (test.test_email.test_email.TestMessageAPI.test_bad_param) ... ok test_binary_base64_payload (test.test_email.test_email.TestMessageAPI.test_binary_base64_payload) ... ok test_binary_quopri_payload (test.test_email.test_email.TestMessageAPI.test_binary_quopri_payload) ... ok test_binary_uuencode_payload (test.test_email.test_email.TestMessageAPI.test_binary_uuencode_payload) ... ok test_bogus_filename (test.test_email.test_email.TestMessageAPI.test_bogus_filename) ... ok test_broken_base64_payload (test.test_email.test_email.TestMessageAPI.test_broken_base64_payload) ... ok test_broken_unicode_payload (test.test_email.test_email.TestMessageAPI.test_broken_unicode_payload) ... ok test_byte_message_rfc822_only (test.test_email.test_email.TestMessageAPI.test_byte_message_rfc822_only) ... ok test_decoded_generator (test.test_email.test_email.TestMessageAPI.test_decoded_generator) ... ok test_del_nonexistent_param (test.test_email.test_email.TestMessageAPI.test_del_nonexistent_param) ... ok test_del_param (test.test_email.test_email.TestMessageAPI.test_del_param) ... ok test_del_param_on_nonexistent_header (test.test_email.test_email.TestMessageAPI.test_del_param_on_nonexistent_header) ... ok test_del_param_on_other_header (test.test_email.test_email.TestMessageAPI.test_del_param_on_other_header) ... ok test_embedded_header_via_Header_rejected (test.test_email.test_email.TestMessageAPI.test_embedded_header_via_Header_rejected) ... ok test_embedded_header_via_string_rejected (test.test_email.test_email.TestMessageAPI.test_embedded_header_via_string_rejected) ... ok test_field_containment (test.test_email.test_email.TestMessageAPI.test_field_containment) ... ok test_get_all (test.test_email.test_email.TestMessageAPI.test_get_all) ... ok test_get_boundary (test.test_email.test_email.TestMessageAPI.test_get_boundary) ... ok test_get_charsets (test.test_email.test_email.TestMessageAPI.test_get_charsets) ... ok test_get_content_disposition (test.test_email.test_email.TestMessageAPI.test_get_content_disposition) ... ok test_get_content_maintype_error (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_error) ... ok test_get_content_maintype_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_explicit) ... ok test_get_content_maintype_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_implicit) ... ok test_get_content_maintype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_explicit) ... ok test_get_content_maintype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_from_message_text_plain_implicit) ... ok test_get_content_maintype_missing (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing) ... ok test_get_content_maintype_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_maintype_missing_with_default_type) ... ok test_get_content_subtype_error (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_error) ... ok test_get_content_subtype_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_explicit) ... ok test_get_content_subtype_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_implicit) ... ok test_get_content_subtype_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_explicit) ... ok test_get_content_subtype_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_from_message_text_plain_implicit) ... ok test_get_content_subtype_missing (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing) ... ok test_get_content_subtype_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_subtype_missing_with_default_type) ... ok test_get_content_type_from_message_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_explicit) ... ok test_get_content_type_from_message_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_implicit) ... ok test_get_content_type_from_message_text_plain_explicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_explicit) ... ok test_get_content_type_from_message_text_plain_implicit (test.test_email.test_email.TestMessageAPI.test_get_content_type_from_message_text_plain_implicit) ... ok test_get_content_type_missing (test.test_email.test_email.TestMessageAPI.test_get_content_type_missing) ... ok test_get_content_type_missing_with_default_type (test.test_email.test_email.TestMessageAPI.test_get_content_type_missing_with_default_type) ... ok test_get_decoded_payload (test.test_email.test_email.TestMessageAPI.test_get_decoded_payload) ... ok test_get_decoded_uu_payload (test.test_email.test_email.TestMessageAPI.test_get_decoded_uu_payload) ... ok test_get_filename (test.test_email.test_email.TestMessageAPI.test_get_filename) ... ok test_get_filename_with_name_parameter (test.test_email.test_email.TestMessageAPI.test_get_filename_with_name_parameter) ... ok test_get_param (test.test_email.test_email.TestMessageAPI.test_get_param) ... ok test_get_param_funky_continuation_lines (test.test_email.test_email.TestMessageAPI.test_get_param_funky_continuation_lines) ... ok test_get_param_liberal (test.test_email.test_email.TestMessageAPI.test_get_param_liberal) ... ok test_get_param_with_quotes (test.test_email.test_email.TestMessageAPI.test_get_param_with_quotes) ... ok test_get_param_with_semis_in_quotes (test.test_email.test_email.TestMessageAPI.test_get_param_with_semis_in_quotes) ... ok test_get_params (test.test_email.test_email.TestMessageAPI.test_get_params) ... ok test_get_payload_n_raises_on_non_multipart (test.test_email.test_email.TestMessageAPI.test_get_payload_n_raises_on_non_multipart) ... ok test_getset_charset (test.test_email.test_email.TestMessageAPI.test_getset_charset) ... ok test_make_boundary (test.test_email.test_email.TestMessageAPI.test_make_boundary) ... ok test_message_rfc822_only (test.test_email.test_email.TestMessageAPI.test_message_rfc822_only) ... ok test_missing_boundary (test.test_email.test_email.TestMessageAPI.test_missing_boundary) ... ok test_missing_filename (test.test_email.test_email.TestMessageAPI.test_missing_filename) ... ok test_noascii_add_header (test.test_email.test_email.TestMessageAPI.test_noascii_add_header) ... ok test_nonascii_add_header_via_triple (test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_via_triple) ... ok test_nonascii_add_header_with_tspecial (test.test_email.test_email.TestMessageAPI.test_nonascii_add_header_with_tspecial) ... ok test_nonascii_as_string_without_content_type_and_cte (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_content_type_and_cte) ... ok test_nonascii_as_string_without_cte (test.test_email.test_email.TestMessageAPI.test_nonascii_as_string_without_cte) ... ok test_questionable_bytes_payload (test.test_email.test_email.TestMessageAPI.test_questionable_bytes_payload) ... ok test_replace_header (test.test_email.test_email.TestMessageAPI.test_replace_header) ... ok test_set_boundary (test.test_email.test_email.TestMessageAPI.test_set_boundary) ... ok test_set_charset_from_string (test.test_email.test_email.TestMessageAPI.test_set_charset_from_string) ... ok test_set_param (test.test_email.test_email.TestMessageAPI.test_set_param) ... ok test_set_payload_to_list (test.test_email.test_email.TestMessageAPI.test_set_payload_to_list) ... ok test_set_payload_with_8bit_data_and_charset (test.test_email.test_email.TestMessageAPI.test_set_payload_with_8bit_data_and_charset) ... ok 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) ... ok test_set_payload_with_charset (test.test_email.test_email.TestMessageAPI.test_set_payload_with_charset) ... ok 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) ... ok test_set_type (test.test_email.test_email.TestMessageAPI.test_set_type) ... ok test_set_type_on_other_header (test.test_email.test_email.TestMessageAPI.test_set_type_on_other_header) ... ok test_unicode_body_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI.test_unicode_body_defaults_to_utf8_encoding) ... ok test_unicode_header_defaults_to_utf8_encoding (test.test_email.test_email.TestMessageAPI.test_unicode_header_defaults_to_utf8_encoding) ... ok test_BytesGenerator_linend (test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend) ... ok test_BytesGenerator_linend_with_non_ascii (test.test_email.test_email.TestMiscellaneous.test_BytesGenerator_linend_with_non_ascii) ... ok test_Generator_linend (test.test_email.test_email.TestMiscellaneous.test_Generator_linend) ... ok test__all__ (test.test_email.test_email.TestMiscellaneous.test__all__) ... ok test_accepts_any_charset_like_object (test.test_email.test_email.TestMiscellaneous.test_accepts_any_charset_like_object) ... ok test_charset_richcomparisons (test.test_email.test_email.TestMiscellaneous.test_charset_richcomparisons) ... ok test_charsets_case_insensitive (test.test_email.test_email.TestMiscellaneous.test_charsets_case_insensitive) ... ok test_custom_message_does_not_require_arguments (test.test_email.test_email.TestMiscellaneous.test_custom_message_does_not_require_arguments) ... ok test_escape_backslashes (test.test_email.test_email.TestMiscellaneous.test_escape_backslashes) ... ok test_escape_dump (test.test_email.test_email.TestMiscellaneous.test_escape_dump) ... ok test_formataddr_does_not_quote_parens_in_quoted_string (test.test_email.test_email.TestMiscellaneous.test_formataddr_does_not_quote_parens_in_quoted_string) ... ok test_formatdate (test.test_email.test_email.TestMiscellaneous.test_formatdate) ... ok test_formatdate_localtime (test.test_email.test_email.TestMiscellaneous.test_formatdate_localtime) ... ok test_formatdate_usegmt (test.test_email.test_email.TestMiscellaneous.test_formatdate_usegmt) ... ok test_get_body_encoding_with_bogus_charset (test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_bogus_charset) ... ok test_get_body_encoding_with_uppercase_charset (test.test_email.test_email.TestMiscellaneous.test_get_body_encoding_with_uppercase_charset) ... ok test_getaddresses (test.test_email.test_email.TestMiscellaneous.test_getaddresses) ... ok test_getaddresses_embedded_comment (test.test_email.test_email.TestMiscellaneous.test_getaddresses_embedded_comment) Test proper handling of a nested comment ... ok test_getaddresses_header_obj (test.test_email.test_email.TestMiscellaneous.test_getaddresses_header_obj) Test the handling of a Header object. ... ok test_getaddresses_nasty (test.test_email.test_email.TestMiscellaneous.test_getaddresses_nasty) ... ok test_invalid_charset_like_object_raises_error (test.test_email.test_email.TestMiscellaneous.test_invalid_charset_like_object_raises_error) ... ok test_make_msgid_collisions (test.test_email.test_email.TestMiscellaneous.test_make_msgid_collisions) ... ok test_make_msgid_default_domain (test.test_email.test_email.TestMiscellaneous.test_make_msgid_default_domain) ... ok test_make_msgid_domain (test.test_email.test_email.TestMiscellaneous.test_make_msgid_domain) ... ok test_make_msgid_idstring (test.test_email.test_email.TestMiscellaneous.test_make_msgid_idstring) ... ok test_message_from_file (test.test_email.test_email.TestMiscellaneous.test_message_from_file) ... ok test_message_from_file_with_class (test.test_email.test_email.TestMiscellaneous.test_message_from_file_with_class) ... ok test_message_from_string (test.test_email.test_email.TestMiscellaneous.test_message_from_string) ... ok test_message_from_string_with_class (test.test_email.test_email.TestMiscellaneous.test_message_from_string_with_class) ... ok test_mime_classes_policy_argument (test.test_email.test_email.TestMiscellaneous.test_mime_classes_policy_argument) ... ok test_mktime_tz (test.test_email.test_email.TestMiscellaneous.test_mktime_tz) ... ok test_multiline_from_comment (test.test_email.test_email.TestMiscellaneous.test_multiline_from_comment) ... ok test_name_with_dot (test.test_email.test_email.TestMiscellaneous.test_name_with_dot) ... ok test_noquote_dump (test.test_email.test_email.TestMiscellaneous.test_noquote_dump) ... ok test_parseaddr_empty (test.test_email.test_email.TestMiscellaneous.test_parseaddr_empty) ... ok test_parseaddr_multiple_domains (test.test_email.test_email.TestMiscellaneous.test_parseaddr_multiple_domains) ... ok test_parseaddr_preserves_quoted_pairs_in_addresses (test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_quoted_pairs_in_addresses) ... ok test_parseaddr_preserves_spaces_in_local_part (test.test_email.test_email.TestMiscellaneous.test_parseaddr_preserves_spaces_in_local_part) ... ok test_parsedate_acceptable_to_time_functions (test.test_email.test_email.TestMiscellaneous.test_parsedate_acceptable_to_time_functions) ... ok test_parsedate_accepts_time_with_dots (test.test_email.test_email.TestMiscellaneous.test_parsedate_accepts_time_with_dots) ... ok test_parsedate_compact (test.test_email.test_email.TestMiscellaneous.test_parsedate_compact) ... ok test_parsedate_dot_time_delimiter (test.test_email.test_email.TestMiscellaneous.test_parsedate_dot_time_delimiter) ... ok test_parsedate_no_dayofweek (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_dayofweek) ... ok test_parsedate_no_seconds (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_seconds) ... ok test_parsedate_no_space_before_negative_offset (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_negative_offset) ... ok test_parsedate_no_space_before_positive_offset (test.test_email.test_email.TestMiscellaneous.test_parsedate_no_space_before_positive_offset) ... ok test_parsedate_returns_None_for_invalid_strings (test.test_email.test_email.TestMiscellaneous.test_parsedate_returns_None_for_invalid_strings) ... ok test_parsedate_rfc_850 (test.test_email.test_email.TestMiscellaneous.test_parsedate_rfc_850) ... ok test_parsedate_y2k (test.test_email.test_email.TestMiscellaneous.test_parsedate_y2k) Test for parsing a date with a two-digit year. ... ok test_partial_falls_inside_message_delivery_status (test.test_email.test_email.TestMiscellaneous.test_partial_falls_inside_message_delivery_status) ... ok test_quote_dump (test.test_email.test_email.TestMiscellaneous.test_quote_dump) ... ok test_quotes_unicode_names (test.test_email.test_email.TestMiscellaneous.test_quotes_unicode_names) ... ok test_unicode_address_raises_error (test.test_email.test_email.TestMiscellaneous.test_unicode_address_raises_error) ... ok test_utils_quote_unquote (test.test_email.test_email.TestMiscellaneous.test_utils_quote_unquote) ... ok test_boundary_in_non_multipart (test.test_email.test_email.TestMultipart.test_boundary_in_non_multipart) ... ok test_boundary_with_leading_space (test.test_email.test_email.TestMultipart.test_boundary_with_leading_space) ... ok test_boundary_without_trailing_newline (test.test_email.test_email.TestMultipart.test_boundary_without_trailing_newline) ... ok test_double_boundary (test.test_email.test_email.TestMultipart.test_double_boundary) ... ok test_empty_multipart_idempotent (test.test_email.test_email.TestMultipart.test_empty_multipart_idempotent) ... ok test_hierarchy (test.test_email.test_email.TestMultipart.test_hierarchy) ... ok test_message_external_body (test.test_email.test_email.TestMultipart.test_message_external_body) ... ok test_mimebase_custom_policy (test.test_email.test_email.TestMultipart.test_mimebase_custom_policy) ... ok test_mimebase_default_policy (test.test_email.test_email.TestMultipart.test_mimebase_default_policy) ... ok test_nested_inner_contains_outer_boundary (test.test_email.test_email.TestMultipart.test_nested_inner_contains_outer_boundary) ... ok test_nested_with_same_boundary (test.test_email.test_email.TestMultipart.test_nested_with_same_boundary) ... ok test_no_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_empty_epilogue) ... ok test_no_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart.test_no_parts_in_a_multipart_with_none_epilogue) ... ok test_one_part_in_a_multipart (test.test_email.test_email.TestMultipart.test_one_part_in_a_multipart) ... ok test_seq_parts_in_a_multipart_with_empty_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_epilogue) ... ok test_seq_parts_in_a_multipart_with_empty_preamble (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_empty_preamble) ... ok test_seq_parts_in_a_multipart_with_nl_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_nl_epilogue) ... ok test_seq_parts_in_a_multipart_with_none_epilogue (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_epilogue) ... ok test_seq_parts_in_a_multipart_with_none_preamble (test.test_email.test_email.TestMultipart.test_seq_parts_in_a_multipart_with_none_preamble) ... ok test_first_line_is_continuation_header (test.test_email.test_email.TestNonConformant.test_first_line_is_continuation_header) ... ok test_invalid_content_type (test.test_email.test_email.TestNonConformant.test_invalid_content_type) ... ok test_lying_multipart (test.test_email.test_email.TestNonConformant.test_lying_multipart) ... ok test_missing_header_body_separator (test.test_email.test_email.TestNonConformant.test_missing_header_body_separator) ... ok test_missing_start_boundary (test.test_email.test_email.TestNonConformant.test_missing_start_boundary) ... ok test_multipart_invalid_cte (test.test_email.test_email.TestNonConformant.test_multipart_invalid_cte) ... ok test_multipart_no_boundary (test.test_email.test_email.TestNonConformant.test_multipart_no_boundary) ... ok test_multipart_no_cte_no_defect (test.test_email.test_email.TestNonConformant.test_multipart_no_cte_no_defect) ... ok test_multipart_valid_cte_no_defect (test.test_email.test_email.TestNonConformant.test_multipart_valid_cte_no_defect) ... ok test_no_separating_blank_line (test.test_email.test_email.TestNonConformant.test_no_separating_blank_line) ... ok test_no_start_boundary (test.test_email.test_email.TestNonConformant.test_no_start_boundary) ... ok test_parse_missing_minor_type (test.test_email.test_email.TestNonConformant.test_parse_missing_minor_type) ... ok test_same_boundary_inner_outer (test.test_email.test_email.TestNonConformant.test_same_boundary_inner_outer) ... ok test_attach_raises_exception (test.test_email.test_email.TestNonMultipart.test_attach_raises_exception) ... ok test_nonmultipart_is_not_multipart (test.test_email.test_email.TestNonMultipart.test_nonmultipart_is_not_multipart) ... ok test_CRLFLF_at_end_of_part (test.test_email.test_email.TestParsers.test_CRLFLF_at_end_of_part) ... ok test_bytes_header_parser (test.test_email.test_email.TestParsers.test_bytes_header_parser) ... ok test_bytes_parser_does_not_close_file (test.test_email.test_email.TestParsers.test_bytes_parser_does_not_close_file) ... ok test_bytes_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers.test_bytes_parser_on_exception_does_not_close_file) ... ok test_crlf_flatten (test.test_email.test_email.TestParsers.test_crlf_flatten) ... ok test_crlf_separation (test.test_email.test_email.TestParsers.test_crlf_separation) ... ok test_header_parser (test.test_email.test_email.TestParsers.test_header_parser) ... ok test_header_parser_multipart_is_valid (test.test_email.test_email.TestParsers.test_header_parser_multipart_is_valid) ... ok test_multipart_digest_with_extra_mime_headers (test.test_email.test_email.TestParsers.test_multipart_digest_with_extra_mime_headers) ... ok test_parser_does_not_close_file (test.test_email.test_email.TestParsers.test_parser_does_not_close_file) ... ok test_parser_on_exception_does_not_close_file (test.test_email.test_email.TestParsers.test_parser_on_exception_does_not_close_file) ... ok test_rfc2822_header_syntax (test.test_email.test_email.TestParsers.test_rfc2822_header_syntax) ... ok test_rfc2822_one_character_header (test.test_email.test_email.TestParsers.test_rfc2822_one_character_header) ... ok test_rfc2822_space_not_allowed_in_header (test.test_email.test_email.TestParsers.test_rfc2822_space_not_allowed_in_header) ... ok test_strip_line_feed_and_carriage_return_in_headers (test.test_email.test_email.TestParsers.test_strip_line_feed_and_carriage_return_in_headers) ... ok test_three_lines (test.test_email.test_email.TestParsers.test_three_lines) ... ok test_whitespace_continuation (test.test_email.test_email.TestParsers.test_whitespace_continuation) ... ok test_whitespace_continuation_last_header (test.test_email.test_email.TestParsers.test_whitespace_continuation_last_header) ... ok test_body_quopri_len (test.test_email.test_email.TestQuopri.test_body_quopri_len) ... ok test_decode_false_quoting (test.test_email.test_email.TestQuopri.test_decode_false_quoting) ... ok test_decode_lowercase_quoting (test.test_email.test_email.TestQuopri.test_decode_lowercase_quoting) ... ok test_decode_multiple_spaces (test.test_email.test_email.TestQuopri.test_decode_multiple_spaces) ... ok test_decode_null_line_null_word (test.test_email.test_email.TestQuopri.test_decode_null_line_null_word) ... ok test_decode_null_word (test.test_email.test_email.TestQuopri.test_decode_null_word) ... ok test_decode_one_line (test.test_email.test_email.TestQuopri.test_decode_one_line) ... ok test_decode_one_line_cr (test.test_email.test_email.TestQuopri.test_decode_one_line_cr) ... ok test_decode_one_line_crnl (test.test_email.test_email.TestQuopri.test_decode_one_line_crnl) ... ok test_decode_one_line_lf (test.test_email.test_email.TestQuopri.test_decode_one_line_lf) ... ok test_decode_one_line_nl (test.test_email.test_email.TestQuopri.test_decode_one_line_nl) ... ok test_decode_one_line_one_word (test.test_email.test_email.TestQuopri.test_decode_one_line_one_word) ... ok test_decode_one_line_one_word_eol (test.test_email.test_email.TestQuopri.test_decode_one_line_one_word_eol) ... ok test_decode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri.test_decode_one_line_trailing_spaces) ... ok test_decode_one_long_line (test.test_email.test_email.TestQuopri.test_decode_one_long_line) ... ok test_decode_one_space (test.test_email.test_email.TestQuopri.test_decode_one_space) ... ok test_decode_one_word (test.test_email.test_email.TestQuopri.test_decode_one_word) ... ok test_decode_one_word_eol (test.test_email.test_email.TestQuopri.test_decode_one_word_eol) ... ok test_decode_quoted_word (test.test_email.test_email.TestQuopri.test_decode_quoted_word) ... ok test_decode_soft_line_break (test.test_email.test_email.TestQuopri.test_decode_soft_line_break) ... ok test_decode_two_lines (test.test_email.test_email.TestQuopri.test_decode_two_lines) ... ok test_decode_two_lines_eol (test.test_email.test_email.TestQuopri.test_decode_two_lines_eol) ... ok test_decode_two_lines_trailing_spaces (test.test_email.test_email.TestQuopri.test_decode_two_lines_trailing_spaces) ... ok test_decode_uppercase_quoting (test.test_email.test_email.TestQuopri.test_decode_uppercase_quoting) ... ok test_encode (test.test_email.test_email.TestQuopri.test_encode) ... ok test_encode_maxlinelen_too_small (test.test_email.test_email.TestQuopri.test_encode_maxlinelen_too_small) ... ok test_encode_null (test.test_email.test_email.TestQuopri.test_encode_null) ... ok test_encode_null_lines (test.test_email.test_email.TestQuopri.test_encode_null_lines) ... ok test_encode_one_line (test.test_email.test_email.TestQuopri.test_encode_one_line) ... ok test_encode_one_line_crlf (test.test_email.test_email.TestQuopri.test_encode_one_line_crlf) ... ok test_encode_one_line_eol (test.test_email.test_email.TestQuopri.test_encode_one_line_eol) ... ok test_encode_one_line_eol_after_non_ascii (test.test_email.test_email.TestQuopri.test_encode_one_line_eol_after_non_ascii) ... ok test_encode_one_line_one_space (test.test_email.test_email.TestQuopri.test_encode_one_line_one_space) ... ok test_encode_one_line_trailing_spaces (test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_spaces) ... ok test_encode_one_line_trailing_tab (test.test_email.test_email.TestQuopri.test_encode_one_line_trailing_tab) ... ok test_encode_one_long_line (test.test_email.test_email.TestQuopri.test_encode_one_long_line) ... ok test_encode_one_long_string (test.test_email.test_email.TestQuopri.test_encode_one_long_string) ... ok test_encode_one_space (test.test_email.test_email.TestQuopri.test_encode_one_space) ... ok test_encode_one_very_long_line (test.test_email.test_email.TestQuopri.test_encode_one_very_long_line) ... ok test_encode_one_word_trailing_spaces (test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_spaces) ... ok test_encode_one_word_trailing_tab (test.test_email.test_email.TestQuopri.test_encode_one_word_trailing_tab) ... ok test_encode_quoted_equals (test.test_email.test_email.TestQuopri.test_encode_quoted_equals) ... ok test_encode_shortest_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_shortest_maxlinelen) ... ok test_encode_trailing_space_at_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_at_maxlinelen) ... ok test_encode_trailing_space_before_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_before_maxlinelen) ... ok test_encode_trailing_space_beyond_maxlinelen (test.test_email.test_email.TestQuopri.test_encode_trailing_space_beyond_maxlinelen) ... ok test_encode_two_lines_one_space (test.test_email.test_email.TestQuopri.test_encode_two_lines_one_space) ... ok test_encode_whitespace_lines (test.test_email.test_email.TestQuopri.test_encode_whitespace_lines) ... ok test_header_decode_non_ascii (test.test_email.test_email.TestQuopri.test_header_decode_non_ascii) ... ok test_header_decode_null (test.test_email.test_email.TestQuopri.test_header_decode_null) ... ok test_header_decode_one_word (test.test_email.test_email.TestQuopri.test_header_decode_one_word) ... ok test_header_decode_re_bug_18380 (test.test_email.test_email.TestQuopri.test_header_decode_re_bug_18380) ... ok test_header_decode_two_lines (test.test_email.test_email.TestQuopri.test_header_decode_two_lines) ... ok test_header_encode_alt_charset (test.test_email.test_email.TestQuopri.test_header_encode_alt_charset) ... ok test_header_encode_non_ascii (test.test_email.test_email.TestQuopri.test_header_encode_non_ascii) ... ok test_header_encode_null (test.test_email.test_email.TestQuopri.test_header_encode_null) ... ok test_header_encode_one_word (test.test_email.test_email.TestQuopri.test_header_encode_one_word) ... ok test_header_encode_two_lines (test.test_email.test_email.TestQuopri.test_header_encode_two_lines) ... ok test_header_quopri_len (test.test_email.test_email.TestQuopri.test_header_quopri_len) ... ok test_quopri_body_check (test.test_email.test_email.TestQuopri.test_quopri_body_check) ... ok test_quopri_header_check (test.test_email.test_email.TestQuopri.test_quopri_header_check) ... ok test_quote_unquote_idempotent (test.test_email.test_email.TestQuopri.test_quote_unquote_idempotent) ... ok test_multiline_header (test.test_email.test_email.TestRFC2047.test_multiline_header) ... ok test_rfc2047_B_bad_padding (test.test_email.test_email.TestRFC2047.test_rfc2047_B_bad_padding) ... ok test_rfc2047_Q_invalid_digits (test.test_email.test_email.TestRFC2047.test_rfc2047_Q_invalid_digits) ... ok test_rfc2047_missing_whitespace (test.test_email.test_email.TestRFC2047.test_rfc2047_missing_whitespace) ... ok test_rfc2047_multiline (test.test_email.test_email.TestRFC2047.test_rfc2047_multiline) ... ok test_rfc2047_rfc2047_1 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_1) ... ok test_rfc2047_rfc2047_2 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_2) ... ok test_rfc2047_rfc2047_3 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_3) ... ok test_rfc2047_rfc2047_4 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_4) ... ok test_rfc2047_rfc2047_5a (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5a) ... ok test_rfc2047_rfc2047_5b (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_5b) ... ok test_rfc2047_rfc2047_6 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_6) ... ok test_rfc2047_rfc2047_7 (test.test_email.test_email.TestRFC2047.test_rfc2047_rfc2047_7) ... ok test_rfc2047_with_whitespace (test.test_email.test_email.TestRFC2047.test_rfc2047_with_whitespace) ... ok test_whitespace_keeper_unicode (test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode) ... ok test_whitespace_keeper_unicode_2 (test.test_email.test_email.TestRFC2047.test_whitespace_keeper_unicode_2) ... ok test_del_param (test.test_email.test_email.TestRFC2231.test_del_param) ... ok test_get_param (test.test_email.test_email.TestRFC2231.test_get_param) ... ok test_rfc2231_bad_character_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_charset) ... ok test_rfc2231_bad_character_in_encoding (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_encoding) ... ok test_rfc2231_bad_character_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_character_in_filename) ... ok test_rfc2231_bad_encoding_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_charset) ... ok test_rfc2231_bad_encoding_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_bad_encoding_in_filename) ... ok test_rfc2231_encoded_then_unencoded_segments (test.test_email.test_email.TestRFC2231.test_rfc2231_encoded_then_unencoded_segments) ... ok test_rfc2231_get_content_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_get_content_charset) ... ok test_rfc2231_missing_tick (test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick) ... ok test_rfc2231_missing_tick_with_encoded_non_ascii (test.test_email.test_email.TestRFC2231.test_rfc2231_missing_tick_with_encoded_non_ascii) ... ok test_rfc2231_no_extended_values (test.test_email.test_email.TestRFC2231.test_rfc2231_no_extended_values) ... ok test_rfc2231_no_language_or_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset) ... ok test_rfc2231_no_language_or_charset_in_boundary (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_boundary) ... ok test_rfc2231_no_language_or_charset_in_charset (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_charset) ... ok test_rfc2231_no_language_or_charset_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename) ... ok test_rfc2231_no_language_or_charset_in_filename_encoded (test.test_email.test_email.TestRFC2231.test_rfc2231_no_language_or_charset_in_filename_encoded) ... ok test_rfc2231_parse_extra_quoting (test.test_email.test_email.TestRFC2231.test_rfc2231_parse_extra_quoting) ... ok test_rfc2231_parse_rfc_quoting (test.test_email.test_email.TestRFC2231.test_rfc2231_parse_rfc_quoting) ... ok test_rfc2231_partly_encoded (test.test_email.test_email.TestRFC2231.test_rfc2231_partly_encoded) ... ok test_rfc2231_partly_nonencoded (test.test_email.test_email.TestRFC2231.test_rfc2231_partly_nonencoded) ... ok test_rfc2231_single_tick_in_filename (test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename) ... ok test_rfc2231_single_tick_in_filename_extended (test.test_email.test_email.TestRFC2231.test_rfc2231_single_tick_in_filename_extended) ... ok test_rfc2231_tick_attack (test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack) ... ok test_rfc2231_tick_attack_extended (test.test_email.test_email.TestRFC2231.test_rfc2231_tick_attack_extended) ... ok test_rfc2231_unencoded_then_encoded_segments (test.test_email.test_email.TestRFC2231.test_rfc2231_unencoded_then_encoded_segments) ... ok test_rfc2231_unknown_encoding (test.test_email.test_email.TestRFC2231.test_rfc2231_unknown_encoding) ... ok test_set_param (test.test_email.test_email.TestRFC2231.test_set_param) ... ok test_set_param_requote (test.test_email.test_email.TestRFC2231.test_set_param_requote) ... ok test_should_not_hang_on_invalid_ew_messages (test.test_email.test_email.TestRFC2231.test_should_not_hang_on_invalid_ew_messages) ... ok test_long_headers_as_string (test.test_email.test_email.TestSigned.test_long_headers_as_string) ... ok test_long_headers_as_string_maxheaderlen (test.test_email.test_email.TestSigned.test_long_headers_as_string_maxheaderlen) ... ok test_long_headers_flatten (test.test_email.test_email.TestSigned.test_long_headers_flatten) ... ok 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) ... ok test_crlf_control_via_policy (test.test_email.test_generator.TestBytesGenerator.test_crlf_control_via_policy) ... ok test_cte_type_7bit_handles_unknown_8bit (test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_handles_unknown_8bit) ... ok test_cte_type_7bit_transforms_8bit_cte (test.test_email.test_generator.TestBytesGenerator.test_cte_type_7bit_transforms_8bit_cte) ... ok test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestBytesGenerator.test_flatten_linesep_overrides_policy) ... ok test_max_line_length_policy_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_0) ... ok test_max_line_length_policy_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_100) ... ok test_max_line_length_policy_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_20) ... ok test_max_line_length_policy_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_policy_40) ... ok test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_0) ... ok test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_100) ... ok test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_20) ... ok test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestBytesGenerator.test_max_line_length_with_refold_all_folds_40) ... ok 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) ... ok 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) ... ok 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) ... ok 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) ... ok test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_0) ... ok test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_100) ... ok test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_20) ... ok test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parameter_40) ... ok test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_0) ... ok test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_100) ... ok test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_20) ... ok test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestBytesGenerator.test_maxheaderlen_parm_overrides_policy_40) ... ok test_rfc2231_wrapping (test.test_email.test_generator.TestBytesGenerator.test_rfc2231_wrapping) ... ok 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) ... ok test_set_mangle_from_via_policy (test.test_email.test_generator.TestBytesGenerator.test_set_mangle_from_via_policy) ... ok test_smtp_policy (test.test_email.test_generator.TestBytesGenerator.test_smtp_policy) ... ok test_smtputf8_policy (test.test_email.test_generator.TestBytesGenerator.test_smtputf8_policy) ... ok 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) ... ok test_crlf_control_via_policy (test.test_email.test_generator.TestGenerator.test_crlf_control_via_policy) ... ok test_flatten_linesep_overrides_policy (test.test_email.test_generator.TestGenerator.test_flatten_linesep_overrides_policy) ... ok test_max_line_length_policy_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_0) ... ok test_max_line_length_policy_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_100) ... ok test_max_line_length_policy_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_20) ... ok test_max_line_length_policy_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_policy_40) ... ok test_max_line_length_with_refold_all_folds_0 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_0) ... ok test_max_line_length_with_refold_all_folds_100 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_100) ... ok test_max_line_length_with_refold_all_folds_20 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_20) ... ok test_max_line_length_with_refold_all_folds_40 (test.test_email.test_generator.TestGenerator.test_max_line_length_with_refold_all_folds_40) ... ok 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) ... ok 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) ... ok 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) ... ok 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) ... ok test_maxheaderlen_parameter_0 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_0) ... ok test_maxheaderlen_parameter_100 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_100) ... ok test_maxheaderlen_parameter_20 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_20) ... ok test_maxheaderlen_parameter_40 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parameter_40) ... ok test_maxheaderlen_parm_overrides_policy_0 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_0) ... ok test_maxheaderlen_parm_overrides_policy_100 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_100) ... ok test_maxheaderlen_parm_overrides_policy_20 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_20) ... ok test_maxheaderlen_parm_overrides_policy_40 (test.test_email.test_generator.TestGenerator.test_maxheaderlen_parm_overrides_policy_40) ... ok test_rfc2231_wrapping (test.test_email.test_generator.TestGenerator.test_rfc2231_wrapping) ... ok 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) ... ok test_set_mangle_from_via_policy (test.test_email.test_generator.TestGenerator.test_set_mangle_from_via_policy) ... ok test_address_addr_spec_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_domain_raises) ... ok test_address_addr_spec_and_username_and_domain_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_and_domain_raises) ... ok test_address_addr_spec_and_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_addr_spec_and_username_raises) ... ok test_address_comparison (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_comparison) ... ok test_address_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_display_name_ro) ... ok test_address_domain_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_domain_ro) ... ok test_address_from_addr_spec (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_addr_spec) ... ok test_address_from_username_domain (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_from_username_domain) ... ok test_address_username_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_username_ro) ... ok test_address_with_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_address_with_no_display_name) ... ok test_bad_addr_sepc_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_bad_addr_sepc_raises) ... ok test_crlf_in_constructor_args_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_crlf_in_constructor_args_raises) ... ok test_display_name_blanks_not_quoted (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_blanks_not_quoted) ... ok test_display_name_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_only) ... ok test_display_name_quoting (test.test_email.test_headerregistry.TestAddressAndGroup.test_display_name_quoting) ... ok test_domain_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_domain_only) ... ok test_empty_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group) ... ok test_empty_group_list (test.test_email.test_headerregistry.TestAddressAndGroup.test_empty_group_list) ... ok test_group_addresses_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_addresses_ro) ... ok test_group_comparison (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_comparison) ... ok test_group_display_name_ro (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_display_name_ro) ... ok test_group_with_addresses (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses) ... ok test_group_with_addresses_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_addresses_no_display_name) ... ok test_group_with_one_address_no_display_name (test.test_email.test_headerregistry.TestAddressAndGroup.test_group_with_one_address_no_display_name) ... ok test_il8n (test.test_email.test_headerregistry.TestAddressAndGroup.test_il8n) ... ok test_non_ascii_username_in_addr_spec_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_non_ascii_username_in_addr_spec_raises) ... ok test_null_address (test.test_email.test_headerregistry.TestAddressAndGroup.test_null_address) ... ok test_null_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_null_group) ... ok test_quoting (test.test_email.test_headerregistry.TestAddressAndGroup.test_quoting) ... ok test_set_message_header_from_address (test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_address) ... ok test_set_message_header_from_group (test.test_email.test_headerregistry.TestAddressAndGroup.test_set_message_header_from_group) ... ok test_space_in_addr_spec_username_raises (test.test_email.test_headerregistry.TestAddressAndGroup.test_space_in_addr_spec_username_raises) ... ok test_username_only (test.test_email.test_headerregistry.TestAddressAndGroup.test_username_only) ... ok test_address_address_only (test.test_email.test_headerregistry.TestAddressHeader.test_address_address_only) ... ok test_address_empty (test.test_email.test_headerregistry.TestAddressHeader.test_address_empty) ... ok test_address_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_escapes_in_local_part) ... ok test_address_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_escaped_quoted_strings_in_local_part) ... ok test_address_name_and_address (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_and_address) ... ok test_address_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_address_name_with_dot) ... ok test_address_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_backslashes_in_name) ... ok test_address_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_local_part) ... ok test_address_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_parens_in_name) ... ok test_address_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_address_quoted_strings_in_local_part) ... ok test_address_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_address_read_only) ... ok test_address_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_phrase_is_decoded) ... ok test_address_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_in_quoted_string_is_decoded) ... ok test_address_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_address_rfc2047_atom_is_decoded) ... ok test_address_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_around_dots_in_local_part_removed) ... ok test_address_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader.test_address_spaces_in_unquoted_local_part_collapsed) ... ok test_addresses_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_addresses_read_only) ... ok test_addresses_types (test.test_email.test_headerregistry.TestAddressHeader.test_addresses_types) ... ok test_complex_address_list (test.test_email.test_headerregistry.TestAddressHeader.test_complex_address_list) ... ok test_group_address_only (test.test_email.test_headerregistry.TestAddressHeader.test_group_address_only) ... ok test_group_empty (test.test_email.test_headerregistry.TestAddressHeader.test_group_empty) ... ok test_group_escaped_escapes_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_escapes_in_local_part) ... ok test_group_escaped_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_escaped_quoted_strings_in_local_part) ... ok test_group_name_and_address (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_and_address) ... ok test_group_name_with_dot (test.test_email.test_headerregistry.TestAddressHeader.test_group_name_with_dot) ... ok test_group_quoted_backslashes_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_backslashes_in_name) ... ok test_group_quoted_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_local_part) ... ok test_group_quoted_parens_in_name (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_parens_in_name) ... ok test_group_quoted_strings_in_local_part (test.test_email.test_headerregistry.TestAddressHeader.test_group_quoted_strings_in_local_part) ... ok test_group_rfc2047_atom_in_phrase_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_phrase_is_decoded) ... ok test_group_rfc2047_atom_in_quoted_string_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_in_quoted_string_is_decoded) ... ok test_group_rfc2047_atom_is_decoded (test.test_email.test_headerregistry.TestAddressHeader.test_group_rfc2047_atom_is_decoded) ... ok test_group_spaces_around_dots_in_local_part_removed (test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_around_dots_in_local_part_removed) ... ok test_group_spaces_in_unquoted_local_part_collapsed (test.test_email.test_headerregistry.TestAddressHeader.test_group_spaces_in_unquoted_local_part_collapsed) ... ok test_groups_read_only (test.test_email.test_headerregistry.TestAddressHeader.test_groups_read_only) ... ok test_groups_types (test.test_email.test_headerregistry.TestAddressHeader.test_groups_types) ... ok test_set_from_Address (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address) ... ok test_set_from_Address_and_Group_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_and_Group_list) ... ok test_set_from_Address_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Address_list) ... ok test_set_from_Group_list (test.test_email.test_headerregistry.TestAddressHeader.test_set_from_Group_list) ... ok test_simple_address_list (test.test_email.test_headerregistry.TestAddressHeader.test_simple_address_list) ... ok test_defects_is_tuple (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_is_tuple) ... ok test_defects_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_defects_read_only) ... ok test_has_name (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_has_name) ... ok test_name_read_only (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_name_read_only) ... ok test_str (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_str) ... ok test_substr (test.test_email.test_headerregistry.TestBaseHeaderFeatures.test_substr) ... ok test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_1) ... ok test_value_RFC_2183_2 (test.test_email.test_headerregistry.TestContentDisposition.test_value_RFC_2183_2) ... ok test_value_invalid_parameter_value_with_fws_between_ew (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_parameter_value_with_fws_between_ew) ... ok test_value_invalid_value (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value) ... ok test_value_invalid_value_with_params (test.test_email.test_headerregistry.TestContentDisposition.test_value_invalid_value_with_params) ... ok test_value_no_value (test.test_email.test_headerregistry.TestContentDisposition.test_value_no_value) ... ok test_value_parameter_value_with_fws_between_tokens (test.test_email.test_headerregistry.TestContentDisposition.test_value_parameter_value_with_fws_between_tokens) ... ok test_value_RFC_2183_1 (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_RFC_2183_1) ... ok test_value_junk_after_cte (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_junk_after_cte) ... ok test_value_no_value (test.test_email.test_headerregistry.TestContentTransferEncoding.test_value_no_value) ... ok test_value_RFC_2045_1 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_1) ... ok test_value_RFC_2045_2 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_2) ... ok test_value_RFC_2045_3 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_RFC_2045_3) ... ok test_value_bad_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_bad_params) ... ok test_value_capitalized_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset) ... ok test_value_capitalized_charset_param_name_and_comment (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_capitalized_charset_param_name_and_comment) ... ok test_value_cfws_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_cfws_in_content_type) ... ok test_value_charset_param (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_charset_param) ... ok test_value_double_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_double_quotes_inside_quotes) ... ok test_value_junk_text_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_junk_text_in_content_type) ... ok test_value_lots_of_mime_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_lots_of_mime_params) ... ok test_value_mixed_case_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_mixed_case_content_type) ... ok test_value_no_slash_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_slash_in_content_type) ... ok test_value_no_subtype_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_no_subtype_in_content_type) ... ok test_value_non_ascii_in_params (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_in_params) ... ok test_value_non_ascii_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_non_ascii_rfc2231_value) ... ok test_value_param_value_with_tspecials (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_value_with_tspecials) ... ok test_value_param_with_extra_quoted_whitespace (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_param_with_extra_quoted_whitespace) ... ok test_value_quotes_inside_rfc2231_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_quotes_inside_rfc2231_value) ... ok test_value_rfc2231_bad_character_in_charset_parameter_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_bad_character_in_charset_parameter_value) ... ok test_value_rfc2231_encoded_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_charset) ... ok test_value_rfc2231_encoded_no_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_charset) ... ok test_value_rfc2231_encoded_no_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_no_double_quotes) ... ok test_value_rfc2231_encoded_then_unencoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_then_unencoded_segments) ... ok test_value_rfc2231_encoded_with_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_encoded_with_double_quotes) ... ok test_value_rfc2231_folded_segments_correctly_formatted (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_folded_segments_correctly_formatted) ... ok test_value_rfc2231_no_language_or_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_no_language_or_charset) ... ok 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) ... ok test_value_rfc2231_partly_encoded (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded) ... ok test_value_rfc2231_partly_encoded_2 (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_partly_encoded_2) ... ok test_value_rfc2231_quoted_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_quoted_unencoded_then_encoded_segments) ... ok test_value_rfc2231_segmented_normal_values (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_segmented_normal_values) ... ok test_value_rfc2231_single_quote_in_non_encoded_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_in_non_encoded_value) ... ok 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) ... ok test_value_rfc2231_single_quote_inside_double_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_single_quote_inside_double_quotes) ... ok test_value_rfc2231_unencoded_then_encoded_segments (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unencoded_then_encoded_segments) ... ok test_value_rfc2231_unknown_charset_treated_as_ascii (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_rfc2231_unknown_charset_treated_as_ascii) ... ok 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) ... ok test_value_semis_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_semis_inside_quotes) ... ok test_value_single_quotes_inside_quotes (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_single_quotes_inside_quotes) ... ok test_value_spaces_around_param_equals (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_param_equals) ... ok test_value_spaces_around_semis (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_around_semis) ... ok test_value_spaces_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_spaces_in_content_type) ... ok test_value_too_many_slashes_in_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_too_many_slashes_in_content_type) ... ok test_value_unknown_charset (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_charset) ... ok test_value_unknown_content_type (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unknown_content_type) ... ok test_value_unquoted_param_value (test.test_email.test_headerregistry.TestContentTypeHeader.test_value_unquoted_param_value) ... ok test_date_header_properties (test.test_email.test_headerregistry.TestDateHeader.test_date_header_properties) ... ok test_datetime_read_only (test.test_email.test_headerregistry.TestDateHeader.test_datetime_read_only) ... ok test_invalid_date_format (test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_format) ... ok test_invalid_date_value (test.test_email.test_headerregistry.TestDateHeader.test_invalid_date_value) ... ok test_no_value_is_defect (test.test_email.test_headerregistry.TestDateHeader.test_no_value_is_defect) ... ok test_parse_date (test.test_email.test_headerregistry.TestDateHeader.test_parse_date) ... ok test_resent_date_header_properties (test.test_email.test_headerregistry.TestDateHeader.test_resent_date_header_properties) ... ok test_set_date_header_from_datetime (test.test_email.test_headerregistry.TestDateHeader.test_set_date_header_from_datetime) ... ok test_set_from_datetime (test.test_email.test_headerregistry.TestDateHeader.test_set_from_datetime) ... ok test_address_display_names (test.test_email.test_headerregistry.TestFolding.test_address_display_names) Test the folding and encoding of address headers. ... ok test_fold_address_list (test.test_email.test_headerregistry.TestFolding.test_fold_address_list) ... ok test_fold_date_header (test.test_email.test_headerregistry.TestFolding.test_fold_date_header) ... ok test_fold_overlong_words_using_RFC2047 (test.test_email.test_headerregistry.TestFolding.test_fold_overlong_words_using_RFC2047) ... ok test_fold_unstructured_short (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_short) ... ok test_fold_unstructured_single_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_single_word) ... ok test_fold_unstructured_with_commas (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_commas) ... ok test_fold_unstructured_with_overlong_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_overlong_word) ... ok test_fold_unstructured_with_slightly_long_word (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_slightly_long_word) ... ok test_fold_unstructured_with_two_overlong_words (test.test_email.test_headerregistry.TestFolding.test_fold_unstructured_with_two_overlong_words) ... ok test_long_unstructured (test.test_email.test_headerregistry.TestFolding.test_long_unstructured) ... ok test_message_id_header_is_not_folded (test.test_email.test_headerregistry.TestFolding.test_message_id_header_is_not_folded) ... ok test_short_unstructured (test.test_email.test_headerregistry.TestFolding.test_short_unstructured) ... ok test_unstructured_short_max_line_length (test.test_email.test_headerregistry.TestFolding.test_unstructured_short_max_line_length) ... ok test_arbitrary_name_unstructured (test.test_email.test_headerregistry.TestHeaderRegistry.test_arbitrary_name_unstructured) ... ok test_dont_use_default_map (test.test_email.test_headerregistry.TestHeaderRegistry.test_dont_use_default_map) ... ok test_map_to_type (test.test_email.test_headerregistry.TestHeaderRegistry.test_map_to_type) ... ok test_name_case_ignored (test.test_email.test_headerregistry.TestHeaderRegistry.test_name_case_ignored) ... ok test_override_default_base_class (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_base_class) ... ok test_override_default_class (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class) ... ok test_override_default_class_only_overrides_default (test.test_email.test_headerregistry.TestHeaderRegistry.test_override_default_class_only_overrides_default) ... ok test_MIME_Version_1_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_1_1) ... ok test_MIME_Version_2_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_1) ... ok test_MIME_Version_2_x (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_2_x) ... ok test_MIME_Version_RFC_2045_1 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_1) ... ok test_MIME_Version_RFC_2045_2 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_2) ... ok test_MIME_Version_RFC_2045_3 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_3) ... ok test_MIME_Version_RFC_2045_4 (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_RFC_2045_4) ... ok test_MIME_Version_foo (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_foo) ... ok test_MIME_Version_leading_trailing_whitespace_ignored (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_leading_trailing_whitespace_ignored) ... ok test_MIME_Version_missing (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_missing) ... ok test_MIME_Version_non_comment_garbage_after (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_after) ... ok test_MIME_Version_non_comment_garbage_before (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_before) ... ok test_MIME_Version_non_comment_garbage_inside (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_non_comment_garbage_inside) ... ok test_MIME_Version_two_periods (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_two_periods) ... ok test_MIME_Version_whitespace (test.test_email.test_headerregistry.TestMIMEVersionHeader.test_MIME_Version_whitespace) ... ok test_value_rfc2047_gb2312_base64 (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_gb2312_base64) ... ok test_value_rfc2047_quopri_with_regular_text (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_quopri_with_regular_text) ... ok test_value_rfc2047_simple_nonascii_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_nonascii_quopri) ... ok test_value_rfc2047_simple_quopri (test.test_email.test_headerregistry.TestUnstructuredHeader.test_value_rfc2047_simple_quopri) ... ok test_body_base64_text (test.test_email.test_inversion.TestInversion.test_body_base64_text) ... ok test_body_plain_text (test.test_email.test_inversion.TestInversion.test_body_plain_text) ... ok test_body_qp_text (test.test_email.test_inversion.TestInversion.test_body_qp_text) ... ok test_input_header_with_invalid_date (test.test_email.test_inversion.TestInversion.test_input_header_with_invalid_date) ... ok test_input_header_with_one_space_body (test.test_email.test_inversion.TestInversion.test_input_header_with_one_space_body) ... ok test_error_on_setitem_if_max_count_exceeded (test.test_email.test_message.Test.test_error_on_setitem_if_max_count_exceeded) ... ok test_rfc2043_auto_decoded_and_emailmessage_used (test.test_email.test_message.Test.test_rfc2043_auto_decoded_and_emailmessage_used) ... ok test_add_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_add_alternative_alternative_) ... ok test_add_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_add_alternative_mixed_raises) ... ok test_add_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_no_content_succeeds) ... ok test_add_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_none_succeeds) ... ok test_add_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_plain_succeeds) ... ok test_add_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_add_alternative_related_succeeds) ... ok test_add_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_alternative_succeeds) ... ok test_add_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_add_mixed_mixed_) ... ok test_add_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_no_content_succeeds) ... ok test_add_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_none_succeeds) ... ok test_add_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_plain_succeeds) ... ok test_add_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_add_mixed_related_succeeds) ... ok test_add_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_add_related_alternative_raises) ... ok test_add_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_add_related_mixed_raises) ... ok test_add_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_no_content_succeeds) ... ok test_add_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_none_succeeds) ... ok test_add_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_add_related_plain_succeeds) ... ok test_add_related_related_ (test.test_email.test_message.TestEmailMessage.test_add_related_related_) ... ok test_as_string_allows_maxheaderlen (test.test_email.test_message.TestEmailMessage.test_as_string_allows_maxheaderlen) ... ok test_as_string_unixform (test.test_email.test_message.TestEmailMessage.test_as_string_unixform) ... ok test_as_string_uses_max_header_length_by_default (test.test_email.test_message.TestEmailMessage.test_as_string_uses_max_header_length_by_default) ... ok test_clear_content_empty_message (test.test_email.test_message.TestEmailMessage.test_clear_content_empty_message) ... ok test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_inline_mixed) ... ok test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_html_text_attachment_mixed) ... ok test_clear_content_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_content_message_rfc822) ... ok test_clear_content_mime_non_text (test.test_email.test_message.TestEmailMessage.test_clear_content_mime_non_text) ... ok test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_alternative_plain_related) ... ok test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_related_alternative_plain_html) ... ok 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) ... ok test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_content_mixed_text_message_rfc822) ... ok test_clear_content_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_clear_content_non_mime_plain) ... ok test_clear_content_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_alternative) ... ok test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_attachment_mixed) ... ok test_clear_content_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_clear_content_plain_html_mixed) ... ok test_clear_content_related (test.test_email.test_message.TestEmailMessage.test_clear_content_related) ... ok test_clear_content_related_with_start (test.test_email.test_message.TestEmailMessage.test_clear_content_related_with_start) ... ok test_clear_empty_message (test.test_email.test_message.TestEmailMessage.test_clear_empty_message) ... ok test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_inline_mixed) ... ok test_clear_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_html_text_attachment_mixed) ... ok test_clear_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_message_rfc822) ... ok test_clear_mime_non_text (test.test_email.test_message.TestEmailMessage.test_clear_mime_non_text) ... ok test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_clear_mixed_alternative_plain_related) ... ok test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html) ... ok test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestEmailMessage.test_clear_mixed_related_alternative_plain_html_wrong_order) ... ok test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_clear_mixed_text_message_rfc822) ... ok test_clear_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_clear_non_mime_plain) ... ok test_clear_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_alternative) ... ok test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_attachment_mixed) ... ok test_clear_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_clear_plain_html_mixed) ... ok test_clear_related (test.test_email.test_message.TestEmailMessage.test_clear_related) ... ok test_clear_related_with_start (test.test_email.test_message.TestEmailMessage.test_clear_related_with_start) ... ok test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_default_content_manager_for_add_comes_from_policy) ... ok test_folding_with_utf8_encoding_1 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_1) ... ok test_folding_with_utf8_encoding_2 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_2) ... ok test_folding_with_utf8_encoding_3 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_3) ... ok test_folding_with_utf8_encoding_4 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_4) ... ok test_folding_with_utf8_encoding_5 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_5) ... ok test_folding_with_utf8_encoding_6 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_6) ... ok test_folding_with_utf8_encoding_7 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_7) ... ok test_folding_with_utf8_encoding_8 (test.test_email.test_message.TestEmailMessage.test_folding_with_utf8_encoding_8) ... ok test_get_body_empty_message (test.test_email.test_message.TestEmailMessage.test_get_body_empty_message) ... ok test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_inline_mixed) ... ok test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_html_text_attachment_mixed) ... ok test_get_body_malformed (test.test_email.test_message.TestEmailMessage.test_get_body_malformed) test for bpo-42892 ... ok test_get_body_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_get_body_message_rfc822) ... ok test_get_body_mime_non_text (test.test_email.test_message.TestEmailMessage.test_get_body_mime_non_text) ... ok test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_alternative_plain_related) ... ok test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_related_alternative_plain_html) ... ok 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) ... ok test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_get_body_mixed_text_message_rfc822) ... ok test_get_body_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_get_body_non_mime_plain) ... ok test_get_body_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_alternative) ... ok test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_attachment_mixed) ... ok test_get_body_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_get_body_plain_html_mixed) ... ok test_get_body_related (test.test_email.test_message.TestEmailMessage.test_get_body_related) ... ok test_get_body_related_with_start (test.test_email.test_message.TestEmailMessage.test_get_body_related_with_start) ... ok test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_get_content_default_cm_comes_from_policy) ... ok test_get_content_with_cm (test.test_email.test_message.TestEmailMessage.test_get_content_with_cm) ... ok test_is_attachment (test.test_email.test_message.TestEmailMessage.test_is_attachment) ... ok test_iter_attachment_empty_message (test.test_email.test_message.TestEmailMessage.test_iter_attachment_empty_message) ... ok test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_inline_mixed) ... ok test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_html_text_attachment_mixed) ... ok test_iter_attachment_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_attachment_message_rfc822) ... ok test_iter_attachment_mime_non_text (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mime_non_text) ... ok test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_alternative_plain_related) ... ok test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_related_alternative_plain_html) ... ok 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) ... ok test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_attachment_mixed_text_message_rfc822) ... ok test_iter_attachment_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_iter_attachment_non_mime_plain) ... ok test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_alternative) ... ok test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_attachment_mixed) ... ok test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_iter_attachment_plain_html_mixed) ... ok test_iter_attachment_related (test.test_email.test_message.TestEmailMessage.test_iter_attachment_related) ... ok test_iter_attachment_related_with_start (test.test_email.test_message.TestEmailMessage.test_iter_attachment_related_with_start) ... ok test_iter_attachments_mutation (test.test_email.test_message.TestEmailMessage.test_iter_attachments_mutation) ... ok test_iter_parts_empty_message (test.test_email.test_message.TestEmailMessage.test_iter_parts_empty_message) ... ok test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_inline_mixed) ... ok test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_html_text_attachment_mixed) ... ok test_iter_parts_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_parts_message_rfc822) ... ok test_iter_parts_mime_non_text (test.test_email.test_message.TestEmailMessage.test_iter_parts_mime_non_text) ... ok test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_alternative_plain_related) ... ok test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_related_alternative_plain_html) ... ok 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) ... ok test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestEmailMessage.test_iter_parts_mixed_text_message_rfc822) ... ok test_iter_parts_non_mime_plain (test.test_email.test_message.TestEmailMessage.test_iter_parts_non_mime_plain) ... ok test_iter_parts_plain_html_alternative (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_alternative) ... ok test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_attachment_mixed) ... ok test_iter_parts_plain_html_mixed (test.test_email.test_message.TestEmailMessage.test_iter_parts_plain_html_mixed) ... ok test_iter_parts_related (test.test_email.test_message.TestEmailMessage.test_iter_parts_related) ... ok test_iter_parts_related_with_start (test.test_email.test_message.TestEmailMessage.test_iter_parts_related_with_start) ... ok test_make_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_make_alternative_alternative_) ... ok test_make_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_alternative_mixed_raises) ... ok test_make_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_no_content_succeeds) ... ok test_make_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_none_succeeds) ... ok test_make_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_plain_succeeds) ... ok test_make_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_alternative_related_succeeds) ... ok test_make_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_alternative_succeeds) ... ok test_make_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_make_mixed_mixed_) ... ok test_make_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_no_content_succeeds) ... ok test_make_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_none_succeeds) ... ok test_make_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_plain_succeeds) ... ok test_make_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_mixed_related_succeeds) ... ok test_make_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_make_related_alternative_raises) ... ok test_make_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_related_mixed_raises) ... ok test_make_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_no_content_succeeds) ... ok test_make_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_none_succeeds) ... ok test_make_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_related_plain_succeeds) ... ok test_make_related_related_ (test.test_email.test_message.TestEmailMessage.test_make_related_related_) ... ok test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_alternative_) ... ok test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_mixed_raises) ... ok test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_no_content_succeeds) ... ok test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_none_succeeds) ... ok test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_plain_succeeds) ... ok test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_alternative_related_succeeds) ... ok test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_alternative_succeeds) ... ok test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_mixed_) ... ok test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_no_content_succeeds) ... ok test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_none_succeeds) ... ok test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_plain_succeeds) ... ok test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_mixed_related_succeeds) ... ok test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_alternative_raises) ... ok test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_mixed_raises) ... ok test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_no_content_succeeds) ... ok test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_none_succeeds) ... ok test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_plain_succeeds) ... ok test_make_with_boundary_related_related_ (test.test_email.test_message.TestEmailMessage.test_make_with_boundary_related_related_) ... ok 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) ... ok test_set_content_adds_MIME_Version (test.test_email.test_message.TestEmailMessage.test_set_content_adds_MIME_Version) ... ok test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestEmailMessage.test_set_content_default_cm_comes_from_policy) ... ok test_set_content_does_not_duplicate_MIME_Version (test.test_email.test_message.TestEmailMessage.test_set_content_does_not_duplicate_MIME_Version) ... ok test_set_content_with_cm (test.test_email.test_message.TestEmailMessage.test_set_content_with_cm) ... ok test_str_defaults_to_policy_max_line_length (test.test_email.test_message.TestEmailMessage.test_str_defaults_to_policy_max_line_length) ... ok test_str_defaults_to_utf8 (test.test_email.test_message.TestEmailMessage.test_str_defaults_to_utf8) ... ok test_add_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_add_alternative_alternative_) ... ok test_add_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_add_alternative_mixed_raises) ... ok test_add_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_no_content_succeeds) ... ok test_add_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_none_succeeds) ... ok test_add_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_plain_succeeds) ... ok test_add_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_add_alternative_related_succeeds) ... ok test_add_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_alternative_succeeds) ... ok test_add_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_add_mixed_mixed_) ... ok test_add_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_no_content_succeeds) ... ok test_add_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_none_succeeds) ... ok test_add_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_plain_succeeds) ... ok test_add_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_add_mixed_related_succeeds) ... ok test_add_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_add_related_alternative_raises) ... ok test_add_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_add_related_mixed_raises) ... ok test_add_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_no_content_succeeds) ... ok test_add_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_none_succeeds) ... ok test_add_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_add_related_plain_succeeds) ... ok test_add_related_related_ (test.test_email.test_message.TestMIMEPart.test_add_related_related_) ... ok test_clear_content_empty_message (test.test_email.test_message.TestMIMEPart.test_clear_content_empty_message) ... ok test_clear_content_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_inline_mixed) ... ok test_clear_content_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_html_text_attachment_mixed) ... ok test_clear_content_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_content_message_rfc822) ... ok test_clear_content_mime_non_text (test.test_email.test_message.TestMIMEPart.test_clear_content_mime_non_text) ... ok test_clear_content_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_alternative_plain_related) ... ok test_clear_content_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_related_alternative_plain_html) ... ok 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) ... ok test_clear_content_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_content_mixed_text_message_rfc822) ... ok test_clear_content_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_clear_content_non_mime_plain) ... ok test_clear_content_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_alternative) ... ok test_clear_content_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_attachment_mixed) ... ok test_clear_content_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_clear_content_plain_html_mixed) ... ok test_clear_content_related (test.test_email.test_message.TestMIMEPart.test_clear_content_related) ... ok test_clear_content_related_with_start (test.test_email.test_message.TestMIMEPart.test_clear_content_related_with_start) ... ok test_clear_empty_message (test.test_email.test_message.TestMIMEPart.test_clear_empty_message) ... ok test_clear_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_inline_mixed) ... ok test_clear_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_html_text_attachment_mixed) ... ok test_clear_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_message_rfc822) ... ok test_clear_mime_non_text (test.test_email.test_message.TestMIMEPart.test_clear_mime_non_text) ... ok test_clear_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_clear_mixed_alternative_plain_related) ... ok test_clear_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html) ... ok test_clear_mixed_related_alternative_plain_html_wrong_order (test.test_email.test_message.TestMIMEPart.test_clear_mixed_related_alternative_plain_html_wrong_order) ... ok test_clear_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_clear_mixed_text_message_rfc822) ... ok test_clear_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_clear_non_mime_plain) ... ok test_clear_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_alternative) ... ok test_clear_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_attachment_mixed) ... ok test_clear_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_clear_plain_html_mixed) ... ok test_clear_related (test.test_email.test_message.TestMIMEPart.test_clear_related) ... ok test_clear_related_with_start (test.test_email.test_message.TestMIMEPart.test_clear_related_with_start) ... ok test_default_content_manager_for_add_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_default_content_manager_for_add_comes_from_policy) ... ok test_get_body_empty_message (test.test_email.test_message.TestMIMEPart.test_get_body_empty_message) ... ok test_get_body_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_inline_mixed) ... ok test_get_body_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_html_text_attachment_mixed) ... ok test_get_body_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_get_body_message_rfc822) ... ok test_get_body_mime_non_text (test.test_email.test_message.TestMIMEPart.test_get_body_mime_non_text) ... ok test_get_body_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_alternative_plain_related) ... ok test_get_body_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_related_alternative_plain_html) ... ok 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) ... ok test_get_body_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_get_body_mixed_text_message_rfc822) ... ok test_get_body_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_get_body_non_mime_plain) ... ok test_get_body_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_alternative) ... ok test_get_body_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_attachment_mixed) ... ok test_get_body_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_get_body_plain_html_mixed) ... ok test_get_body_related (test.test_email.test_message.TestMIMEPart.test_get_body_related) ... ok test_get_body_related_with_start (test.test_email.test_message.TestMIMEPart.test_get_body_related_with_start) ... ok test_get_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_get_content_default_cm_comes_from_policy) ... ok test_get_content_with_cm (test.test_email.test_message.TestMIMEPart.test_get_content_with_cm) ... ok test_is_attachment (test.test_email.test_message.TestMIMEPart.test_is_attachment) ... ok test_iter_attachment_empty_message (test.test_email.test_message.TestMIMEPart.test_iter_attachment_empty_message) ... ok test_iter_attachment_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_inline_mixed) ... ok test_iter_attachment_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_html_text_attachment_mixed) ... ok test_iter_attachment_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_attachment_message_rfc822) ... ok test_iter_attachment_mime_non_text (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mime_non_text) ... ok test_iter_attachment_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_alternative_plain_related) ... ok test_iter_attachment_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_related_alternative_plain_html) ... ok 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) ... ok test_iter_attachment_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_attachment_mixed_text_message_rfc822) ... ok test_iter_attachment_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_iter_attachment_non_mime_plain) ... ok test_iter_attachment_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_alternative) ... ok test_iter_attachment_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_attachment_mixed) ... ok test_iter_attachment_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_iter_attachment_plain_html_mixed) ... ok test_iter_attachment_related (test.test_email.test_message.TestMIMEPart.test_iter_attachment_related) ... ok test_iter_attachment_related_with_start (test.test_email.test_message.TestMIMEPart.test_iter_attachment_related_with_start) ... ok test_iter_attachments_mutation (test.test_email.test_message.TestMIMEPart.test_iter_attachments_mutation) ... ok test_iter_parts_empty_message (test.test_email.test_message.TestMIMEPart.test_iter_parts_empty_message) ... ok test_iter_parts_html_text_attachment_inline_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_inline_mixed) ... ok test_iter_parts_html_text_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_html_text_attachment_mixed) ... ok test_iter_parts_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_parts_message_rfc822) ... ok test_iter_parts_mime_non_text (test.test_email.test_message.TestMIMEPart.test_iter_parts_mime_non_text) ... ok test_iter_parts_mixed_alternative_plain_related (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_alternative_plain_related) ... ok test_iter_parts_mixed_related_alternative_plain_html (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_related_alternative_plain_html) ... ok 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) ... ok test_iter_parts_mixed_text_message_rfc822 (test.test_email.test_message.TestMIMEPart.test_iter_parts_mixed_text_message_rfc822) ... ok test_iter_parts_non_mime_plain (test.test_email.test_message.TestMIMEPart.test_iter_parts_non_mime_plain) ... ok test_iter_parts_plain_html_alternative (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_alternative) ... ok test_iter_parts_plain_html_attachment_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_attachment_mixed) ... ok test_iter_parts_plain_html_mixed (test.test_email.test_message.TestMIMEPart.test_iter_parts_plain_html_mixed) ... ok test_iter_parts_related (test.test_email.test_message.TestMIMEPart.test_iter_parts_related) ... ok test_iter_parts_related_with_start (test.test_email.test_message.TestMIMEPart.test_iter_parts_related_with_start) ... ok test_make_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_make_alternative_alternative_) ... ok test_make_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_alternative_mixed_raises) ... ok test_make_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_no_content_succeeds) ... ok test_make_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_none_succeeds) ... ok test_make_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_plain_succeeds) ... ok test_make_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_alternative_related_succeeds) ... ok test_make_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_alternative_succeeds) ... ok test_make_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_make_mixed_mixed_) ... ok test_make_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_no_content_succeeds) ... ok test_make_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_none_succeeds) ... ok test_make_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_plain_succeeds) ... ok test_make_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_mixed_related_succeeds) ... ok test_make_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_make_related_alternative_raises) ... ok test_make_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_related_mixed_raises) ... ok test_make_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_no_content_succeeds) ... ok test_make_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_none_succeeds) ... ok test_make_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_related_plain_succeeds) ... ok test_make_related_related_ (test.test_email.test_message.TestMIMEPart.test_make_related_related_) ... ok test_make_with_boundary_alternative_alternative_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_alternative_) ... ok test_make_with_boundary_alternative_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_mixed_raises) ... ok test_make_with_boundary_alternative_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_no_content_succeeds) ... ok test_make_with_boundary_alternative_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_none_succeeds) ... ok test_make_with_boundary_alternative_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_plain_succeeds) ... ok test_make_with_boundary_alternative_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_alternative_related_succeeds) ... ok test_make_with_boundary_mixed_alternative_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_alternative_succeeds) ... ok test_make_with_boundary_mixed_mixed_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_mixed_) ... ok test_make_with_boundary_mixed_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_no_content_succeeds) ... ok test_make_with_boundary_mixed_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_none_succeeds) ... ok test_make_with_boundary_mixed_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_plain_succeeds) ... ok test_make_with_boundary_mixed_related_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_mixed_related_succeeds) ... ok test_make_with_boundary_related_alternative_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_alternative_raises) ... ok test_make_with_boundary_related_mixed_raises (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_mixed_raises) ... ok test_make_with_boundary_related_no_content_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_no_content_succeeds) ... ok test_make_with_boundary_related_none_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_none_succeeds) ... ok test_make_with_boundary_related_plain_succeeds (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_plain_succeeds) ... ok test_make_with_boundary_related_related_ (test.test_email.test_message.TestMIMEPart.test_make_with_boundary_related_related_) ... ok 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) ... ok test_set_content_default_cm_comes_from_policy (test.test_email.test_message.TestMIMEPart.test_set_content_default_cm_comes_from_policy) ... ok test_set_content_does_not_add_MIME_Version (test.test_email.test_message.TestMIMEPart.test_set_content_does_not_add_MIME_Version) ... ok test_set_content_with_cm (test.test_email.test_message.TestMIMEPart.test_set_content_with_cm) ... ok test_string_payload_with_multipart_content_type (test.test_email.test_message.TestMIMEPart.test_string_payload_with_multipart_content_type) ... ok test_custom_message_factory_on_policy (test.test_email.test_parser.TestBytesParser.test_custom_message_factory_on_policy) ... ok test_factory_arg_overrides_policy (test.test_email.test_parser.TestBytesParser.test_factory_arg_overrides_policy) ... ok test_only_split_on_cr_lf (test.test_email.test_parser.TestBytesParser.test_only_split_on_cr_lf) ... ok test_custom_message_gets_policy_if_possible_from_file (test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_file) ... ok test_custom_message_gets_policy_if_possible_from_string (test.test_email.test_parser.TestCustomMessage.test_custom_message_gets_policy_if_possible_from_string) ... ok test_custom_message_factory_on_policy (test.test_email.test_parser.TestParser.test_custom_message_factory_on_policy) ... ok test_factory_arg_overrides_policy (test.test_email.test_parser.TestParser.test_factory_arg_overrides_policy) ... ok test_only_split_on_cr_lf (test.test_email.test_parser.TestParser.test_only_split_on_cr_lf) ... ok test_deepcopy_date (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_date) ... ok test_deepcopy_from (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_from) ... ok test_deepcopy_subject (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_subject) ... ok test_deepcopy_to (test.test_email.test_pickleable.TestPickleCopyHeader.test_deepcopy_to) ... ok test_pickle_date (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_date) ... ok test_pickle_from (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_from) ... ok test_pickle_subject (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_subject) ... ok test_pickle_to (test.test_email.test_pickleable.TestPickleCopyHeader.test_pickle_to) ... ok test_deepcopy_created (test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_created) ... ok test_deepcopy_parsed (test.test_email.test_pickleable.TestPickleCopyMessage.test_deepcopy_parsed) ... ok test_pickle_created (test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_created) ... ok test_pickle_parsed (test.test_email.test_pickleable.TestPickleCopyMessage.test_pickle_parsed) ... ok test_abc (test.test_email.test_policy.PolicyAPITests.test_abc) ... ok test_adding_default_policies_preserves_default_factory (test.test_email.test_policy.PolicyAPITests.test_adding_default_policies_preserves_default_factory) ... ok test_all_attributes_covered (test.test_email.test_policy.PolicyAPITests.test_all_attributes_covered) ... ok test_clone_copies_factory (test.test_email.test_policy.PolicyAPITests.test_clone_copies_factory) ... ok test_default_header_factory (test.test_email.test_policy.PolicyAPITests.test_default_header_factory) ... ok test_defaults (test.test_email.test_policy.PolicyAPITests.test_defaults) ... ok test_each_Policy_gets_unique_factory (test.test_email.test_policy.PolicyAPITests.test_each_Policy_gets_unique_factory) ... ok test_fold_zero_max_line_length (test.test_email.test_policy.PolicyAPITests.test_fold_zero_max_line_length) ... ok test_handle_defect_raises_on_strict (test.test_email.test_policy.PolicyAPITests.test_handle_defect_raises_on_strict) ... ok test_handle_defect_registers_defect (test.test_email.test_policy.PolicyAPITests.test_handle_defect_registers_defect) ... ok test_new_factory_overrides_default (test.test_email.test_policy.PolicyAPITests.test_new_factory_overrides_default) ... ok test_non_ascii_chars_do_not_cause_inf_loop (test.test_email.test_policy.PolicyAPITests.test_non_ascii_chars_do_not_cause_inf_loop) ... ok test_overridden_register_defect_still_raises (test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_still_raises) ... ok test_overridden_register_defect_works (test.test_email.test_policy.PolicyAPITests.test_overridden_register_defect_works) ... ok test_policy_addition (test.test_email.test_policy.PolicyAPITests.test_policy_addition) ... ok test_policy_is_immutable (test.test_email.test_policy.PolicyAPITests.test_policy_is_immutable) ... ok test_register_defect (test.test_email.test_policy.PolicyAPITests.test_register_defect) ... ok test_reject_non_policy_keyword_when_called (test.test_email.test_policy.PolicyAPITests.test_reject_non_policy_keyword_when_called) ... ok test_set_policy_attrs_when_cloned (test.test_email.test_policy.PolicyAPITests.test_set_policy_attrs_when_cloned) ... ok test_short_maxlen_error (test.test_email.test_policy.PolicyAPITests.test_short_maxlen_error) ... ok test_header_store_parse_rejects_newlines (test.test_email.test_policy.TestConcretePolicies.test_header_store_parse_rejects_newlines) ... ok test_bytes_parser (test.test_email.test_policy.TestPolicyPropagation.test_bytes_parser) ... ok test_message_from_binary_file (test.test_email.test_policy.TestPolicyPropagation.test_message_from_binary_file) ... ok test_message_from_bytes (test.test_email.test_policy.TestPolicyPropagation.test_message_from_bytes) ... ok test_message_from_file (test.test_email.test_policy.TestPolicyPropagation.test_message_from_file) ... ok test_message_from_string (test.test_email.test_policy.TestPolicyPropagation.test_message_from_string) ... ok test_message_policy_propagates_to_generator (test.test_email.test_policy.TestPolicyPropagation.test_message_policy_propagates_to_generator) ... ok test_message_policy_used_by_as_string (test.test_email.test_policy.TestPolicyPropagation.test_message_policy_used_by_as_string) ... ok test_parser (test.test_email.test_policy.TestPolicyPropagation.test_parser) ... ok test_parser_propagates_policy_to_message (test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_message) ... ok test_parser_propagates_policy_to_sub_messages (test.test_email.test_policy.TestPolicyPropagation.test_parser_propagates_policy_to_sub_messages) ... ok test_aware_datetime (test.test_email.test_utils.DateTimeTests.test_aware_datetime) ... ok test_naive_datetime (test.test_email.test_utils.DateTimeTests.test_naive_datetime) ... ok test_parsedate_to_datetime (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime) ... ok test_parsedate_to_datetime_naive (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_naive) ... ok test_parsedate_to_datetime_with_invalid_raises_valueerror (test.test_email.test_utils.DateTimeTests.test_parsedate_to_datetime_with_invalid_raises_valueerror) ... ok test_usegmt (test.test_email.test_utils.DateTimeTests.test_usegmt) ... ok test_usegmt_with_naive_datetime_raises (test.test_email.test_utils.DateTimeTests.test_usegmt_with_naive_datetime_raises) ... ok test_usegmt_with_non_utc_datetime_raises (test.test_email.test_utils.DateTimeTests.test_usegmt_with_non_utc_datetime_raises) ... ok test_localtime_daylight_false_dst_false (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_false) ... ok test_localtime_daylight_false_dst_true (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_false_dst_true) ... ok test_localtime_daylight_true_dst_false (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_false) ... ok test_localtime_daylight_true_dst_true (test.test_email.test_utils.LocaltimeTests.test_localtime_daylight_true_dst_true) ... ok test_localtime_epoch_notz_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_false) ... ok test_localtime_epoch_notz_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_notz_daylight_true) ... ok test_localtime_epoch_utc_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_false) ... ok test_localtime_epoch_utc_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_epoch_utc_daylight_true) ... ok test_localtime_is_tz_aware_daylight_false (test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_false) ... ok test_localtime_is_tz_aware_daylight_true (test.test_email.test_utils.LocaltimeTests.test_localtime_is_tz_aware_daylight_true) ... ok test_variable_tzname (test.test_email.test_utils.LocaltimeTests.test_variable_tzname) ... ok ---------------------------------------------------------------------- Ran 1667 tests in 4.617s OK (skipped=1) 0:05:40 load avg: 0.87 [122/432/1] test_embed test_audit (test.test_embed.AuditingTests.test_audit) ... ok test_audit_run_command (test.test_embed.AuditingTests.test_audit_run_command) ... ok test_audit_run_file (test.test_embed.AuditingTests.test_audit_run_file) ... ok test_audit_run_interactivehook (test.test_embed.AuditingTests.test_audit_run_interactivehook) ... ok test_audit_run_startup (test.test_embed.AuditingTests.test_audit_run_startup) ... ok test_audit_run_stdin (test.test_embed.AuditingTests.test_audit_run_stdin) ... ok test_audit_subinterpreter (test.test_embed.AuditingTests.test_audit_subinterpreter) ... ok test_get_incomplete_frame (test.test_embed.AuditingTests.test_get_incomplete_frame) ... ok test_open_code_hook (test.test_embed.AuditingTests.test_open_code_hook) ... ok test_bpo20891 (test.test_embed.EmbeddingTests.test_bpo20891) bpo-20891: Calling PyGILState_Ensure in a non-Python thread must not ... ok test_finalize_structseq (test.test_embed.EmbeddingTests.test_finalize_structseq) ... ok test_forced_io_encoding (test.test_embed.EmbeddingTests.test_forced_io_encoding) ... ok test_initialize_pymain (test.test_embed.EmbeddingTests.test_initialize_pymain) bpo-34008: Calling Py_Main() after Py_Initialize() must not fail. ... ok test_initialize_twice (test.test_embed.EmbeddingTests.test_initialize_twice) bpo-33932: Calling Py_Initialize() twice should do nothing (and not ... ok test_pre_initialization_api (test.test_embed.EmbeddingTests.test_pre_initialization_api) Checks some key parts of the C-API that need to work before the runtime ... ok test_pre_initialization_sys_options (test.test_embed.EmbeddingTests.test_pre_initialization_sys_options) Checks that sys.warnoptions and sys._xoptions can be set before the ... ok test_quickened_static_code_gets_unquickened_at_Py_FINALIZE (test.test_embed.EmbeddingTests.test_quickened_static_code_gets_unquickened_at_Py_FINALIZE) ... ok test_repeated_init_and_inittab (test.test_embed.EmbeddingTests.test_repeated_init_and_inittab) ... ok test_run_main (test.test_embed.EmbeddingTests.test_run_main) ... ok test_run_main_loop (test.test_embed.EmbeddingTests.test_run_main_loop) ... ok test_simple_initialization_api (test.test_embed.EmbeddingTests.test_simple_initialization_api) ... ok test_subinterps_different_ids (test.test_embed.EmbeddingTests.test_subinterps_different_ids) ... ok test_subinterps_distinct_state (test.test_embed.EmbeddingTests.test_subinterps_distinct_state) ... ok test_subinterps_main (test.test_embed.EmbeddingTests.test_subinterps_main) ... ok test_ucnhash_capi_reset (test.test_embed.EmbeddingTests.test_ucnhash_capi_reset) ... ok test_get_argc_argv (test.test_embed.InitConfigTests.test_get_argc_argv) ... ok test_getpath_abspath_win32 (test.test_embed.InitConfigTests.test_getpath_abspath_win32) ... skipped 'specific to Windows' test_global_pathconfig (test.test_embed.InitConfigTests.test_global_pathconfig) ... ok test_init_compat_config (test.test_embed.InitConfigTests.test_init_compat_config) ... ok test_init_compat_env (test.test_embed.InitConfigTests.test_init_compat_env) ... ok test_init_default_config (test.test_embed.InitConfigTests.test_init_default_config) ... ok test_init_dev_mode (test.test_embed.InitConfigTests.test_init_dev_mode) ... ok test_init_dont_configure_locale (test.test_embed.InitConfigTests.test_init_dont_configure_locale) ... ok test_init_dont_parse_argv (test.test_embed.InitConfigTests.test_init_dont_parse_argv) ... ok test_init_env_dev_mode (test.test_embed.InitConfigTests.test_init_env_dev_mode) ... ok test_init_env_dev_mode_alloc (test.test_embed.InitConfigTests.test_init_env_dev_mode_alloc) ... ok test_init_from_config (test.test_embed.InitConfigTests.test_init_from_config) ... ok test_init_global_config (test.test_embed.InitConfigTests.test_init_global_config) ... ok test_init_is_python_build_with_home (test.test_embed.InitConfigTests.test_init_is_python_build_with_home) ... ok test_init_isolated_config (test.test_embed.InitConfigTests.test_init_isolated_config) ... ok test_init_isolated_flag (test.test_embed.InitConfigTests.test_init_isolated_flag) ... ok test_init_main (test.test_embed.InitConfigTests.test_init_main) ... ok test_init_parse_argv (test.test_embed.InitConfigTests.test_init_parse_argv) ... ok test_init_pybuilddir (test.test_embed.InitConfigTests.test_init_pybuilddir) ... ok test_init_pybuilddir_win32 (test.test_embed.InitConfigTests.test_init_pybuilddir_win32) ... skipped 'See test_init_pybuilddir' test_init_python_config (test.test_embed.InitConfigTests.test_init_python_config) ... ok test_init_python_env (test.test_embed.InitConfigTests.test_init_python_env) ... ok test_init_pyvenv_cfg (test.test_embed.InitConfigTests.test_init_pyvenv_cfg) ... ok test_init_read_set (test.test_embed.InitConfigTests.test_init_read_set) ... skipped 'as of 3.11 this test no longer works because path calculations do not occur on read' test_init_run_main (test.test_embed.InitConfigTests.test_init_run_main) ... ok test_init_set_config (test.test_embed.InitConfigTests.test_init_set_config) ... ok test_init_setpath (test.test_embed.InitConfigTests.test_init_setpath) ... ok test_init_setpath_config (test.test_embed.InitConfigTests.test_init_setpath_config) ... ok test_init_setpythonhome (test.test_embed.InitConfigTests.test_init_setpythonhome) ... ok test_init_sys_add (test.test_embed.InitConfigTests.test_init_sys_add) ... ok test_init_use_frozen_modules (test.test_embed.InitConfigTests.test_init_use_frozen_modules) ... ok test_init_warnoptions (test.test_embed.InitConfigTests.test_init_warnoptions) ... ok test_preinit_compat_config (test.test_embed.InitConfigTests.test_preinit_compat_config) ... ok test_preinit_dont_parse_argv (test.test_embed.InitConfigTests.test_preinit_dont_parse_argv) ... ok test_preinit_isolated1 (test.test_embed.InitConfigTests.test_preinit_isolated1) ... ok test_preinit_isolated2 (test.test_embed.InitConfigTests.test_preinit_isolated2) ... ok test_preinit_isolated_config (test.test_embed.InitConfigTests.test_preinit_isolated_config) ... ok test_preinit_parse_argv (test.test_embed.InitConfigTests.test_preinit_parse_argv) ... ok test_preinit_python_config (test.test_embed.InitConfigTests.test_preinit_python_config) ... ok test_frozenmain (test.test_embed.MiscTests.test_frozenmain) ... ok test_no_memleak (test.test_embed.MiscTests.test_no_memleak) ... skipped '-X showrefcount requires a Python debug build' test_unicode_id_init (test.test_embed.MiscTests.test_unicode_id_init) ... ok test_set_config (test.test_embed.SetConfigTests.test_set_config) ... ok test_disallow_instantiation (test.test_embed.StdPrinterTests.test_disallow_instantiation) ... ok test_methods (test.test_embed.StdPrinterTests.test_methods) ... ok test_write (test.test_embed.StdPrinterTests.test_write) ... ok ---------------------------------------------------------------------- Ran 71 tests in 1.752s OK (skipped=4) 0:05:42 load avg: 0.88 [123/432/1] test_ensurepip test_altinstall_default_pip_conflict (test.test_ensurepip.TestBootstrap.test_altinstall_default_pip_conflict) ... ok test_basic_bootstrapping (test.test_ensurepip.TestBootstrap.test_basic_bootstrapping) ... ok test_bootstrapping_with_alt_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_alt_install) ... ok test_bootstrapping_with_default_pip (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_default_pip) ... ok test_bootstrapping_with_regular_install (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_regular_install) ... ok test_bootstrapping_with_root (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_root) ... ok test_bootstrapping_with_upgrade (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_upgrade) ... ok test_bootstrapping_with_user (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_user) ... ok test_bootstrapping_with_verbosity_1 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_1) ... ok test_bootstrapping_with_verbosity_2 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_2) ... ok test_bootstrapping_with_verbosity_3 (test.test_ensurepip.TestBootstrap.test_bootstrapping_with_verbosity_3) ... ok test_pip_config_file_disabled (test.test_ensurepip.TestBootstrap.test_pip_config_file_disabled) ... ok test_pip_environment_variables_removed (test.test_ensurepip.TestBootstrap.test_pip_environment_variables_removed) ... ok test_basic_bootstrapping (test.test_ensurepip.TestBootstrappingMainFunction.test_basic_bootstrapping) ... ok test_bootstrap_version (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrap_version) ... ok test_bootstrapping_error_code (test.test_ensurepip.TestBootstrappingMainFunction.test_bootstrapping_error_code) ... ok test_get_packages_no_dir (test.test_ensurepip.TestPackages.test_get_packages_no_dir) ... ok test_get_packages_with_dir (test.test_ensurepip.TestPackages.test_get_packages_with_dir) ... ok test_version (test.test_ensurepip.TestPackages.test_version) ... ok test_pip_config_file_disabled (test.test_ensurepip.TestUninstall.test_pip_config_file_disabled) ... ok test_pip_environment_variables_removed (test.test_ensurepip.TestUninstall.test_pip_environment_variables_removed) ... ok test_uninstall (test.test_ensurepip.TestUninstall.test_uninstall) ... ok test_uninstall_skipped_when_not_installed (test.test_ensurepip.TestUninstall.test_uninstall_skipped_when_not_installed) ... ok test_uninstall_skipped_with_warning_for_wrong_version (test.test_ensurepip.TestUninstall.test_uninstall_skipped_with_warning_for_wrong_version) ... ok test_uninstall_with_verbosity_1 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_1) ... ok test_uninstall_with_verbosity_2 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_2) ... ok test_uninstall_with_verbosity_3 (test.test_ensurepip.TestUninstall.test_uninstall_with_verbosity_3) ... ok test_basic_uninstall (test.test_ensurepip.TestUninstallationMainFunction.test_basic_uninstall) ... ok test_uninstall_error_code (test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_error_code) ... ok test_uninstall_version (test.test_ensurepip.TestUninstallationMainFunction.test_uninstall_version) ... ok ---------------------------------------------------------------------- Ran 30 tests in 0.042s OK 0:05:42 load avg: 0.88 [124/432/1] test_enum test__all__ (test.test_enum.MiscTestCase.test__all__) ... ok test_doc_1 (test.test_enum.MiscTestCase.test_doc_1) ... ok test_doc_2 (test.test_enum.MiscTestCase.test_doc_2) ... ok test_doc_3 (test.test_enum.MiscTestCase.test_doc_3) ... ok test_doc_4 (test.test_enum.MiscTestCase.test_doc_4) ... ok test_aliases (test.test_enum.OldTestFlag.test_aliases) ... ok test_and (test.test_enum.OldTestFlag.test_and) ... ok test_auto_number (test.test_enum.OldTestFlag.test_auto_number) ... ok test_auto_number_garbage (test.test_enum.OldTestFlag.test_auto_number_garbage) ... ok test_bool (test.test_enum.OldTestFlag.test_bool) ... ok test_boundary (test.test_enum.OldTestFlag.test_boundary) ... ok test_contains_er (test.test_enum.OldTestFlag.test_contains_er) ... ok test_contains_tf (test.test_enum.OldTestFlag.test_contains_tf) ... skipped '__contains__ only works with enum memmbers before 3.12' test_duplicate_auto (test.test_enum.OldTestFlag.test_duplicate_auto) ... ok test_init_subclass (test.test_enum.OldTestFlag.test_init_subclass) ... ok test_iter (test.test_enum.OldTestFlag.test_iter) ... ok test_member_contains (test.test_enum.OldTestFlag.test_member_contains) ... ok test_member_iter (test.test_enum.OldTestFlag.test_member_iter) ... ok test_member_length (test.test_enum.OldTestFlag.test_member_length) ... ok test_multiple_mixin (test.test_enum.OldTestFlag.test_multiple_mixin) ... ok test_number_reset_and_order_cleanup (test.test_enum.OldTestFlag.test_number_reset_and_order_cleanup) ... ok test_or (test.test_enum.OldTestFlag.test_or) ... ok test_pickle (test.test_enum.OldTestFlag.test_pickle) ... ok test_programatic_function_from_dict (test.test_enum.OldTestFlag.test_programatic_function_from_dict) ... ok test_programatic_function_iterable (test.test_enum.OldTestFlag.test_programatic_function_iterable) ... ok test_programatic_function_string (test.test_enum.OldTestFlag.test_programatic_function_string) ... ok test_programatic_function_string_list (test.test_enum.OldTestFlag.test_programatic_function_string_list) ... ok test_programatic_function_string_with_start (test.test_enum.OldTestFlag.test_programatic_function_string_with_start) ... ok test_unique_composite (test.test_enum.OldTestFlag.test_unique_composite) ... ok test_xor (test.test_enum.OldTestFlag.test_xor) ... ok test_aliases (test.test_enum.OldTestIntFlag.test_aliases) ... ok test_and (test.test_enum.OldTestIntFlag.test_and) ... ok test_bool (test.test_enum.OldTestIntFlag.test_bool) ... ok test_boundary (test.test_enum.OldTestIntFlag.test_boundary) ... ok test_contains_er (test.test_enum.OldTestIntFlag.test_contains_er) ... ok test_contains_tf (test.test_enum.OldTestIntFlag.test_contains_tf) ... skipped '__contains__ only works with enum memmbers before 3.12' test_format (test.test_enum.OldTestIntFlag.test_format) ... ok test_global_enum_str (test.test_enum.OldTestIntFlag.test_global_enum_str) ... ok test_global_repr_conform1 (test.test_enum.OldTestIntFlag.test_global_repr_conform1) ... ok test_global_repr_keep (test.test_enum.OldTestIntFlag.test_global_repr_keep) ... ok test_invert (test.test_enum.OldTestIntFlag.test_invert) ... ok test_iter (test.test_enum.OldTestIntFlag.test_iter) ... ok test_member_contains (test.test_enum.OldTestIntFlag.test_member_contains) ... ok test_member_iter (test.test_enum.OldTestIntFlag.test_member_iter) ... ok test_member_length (test.test_enum.OldTestIntFlag.test_member_length) ... ok test_multiple_mixin (test.test_enum.OldTestIntFlag.test_multiple_mixin) ... ok test_or (test.test_enum.OldTestIntFlag.test_or) ... ok test_programatic_function_from_dict (test.test_enum.OldTestIntFlag.test_programatic_function_from_dict) ... ok test_programatic_function_from_empty_list (test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_list) ... ok test_programatic_function_from_empty_tuple (test.test_enum.OldTestIntFlag.test_programatic_function_from_empty_tuple) ... ok test_programatic_function_iterable (test.test_enum.OldTestIntFlag.test_programatic_function_iterable) ... ok test_programatic_function_string (test.test_enum.OldTestIntFlag.test_programatic_function_string) ... ok test_programatic_function_string_list (test.test_enum.OldTestIntFlag.test_programatic_function_string_list) ... ok test_programatic_function_string_with_start (test.test_enum.OldTestIntFlag.test_programatic_function_string_with_start) ... ok test_type (test.test_enum.OldTestIntFlag.test_type) ... ok test_unique_composite (test.test_enum.OldTestIntFlag.test_unique_composite) ... ok test_xor (test.test_enum.OldTestIntFlag.test_xor) ... ok test_convert_complex (test.test_enum.TestConvert.test_convert_complex) ... ok test_convert_int (test.test_enum.TestConvert.test_convert_int) ... ok test_convert_raise (test.test_enum.TestConvert.test_convert_raise) ... ok test_convert_repr_and_str (test.test_enum.TestConvert.test_convert_repr_and_str) ... ok test_convert_str (test.test_enum.TestConvert.test_convert_str) ... ok test_convert_uncomparable (test.test_enum.TestConvert.test_convert_uncomparable) ... ok test_convert_value_lookup_priority (test.test_enum.TestConvert.test_convert_value_lookup_priority) ... ok test_empty_string (test.test_enum.TestEmptyAndNonLatinStrings.test_empty_string) ... ok test_non_latin_character_string (test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_character_string) ... ok test_non_latin_number_string (test.test_enum.TestEmptyAndNonLatinStrings.test_non_latin_number_string) ... ok test_dunder (test.test_enum.TestHelpers.test_dunder) ... ok test_is_descriptor (test.test_enum.TestHelpers.test_is_descriptor) ... ok test_is_private (test.test_enum.TestHelpers.test_is_private) ... ok test_iter_bits_lsb (test.test_enum.TestHelpers.test_iter_bits_lsb) ... ok test_sunder (test.test_enum.TestHelpers.test_sunder) ... ok test_attribute_deletion (test.test_enum.TestIntEnum.test_attribute_deletion) ... ok test_basics (test.test_enum.TestIntEnum.test_basics) ... ok test_bool_is_true (test.test_enum.TestIntEnum.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestIntEnum.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestIntEnum.test_contains_er) ... ok test_contains_tf (test.test_enum.TestIntEnum.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_copy (test.test_enum.TestIntEnum.test_copy) ... ok test_copy_member (test.test_enum.TestIntEnum.test_copy_member) ... ok test_dir_on_class (test.test_enum.TestIntEnum.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestIntEnum.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntEnum.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntEnum.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestIntEnum.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestIntEnum.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestIntEnum.test_format) ... ok test_format_specs (test.test_enum.TestIntEnum.test_format_specs) ... ok test_hash (test.test_enum.TestIntEnum.test_hash) ... ok test_inherited_repr (test.test_enum.TestIntEnum.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestIntEnum.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestIntEnum.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestIntEnum.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestIntEnum.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestIntEnum.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestIntEnum.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestIntEnum.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestIntEnum.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestIntEnum.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestIntEnum.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestIntEnum.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestIntEnum.test_repr) ... ok test_repr_override (test.test_enum.TestIntEnum.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestIntEnum.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestIntEnum.test_str) ... ok test_attribute_deletion (test.test_enum.TestIntFlag.test_attribute_deletion) ... ok test_basics (test.test_enum.TestIntFlag.test_basics) ... ok test_bool_is_true (test.test_enum.TestIntFlag.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestIntFlag.test_changing_member_fails) ... ok test_closed_invert_expectations (test.test_enum.TestIntFlag.test_closed_invert_expectations) ... ok test_contains_er (test.test_enum.TestIntFlag.test_contains_er) ... ok test_contains_tf (test.test_enum.TestIntFlag.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_copy (test.test_enum.TestIntFlag.test_copy) ... ok test_copy_member (test.test_enum.TestIntFlag.test_copy_member) ... ok test_default_missing_with_wrong_type_value (test.test_enum.TestIntFlag.test_default_missing_with_wrong_type_value) ... ok test_dir_on_class (test.test_enum.TestIntFlag.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestIntFlag.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestIntFlag.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestIntFlag.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestIntFlag.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestIntFlag.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestIntFlag.test_format) ... ok test_format_specs (test.test_enum.TestIntFlag.test_format_specs) ... ok test_hash (test.test_enum.TestIntFlag.test_hash) ... ok test_inherited_repr (test.test_enum.TestIntFlag.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestIntFlag.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestIntFlag.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestIntFlag.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_open_invert_expectations (test.test_enum.TestIntFlag.test_open_invert_expectations) ... ok test_overridden_format (test.test_enum.TestIntFlag.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestIntFlag.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestIntFlag.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestIntFlag.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestIntFlag.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestIntFlag.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestIntFlag.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestIntFlag.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestIntFlag.test_repr) ... ok test_repr_override (test.test_enum.TestIntFlag.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestIntFlag.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestIntFlag.test_str) ... ok test_auto_garbage_corrected_fail (test.test_enum.TestInternals.test_auto_garbage_corrected_fail) ... skipped 'mixed types with auto() will raise in 3.13' test_auto_garbage_corrected_ok (test.test_enum.TestInternals.test_auto_garbage_corrected_ok) ... ok test_auto_garbage_fail (test.test_enum.TestInternals.test_auto_garbage_fail) ... skipped 'mixed types with auto() will raise in 3.13' test_auto_garbage_ok (test.test_enum.TestInternals.test_auto_garbage_ok) ... ok test_auto_name (test.test_enum.TestInternals.test_auto_name) ... ok test_auto_name_inherit (test.test_enum.TestInternals.test_auto_name_inherit) ... ok test_auto_number (test.test_enum.TestInternals.test_auto_number) ... ok test_auto_order (test.test_enum.TestInternals.test_auto_order) ... ok test_auto_order_wierd (test.test_enum.TestInternals.test_auto_order_wierd) ... ok test_auto_with_aliases (test.test_enum.TestInternals.test_auto_with_aliases) ... skipped 'auto() will return highest value + 1 in 3.13' test_dunder (test.test_enum.TestInternals.test_dunder) ... ok test_duplicate_auto (test.test_enum.TestInternals.test_duplicate_auto) ... ok test_is_private (test.test_enum.TestInternals.test_is_private) ... ok test_multiple_auto_on_line (test.test_enum.TestInternals.test_multiple_auto_on_line) ... ok test_sunder (test.test_enum.TestInternals.test_sunder) ... ok test_attribute_deletion (test.test_enum.TestMinimalDate.test_attribute_deletion) ... ok test_basics (test.test_enum.TestMinimalDate.test_basics) ... ok test_bool_is_true (test.test_enum.TestMinimalDate.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestMinimalDate.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestMinimalDate.test_contains_er) ... ok test_contains_tf (test.test_enum.TestMinimalDate.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_copy (test.test_enum.TestMinimalDate.test_copy) ... ok test_copy_member (test.test_enum.TestMinimalDate.test_copy_member) ... ok test_dir_on_class (test.test_enum.TestMinimalDate.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestMinimalDate.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalDate.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalDate.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestMinimalDate.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestMinimalDate.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestMinimalDate.test_format) ... ok test_format_specs (test.test_enum.TestMinimalDate.test_format_specs) ... ok test_hash (test.test_enum.TestMinimalDate.test_hash) ... ok test_inherited_repr (test.test_enum.TestMinimalDate.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestMinimalDate.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestMinimalDate.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestMinimalDate.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestMinimalDate.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestMinimalDate.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestMinimalDate.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestMinimalDate.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestMinimalDate.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestMinimalDate.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestMinimalDate.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestMinimalDate.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestMinimalDate.test_repr) ... ok test_repr_override (test.test_enum.TestMinimalDate.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestMinimalDate.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestMinimalDate.test_str) ... ok test_attribute_deletion (test.test_enum.TestMinimalFloat.test_attribute_deletion) ... ok test_basics (test.test_enum.TestMinimalFloat.test_basics) ... ok test_bool_is_true (test.test_enum.TestMinimalFloat.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestMinimalFloat.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestMinimalFloat.test_contains_er) ... ok test_contains_tf (test.test_enum.TestMinimalFloat.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_copy (test.test_enum.TestMinimalFloat.test_copy) ... ok test_copy_member (test.test_enum.TestMinimalFloat.test_copy_member) ... ok test_dir_on_class (test.test_enum.TestMinimalFloat.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestMinimalFloat.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMinimalFloat.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMinimalFloat.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestMinimalFloat.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestMinimalFloat.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestMinimalFloat.test_format) ... ok test_format_specs (test.test_enum.TestMinimalFloat.test_format_specs) ... ok test_hash (test.test_enum.TestMinimalFloat.test_hash) ... ok test_inherited_repr (test.test_enum.TestMinimalFloat.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestMinimalFloat.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestMinimalFloat.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestMinimalFloat.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestMinimalFloat.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestMinimalFloat.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestMinimalFloat.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestMinimalFloat.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestMinimalFloat.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestMinimalFloat.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestMinimalFloat.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestMinimalFloat.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestMinimalFloat.test_repr) ... ok test_repr_override (test.test_enum.TestMinimalFloat.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestMinimalFloat.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestMinimalFloat.test_str) ... ok test_attribute_deletion (test.test_enum.TestMixedDate.test_attribute_deletion) ... ok test_basics (test.test_enum.TestMixedDate.test_basics) ... ok test_bool_is_true (test.test_enum.TestMixedDate.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestMixedDate.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestMixedDate.test_contains_er) ... ok test_contains_tf (test.test_enum.TestMixedDate.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_dir_on_class (test.test_enum.TestMixedDate.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestMixedDate.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedDate.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedDate.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestMixedDate.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestMixedDate.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestMixedDate.test_format) ... ok test_format_specs (test.test_enum.TestMixedDate.test_format_specs) ... ok test_hash (test.test_enum.TestMixedDate.test_hash) ... ok test_inherited_repr (test.test_enum.TestMixedDate.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestMixedDate.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestMixedDate.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestMixedDate.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestMixedDate.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestMixedDate.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestMixedDate.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestMixedDate.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestMixedDate.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestMixedDate.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestMixedDate.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestMixedDate.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestMixedDate.test_repr) ... ok test_repr_override (test.test_enum.TestMixedDate.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestMixedDate.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestMixedDate.test_str) ... ok test_attribute_deletion (test.test_enum.TestMixedFloat.test_attribute_deletion) ... ok test_basics (test.test_enum.TestMixedFloat.test_basics) ... ok test_bool_is_true (test.test_enum.TestMixedFloat.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestMixedFloat.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestMixedFloat.test_contains_er) ... ok test_contains_tf (test.test_enum.TestMixedFloat.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_dir_on_class (test.test_enum.TestMixedFloat.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestMixedFloat.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedFloat.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedFloat.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestMixedFloat.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestMixedFloat.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestMixedFloat.test_format) ... ok test_format_specs (test.test_enum.TestMixedFloat.test_format_specs) ... ok test_hash (test.test_enum.TestMixedFloat.test_hash) ... ok test_inherited_repr (test.test_enum.TestMixedFloat.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestMixedFloat.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestMixedFloat.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestMixedFloat.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestMixedFloat.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestMixedFloat.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestMixedFloat.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestMixedFloat.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestMixedFloat.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestMixedFloat.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestMixedFloat.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestMixedFloat.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestMixedFloat.test_repr) ... ok test_repr_override (test.test_enum.TestMixedFloat.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestMixedFloat.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestMixedFloat.test_str) ... ok test_attribute_deletion (test.test_enum.TestMixedInt.test_attribute_deletion) ... ok test_basics (test.test_enum.TestMixedInt.test_basics) ... ok test_bool_is_true (test.test_enum.TestMixedInt.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestMixedInt.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestMixedInt.test_contains_er) ... ok test_contains_tf (test.test_enum.TestMixedInt.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_dir_on_class (test.test_enum.TestMixedInt.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestMixedInt.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedInt.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedInt.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestMixedInt.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestMixedInt.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestMixedInt.test_format) ... ok test_format_specs (test.test_enum.TestMixedInt.test_format_specs) ... ok test_hash (test.test_enum.TestMixedInt.test_hash) ... ok test_inherited_repr (test.test_enum.TestMixedInt.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestMixedInt.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestMixedInt.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestMixedInt.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestMixedInt.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestMixedInt.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestMixedInt.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestMixedInt.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestMixedInt.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestMixedInt.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestMixedInt.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestMixedInt.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestMixedInt.test_repr) ... ok test_repr_override (test.test_enum.TestMixedInt.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestMixedInt.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestMixedInt.test_str) ... ok test_attribute_deletion (test.test_enum.TestMixedIntFlag.test_attribute_deletion) ... ok test_basics (test.test_enum.TestMixedIntFlag.test_basics) ... ok test_bool_is_true (test.test_enum.TestMixedIntFlag.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestMixedIntFlag.test_changing_member_fails) ... ok test_closed_invert_expectations (test.test_enum.TestMixedIntFlag.test_closed_invert_expectations) ... ok test_contains_er (test.test_enum.TestMixedIntFlag.test_contains_er) ... ok test_contains_tf (test.test_enum.TestMixedIntFlag.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_default_missing_with_wrong_type_value (test.test_enum.TestMixedIntFlag.test_default_missing_with_wrong_type_value) ... ok test_dir_on_class (test.test_enum.TestMixedIntFlag.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestMixedIntFlag.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedIntFlag.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedIntFlag.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestMixedIntFlag.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestMixedIntFlag.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestMixedIntFlag.test_format) ... ok test_format_specs (test.test_enum.TestMixedIntFlag.test_format_specs) ... ok test_hash (test.test_enum.TestMixedIntFlag.test_hash) ... ok test_inherited_repr (test.test_enum.TestMixedIntFlag.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestMixedIntFlag.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestMixedIntFlag.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestMixedIntFlag.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_open_invert_expectations (test.test_enum.TestMixedIntFlag.test_open_invert_expectations) ... ok test_overridden_format (test.test_enum.TestMixedIntFlag.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestMixedIntFlag.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestMixedIntFlag.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestMixedIntFlag.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestMixedIntFlag.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestMixedIntFlag.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestMixedIntFlag.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestMixedIntFlag.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestMixedIntFlag.test_repr) ... ok test_repr_override (test.test_enum.TestMixedIntFlag.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestMixedIntFlag.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestMixedIntFlag.test_str) ... ok test_attribute_deletion (test.test_enum.TestMixedStr.test_attribute_deletion) ... ok test_basics (test.test_enum.TestMixedStr.test_basics) ... ok test_bool_is_true (test.test_enum.TestMixedStr.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestMixedStr.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestMixedStr.test_contains_er) ... ok test_contains_tf (test.test_enum.TestMixedStr.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_dir_on_class (test.test_enum.TestMixedStr.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestMixedStr.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestMixedStr.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestMixedStr.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestMixedStr.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestMixedStr.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestMixedStr.test_format) ... ok test_format_specs (test.test_enum.TestMixedStr.test_format_specs) ... ok test_hash (test.test_enum.TestMixedStr.test_hash) ... ok test_inherited_repr (test.test_enum.TestMixedStr.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestMixedStr.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestMixedStr.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestMixedStr.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestMixedStr.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestMixedStr.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestMixedStr.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestMixedStr.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestMixedStr.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestMixedStr.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestMixedStr.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestMixedStr.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestMixedStr.test_repr) ... ok test_repr_override (test.test_enum.TestMixedStr.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestMixedStr.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestMixedStr.test_str) ... ok test_enum_has_extra_members (test.test_enum.TestOrder.test_enum_has_extra_members) ... ok test_enum_has_extra_members_with_aliases (test.test_enum.TestOrder.test_enum_has_extra_members_with_aliases) ... ok test_order_has_extra_members (test.test_enum.TestOrder.test_order_has_extra_members) ... ok test_order_has_extra_members_with_aliases (test.test_enum.TestOrder.test_order_has_extra_members_with_aliases) ... ok test_same_members (test.test_enum.TestOrder.test_same_members) ... ok test_same_members_with_aliases (test.test_enum.TestOrder.test_same_members_with_aliases) ... ok test_same_members_wrong_order (test.test_enum.TestOrder.test_same_members_wrong_order) ... ok test_attribute_deletion (test.test_enum.TestPlainEnum.test_attribute_deletion) ... ok test_basics (test.test_enum.TestPlainEnum.test_basics) ... ok test_bool_is_true (test.test_enum.TestPlainEnum.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestPlainEnum.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestPlainEnum.test_contains_er) ... ok test_contains_tf (test.test_enum.TestPlainEnum.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_dir_on_class (test.test_enum.TestPlainEnum.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestPlainEnum.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainEnum.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainEnum.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestPlainEnum.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestPlainEnum.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestPlainEnum.test_format) ... ok test_format_specs (test.test_enum.TestPlainEnum.test_format_specs) ... ok test_hash (test.test_enum.TestPlainEnum.test_hash) ... ok test_inherited_repr (test.test_enum.TestPlainEnum.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestPlainEnum.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestPlainEnum.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestPlainEnum.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestPlainEnum.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestPlainEnum.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestPlainEnum.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestPlainEnum.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestPlainEnum.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestPlainEnum.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestPlainEnum.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestPlainEnum.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestPlainEnum.test_repr) ... ok test_repr_override (test.test_enum.TestPlainEnum.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestPlainEnum.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestPlainEnum.test_str) ... ok test_attribute_deletion (test.test_enum.TestPlainFlag.test_attribute_deletion) ... ok test_basics (test.test_enum.TestPlainFlag.test_basics) ... ok test_bool_is_true (test.test_enum.TestPlainFlag.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestPlainFlag.test_changing_member_fails) ... ok test_closed_invert_expectations (test.test_enum.TestPlainFlag.test_closed_invert_expectations) ... ok test_contains_er (test.test_enum.TestPlainFlag.test_contains_er) ... ok test_contains_tf (test.test_enum.TestPlainFlag.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_default_missing_with_wrong_type_value (test.test_enum.TestPlainFlag.test_default_missing_with_wrong_type_value) ... ok test_dir_on_class (test.test_enum.TestPlainFlag.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestPlainFlag.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestPlainFlag.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestPlainFlag.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestPlainFlag.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestPlainFlag.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestPlainFlag.test_format) ... ok test_format_specs (test.test_enum.TestPlainFlag.test_format_specs) ... ok test_hash (test.test_enum.TestPlainFlag.test_hash) ... ok test_inherited_repr (test.test_enum.TestPlainFlag.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestPlainFlag.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestPlainFlag.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestPlainFlag.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_open_invert_expectations (test.test_enum.TestPlainFlag.test_open_invert_expectations) ... ok test_overridden_format (test.test_enum.TestPlainFlag.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestPlainFlag.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestPlainFlag.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestPlainFlag.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestPlainFlag.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestPlainFlag.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestPlainFlag.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestPlainFlag.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestPlainFlag.test_repr) ... ok test_repr_override (test.test_enum.TestPlainFlag.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestPlainFlag.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestPlainFlag.test_str) ... ok test_bool (test.test_enum.TestSpecial.test_bool) ... ok test_comparisons (test.test_enum.TestSpecial.test_comparisons) ... ok test_conflicting_types_resolved_in_new (test.test_enum.TestSpecial.test_conflicting_types_resolved_in_new) ... ok test_custom_flag_bitwise (test.test_enum.TestSpecial.test_custom_flag_bitwise) ... ok test_custom_strenum (test.test_enum.TestSpecial.test_custom_strenum) ... ok test_default_missing_no_chained_exception (test.test_enum.TestSpecial.test_default_missing_no_chained_exception) ... ok test_dir_with_custom_dunders (test.test_enum.TestSpecial.test_dir_with_custom_dunders) ... skipped 'to-do list' test_duplicate_name_error (test.test_enum.TestSpecial.test_duplicate_name_error) ... ok test_duplicate_values_give_unique_enum_items (test.test_enum.TestSpecial.test_duplicate_values_give_unique_enum_items) ... ok test_dynamic_members_with_static_methods (test.test_enum.TestSpecial.test_dynamic_members_with_static_methods) ... ok test_empty_globals (test.test_enum.TestSpecial.test_empty_globals) ... ok test_enum_function_with_qualname (test.test_enum.TestSpecial.test_enum_function_with_qualname) ... ok test_enum_of_generic_aliases (test.test_enum.TestSpecial.test_enum_of_generic_aliases) ... ok test_enum_of_types (test.test_enum.TestSpecial.test_enum_of_types) Support using Enum to refer to types deliberately. ... ok test_enum_of_types_with_nonmember (test.test_enum.TestSpecial.test_enum_of_types_with_nonmember) Support using Enum to refer to types deliberately. ... ok test_enum_with_value_name (test.test_enum.TestSpecial.test_enum_with_value_name) ... ok test_equality (test.test_enum.TestSpecial.test_equality) ... ok test_exclude_methods (test.test_enum.TestSpecial.test_exclude_methods) ... ok test_extending (test.test_enum.TestSpecial.test_extending) ... ok test_extending2 (test.test_enum.TestSpecial.test_extending2) ... ok test_extending3 (test.test_enum.TestSpecial.test_extending3) ... ok test_flag_with_custom_new (test.test_enum.TestSpecial.test_flag_with_custom_new) ... ok test_floatenum_fromhex (test.test_enum.TestSpecial.test_floatenum_fromhex) ... ok test_flufl_enum (test.test_enum.TestSpecial.test_flufl_enum) ... ok test_getattr_dunder (test.test_enum.TestSpecial.test_getattr_dunder) ... ok test_getattr_getitem (test.test_enum.TestSpecial.test_getattr_getitem) ... ok test_ignore (test.test_enum.TestSpecial.test_ignore) ... ok test_inherited_data_type (test.test_enum.TestSpecial.test_inherited_data_type) ... ok test_inherited_new_from_enhanced_enum (test.test_enum.TestSpecial.test_inherited_new_from_enhanced_enum) ... ok test_inherited_new_from_mixed_enum (test.test_enum.TestSpecial.test_inherited_new_from_mixed_enum) ... ok test_init (test.test_enum.TestSpecial.test_init) ... ok test_init_exception (test.test_enum.TestSpecial.test_init_exception) ... ok test_int_flags_copy (test.test_enum.TestSpecial.test_int_flags_copy) ... ok test_intenum_from_bytes (test.test_enum.TestSpecial.test_intenum_from_bytes) ... ok test_intenum_transitivity (test.test_enum.TestSpecial.test_intenum_transitivity) ... ok test_introspection (test.test_enum.TestSpecial.test_introspection) ... ok test_iteration_order (test.test_enum.TestSpecial.test_iteration_order) ... ok test_member_from_member_access (test.test_enum.TestSpecial.test_member_from_member_access) ... ok test_missing_exceptions_reset (test.test_enum.TestSpecial.test_missing_exceptions_reset) ... ok test_missing_override (test.test_enum.TestSpecial.test_missing_override) ... ok test_missing_value_error (test.test_enum.TestSpecial.test_missing_value_error) ... ok test_mixed_enum_in_call_1 (test.test_enum.TestSpecial.test_mixed_enum_in_call_1) ... ok test_mixed_enum_in_call_2 (test.test_enum.TestSpecial.test_mixed_enum_in_call_2) ... ok test_multiple_inherited_mixin (test.test_enum.TestSpecial.test_multiple_inherited_mixin) ... ok test_multiple_mixin (test.test_enum.TestSpecial.test_multiple_mixin) ... ok test_multiple_mixin_inherited (test.test_enum.TestSpecial.test_multiple_mixin_inherited) ... ok test_multiple_mixin_mro (test.test_enum.TestSpecial.test_multiple_mixin_mro) ... ok test_multiple_mixin_with_common_data_type (test.test_enum.TestSpecial.test_multiple_mixin_with_common_data_type) ... ok test_namedtuple_as_value (test.test_enum.TestSpecial.test_namedtuple_as_value) ... ok test_nested_classes_in_enum_are_members (test.test_enum.TestSpecial.test_nested_classes_in_enum_are_members) Check for warnings pre-3.13 ... ok test_nested_classes_in_enum_are_not_members (test.test_enum.TestSpecial.test_nested_classes_in_enum_are_not_members) Support locally-defined nested classes. ... skipped 'inner classes are still members' test_nested_classes_in_enum_with_member (test.test_enum.TestSpecial.test_nested_classes_in_enum_with_member) Support locally-defined nested classes. ... ok test_nested_classes_in_enum_with_nonmember (test.test_enum.TestSpecial.test_nested_classes_in_enum_with_nonmember) ... ok test_no_duplicates (test.test_enum.TestSpecial.test_no_duplicates) ... ok test_no_such_enum_member (test.test_enum.TestSpecial.test_no_such_enum_member) ... ok test_nonhash_value (test.test_enum.TestSpecial.test_nonhash_value) ... ok test_ordered_mixin (test.test_enum.TestSpecial.test_ordered_mixin) ... ok test_pickle_by_name (test.test_enum.TestSpecial.test_pickle_by_name) ... ok test_pickle_enum (test.test_enum.TestSpecial.test_pickle_enum) ... ok test_pickle_enum_function (test.test_enum.TestSpecial.test_pickle_enum_function) ... ok test_pickle_enum_function_with_module (test.test_enum.TestSpecial.test_pickle_enum_function_with_module) ... ok test_pickle_explodes (test.test_enum.TestSpecial.test_pickle_explodes) ... ok test_pickle_float (test.test_enum.TestSpecial.test_pickle_float) ... ok test_pickle_int (test.test_enum.TestSpecial.test_pickle_int) ... ok test_pickle_nested_class (test.test_enum.TestSpecial.test_pickle_nested_class) ... ok test_private_variable_is_normal_attribute (test.test_enum.TestSpecial.test_private_variable_is_normal_attribute) ... ok test_programmatic_function_string_list_with_start (test.test_enum.TestSpecial.test_programmatic_function_string_list_with_start) ... ok test_programmatic_function_string_with_start (test.test_enum.TestSpecial.test_programmatic_function_string_with_start) ... ok test_programmatic_function_type (test.test_enum.TestSpecial.test_programmatic_function_type) ... ok test_programmatic_function_type_from_subclass (test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass) ... ok test_programmatic_function_type_from_subclass_with_start (test.test_enum.TestSpecial.test_programmatic_function_type_from_subclass_with_start) ... ok test_programmatic_function_type_with_start (test.test_enum.TestSpecial.test_programmatic_function_type_with_start) ... ok test_repr_and_str_with_no_init_mixin (test.test_enum.TestSpecial.test_repr_and_str_with_no_init_mixin) ... ok test_repr_with_dataclass (test.test_enum.TestSpecial.test_repr_with_dataclass) ensure dataclass-mixin has correct repr() ... ok test_repr_with_init_mixin (test.test_enum.TestSpecial.test_repr_with_init_mixin) ... ok test_reserved_sunder_error (test.test_enum.TestSpecial.test_reserved_sunder_error) ... ok test_strenum (test.test_enum.TestSpecial.test_strenum) ... ok test_string_enum (test.test_enum.TestSpecial.test_string_enum) ... ok test_subclass_duplicate_name (test.test_enum.TestSpecial.test_subclass_duplicate_name) ... ok test_subclass_duplicate_name_dynamic (test.test_enum.TestSpecial.test_subclass_duplicate_name_dynamic) ... ok test_subclasses_with_direct_pickle_support (test.test_enum.TestSpecial.test_subclasses_with_direct_pickle_support) ... ok test_subclasses_with_getnewargs (test.test_enum.TestSpecial.test_subclasses_with_getnewargs) ... ok test_subclasses_with_getnewargs_ex (test.test_enum.TestSpecial.test_subclasses_with_getnewargs_ex) ... ok test_subclasses_with_reduce (test.test_enum.TestSpecial.test_subclasses_with_reduce) ... ok test_subclasses_with_reduce_ex (test.test_enum.TestSpecial.test_subclasses_with_reduce_ex) ... ok test_subclasses_without_direct_pickle_support (test.test_enum.TestSpecial.test_subclasses_without_direct_pickle_support) ... ok test_subclassing (test.test_enum.TestSpecial.test_subclassing) ... ok test_too_many_data_types (test.test_enum.TestSpecial.test_too_many_data_types) ... ok test_tuple_subclass (test.test_enum.TestSpecial.test_tuple_subclass) ... ok test_value_backup_assign (test.test_enum.TestSpecial.test_value_backup_assign) ... ok test_wrong_enum_in_call (test.test_enum.TestSpecial.test_wrong_enum_in_call) ... ok test_wrong_enum_in_mixed_call (test.test_enum.TestSpecial.test_wrong_enum_in_mixed_call) ... ok test_wrong_inheritance_order (test.test_enum.TestSpecial.test_wrong_inheritance_order) ... ok test_inspect_classify_class_attrs (test.test_enum.TestStdLib.test_inspect_classify_class_attrs) ... ok test_inspect_getmembers (test.test_enum.TestStdLib.test_inspect_getmembers) ... ok test_pydoc (test.test_enum.TestStdLib.test_pydoc) ... ok test_test_simple_enum (test.test_enum.TestStdLib.test_test_simple_enum) ... ok test_attribute_deletion (test.test_enum.TestStrEnum.test_attribute_deletion) ... ok test_basics (test.test_enum.TestStrEnum.test_basics) ... ok test_bool_is_true (test.test_enum.TestStrEnum.test_bool_is_true) ... ok test_changing_member_fails (test.test_enum.TestStrEnum.test_changing_member_fails) ... ok test_contains_er (test.test_enum.TestStrEnum.test_contains_er) ... ok test_contains_tf (test.test_enum.TestStrEnum.test_contains_tf) ... skipped '__contains__ works only with enum memmbers before 3.12' test_copy (test.test_enum.TestStrEnum.test_copy) ... ok test_copy_member (test.test_enum.TestStrEnum.test_copy_member) ... ok test_dir_on_class (test.test_enum.TestStrEnum.test_dir_on_class) ... ok test_dir_on_item (test.test_enum.TestStrEnum.test_dir_on_item) ... ok test_dir_on_sub_with_behavior_including_instance_dict_on_super (test.test_enum.TestStrEnum.test_dir_on_sub_with_behavior_including_instance_dict_on_super) ... ok test_dir_on_sub_with_behavior_on_super (test.test_enum.TestStrEnum.test_dir_on_sub_with_behavior_on_super) ... ok test_dir_with_added_behavior (test.test_enum.TestStrEnum.test_dir_with_added_behavior) ... ok test_enum_in_enum_out (test.test_enum.TestStrEnum.test_enum_in_enum_out) ... ok test_format (test.test_enum.TestStrEnum.test_format) ... ok test_format_specs (test.test_enum.TestStrEnum.test_format_specs) ... ok test_hash (test.test_enum.TestStrEnum.test_hash) ... ok test_inherited_repr (test.test_enum.TestStrEnum.test_inherited_repr) ... ok test_invalid_names (test.test_enum.TestStrEnum.test_invalid_names) ... ok test_multiple_superclasses_repr (test.test_enum.TestStrEnum.test_multiple_superclasses_repr) ... ok test_object_str_override (test.test_enum.TestStrEnum.test_object_str_override) check that setting __str__ to object's is not reset to Enum's ... ok test_overridden_format (test.test_enum.TestStrEnum.test_overridden_format) ... ok test_overridden_str (test.test_enum.TestStrEnum.test_overridden_str) ... ok test_overridden_str_format (test.test_enum.TestStrEnum.test_overridden_str_format) ... ok test_overridden_str_format_inherited (test.test_enum.TestStrEnum.test_overridden_str_format_inherited) ... ok test_programmatic_function_from_dict (test.test_enum.TestStrEnum.test_programmatic_function_from_dict) ... ok test_programmatic_function_iterable (test.test_enum.TestStrEnum.test_programmatic_function_iterable) ... ok test_programmatic_function_string (test.test_enum.TestStrEnum.test_programmatic_function_string) ... ok test_programmatic_function_string_list (test.test_enum.TestStrEnum.test_programmatic_function_string_list) ... ok test_repr (test.test_enum.TestStrEnum.test_repr) ... ok test_repr_override (test.test_enum.TestStrEnum.test_repr_override) ... ok test_reversed_iteration_order (test.test_enum.TestStrEnum.test_reversed_iteration_order) ... ok test_str (test.test_enum.TestStrEnum.test_str) ... ok test_unique_clean (test.test_enum.TestUnique.test_unique_clean) ... ok test_unique_dirty (test.test_enum.TestUnique.test_unique_dirty) ... ok test_unique_with_name (test.test_enum.TestUnique.test_unique_with_name) ... ok test_composite (test.test_enum.TestVerify.test_composite) ... ok test_continuous (test.test_enum.TestVerify.test_continuous) ... ok test_negative_alias (test.test_enum.TestVerify.test_negative_alias) ... ok test_unique_clean (test.test_enum.TestVerify.test_unique_clean) ... ok test_unique_dirty (test.test_enum.TestVerify.test_unique_dirty) ... ok test_unique_with_name (test.test_enum.TestVerify.test_unique_with_name) ... ok Enum (enum) Doctest: enum.Enum ... ok _simple_enum (enum) Doctest: enum._simple_enum ... ok _test_simple_enum (enum) Doctest: enum._test_simple_enum ... ok bin (enum) Doctest: enum.bin ... ok ---------------------------------------------------------------------- Ran 595 tests in 0.331s OK (skipped=19) 0:05:43 load avg: 0.88 [125/432/1] test_enumerate test_argumentcheck (test.test_enumerate.EnumerateStartTestCase.test_argumentcheck) ... ok test_basicfunction (test.test_enumerate.EnumerateStartTestCase.test_basicfunction) ... ok test_enumerate_result_gc (test.test_enumerate.EnumerateStartTestCase.test_enumerate_result_gc) ... ok test_exception_propagation (test.test_enumerate.EnumerateStartTestCase.test_exception_propagation) ... ok test_getitemseqn (test.test_enumerate.EnumerateStartTestCase.test_getitemseqn) ... ok test_illformediterable (test.test_enumerate.EnumerateStartTestCase.test_illformediterable) ... ok test_iteratorgenerator (test.test_enumerate.EnumerateStartTestCase.test_iteratorgenerator) ... ok test_iteratorseqn (test.test_enumerate.EnumerateStartTestCase.test_iteratorseqn) ... ok test_kwargs (test.test_enumerate.EnumerateStartTestCase.test_kwargs) ... ok test_noniterable (test.test_enumerate.EnumerateStartTestCase.test_noniterable) ... ok test_pickle (test.test_enumerate.EnumerateStartTestCase.test_pickle) ... ok test_tuple_reuse (test.test_enumerate.EnumerateStartTestCase.test_tuple_reuse) ... ok test_argumentcheck (test.test_enumerate.EnumerateTestCase.test_argumentcheck) ... ok test_basicfunction (test.test_enumerate.EnumerateTestCase.test_basicfunction) ... ok test_enumerate_result_gc (test.test_enumerate.EnumerateTestCase.test_enumerate_result_gc) ... ok test_exception_propagation (test.test_enumerate.EnumerateTestCase.test_exception_propagation) ... ok test_getitemseqn (test.test_enumerate.EnumerateTestCase.test_getitemseqn) ... ok test_illformediterable (test.test_enumerate.EnumerateTestCase.test_illformediterable) ... ok test_iteratorgenerator (test.test_enumerate.EnumerateTestCase.test_iteratorgenerator) ... ok test_iteratorseqn (test.test_enumerate.EnumerateTestCase.test_iteratorseqn) ... ok test_kwargs (test.test_enumerate.EnumerateTestCase.test_kwargs) ... ok test_noniterable (test.test_enumerate.EnumerateTestCase.test_noniterable) ... ok test_pickle (test.test_enumerate.EnumerateTestCase.test_pickle) ... ok test_tuple_reuse (test.test_enumerate.EnumerateTestCase.test_tuple_reuse) ... ok test_argumentcheck (test.test_enumerate.SubclassTestCase.test_argumentcheck) ... ok test_basicfunction (test.test_enumerate.SubclassTestCase.test_basicfunction) ... ok test_enumerate_result_gc (test.test_enumerate.SubclassTestCase.test_enumerate_result_gc) ... ok test_exception_propagation (test.test_enumerate.SubclassTestCase.test_exception_propagation) ... ok test_getitemseqn (test.test_enumerate.SubclassTestCase.test_getitemseqn) ... ok test_illformediterable (test.test_enumerate.SubclassTestCase.test_illformediterable) ... ok test_iteratorgenerator (test.test_enumerate.SubclassTestCase.test_iteratorgenerator) ... ok test_iteratorseqn (test.test_enumerate.SubclassTestCase.test_iteratorseqn) ... ok test_kwargs (test.test_enumerate.SubclassTestCase.test_kwargs) ... ok test_noniterable (test.test_enumerate.SubclassTestCase.test_noniterable) ... ok test_pickle (test.test_enumerate.SubclassTestCase.test_pickle) ... ok test_tuple_reuse (test.test_enumerate.SubclassTestCase.test_tuple_reuse) ... ok test_argumentcheck (test.test_enumerate.TestBig.test_argumentcheck) ... ok test_basicfunction (test.test_enumerate.TestBig.test_basicfunction) ... ok test_enumerate_result_gc (test.test_enumerate.TestBig.test_enumerate_result_gc) ... ok test_exception_propagation (test.test_enumerate.TestBig.test_exception_propagation) ... ok test_getitemseqn (test.test_enumerate.TestBig.test_getitemseqn) ... ok test_illformediterable (test.test_enumerate.TestBig.test_illformediterable) ... ok test_iteratorgenerator (test.test_enumerate.TestBig.test_iteratorgenerator) ... ok test_iteratorseqn (test.test_enumerate.TestBig.test_iteratorseqn) ... ok test_kwargs (test.test_enumerate.TestBig.test_kwargs) ... ok test_noniterable (test.test_enumerate.TestBig.test_noniterable) ... ok test_pickle (test.test_enumerate.TestBig.test_pickle) ... ok test_tuple_reuse (test.test_enumerate.TestBig.test_tuple_reuse) ... ok test_argumentcheck (test.test_enumerate.TestEmpty.test_argumentcheck) ... ok test_basicfunction (test.test_enumerate.TestEmpty.test_basicfunction) ... ok test_enumerate_result_gc (test.test_enumerate.TestEmpty.test_enumerate_result_gc) ... ok test_exception_propagation (test.test_enumerate.TestEmpty.test_exception_propagation) ... ok test_getitemseqn (test.test_enumerate.TestEmpty.test_getitemseqn) ... ok test_illformediterable (test.test_enumerate.TestEmpty.test_illformediterable) ... ok test_iteratorgenerator (test.test_enumerate.TestEmpty.test_iteratorgenerator) ... ok test_iteratorseqn (test.test_enumerate.TestEmpty.test_iteratorseqn) ... ok test_kwargs (test.test_enumerate.TestEmpty.test_kwargs) ... ok test_noniterable (test.test_enumerate.TestEmpty.test_noniterable) ... ok test_pickle (test.test_enumerate.TestEmpty.test_pickle) ... ok test_tuple_reuse (test.test_enumerate.TestEmpty.test_tuple_reuse) ... ok test_argumentcheck (test.test_enumerate.TestLongStart.test_argumentcheck) ... ok test_basicfunction (test.test_enumerate.TestLongStart.test_basicfunction) ... ok test_enumerate_result_gc (test.test_enumerate.TestLongStart.test_enumerate_result_gc) ... ok test_exception_propagation (test.test_enumerate.TestLongStart.test_exception_propagation) ... ok test_getitemseqn (test.test_enumerate.TestLongStart.test_getitemseqn) ... ok test_illformediterable (test.test_enumerate.TestLongStart.test_illformediterable) ... ok test_iteratorgenerator (test.test_enumerate.TestLongStart.test_iteratorgenerator) ... ok test_iteratorseqn (test.test_enumerate.TestLongStart.test_iteratorseqn) ... ok test_kwargs (test.test_enumerate.TestLongStart.test_kwargs) ... ok test_noniterable (test.test_enumerate.TestLongStart.test_noniterable) ... ok test_pickle (test.test_enumerate.TestLongStart.test_pickle) ... ok test_tuple_reuse (test.test_enumerate.TestLongStart.test_tuple_reuse) ... ok test_args (test.test_enumerate.TestReversed.test_args) ... ok test_bug1229429 (test.test_enumerate.TestReversed.test_bug1229429) ... ok test_gc (test.test_enumerate.TestReversed.test_gc) ... ok test_len (test.test_enumerate.TestReversed.test_len) ... ok test_objmethods (test.test_enumerate.TestReversed.test_objmethods) ... ok test_pickle (test.test_enumerate.TestReversed.test_pickle) ... ok test_range_optimization (test.test_enumerate.TestReversed.test_range_optimization) ... ok test_simple (test.test_enumerate.TestReversed.test_simple) ... ok test_argumentcheck (test.test_enumerate.TestStart.test_argumentcheck) ... ok test_basicfunction (test.test_enumerate.TestStart.test_basicfunction) ... ok test_enumerate_result_gc (test.test_enumerate.TestStart.test_enumerate_result_gc) ... ok test_exception_propagation (test.test_enumerate.TestStart.test_exception_propagation) ... ok test_getitemseqn (test.test_enumerate.TestStart.test_getitemseqn) ... ok test_illformediterable (test.test_enumerate.TestStart.test_illformediterable) ... ok test_iteratorgenerator (test.test_enumerate.TestStart.test_iteratorgenerator) ... ok test_iteratorseqn (test.test_enumerate.TestStart.test_iteratorseqn) ... ok test_kwargs (test.test_enumerate.TestStart.test_kwargs) ... ok test_noniterable (test.test_enumerate.TestStart.test_noniterable) ... ok test_pickle (test.test_enumerate.TestStart.test_pickle) ... ok test_tuple_reuse (test.test_enumerate.TestStart.test_tuple_reuse) ... ok ---------------------------------------------------------------------- Ran 92 tests in 0.223s OK 0:05:43 load avg: 0.88 [126/432/1] test_eof test_EOFS (test.test_eof.EOFTestCase.test_EOFS) ... ok test_EOFS_with_file (test.test_eof.EOFTestCase.test_EOFS_with_file) ... ok test_EOF_single_quote (test.test_eof.EOFTestCase.test_EOF_single_quote) ... ok test_eof_with_line_continuation (test.test_eof.EOFTestCase.test_eof_with_line_continuation) ... ok test_line_continuation_EOF (test.test_eof.EOFTestCase.test_line_continuation_EOF) A continuation at the end of input must be an error; bpo2180. ... ok test_line_continuation_EOF_from_file_bpo2180 (test.test_eof.EOFTestCase.test_line_continuation_EOF_from_file_bpo2180) Ensure tok_nextc() does not add too many ending newlines. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.026s OK 0:05:44 load avg: 0.88 [127/432/1] test_epoll test_add (test.test_epoll.TestEPoll.test_add) ... ok test_badcreate (test.test_epoll.TestEPoll.test_badcreate) ... ok test_close (test.test_epoll.TestEPoll.test_close) ... ok test_context_manager (test.test_epoll.TestEPoll.test_context_manager) ... ok test_control_and_wait (test.test_epoll.TestEPoll.test_control_and_wait) ... ok test_create (test.test_epoll.TestEPoll.test_create) ... ok test_errors (test.test_epoll.TestEPoll.test_errors) ... ok test_fd_non_inheritable (test.test_epoll.TestEPoll.test_fd_non_inheritable) ... ok test_fromfd (test.test_epoll.TestEPoll.test_fromfd) ... ok test_unregister_closed (test.test_epoll.TestEPoll.test_unregister_closed) ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.101s OK 0:05:44 load avg: 0.88 [128/432/1] test_errno test_for_improper_attributes (test.test_errno.ErrnoAttributeTests.test_for_improper_attributes) ... ok test_using_errorcode (test.test_errno.ErrnoAttributeTests.test_using_errorcode) ... ok test_attributes_in_errorcode (test.test_errno.ErrorcodeTests.test_attributes_in_errorcode) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK 0:05:44 load avg: 0.88 [129/432/1] test_except_star test_break_continue_in_except_star_block_valid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_continue_in_except_star_block_valid) ... ok test_break_in_except_star (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_break_in_except_star) ... ok test_continue_in_except_star_block_invalid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_continue_in_except_star_block_invalid) ... ok test_return_in_except_star_block_invalid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_invalid) ... ok test_return_in_except_star_block_valid (test.test_except_star.TestBreakContinueReturnInExceptStarBlock.test_return_in_except_star_block_valid) ... ok test_sys_exception_restored (test.test_except_star.TestExceptStarCleanup.test_sys_exception_restored) ... ok test_except_star_EG_subclass (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_except_star_EG_subclass) ... ok test_falsy_exception_group_subclass (test.test_except_star.TestExceptStarExceptionGroupSubclass.test_falsy_exception_group_subclass) ... ok test_raise_handle_all_raise_one_named (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_named) ... ok test_raise_handle_all_raise_one_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_one_unnamed) ... ok test_raise_handle_all_raise_two_named (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_named) ... ok test_raise_handle_all_raise_two_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_handle_all_raise_two_unnamed) ... ok test_raise_named (test.test_except_star.TestExceptStarRaise.test_raise_named) ... ok test_raise_unnamed (test.test_except_star.TestExceptStarRaise.test_raise_unnamed) ... ok test_raise_handle_all_raise_one_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_named) ... ok test_raise_handle_all_raise_one_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_one_unnamed) ... ok test_raise_handle_all_raise_two_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_named) ... ok test_raise_handle_all_raise_two_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_handle_all_raise_two_unnamed) ... ok test_raise_named (test.test_except_star.TestExceptStarRaiseFrom.test_raise_named) ... ok test_raise_unnamed (test.test_except_star.TestExceptStarRaiseFrom.test_raise_unnamed) ... ok test_reraise_all_named (test.test_except_star.TestExceptStarReraise.test_reraise_all_named) ... ok test_reraise_all_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_all_unnamed) ... ok test_reraise_partial_handle_all_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_all_unnamed) ... ok test_reraise_partial_handle_some_named (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_named) ... ok test_reraise_partial_handle_some_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_partial_handle_some_unnamed) ... ok test_reraise_plain_exception_named (test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_named) ... ok test_reraise_plain_exception_unnamed (test.test_except_star.TestExceptStarReraise.test_reraise_plain_exception_unnamed) ... ok test_reraise_some_handle_all_named (test.test_except_star.TestExceptStarReraise.test_reraise_some_handle_all_named) ... ok test_empty_groups_removed (test.test_except_star.TestExceptStarSplitSemantics.test_empty_groups_removed) ... ok test_exception_group_except_star_Exception_not_wrapped (test.test_except_star.TestExceptStarSplitSemantics.test_exception_group_except_star_Exception_not_wrapped) ... ok test_first_match_wins_named (test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_named) ... ok test_first_match_wins_unnamed (test.test_except_star.TestExceptStarSplitSemantics.test_first_match_wins_unnamed) ... ok test_match__supertype (test.test_except_star.TestExceptStarSplitSemantics.test_match__supertype) ... ok test_match_single_type (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type) ... ok test_match_single_type_nested (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_nested) ... ok test_match_single_type_partial_match (test.test_except_star.TestExceptStarSplitSemantics.test_match_single_type_partial_match) ... ok test_match_type_tuple_nested (test.test_except_star.TestExceptStarSplitSemantics.test_match_type_tuple_nested) ... ok test_multiple_matches_named (test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_named) ... ok test_multiple_matches_unnamed (test.test_except_star.TestExceptStarSplitSemantics.test_multiple_matches_unnamed) ... ok test_naked_exception_matched_wrapped1 (test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped1) ... ok test_naked_exception_matched_wrapped2 (test.test_except_star.TestExceptStarSplitSemantics.test_naked_exception_matched_wrapped2) ... ok test_nested_except_stars (test.test_except_star.TestExceptStarSplitSemantics.test_nested_except_stars) ... ok test_nested_in_loop (test.test_except_star.TestExceptStarSplitSemantics.test_nested_in_loop) ... ok test_no_match_single_type (test.test_except_star.TestExceptStarSplitSemantics.test_no_match_single_type) ... ok test_plain_exception_not_matched (test.test_except_star.TestExceptStarSplitSemantics.test_plain_exception_not_matched) ... ok test_singleton_groups_are_kept (test.test_except_star.TestExceptStarSplitSemantics.test_singleton_groups_are_kept) ... ok test_catch_all_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_all_unhashable_exception_group_subclass) ... ok test_catch_none_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_none_unhashable_exception_group_subclass) ... ok test_catch_some_unhashable_exception_group_subclass (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_catch_some_unhashable_exception_group_subclass) ... ok test_reraise_unhashable_eg (test.test_except_star.TestExceptStar_WeirdExceptionGroupSubclass.test_reraise_unhashable_eg) ... ok test_catch_everything_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_everything_unhashable_leaf) ... ok test_catch_nothing_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_nothing_unhashable_leaf) ... ok test_catch_unhashable_leaf_exception (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_catch_unhashable_leaf_exception) ... ok test_propagate_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_propagate_unhashable_leaf) ... ok test_reraise_unhashable_leaf (test.test_except_star.TestExceptStar_WeirdLeafExceptions.test_reraise_unhashable_leaf) ... ok test_except_star_ExceptionGroup_is_runtime_error_single (test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_single) ... ok test_except_star_ExceptionGroup_is_runtime_error_tuple (test.test_except_star.TestInvalidExceptStar.test_except_star_ExceptionGroup_is_runtime_error_tuple) ... ok test_except_star_invalid_exception_type (test.test_except_star.TestInvalidExceptStar.test_except_star_invalid_exception_type) ... ok test_mixed_except_and_except_star_is_syntax_error (test.test_except_star.TestInvalidExceptStar.test_mixed_except_and_except_star_is_syntax_error) ... ok ---------------------------------------------------------------------- Ran 59 tests in 0.004s OK 0:05:45 load avg: 0.88 [130/432/1] test_exception_group test_bad_EG_construction__bad_excs_sequence (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_excs_sequence) ... ok test_bad_EG_construction__bad_message (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__bad_message) ... ok test_bad_EG_construction__nested_non_exceptions (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__nested_non_exceptions) ... ok test_bad_EG_construction__too_many_args (test.test_exception_group.BadConstructorArgs.test_bad_EG_construction__too_many_args) ... ok test_deep_split (test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_split) ... ok test_deep_subgroup (test.test_exception_group.DeepRecursionInSplitAndSubgroup.test_deep_subgroup) ... ok test_basics_ExceptionGroup_fields (test.test_exception_group.ExceptionGroupFields.test_basics_ExceptionGroup_fields) ... ok test_fields_are_readonly (test.test_exception_group.ExceptionGroupFields.test_fields_are_readonly) ... ok test_basics_split_by_predicate__match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__match) ... ok test_basics_split_by_predicate__no_match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__no_match) ... ok test_basics_split_by_predicate__passthrough (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_predicate__passthrough) ... ok test_basics_split_by_type__match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__match) ... ok test_basics_split_by_type__no_match (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__no_match) ... ok test_basics_split_by_type__passthrough (test.test_exception_group.ExceptionGroupSplitTests.test_basics_split_by_type__passthrough) ... ok test_basics_subgroup_by_predicate__match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__match) ... ok test_basics_subgroup_by_predicate__no_match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__no_match) ... ok test_basics_subgroup_by_predicate__passthrough (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_predicate__passthrough) ... ok test_basics_subgroup_by_type__match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__match) ... ok test_basics_subgroup_by_type__no_match (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__no_match) ... ok test_basics_subgroup_by_type__passthrough (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_by_type__passthrough) ... ok test_basics_subgroup_split__bad_arg_type (test.test_exception_group.ExceptionGroupSubgroupTests.test_basics_subgroup_split__bad_arg_type) ... ok 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) ... ok 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) ... ok test_BEG_subclass_wraps_anything (test.test_exception_group.InstanceCreation.test_BEG_subclass_wraps_anything) ... ok test_BEG_wraps_BaseException__creates_BEG (test.test_exception_group.InstanceCreation.test_BEG_wraps_BaseException__creates_BEG) ... ok test_BEG_wraps_Exceptions__creates_EG (test.test_exception_group.InstanceCreation.test_BEG_wraps_Exceptions__creates_EG) ... ok 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) ... ok test_EG_subclass_does_not_wrap_base_exceptions (test.test_exception_group.InstanceCreation.test_EG_subclass_does_not_wrap_base_exceptions) ... ok test_EG_subclass_wraps_non_base_exceptions (test.test_exception_group.InstanceCreation.test_EG_subclass_wraps_non_base_exceptions) ... ok test_EG_wraps_BaseException__raises_TypeError (test.test_exception_group.InstanceCreation.test_EG_wraps_BaseException__raises_TypeError) ... ok test_EG_wraps_Exceptions__creates_EG (test.test_exception_group.InstanceCreation.test_EG_wraps_Exceptions__creates_EG) ... ok test_leaf_generator (test.test_exception_group.LeafGeneratorTest.test_leaf_generator) ... ok test_iteration_full_tracebacks (test.test_exception_group.NestedExceptionGroupBasicsTest.test_iteration_full_tracebacks) ... ok test_nested_exception_group_tracebacks (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_exception_group_tracebacks) ... ok test_nested_group_chaining (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_chaining) ... ok test_nested_group_matches_template (test.test_exception_group.NestedExceptionGroupBasicsTest.test_nested_group_matches_template) ... ok test_split_BaseExceptionGroup (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_BaseExceptionGroup) ... ok test_split_by_type (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_by_type) ... ok test_split_copies_notes (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_copies_notes) ... ok test_split_does_not_copy_non_sequence_notes (test.test_exception_group.NestedExceptionGroupSplitTest.test_split_does_not_copy_non_sequence_notes) ... ok test_split_BaseExceptionGroup_subclass_no_derive_new_override (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_BaseExceptionGroup_subclass_no_derive_new_override) ... ok test_split_ExceptionGroup_subclass_derive_and_new_overrides (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_derive_and_new_overrides) ... ok test_split_ExceptionGroup_subclass_no_derive_no_new_override (test.test_exception_group.NestedExceptionGroupSubclassSplitTest.test_split_ExceptionGroup_subclass_no_derive_no_new_override) ... ok test_BaseExceptionGroup (test.test_exception_group.StrAndReprTests.test_BaseExceptionGroup) ... ok test_ExceptionGroup (test.test_exception_group.StrAndReprTests.test_ExceptionGroup) ... ok test_custom_exception (test.test_exception_group.StrAndReprTests.test_custom_exception) ... ok test_exception_group_is_generic_type (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_is_generic_type) ... ok test_exception_group_types (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_group_types) ... ok test_exception_is_not_generic_type (test.test_exception_group.TestExceptionGroupTypeHierarchy.test_exception_is_not_generic_type) ... ok ---------------------------------------------------------------------- Ran 49 tests in 0.005s OK 0:05:45 load avg: 0.88 [131/432/1] test_exception_hierarchy test_blockingioerror (test.test_exception_hierarchy.AttributesTest.test_blockingioerror) ... ok test_errno_translation (test.test_exception_hierarchy.AttributesTest.test_errno_translation) ... skipped 'Windows-specific test' test_posix_error (test.test_exception_hierarchy.AttributesTest.test_posix_error) ... ok test_windows_error (test.test_exception_hierarchy.AttributesTest.test_windows_error) ... ok test_errno_mapping (test.test_exception_hierarchy.ExplicitSubclassingTest.test_errno_mapping) ... ok test_init_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_kwdargs) ... ok test_init_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_new_overridden) ... ok test_init_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_overridden) ... ok test_init_standalone (test.test_exception_hierarchy.ExplicitSubclassingTest.test_init_standalone) ... ok test_new_kwdargs (test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_kwdargs) ... ok test_new_overridden (test.test_exception_hierarchy.ExplicitSubclassingTest.test_new_overridden) ... ok test_builtin_errors (test.test_exception_hierarchy.HierarchyTest.test_builtin_errors) ... ok test_errno_mapping (test.test_exception_hierarchy.HierarchyTest.test_errno_mapping) ... ok test_select_error (test.test_exception_hierarchy.HierarchyTest.test_select_error) ... ok test_socket_errors (test.test_exception_hierarchy.HierarchyTest.test_socket_errors) ... ok test_try_except (test.test_exception_hierarchy.HierarchyTest.test_try_except) ... ok ---------------------------------------------------------------------- Ran 16 tests in 0.001s OK (skipped=1) 0:05:45 load avg: 0.88 [132/432/1] test_exception_variations test_nested (test.test_exception_variations.ExceptStarTestCases.test_nested) ... ok test_nested_else (test.test_exception_variations.ExceptStarTestCases.test_nested_else) ... ok test_nested_else_mixed1 (test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed1) ... ok test_nested_else_mixed2 (test.test_exception_variations.ExceptStarTestCases.test_nested_else_mixed2) ... ok test_nested_mixed1 (test.test_exception_variations.ExceptStarTestCases.test_nested_mixed1) ... ok test_nested_mixed2 (test.test_exception_variations.ExceptStarTestCases.test_nested_mixed2) ... ok test_try_except (test.test_exception_variations.ExceptStarTestCases.test_try_except) ... ok test_try_except_else (test.test_exception_variations.ExceptStarTestCases.test_try_except_else) ... ok test_try_except_else_finally (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally) ... ok test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_finally_no_exception) ... ok test_try_except_else_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_else_no_exception) ... ok test_try_except_finally (test.test_exception_variations.ExceptStarTestCases.test_try_except_finally) ... ok test_try_except_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_finally_no_exception) ... ok test_try_except_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_except_no_exception) ... ok test_try_finally_no_exception (test.test_exception_variations.ExceptStarTestCases.test_try_finally_no_exception) ... ok test_nested (test.test_exception_variations.ExceptTestCases.test_nested) ... ok test_nested_else (test.test_exception_variations.ExceptTestCases.test_nested_else) ... ok test_nested_exception_in_else (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_else) ... ok test_nested_exception_in_except (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_except) ... ok test_nested_exception_in_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_no_exception) ... ok test_nested_exception_in_finally_with_exception (test.test_exception_variations.ExceptTestCases.test_nested_exception_in_finally_with_exception) ... ok test_try_except (test.test_exception_variations.ExceptTestCases.test_try_except) ... ok test_try_except_else (test.test_exception_variations.ExceptTestCases.test_try_except_else) ... ok test_try_except_else_finally (test.test_exception_variations.ExceptTestCases.test_try_except_else_finally) ... ok test_try_except_else_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_else_finally_no_exception) ... ok test_try_except_else_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_else_no_exception) ... ok test_try_except_finally (test.test_exception_variations.ExceptTestCases.test_try_except_finally) ... ok test_try_except_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_finally_no_exception) ... ok test_try_except_no_exception (test.test_exception_variations.ExceptTestCases.test_try_except_no_exception) ... ok test_try_finally_no_exception (test.test_exception_variations.ExceptTestCases.test_try_finally_no_exception) ... ok ---------------------------------------------------------------------- Ran 30 tests in 0.001s OK 0:05:46 load avg: 0.88 [133/432/1] test_extcall test_extcall (test) Doctest: test.test_extcall ... ok ---------------------------------------------------------------------- Ran 1 test in 0.008s OK 0:05:46 load avg: 0.88 [134/432/1] test_faulthandler test_cancel_later_without_dump_traceback_later (test.test_faulthandler.FaultHandlerTests.test_cancel_later_without_dump_traceback_later) ... ok test_disable (test.test_faulthandler.FaultHandlerTests.test_disable) ... ok test_disable_windows_exc_handler (test.test_faulthandler.FaultHandlerTests.test_disable_windows_exc_handler) ... skipped 'specific to Windows' test_disabled_by_default (test.test_faulthandler.FaultHandlerTests.test_disabled_by_default) ... ok test_dump_ext_modules (test.test_faulthandler.FaultHandlerTests.test_dump_ext_modules) ... ok test_dump_traceback (test.test_faulthandler.FaultHandlerTests.test_dump_traceback) ... ok test_dump_traceback_fd (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_fd) ... ok test_dump_traceback_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_file) ... ok test_dump_traceback_later (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later) ... ok test_dump_traceback_later_cancel (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_cancel) ... ok test_dump_traceback_later_fd (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_fd) ... ok test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_file) ... ok test_dump_traceback_later_repeat (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_repeat) ... ok test_dump_traceback_later_twice (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_later_twice) ... ok test_dump_traceback_threads (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads) ... ok test_dump_traceback_threads_file (test.test_faulthandler.FaultHandlerTests.test_dump_traceback_threads_file) ... ok test_enable_fd (test.test_faulthandler.FaultHandlerTests.test_enable_fd) ... ok test_enable_file (test.test_faulthandler.FaultHandlerTests.test_enable_file) ... ok test_enable_single_thread (test.test_faulthandler.FaultHandlerTests.test_enable_single_thread) ... ok test_env_var (test.test_faulthandler.FaultHandlerTests.test_env_var) ... ok test_fatal_error (test.test_faulthandler.FaultHandlerTests.test_fatal_error) ... ok test_fatal_error_c_thread (test.test_faulthandler.FaultHandlerTests.test_fatal_error_c_thread) ... ok test_fatal_error_without_gil (test.test_faulthandler.FaultHandlerTests.test_fatal_error_without_gil) ... ok test_gc (test.test_faulthandler.FaultHandlerTests.test_gc) ... ok test_gil_released (test.test_faulthandler.FaultHandlerTests.test_gil_released) ... ok test_ignore_exception (test.test_faulthandler.FaultHandlerTests.test_ignore_exception) ... skipped 'specific to Windows' test_is_enabled (test.test_faulthandler.FaultHandlerTests.test_is_enabled) ... ok test_raise_exception (test.test_faulthandler.FaultHandlerTests.test_raise_exception) ... skipped 'specific to Windows' test_raise_nonfatal_exception (test.test_faulthandler.FaultHandlerTests.test_raise_nonfatal_exception) ... skipped 'specific to Windows' test_read_null (test.test_faulthandler.FaultHandlerTests.test_read_null) ... ok test_register (test.test_faulthandler.FaultHandlerTests.test_register) ... ok test_register_chain (test.test_faulthandler.FaultHandlerTests.test_register_chain) ... ok test_register_fd (test.test_faulthandler.FaultHandlerTests.test_register_fd) ... ok test_register_file (test.test_faulthandler.FaultHandlerTests.test_register_file) ... ok test_register_threads (test.test_faulthandler.FaultHandlerTests.test_register_threads) ... ok test_sigabrt (test.test_faulthandler.FaultHandlerTests.test_sigabrt) ... ok test_sigbus (test.test_faulthandler.FaultHandlerTests.test_sigbus) ... ok test_sigfpe (test.test_faulthandler.FaultHandlerTests.test_sigfpe) ... ok test_sigill (test.test_faulthandler.FaultHandlerTests.test_sigill) ... ok test_sigsegv (test.test_faulthandler.FaultHandlerTests.test_sigsegv) ... ok test_stack_overflow (test.test_faulthandler.FaultHandlerTests.test_stack_overflow) ... ok test_stderr_None (test.test_faulthandler.FaultHandlerTests.test_stderr_None) ... ok test_sys_xoptions (test.test_faulthandler.FaultHandlerTests.test_sys_xoptions) ... ok test_truncate (test.test_faulthandler.FaultHandlerTests.test_truncate) ... ok test_unregister (test.test_faulthandler.FaultHandlerTests.test_unregister) ... ok ---------------------------------------------------------------------- Ran 45 tests in 19.606s OK (skipped=4) 0:06:06 load avg: 0.84 [135/432/1] test_fcntl 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' test_fcntl_64_bit (test.test_fcntl.TestFcntl.test_fcntl_64_bit) ... ok test_fcntl_bad_file (test.test_fcntl.TestFcntl.test_fcntl_bad_file) ... ok test_fcntl_bad_file_overflow (test.test_fcntl.TestFcntl.test_fcntl_bad_file_overflow) ... ok test_fcntl_f_getpath (test.test_fcntl.TestFcntl.test_fcntl_f_getpath) ... skipped 'F_GETPATH is only available on macos' test_fcntl_f_pipesize (test.test_fcntl.TestFcntl.test_fcntl_f_pipesize) ... ok test_fcntl_file_descriptor (test.test_fcntl.TestFcntl.test_fcntl_file_descriptor) ... Status from fcntl with O_NONBLOCK: 0 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 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_flock (test.test_fcntl.TestFcntl.test_flock) ... ok test_flock_overflow (test.test_fcntl.TestFcntl.test_flock_overflow) ... ok test_lockf_exclusive (test.test_fcntl.TestFcntl.test_lockf_exclusive) ... ok test_lockf_share (test.test_fcntl.TestFcntl.test_lockf_share) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.024s OK (skipped=1) 0:06:06 load avg: 0.85 [136/432/1] test_file testAttributes (test.test_file.CAutoFileTests.testAttributes) ... ok testErrors (test.test_file.CAutoFileTests.testErrors) ... ok testMethods (test.test_file.CAutoFileTests.testMethods) ... ok testReadWhenWriting (test.test_file.CAutoFileTests.testReadWhenWriting) ... ok testReadinto (test.test_file.CAutoFileTests.testReadinto) ... ok testReadinto_text (test.test_file.CAutoFileTests.testReadinto_text) ... ok testWeakRefs (test.test_file.CAutoFileTests.testWeakRefs) ... ok testWritelinesIntegers (test.test_file.CAutoFileTests.testWritelinesIntegers) ... ok testWritelinesIntegersUserList (test.test_file.CAutoFileTests.testWritelinesIntegersUserList) ... ok testWritelinesNonString (test.test_file.CAutoFileTests.testWritelinesNonString) ... ok testWritelinesUserList (test.test_file.CAutoFileTests.testWritelinesUserList) ... ok testBadModeArgument (test.test_file.COtherFileTests.testBadModeArgument) ... ok testIteration (test.test_file.COtherFileTests.testIteration) ... ok testModeStrings (test.test_file.COtherFileTests.testModeStrings) ... ok testSetBufferSize (test.test_file.COtherFileTests.testSetBufferSize) ... ok testStdin (test.test_file.COtherFileTests.testStdin) ... ok testTruncateOnWindows (test.test_file.COtherFileTests.testTruncateOnWindows) ... ok testAttributes (test.test_file.PyAutoFileTests.testAttributes) ... ok testErrors (test.test_file.PyAutoFileTests.testErrors) ... ok testMethods (test.test_file.PyAutoFileTests.testMethods) ... ok testReadWhenWriting (test.test_file.PyAutoFileTests.testReadWhenWriting) ... ok testReadinto (test.test_file.PyAutoFileTests.testReadinto) ... ok testReadinto_text (test.test_file.PyAutoFileTests.testReadinto_text) ... ok testWeakRefs (test.test_file.PyAutoFileTests.testWeakRefs) ... ok testWritelinesIntegers (test.test_file.PyAutoFileTests.testWritelinesIntegers) ... ok testWritelinesIntegersUserList (test.test_file.PyAutoFileTests.testWritelinesIntegersUserList) ... ok testWritelinesNonString (test.test_file.PyAutoFileTests.testWritelinesNonString) ... ok testWritelinesUserList (test.test_file.PyAutoFileTests.testWritelinesUserList) ... ok testBadModeArgument (test.test_file.PyOtherFileTests.testBadModeArgument) ... ok testIteration (test.test_file.PyOtherFileTests.testIteration) ... ok testModeStrings (test.test_file.PyOtherFileTests.testModeStrings) ... ok testSetBufferSize (test.test_file.PyOtherFileTests.testSetBufferSize) ... ok testStdin (test.test_file.PyOtherFileTests.testStdin) ... ok testTruncateOnWindows (test.test_file.PyOtherFileTests.testTruncateOnWindows) ... ok ---------------------------------------------------------------------- Ran 34 tests in 0.193s OK 0:06:07 load avg: 0.85 [137/432/1] test_file_eintr test_readall (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readall) BufferedReader.read() must handle signals and not lose data. ... ok test_readline (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readline) readline() must handle signals and not lose data. ... ok test_readlines (test.test_file_eintr.CTestBufferedIOSignalInterrupt.test_readlines) readlines() must handle signals and not lose data. ... ok test_readall (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readall) readall() must handle signals and not lose data. ... ok test_readline (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readline) readline() must handle signals and not lose data. ... ok test_readlines (test.test_file_eintr.CTestFileIOSignalInterrupt.test_readlines) readlines() must handle signals and not lose data. ... ok test_readall (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readall) read() must handle signals and not lose data. ... ok test_readline (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readline) readline() must handle signals and not lose data. ... ok test_readlines (test.test_file_eintr.CTestTextIOSignalInterrupt.test_readlines) readlines() must handle signals and not lose data. ... ok test_readall (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readall) BufferedReader.read() must handle signals and not lose data. ... ok test_readline (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readline) readline() must handle signals and not lose data. ... ok test_readlines (test.test_file_eintr.PyTestBufferedIOSignalInterrupt.test_readlines) readlines() must handle signals and not lose data. ... ok test_readall (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readall) readall() must handle signals and not lose data. ... ok test_readline (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readline) readline() must handle signals and not lose data. ... ok test_readlines (test.test_file_eintr.PyTestFileIOSignalInterrupt.test_readlines) readlines() must handle signals and not lose data. ... ok test_readall (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readall) read() must handle signals and not lose data. ... ok test_readline (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readline) readline() must handle signals and not lose data. ... ok test_readlines (test.test_file_eintr.PyTestTextIOSignalInterrupt.test_readlines) readlines() must handle signals and not lose data. ... ok ---------------------------------------------------------------------- Ran 18 tests in 1.258s OK 0:06:08 load avg: 0.85 [138/432/1] test_filecmp test_cmpfiles (test.test_filecmp.DirCompareTestCase.test_cmpfiles) ... ok test_default_ignores (test.test_filecmp.DirCompareTestCase.test_default_ignores) ... ok test_dircmp (test.test_filecmp.DirCompareTestCase.test_dircmp) ... ok test_dircmp_subdirs_type (test.test_filecmp.DirCompareTestCase.test_dircmp_subdirs_type) Check that dircmp.subdirs respects subclassing. ... ok test_report_full_closure (test.test_filecmp.DirCompareTestCase.test_report_full_closure) ... ok test_report_partial_closure (test.test_filecmp.DirCompareTestCase.test_report_partial_closure) ... ok test_cache_clear (test.test_filecmp.FileCompareTestCase.test_cache_clear) ... ok test_different (test.test_filecmp.FileCompareTestCase.test_different) ... ok test_matching (test.test_filecmp.FileCompareTestCase.test_matching) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.004s OK 0:06:09 load avg: 0.85 [139/432/1] test_fileinput 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 test_close_on_exception (test.test_fileinput.FileInputTests.test_close_on_exception) ... ok test_context_manager (test.test_fileinput.FileInputTests.test_context_manager) ... ok test_detached_stdin_binary_mode (test.test_fileinput.FileInputTests.test_detached_stdin_binary_mode) ... ok test_empty_files_list_specified_to_constructor (test.test_fileinput.FileInputTests.test_empty_files_list_specified_to_constructor) ... ok test_file_hook_backward_compatibility (test.test_fileinput.FileInputTests.test_file_hook_backward_compatibility) ... ok test_file_opening_hook (test.test_fileinput.FileInputTests.test_file_opening_hook) ... ok test_fileno (test.test_fileinput.FileInputTests.test_fileno) ... ok test_fileno_when_ValueError_raised (test.test_fileinput.FileInputTests.test_fileno_when_ValueError_raised) ... ok test_files_that_dont_end_with_newline (test.test_fileinput.FileInputTests.test_files_that_dont_end_with_newline) ... ok test_inplace_binary_write_mode (test.test_fileinput.FileInputTests.test_inplace_binary_write_mode) ... ok test_inplace_encoding_errors (test.test_fileinput.FileInputTests.test_inplace_encoding_errors) ... ok test_invalid_opening_mode (test.test_fileinput.FileInputTests.test_invalid_opening_mode) ... ok test_iteration_buffering (test.test_fileinput.FileInputTests.test_iteration_buffering) ... ok test_nextfile_oserror_deleting_backup (test.test_fileinput.FileInputTests.test_nextfile_oserror_deleting_backup) Tests invoking FileInput.nextfile() when the attempt to delete ... ok test_pathlib_file (test.test_fileinput.FileInputTests.test_pathlib_file) ... ok test_pathlib_file_inplace (test.test_fileinput.FileInputTests.test_pathlib_file_inplace) ... ok test_readline (test.test_fileinput.FileInputTests.test_readline) ... ok test_readline_binary_mode (test.test_fileinput.FileInputTests.test_readline_binary_mode) ... ok test_readline_buffering (test.test_fileinput.FileInputTests.test_readline_buffering) ... ok test_readline_os_chmod_raises_OSError (test.test_fileinput.FileInputTests.test_readline_os_chmod_raises_OSError) Tests invoking FileInput.readline() when os.chmod() raises OSError. ... ok test_readline_os_fstat_raises_OSError (test.test_fileinput.FileInputTests.test_readline_os_fstat_raises_OSError) Tests invoking FileInput.readline() when os.fstat() raises OSError. ... ok test_stdin_binary_mode (test.test_fileinput.FileInputTests.test_stdin_binary_mode) ... ok test_zero_byte_files (test.test_fileinput.FileInputTests.test_zero_byte_files) ... ok test_all (test.test_fileinput.MiscTest.test_all) ... ok test_state_is_None (test.test_fileinput.Test_fileinput_close.test_state_is_None) Tests that fileinput.close() does nothing if fileinput._state ... ok test_state_is_not_None (test.test_fileinput.Test_fileinput_close.test_state_is_not_None) Tests that fileinput.close() invokes close() on fileinput._state ... ok test_state_is_None (test.test_fileinput.Test_fileinput_filelineno.test_state_is_None) Tests fileinput.filelineno() when fileinput._state is None. ... ok test_state_is_not_None (test.test_fileinput.Test_fileinput_filelineno.test_state_is_not_None) Tests fileinput.filelineno() when fileinput._state is not None. ... ok test_state_is_None (test.test_fileinput.Test_fileinput_filename.test_state_is_None) Tests fileinput.filename() when fileinput._state is None. ... ok test_state_is_not_None (test.test_fileinput.Test_fileinput_filename.test_state_is_not_None) Tests fileinput.filename() when fileinput._state is not None. ... ok test_state_is_None (test.test_fileinput.Test_fileinput_fileno.test_state_is_None) Tests fileinput.fileno() when fileinput._state is None. ... ok test_state_is_not_None (test.test_fileinput.Test_fileinput_fileno.test_state_is_not_None) Tests fileinput.fileno() when fileinput._state is not None. ... ok test_state_is_None (test.test_fileinput.Test_fileinput_input.test_state_is_None) Tests invoking fileinput.input() when fileinput._state is None ... ok 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) Tests invoking fileinput.input() when fileinput._state is not None ... ok 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) Tests invoking fileinput.input() when fileinput._state is not None ... ok test_state_is_None (test.test_fileinput.Test_fileinput_isfirstline.test_state_is_None) Tests fileinput.isfirstline() when fileinput._state is None. ... ok test_state_is_not_None (test.test_fileinput.Test_fileinput_isfirstline.test_state_is_not_None) Tests fileinput.isfirstline() when fileinput._state is not None. ... ok test_state_is_None (test.test_fileinput.Test_fileinput_isstdin.test_state_is_None) Tests fileinput.isstdin() when fileinput._state is None. ... ok test_state_is_not_None (test.test_fileinput.Test_fileinput_isstdin.test_state_is_not_None) Tests fileinput.isstdin() when fileinput._state is not None. ... ok test_state_is_None (test.test_fileinput.Test_fileinput_lineno.test_state_is_None) Tests fileinput.lineno() when fileinput._state is None. ... ok test_state_is_not_None (test.test_fileinput.Test_fileinput_lineno.test_state_is_not_None) Tests fileinput.lineno() when fileinput._state is not None. ... ok test_state_is_None (test.test_fileinput.Test_fileinput_nextfile.test_state_is_None) Tests fileinput.nextfile() when fileinput._state is None. ... ok test_state_is_not_None (test.test_fileinput.Test_fileinput_nextfile.test_state_is_not_None) Tests fileinput.nextfile() when fileinput._state is not None. ... ok test_binary_mode_encoding (test.test_fileinput.Test_hook_compressed.test_binary_mode_encoding) ... ok test_blah_ext (test.test_fileinput.Test_hook_compressed.test_blah_ext) ... ok test_bz2_ext_builtin (test.test_fileinput.Test_hook_compressed.test_bz2_ext_builtin) ... ok test_bz2_ext_fake (test.test_fileinput.Test_hook_compressed.test_bz2_ext_fake) ... ok test_empty_string (test.test_fileinput.Test_hook_compressed.test_empty_string) ... ok test_gz_ext_builtin (test.test_fileinput.Test_hook_compressed.test_gz_ext_builtin) ... ok test_gz_ext_fake (test.test_fileinput.Test_hook_compressed.test_gz_ext_fake) ... ok test_gz_with_encoding_fake (test.test_fileinput.Test_hook_compressed.test_gz_with_encoding_fake) ... ok test_no_ext (test.test_fileinput.Test_hook_compressed.test_no_ext) ... ok test_text_mode_encoding (test.test_fileinput.Test_hook_compressed.test_text_mode_encoding) ... ok test (test.test_fileinput.Test_hook_encoded.test) ... ok test_errors (test.test_fileinput.Test_hook_encoded.test_errors) ... ok test_modes (test.test_fileinput.Test_hook_encoded.test_modes) ... ok ---------------------------------------------------------------------- Ran 57 tests in 0.005s OK 0:06:09 load avg: 0.85 [140/432/1] test_fileio testAttributes (test.test_fileio.CAutoFileTests.testAttributes) ... ok testBlksize (test.test_fileio.CAutoFileTests.testBlksize) ... ok testErrnoOnClose (test.test_fileio.CAutoFileTests.testErrnoOnClose) ... ok testErrnoOnClosedFileno (test.test_fileio.CAutoFileTests.testErrnoOnClosedFileno) ... ok testErrnoOnClosedIsatty (test.test_fileio.CAutoFileTests.testErrnoOnClosedIsatty) ... ok testErrnoOnClosedRead (test.test_fileio.CAutoFileTests.testErrnoOnClosedRead) ... ok testErrnoOnClosedReadable (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadable) ... ok testErrnoOnClosedReadall (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadall) ... ok testErrnoOnClosedReadinto (test.test_fileio.CAutoFileTests.testErrnoOnClosedReadinto) ... ok testErrnoOnClosedSeek (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeek) ... ok testErrnoOnClosedSeekable (test.test_fileio.CAutoFileTests.testErrnoOnClosedSeekable) ... ok testErrnoOnClosedTell (test.test_fileio.CAutoFileTests.testErrnoOnClosedTell) ... ok testErrnoOnClosedTruncate (test.test_fileio.CAutoFileTests.testErrnoOnClosedTruncate) ... ok testErrnoOnClosedWritable (test.test_fileio.CAutoFileTests.testErrnoOnClosedWritable) ... ok testErrnoOnClosedWrite (test.test_fileio.CAutoFileTests.testErrnoOnClosedWrite) ... ok testErrors (test.test_fileio.CAutoFileTests.testErrors) ... ok testMethods (test.test_fileio.CAutoFileTests.testMethods) ... ok testOpenDirFD (test.test_fileio.CAutoFileTests.testOpenDirFD) ... ok testOpendir (test.test_fileio.CAutoFileTests.testOpendir) ... ok testReadintoByteArray (test.test_fileio.CAutoFileTests.testReadintoByteArray) ... ok testRecursiveRepr (test.test_fileio.CAutoFileTests.testRecursiveRepr) ... ok testRepr (test.test_fileio.CAutoFileTests.testRepr) ... ok testReprNoCloseFD (test.test_fileio.CAutoFileTests.testReprNoCloseFD) ... ok testSeekTell (test.test_fileio.CAutoFileTests.testSeekTell) ... ok testWeakRefs (test.test_fileio.CAutoFileTests.testWeakRefs) ... ok testWritelinesError (test.test_fileio.CAutoFileTests.testWritelinesError) ... ok testWritelinesList (test.test_fileio.CAutoFileTests.testWritelinesList) ... ok testWritelinesUserList (test.test_fileio.CAutoFileTests.testWritelinesUserList) ... ok test_none_args (test.test_fileio.CAutoFileTests.test_none_args) ... ok test_reject (test.test_fileio.CAutoFileTests.test_reject) ... ok testAbles (test.test_fileio.COtherFileTests.testAbles) ... ok testAppend (test.test_fileio.COtherFileTests.testAppend) ... ok testBadModeArgument (test.test_fileio.COtherFileTests.testBadModeArgument) ... ok testBytesOpen (test.test_fileio.COtherFileTests.testBytesOpen) ... ok testConstructorHandlesNULChars (test.test_fileio.COtherFileTests.testConstructorHandlesNULChars) ... ok testInvalidFd (test.test_fileio.COtherFileTests.testInvalidFd) ... ok testInvalidFd_overflow (test.test_fileio.COtherFileTests.testInvalidFd_overflow) ... ok testInvalidInit (test.test_fileio.COtherFileTests.testInvalidInit) ... ok testInvalidModeStrings (test.test_fileio.COtherFileTests.testInvalidModeStrings) ... ok testModeStrings (test.test_fileio.COtherFileTests.testModeStrings) ... ok testTruncate (test.test_fileio.COtherFileTests.testTruncate) ... ok testTruncateOnWindows (test.test_fileio.COtherFileTests.testTruncateOnWindows) ... ok testUnclosedFDOnException (test.test_fileio.COtherFileTests.testUnclosedFDOnException) ... ok testUnicodeOpen (test.test_fileio.COtherFileTests.testUnicodeOpen) ... ok testUtf8BytesOpen (test.test_fileio.COtherFileTests.testUtf8BytesOpen) ... ok testWarnings (test.test_fileio.COtherFileTests.testWarnings) ... ok test_open_code (test.test_fileio.COtherFileTests.test_open_code) ... ok testAttributes (test.test_fileio.PyAutoFileTests.testAttributes) ... ok testBlksize (test.test_fileio.PyAutoFileTests.testBlksize) ... ok testErrnoOnClose (test.test_fileio.PyAutoFileTests.testErrnoOnClose) ... ok testErrnoOnClosedFileno (test.test_fileio.PyAutoFileTests.testErrnoOnClosedFileno) ... ok testErrnoOnClosedIsatty (test.test_fileio.PyAutoFileTests.testErrnoOnClosedIsatty) ... ok testErrnoOnClosedRead (test.test_fileio.PyAutoFileTests.testErrnoOnClosedRead) ... ok testErrnoOnClosedReadable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadable) ... ok testErrnoOnClosedReadall (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadall) ... ok testErrnoOnClosedReadinto (test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadinto) ... ok testErrnoOnClosedSeek (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeek) ... ok testErrnoOnClosedSeekable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeekable) ... ok testErrnoOnClosedTell (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTell) ... ok testErrnoOnClosedTruncate (test.test_fileio.PyAutoFileTests.testErrnoOnClosedTruncate) ... ok testErrnoOnClosedWritable (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWritable) ... ok testErrnoOnClosedWrite (test.test_fileio.PyAutoFileTests.testErrnoOnClosedWrite) ... ok testErrors (test.test_fileio.PyAutoFileTests.testErrors) ... ok testMethods (test.test_fileio.PyAutoFileTests.testMethods) ... ok testOpenDirFD (test.test_fileio.PyAutoFileTests.testOpenDirFD) ... ok testOpendir (test.test_fileio.PyAutoFileTests.testOpendir) ... ok testReadintoByteArray (test.test_fileio.PyAutoFileTests.testReadintoByteArray) ... ok testRecursiveRepr (test.test_fileio.PyAutoFileTests.testRecursiveRepr) ... ok testRepr (test.test_fileio.PyAutoFileTests.testRepr) ... ok testReprNoCloseFD (test.test_fileio.PyAutoFileTests.testReprNoCloseFD) ... ok testSeekTell (test.test_fileio.PyAutoFileTests.testSeekTell) ... ok testWeakRefs (test.test_fileio.PyAutoFileTests.testWeakRefs) ... ok testWritelinesError (test.test_fileio.PyAutoFileTests.testWritelinesError) ... ok testWritelinesList (test.test_fileio.PyAutoFileTests.testWritelinesList) ... ok testWritelinesUserList (test.test_fileio.PyAutoFileTests.testWritelinesUserList) ... ok test_none_args (test.test_fileio.PyAutoFileTests.test_none_args) ... ok test_reject (test.test_fileio.PyAutoFileTests.test_reject) ... ok testAbles (test.test_fileio.PyOtherFileTests.testAbles) ... ok testAppend (test.test_fileio.PyOtherFileTests.testAppend) ... ok testBadModeArgument (test.test_fileio.PyOtherFileTests.testBadModeArgument) ... ok testBytesOpen (test.test_fileio.PyOtherFileTests.testBytesOpen) ... ok testConstructorHandlesNULChars (test.test_fileio.PyOtherFileTests.testConstructorHandlesNULChars) ... ok testInvalidFd (test.test_fileio.PyOtherFileTests.testInvalidFd) ... ok testInvalidInit (test.test_fileio.PyOtherFileTests.testInvalidInit) ... ok testInvalidModeStrings (test.test_fileio.PyOtherFileTests.testInvalidModeStrings) ... ok testModeStrings (test.test_fileio.PyOtherFileTests.testModeStrings) ... ok testTruncate (test.test_fileio.PyOtherFileTests.testTruncate) ... ok testTruncateOnWindows (test.test_fileio.PyOtherFileTests.testTruncateOnWindows) ... ok testUnclosedFDOnException (test.test_fileio.PyOtherFileTests.testUnclosedFDOnException) ... ok testUnicodeOpen (test.test_fileio.PyOtherFileTests.testUnicodeOpen) ... ok testUtf8BytesOpen (test.test_fileio.PyOtherFileTests.testUtf8BytesOpen) ... ok testWarnings (test.test_fileio.PyOtherFileTests.testWarnings) ... ok test_open_code (test.test_fileio.PyOtherFileTests.test_open_code) ... ok ---------------------------------------------------------------------- Ran 93 tests in 0.176s OK 0:06:10 load avg: 0.85 [141/432/1] test_fileutils test_capi_normalize_path (test.test_fileutils.PathTests.test_capi_normalize_path) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.007s OK 0:06:10 load avg: 0.85 [142/432/1] test_finalization test_heterogenous_resurrect_one (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_one) ... ok test_heterogenous_resurrect_three (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_three) ... ok test_heterogenous_resurrect_two (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_resurrect_two) ... ok test_heterogenous_suicidal_one (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_one) ... ok test_heterogenous_suicidal_two (test.test_finalization.CycleChainFinalizationTest.test_heterogenous_suicidal_two) ... ok test_homogenous (test.test_finalization.CycleChainFinalizationTest.test_homogenous) ... ok test_homogenous_resurrect (test.test_finalization.CycleChainFinalizationTest.test_homogenous_resurrect) ... ok test_homogenous_suicidal (test.test_finalization.CycleChainFinalizationTest.test_homogenous_suicidal) ... ok test_legacy (test.test_finalization.LegacyFinalizationTest.test_legacy) ... ok test_legacy_resurrect (test.test_finalization.LegacyFinalizationTest.test_legacy_resurrect) ... ok test_legacy_self_cycle (test.test_finalization.LegacyFinalizationTest.test_legacy_self_cycle) ... ok test_simple (test.test_finalization.SelfCycleFinalizationTest.test_simple) ... ok test_simple_resurrect (test.test_finalization.SelfCycleFinalizationTest.test_simple_resurrect) ... ok test_simple_suicide (test.test_finalization.SelfCycleFinalizationTest.test_simple_suicide) ... ok test_non_gc (test.test_finalization.SimpleFinalizationTest.test_non_gc) ... ok test_non_gc_resurrect (test.test_finalization.SimpleFinalizationTest.test_non_gc_resurrect) ... ok test_simple (test.test_finalization.SimpleFinalizationTest.test_simple) ... ok test_simple_resurrect (test.test_finalization.SimpleFinalizationTest.test_simple_resurrect) ... ok ---------------------------------------------------------------------- Ran 18 tests in 2.031s OK 0:06:12 load avg: 0.95 [143/432/1] test_float test_getformat (test.test_float.FormatFunctionsTestCase.test_getformat) ... ok test_format (test.test_float.FormatTestCase.test_format) ... ok test_format_testfile (test.test_float.FormatTestCase.test_format_testfile) ... ok test_issue35560 (test.test_float.FormatTestCase.test_issue35560) ... ok test_issue5864 (test.test_float.FormatTestCase.test_issue5864) ... ok test_error_message (test.test_float.GeneralFloatCases.test_error_message) ... ok test_float (test.test_float.GeneralFloatCases.test_float) ... ok test_float_ceil (test.test_float.GeneralFloatCases.test_float_ceil) ... ok test_float_containment (test.test_float.GeneralFloatCases.test_float_containment) ... ok test_float_floor (test.test_float.GeneralFloatCases.test_float_floor) ... ok test_float_memoryview (test.test_float.GeneralFloatCases.test_float_memoryview) ... ok test_float_mod (test.test_float.GeneralFloatCases.test_float_mod) ... ok test_float_pow (test.test_float.GeneralFloatCases.test_float_pow) ... ok test_float_with_comma (test.test_float.GeneralFloatCases.test_float_with_comma) ... skipped 'decimal_point is not ","' test_floatasratio (test.test_float.GeneralFloatCases.test_floatasratio) ... ok test_floatconversion (test.test_float.GeneralFloatCases.test_floatconversion) ... ok test_hash (test.test_float.GeneralFloatCases.test_hash) ... ok test_hash_nan (test.test_float.GeneralFloatCases.test_hash_nan) ... ok test_is_integer (test.test_float.GeneralFloatCases.test_is_integer) ... ok test_keyword_args (test.test_float.GeneralFloatCases.test_keyword_args) ... ok test_keywords_in_subclass (test.test_float.GeneralFloatCases.test_keywords_in_subclass) ... ok test_noargs (test.test_float.GeneralFloatCases.test_noargs) ... ok test_non_numeric_input_types (test.test_float.GeneralFloatCases.test_non_numeric_input_types) ... ok test_underscores (test.test_float.GeneralFloatCases.test_underscores) ... ok test_ends (test.test_float.HexFloatTestCase.test_ends) ... ok test_from_hex (test.test_float.HexFloatTestCase.test_from_hex) ... ok test_invalid_inputs (test.test_float.HexFloatTestCase.test_invalid_inputs) ... ok test_roundtrip (test.test_float.HexFloatTestCase.test_roundtrip) ... ok test_subclass (test.test_float.HexFloatTestCase.test_subclass) ... ok test_whitespace (test.test_float.HexFloatTestCase.test_whitespace) ... ok test_double_specials_do_unpack (test.test_float.IEEEFormatTestCase.test_double_specials_do_unpack) ... ok test_float_specials_do_unpack (test.test_float.IEEEFormatTestCase.test_float_specials_do_unpack) ... ok test_serialized_float_rounding (test.test_float.IEEEFormatTestCase.test_serialized_float_rounding) ... ok test_inf_as_str (test.test_float.InfNanTest.test_inf_as_str) ... ok test_inf_from_str (test.test_float.InfNanTest.test_inf_from_str) ... ok test_inf_signs (test.test_float.InfNanTest.test_inf_signs) ... ok test_nan_as_str (test.test_float.InfNanTest.test_nan_as_str) ... ok test_nan_from_str (test.test_float.InfNanTest.test_nan_from_str) ... ok test_nan_signs (test.test_float.InfNanTest.test_nan_signs) ... ok test_pack (test.test_float.PackTests.test_pack) ... ok test_roundtrip (test.test_float.PackTests.test_roundtrip) ... ok test_unpack (test.test_float.PackTests.test_unpack) ... ok test_repr (test.test_float.ReprTestCase.test_repr) ... ok test_short_repr (test.test_float.ReprTestCase.test_short_repr) ... ok test_None_ndigits (test.test_float.RoundTestCase.test_None_ndigits) ... ok test_format_specials (test.test_float.RoundTestCase.test_format_specials) ... ok test_inf_nan (test.test_float.RoundTestCase.test_inf_nan) ... ok test_inf_nan_ndigits (test.test_float.RoundTestCase.test_inf_nan_ndigits) ... ok test_large_n (test.test_float.RoundTestCase.test_large_n) ... ok test_matches_float_format (test.test_float.RoundTestCase.test_matches_float_format) ... ok test_overflow (test.test_float.RoundTestCase.test_overflow) ... ok test_previous_round_bugs (test.test_float.RoundTestCase.test_previous_round_bugs) ... ok test_small_n (test.test_float.RoundTestCase.test_small_n) ... ok ---------------------------------------------------------------------- Ran 53 tests in 0.041s OK (skipped=1) 0:06:13 load avg: 0.95 [144/432/1] test_flufl test_barry_as_bdfl (test.test_flufl.FLUFLTests.test_barry_as_bdfl) ... ok test_guido_as_bdfl (test.test_flufl.FLUFLTests.test_guido_as_bdfl) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.000s OK 0:06:13 load avg: 0.95 [145/432/1] test_fnmatch test_case (test.test_fnmatch.FilterTestCase.test_case) ... ok test_filter (test.test_fnmatch.FilterTestCase.test_filter) ... ok test_mix_bytes_str (test.test_fnmatch.FilterTestCase.test_mix_bytes_str) ... ok test_sep (test.test_fnmatch.FilterTestCase.test_sep) ... ok test_bytes (test.test_fnmatch.FnmatchTestCase.test_bytes) ... ok test_case (test.test_fnmatch.FnmatchTestCase.test_case) ... ok test_char_set (test.test_fnmatch.FnmatchTestCase.test_char_set) ... ok test_fnmatch (test.test_fnmatch.FnmatchTestCase.test_fnmatch) ... ok test_fnmatchcase (test.test_fnmatch.FnmatchTestCase.test_fnmatchcase) ... ok test_mix_bytes_str (test.test_fnmatch.FnmatchTestCase.test_mix_bytes_str) ... ok test_range (test.test_fnmatch.FnmatchTestCase.test_range) ... ok test_sep (test.test_fnmatch.FnmatchTestCase.test_sep) ... ok test_sep_in_char_set (test.test_fnmatch.FnmatchTestCase.test_sep_in_char_set) ... ok test_sep_in_range (test.test_fnmatch.FnmatchTestCase.test_sep_in_range) ... ok test_slow_fnmatch (test.test_fnmatch.FnmatchTestCase.test_slow_fnmatch) ... ok test_warnings (test.test_fnmatch.FnmatchTestCase.test_warnings) ... ok test_translate (test.test_fnmatch.TranslateTestCase.test_translate) ... ok ---------------------------------------------------------------------- Ran 17 tests in 0.005s OK 0:06:13 load avg: 0.95 [146/432/1] test_fork1 test_nested_import_lock_fork (test.test_fork1.ForkTest.test_nested_import_lock_fork) Check fork() in main thread works while the main thread is doing an import ... ok test_threaded_import_lock_fork (test.test_fork1.ForkTest.test_threaded_import_lock_fork) Check fork() in main thread works while a subthread is doing an import ... ok test_wait (test.test_fork1.ForkTest.test_wait) ... ok test_wait (test.fork_wait.ForkWait.test_wait) ... ok ---------------------------------------------------------------------- Ran 4 tests in 5.079s OK 0:06:19 load avg: 0.87 [147/432/1] test_format test_better_error_message_format (test.test_format.FormatTest.test_better_error_message_format) ... ok 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' % (.FakeBytes object at 0x7f6f48f8c210>,) =? b'123' ... yes bytearray(b'%b') % (.FakeBytes object at 0x7f6f48f8c210>,) =? bytearray(b'123') ... yes b'%b' % (,) =? b'abc' ... yes bytearray(b'%b') % (,) =? 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' % (.FakeBytes object at 0x7f6f48f8c210>,) =? b'123' ... yes bytearray(b'%s') % (.FakeBytes object at 0x7f6f48f8c210>,) =? bytearray(b'123') ... yes b'%s' % (,) =? b'abc' ... yes bytearray(b'%s') % (,) =? bytearray(b'abc') ... yes b'%a' % (3.14,) =? b'3.14' ... yes bytearray(b'%a') % (3.14,) =? bytearray(b'3.14') ... 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.14,) =? b'3.14' ... yes bytearray(b'%r') % (3.14,) =? bytearray(b'3.14') ... 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 ok test_g_format_has_no_trailing_zeros (test.test_format.FormatTest.test_g_format_has_no_trailing_zeros) ... ok test_locale (test.test_format.FormatTest.test_locale) ... ok test_negative_zero (test.test_format.FormatTest.test_negative_zero) ... ok 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 test_optimisations (test.test_format.FormatTest.test_optimisations) ... ok test_precision (test.test_format.FormatTest.test_precision) ... ok test_precision_c_limits (test.test_format.FormatTest.test_precision_c_limits) ... ok test_specifier_z_error (test.test_format.FormatTest.test_specifier_z_error) ... ok 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 test_unicode_in_error_message (test.test_format.FormatTest.test_unicode_in_error_message) ... ok test_with_a_commas_and_an_underscore_in_format_specifier (test.test_format.FormatTest.test_with_a_commas_and_an_underscore_in_format_specifier) ... ok test_with_an_underscore_and_a_comma_in_format_specifier (test.test_format.FormatTest.test_with_an_underscore_and_a_comma_in_format_specifier) ... ok test_with_two_commas_in_format_specifier (test.test_format.FormatTest.test_with_two_commas_in_format_specifier) ... ok test_with_two_underscore_in_format_specifier (test.test_format.FormatTest.test_with_two_underscore_in_format_specifier) ... ok ---------------------------------------------------------------------- Ran 18 tests in 0.003s OK 0:06:19 load avg: 0.87 [148/432/1] test_fractions testApproximateCos1 (test.test_fractions.FractionTest.testApproximateCos1) ... ok testApproximatePi (test.test_fractions.FractionTest.testApproximatePi) ... ok testArithmetic (test.test_fractions.FractionTest.testArithmetic) ... ok testBigComplexComparisons (test.test_fractions.FractionTest.testBigComplexComparisons) ... ok testBigFloatComparisons (test.test_fractions.FractionTest.testBigFloatComparisons) ... ok testBoolGuarateesBoolReturn (test.test_fractions.FractionTest.testBoolGuarateesBoolReturn) ... ok testComparisons (test.test_fractions.FractionTest.testComparisons) ... ok testComparisonsDummyFloat (test.test_fractions.FractionTest.testComparisonsDummyFloat) ... ok testComparisonsDummyRational (test.test_fractions.FractionTest.testComparisonsDummyRational) ... ok testConversions (test.test_fractions.FractionTest.testConversions) ... ok testFromDecimal (test.test_fractions.FractionTest.testFromDecimal) ... ok testFromFloat (test.test_fractions.FractionTest.testFromFloat) ... ok testFromString (test.test_fractions.FractionTest.testFromString) ... ok testHash (test.test_fractions.FractionTest.testHash) ... ok testImmutable (test.test_fractions.FractionTest.testImmutable) ... ok testInit (test.test_fractions.FractionTest.testInit) ... ok testInitFromDecimal (test.test_fractions.FractionTest.testInitFromDecimal) ... ok testInitFromFloat (test.test_fractions.FractionTest.testInitFromFloat) ... ok testIntGuaranteesIntReturn (test.test_fractions.FractionTest.testIntGuaranteesIntReturn) ... ok testLargeArithmetic (test.test_fractions.FractionTest.testLargeArithmetic) ... ok testLimitDenominator (test.test_fractions.FractionTest.testLimitDenominator) ... ok testMixedArithmetic (test.test_fractions.FractionTest.testMixedArithmetic) ... ok testMixedEqual (test.test_fractions.FractionTest.testMixedEqual) ... ok testMixedLess (test.test_fractions.FractionTest.testMixedLess) ... ok testMixedLessEqual (test.test_fractions.FractionTest.testMixedLessEqual) ... ok testMixingWithDecimal (test.test_fractions.FractionTest.testMixingWithDecimal) ... ok testRound (test.test_fractions.FractionTest.testRound) ... ok testStringification (test.test_fractions.FractionTest.testStringification) ... ok testSupportsInt (test.test_fractions.FractionTest.testSupportsInt) ... ok test_as_integer_ratio (test.test_fractions.FractionTest.test_as_integer_ratio) ... ok test_copy_deepcopy_pickle (test.test_fractions.FractionTest.test_copy_deepcopy_pickle) ... ok test_int_subclass (test.test_fractions.FractionTest.test_int_subclass) ... ok test_slots (test.test_fractions.FractionTest.test_slots) ... ok ---------------------------------------------------------------------- Ran 33 tests in 0.003s OK 0:06:19 load avg: 0.87 [149/432/1] test_frame test_clear_does_not_clear_specials (test.test_frame.ClearTest.test_clear_does_not_clear_specials) ... ok test_clear_executing (test.test_frame.ClearTest.test_clear_executing) ... ok test_clear_executing_generator (test.test_frame.ClearTest.test_clear_executing_generator) ... ok test_clear_generator (test.test_frame.ClearTest.test_clear_generator) ... ok test_clear_locals (test.test_frame.ClearTest.test_clear_locals) ... ok test_clear_refcycles (test.test_frame.ClearTest.test_clear_refcycles) ... ok test_lineno_with_tracing (test.test_frame.ClearTest.test_lineno_with_tracing) ... ok test_clear_locals (test.test_frame.FrameAttrsTest.test_clear_locals) ... ok test_f_lineno_del_segfault (test.test_frame.FrameAttrsTest.test_f_lineno_del_segfault) ... ok test_locals (test.test_frame.FrameAttrsTest.test_locals) ... ok test_locals_clear_locals (test.test_frame.FrameAttrsTest.test_locals_clear_locals) ... ok test_repr (test.test_frame.ReprTest.test_repr) ... ok test_issue95818 (test.test_frame.TestIncompleteFrameAreInvisible.test_issue95818) ... ok test_sneaky_frame_object (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object) ... ok test_sneaky_frame_object_teardown (test.test_frame.TestIncompleteFrameAreInvisible.test_sneaky_frame_object_teardown) ... ok ---------------------------------------------------------------------- Ran 15 tests in 0.207s OK 0:06:20 load avg: 0.87 [150/432/1] test_frozen test_frozen (test.test_frozen.TestFrozen.test_frozen) ... ok test_frozen_submodule_in_unfrozen_package (test.test_frozen.TestFrozen.test_frozen_submodule_in_unfrozen_package) ... ok test_unfrozen_submodule_in_frozen_package (test.test_frozen.TestFrozen.test_unfrozen_submodule_in_frozen_package) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:06:20 load avg: 0.87 [151/432/1] test_fstring test__format__lookup (test.test_fstring.TestCase.test__format__lookup) ... ok test_arguments (test.test_fstring.TestCase.test_arguments) ... ok test_assignment (test.test_fstring.TestCase.test_assignment) ... ok test_ast (test.test_fstring.TestCase.test_ast) ... ok test_ast_compile_time_concat (test.test_fstring.TestCase.test_ast_compile_time_concat) ... ok test_ast_line_numbers (test.test_fstring.TestCase.test_ast_line_numbers) ... ok test_ast_line_numbers_duplicate_expression (test.test_fstring.TestCase.test_ast_line_numbers_duplicate_expression) ... ok test_ast_line_numbers_multiline_fstring (test.test_fstring.TestCase.test_ast_line_numbers_multiline_fstring) ... ok test_ast_line_numbers_multiple_formattedvalues (test.test_fstring.TestCase.test_ast_line_numbers_multiple_formattedvalues) ... ok test_ast_line_numbers_nested (test.test_fstring.TestCase.test_ast_line_numbers_nested) ... ok test_ast_line_numbers_with_parentheses (test.test_fstring.TestCase.test_ast_line_numbers_with_parentheses) ... ok test_ast_numbers_fstring_with_formatting (test.test_fstring.TestCase.test_ast_numbers_fstring_with_formatting) ... ok test_backslash_char (test.test_fstring.TestCase.test_backslash_char) ... ok test_backslashes_in_string_part (test.test_fstring.TestCase.test_backslashes_in_string_part) ... ok test_call (test.test_fstring.TestCase.test_call) ... ok test_closure (test.test_fstring.TestCase.test_closure) ... ok test_comments (test.test_fstring.TestCase.test_comments) ... ok test_compile_time_concat (test.test_fstring.TestCase.test_compile_time_concat) ... ok test_compile_time_concat_errors (test.test_fstring.TestCase.test_compile_time_concat_errors) ... ok test_conversions (test.test_fstring.TestCase.test_conversions) ... ok test_debug_conversion (test.test_fstring.TestCase.test_debug_conversion) ... ok test_del (test.test_fstring.TestCase.test_del) ... ok test_dict (test.test_fstring.TestCase.test_dict) ... ok test_docstring (test.test_fstring.TestCase.test_docstring) ... ok test_double_braces (test.test_fstring.TestCase.test_double_braces) ... ok test_empty_format_specifier (test.test_fstring.TestCase.test_empty_format_specifier) ... ok test_equal_equal (test.test_fstring.TestCase.test_equal_equal) ... ok test_errors (test.test_fstring.TestCase.test_errors) ... ok test_expressions_with_triple_quoted_strings (test.test_fstring.TestCase.test_expressions_with_triple_quoted_strings) ... ok test_filename_in_syntaxerror (test.test_fstring.TestCase.test_filename_in_syntaxerror) ... ok test_format_specifier_expressions (test.test_fstring.TestCase.test_format_specifier_expressions) ... ok test_global (test.test_fstring.TestCase.test_global) ... ok test_if_conditional (test.test_fstring.TestCase.test_if_conditional) ... ok test_invalid_string_prefixes (test.test_fstring.TestCase.test_invalid_string_prefixes) ... ok test_invalid_syntax_error_message (test.test_fstring.TestCase.test_invalid_syntax_error_message) ... ok test_lambda (test.test_fstring.TestCase.test_lambda) ... ok test_leading_trailing_spaces (test.test_fstring.TestCase.test_leading_trailing_spaces) ... ok test_literal (test.test_fstring.TestCase.test_literal) ... ok test_literal_eval (test.test_fstring.TestCase.test_literal_eval) ... ok test_locals (test.test_fstring.TestCase.test_locals) ... ok test_loop (test.test_fstring.TestCase.test_loop) ... ok test_many_expressions (test.test_fstring.TestCase.test_many_expressions) ... ok test_misformed_unicode_character_name (test.test_fstring.TestCase.test_misformed_unicode_character_name) ... ok test_mismatched_braces (test.test_fstring.TestCase.test_mismatched_braces) ... ok test_mismatched_parens (test.test_fstring.TestCase.test_mismatched_parens) ... ok test_missing_expression (test.test_fstring.TestCase.test_missing_expression) ... ok test_missing_format_spec (test.test_fstring.TestCase.test_missing_format_spec) ... ok test_missing_variable (test.test_fstring.TestCase.test_missing_variable) ... ok test_multiple_vars (test.test_fstring.TestCase.test_multiple_vars) ... ok test_nested_fstrings (test.test_fstring.TestCase.test_nested_fstrings) ... ok test_newlines_before_syntax_error (test.test_fstring.TestCase.test_newlines_before_syntax_error) ... ok test_newlines_in_expressions (test.test_fstring.TestCase.test_newlines_in_expressions) ... ok test_no_backslashes_in_expression_part (test.test_fstring.TestCase.test_no_backslashes_in_expression_part) ... ok test_no_escapes_for_braces (test.test_fstring.TestCase.test_no_escapes_for_braces) Only literal curly braces begin an expression. ... ok test_not_equal (test.test_fstring.TestCase.test_not_equal) ... ok test_parens_in_expressions (test.test_fstring.TestCase.test_parens_in_expressions) ... ok test_shadowed_global (test.test_fstring.TestCase.test_shadowed_global) ... ok test_side_effect_order (test.test_fstring.TestCase.test_side_effect_order) ... ok test_str_format_differences (test.test_fstring.TestCase.test_str_format_differences) ... ok test_syntax_error_for_starred_expressions (test.test_fstring.TestCase.test_syntax_error_for_starred_expressions) ... ok test_unterminated_string (test.test_fstring.TestCase.test_unterminated_string) ... ok test_walrus (test.test_fstring.TestCase.test_walrus) ... ok test_with_a_commas_and_an_underscore_in_format_specifier (test.test_fstring.TestCase.test_with_a_commas_and_an_underscore_in_format_specifier) ... ok test_with_an_underscore_and_a_comma_in_format_specifier (test.test_fstring.TestCase.test_with_an_underscore_and_a_comma_in_format_specifier) ... ok test_with_two_commas_in_format_specifier (test.test_fstring.TestCase.test_with_two_commas_in_format_specifier) ... ok test_with_two_underscore_in_format_specifier (test.test_fstring.TestCase.test_with_two_underscore_in_format_specifier) ... ok test_yield (test.test_fstring.TestCase.test_yield) ... ok test_yield_send (test.test_fstring.TestCase.test_yield_send) ... ok ---------------------------------------------------------------------- Ran 68 tests in 0.225s OK 0:06:21 load avg: 0.87 [152/432/1] test_ftplib test__all__ (test.test_ftplib.MiscTestCase.test__all__) ... ok test_abort (test.test_ftplib.TestFTPClass.test_abort) ... ok test_acct (test.test_ftplib.TestFTPClass.test_acct) ... ok test_all_errors (test.test_ftplib.TestFTPClass.test_all_errors) ... ok test_cwd (test.test_ftplib.TestFTPClass.test_cwd) ... ok test_delete (test.test_ftplib.TestFTPClass.test_delete) ... ok test_dir (test.test_ftplib.TestFTPClass.test_dir) ... ok test_encoding_param (test.test_ftplib.TestFTPClass.test_encoding_param) ... ok test_exceptions (test.test_ftplib.TestFTPClass.test_exceptions) ... ok test_getwelcome (test.test_ftplib.TestFTPClass.test_getwelcome) ... ok test_line_too_long (test.test_ftplib.TestFTPClass.test_line_too_long) ... ok test_login (test.test_ftplib.TestFTPClass.test_login) ... ok test_makepasv (test.test_ftplib.TestFTPClass.test_makepasv) ... ok test_makepasv_issue43285_security_disabled (test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_disabled) Test the opt-in to the old vulnerable behavior. ... ok test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestFTPClass.test_makepasv_issue43285_security_enabled_default) ... ok test_makeport (test.test_ftplib.TestFTPClass.test_makeport) ... ok test_mkd (test.test_ftplib.TestFTPClass.test_mkd) ... ok test_mlsd (test.test_ftplib.TestFTPClass.test_mlsd) ... ok test_nlst (test.test_ftplib.TestFTPClass.test_nlst) ... ok test_parse257 (test.test_ftplib.TestFTPClass.test_parse257) ... ok test_pwd (test.test_ftplib.TestFTPClass.test_pwd) ... ok test_quit (test.test_ftplib.TestFTPClass.test_quit) ... ok test_rename (test.test_ftplib.TestFTPClass.test_rename) ... ok test_retrbinary (test.test_ftplib.TestFTPClass.test_retrbinary) ... ok test_retrbinary_rest (test.test_ftplib.TestFTPClass.test_retrbinary_rest) ... ok test_retrlines (test.test_ftplib.TestFTPClass.test_retrlines) ... ok test_retrlines_too_long (test.test_ftplib.TestFTPClass.test_retrlines_too_long) ... ok test_rmd (test.test_ftplib.TestFTPClass.test_rmd) ... ok test_sanitize (test.test_ftplib.TestFTPClass.test_sanitize) ... ok test_set_pasv (test.test_ftplib.TestFTPClass.test_set_pasv) ... ok test_size (test.test_ftplib.TestFTPClass.test_size) ... ok test_source_address (test.test_ftplib.TestFTPClass.test_source_address) ... ok test_source_address_passive_connection (test.test_ftplib.TestFTPClass.test_source_address_passive_connection) ... ok test_storbinary (test.test_ftplib.TestFTPClass.test_storbinary) ... ok test_storbinary_rest (test.test_ftplib.TestFTPClass.test_storbinary_rest) ... ok test_storlines (test.test_ftplib.TestFTPClass.test_storlines) ... ok test_storlines_too_long (test.test_ftplib.TestFTPClass.test_storlines_too_long) ... ok test_voidcmd (test.test_ftplib.TestFTPClass.test_voidcmd) ... ok test_with_statement (test.test_ftplib.TestFTPClass.test_with_statement) ... ok test_af (test.test_ftplib.TestIPv6Environment.test_af) ... ok test_makepasv (test.test_ftplib.TestIPv6Environment.test_makepasv) ... ok test_makeport (test.test_ftplib.TestIPv6Environment.test_makeport) ... ok test_transfer (test.test_ftplib.TestIPv6Environment.test_transfer) ... ok test_auth_issued_twice (test.test_ftplib.TestTLS_FTPClass.test_auth_issued_twice) ... ok test_ccc (test.test_ftplib.TestTLS_FTPClass.test_ccc) ... ok test_check_hostname (test.test_ftplib.TestTLS_FTPClass.test_check_hostname) ... skipped 'FIXME: bpo-32706' test_context (test.test_ftplib.TestTLS_FTPClass.test_context) ... ok test_control_connection (test.test_ftplib.TestTLS_FTPClass.test_control_connection) ... ok test_data_connection (test.test_ftplib.TestTLS_FTPClass.test_data_connection) ... ok test_login (test.test_ftplib.TestTLS_FTPClass.test_login) ... ok test_abort (test.test_ftplib.TestTLS_FTPClassMixin.test_abort) ... ok test_acct (test.test_ftplib.TestTLS_FTPClassMixin.test_acct) ... ok test_all_errors (test.test_ftplib.TestTLS_FTPClassMixin.test_all_errors) ... ok test_cwd (test.test_ftplib.TestTLS_FTPClassMixin.test_cwd) ... ok test_delete (test.test_ftplib.TestTLS_FTPClassMixin.test_delete) ... ok test_dir (test.test_ftplib.TestTLS_FTPClassMixin.test_dir) ... ok test_encoding_param (test.test_ftplib.TestTLS_FTPClassMixin.test_encoding_param) ... ok test_exceptions (test.test_ftplib.TestTLS_FTPClassMixin.test_exceptions) ... ok test_getwelcome (test.test_ftplib.TestTLS_FTPClassMixin.test_getwelcome) ... ok test_line_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_line_too_long) ... ok test_login (test.test_ftplib.TestTLS_FTPClassMixin.test_login) ... ok test_makepasv (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv) ... ok test_makepasv_issue43285_security_disabled (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_disabled) Test the opt-in to the old vulnerable behavior. ... ok test_makepasv_issue43285_security_enabled_default (test.test_ftplib.TestTLS_FTPClassMixin.test_makepasv_issue43285_security_enabled_default) ... ok test_makeport (test.test_ftplib.TestTLS_FTPClassMixin.test_makeport) ... ok test_mkd (test.test_ftplib.TestTLS_FTPClassMixin.test_mkd) ... ok test_mlsd (test.test_ftplib.TestTLS_FTPClassMixin.test_mlsd) ... ok test_nlst (test.test_ftplib.TestTLS_FTPClassMixin.test_nlst) ... ok test_parse257 (test.test_ftplib.TestTLS_FTPClassMixin.test_parse257) ... ok test_pwd (test.test_ftplib.TestTLS_FTPClassMixin.test_pwd) ... ok test_quit (test.test_ftplib.TestTLS_FTPClassMixin.test_quit) ... ok test_rename (test.test_ftplib.TestTLS_FTPClassMixin.test_rename) ... ok test_retrbinary (test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary) ... ok test_retrbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin.test_retrbinary_rest) ... ok test_retrlines (test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines) ... ok test_retrlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_retrlines_too_long) ... ok test_rmd (test.test_ftplib.TestTLS_FTPClassMixin.test_rmd) ... ok test_sanitize (test.test_ftplib.TestTLS_FTPClassMixin.test_sanitize) ... ok test_set_pasv (test.test_ftplib.TestTLS_FTPClassMixin.test_set_pasv) ... ok test_size (test.test_ftplib.TestTLS_FTPClassMixin.test_size) ... ok test_source_address (test.test_ftplib.TestTLS_FTPClassMixin.test_source_address) ... ok test_source_address_passive_connection (test.test_ftplib.TestTLS_FTPClassMixin.test_source_address_passive_connection) ... ok test_storbinary (test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary) ... ok test_storbinary_rest (test.test_ftplib.TestTLS_FTPClassMixin.test_storbinary_rest) ... ok test_storlines (test.test_ftplib.TestTLS_FTPClassMixin.test_storlines) ... ok test_storlines_too_long (test.test_ftplib.TestTLS_FTPClassMixin.test_storlines_too_long) ... ok test_voidcmd (test.test_ftplib.TestTLS_FTPClassMixin.test_voidcmd) ... ok test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin.test_with_statement) ... ok testTimeoutConnect (test.test_ftplib.TestTimeouts.testTimeoutConnect) ... ok testTimeoutDefault (test.test_ftplib.TestTimeouts.testTimeoutDefault) ... ok testTimeoutDifferentOrder (test.test_ftplib.TestTimeouts.testTimeoutDifferentOrder) ... ok testTimeoutDirectAccess (test.test_ftplib.TestTimeouts.testTimeoutDirectAccess) ... ok testTimeoutNone (test.test_ftplib.TestTimeouts.testTimeoutNone) ... ok testTimeoutValue (test.test_ftplib.TestTimeouts.testTimeoutValue) ... ok ---------------------------------------------------------------------- Ran 94 tests in 6.636s OK (skipped=1) 0:06:28 load avg: 0.82 [153/432/1] test_funcattrs test_delete_unknown_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_delete_unknown_attr) ... ok test_set_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_set_attr) ... ok test_unset_attr (test.test_funcattrs.ArbitraryFunctionAttrTest.test_unset_attr) ... ok test_builtin__qualname__ (test.test_funcattrs.BuiltinFunctionPropertiesTest.test_builtin__qualname__) ... ok test_comparison (test.test_funcattrs.CellTest.test_comparison) ... ok test_delete___dict__ (test.test_funcattrs.FunctionDictsTest.test_delete___dict__) ... ok test_func_as_dict_key (test.test_funcattrs.FunctionDictsTest.test_func_as_dict_key) ... ok test_setting_dict_to_invalid (test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_invalid) ... ok test_setting_dict_to_valid (test.test_funcattrs.FunctionDictsTest.test_setting_dict_to_valid) ... ok test_unassigned_dict (test.test_funcattrs.FunctionDictsTest.test_unassigned_dict) ... ok test_delete_docstring (test.test_funcattrs.FunctionDocstringTest.test_delete_docstring) ... ok test_set_docstring_attr (test.test_funcattrs.FunctionDocstringTest.test_set_docstring_attr) ... ok test___builtins__ (test.test_funcattrs.FunctionPropertiesTest.test___builtins__) ... ok test___closure__ (test.test_funcattrs.FunctionPropertiesTest.test___closure__) ... ok test___code__ (test.test_funcattrs.FunctionPropertiesTest.test___code__) ... ok test___globals__ (test.test_funcattrs.FunctionPropertiesTest.test___globals__) ... ok test___name__ (test.test_funcattrs.FunctionPropertiesTest.test___name__) ... ok test___qualname__ (test.test_funcattrs.FunctionPropertiesTest.test___qualname__) ... ok test_blank_func_defaults (test.test_funcattrs.FunctionPropertiesTest.test_blank_func_defaults) ... ok test_cell_new (test.test_funcattrs.FunctionPropertiesTest.test_cell_new) ... ok test_copying___code__ (test.test_funcattrs.FunctionPropertiesTest.test_copying___code__) ... ok test_dir_includes_correct_attrs (test.test_funcattrs.FunctionPropertiesTest.test_dir_includes_correct_attrs) ... ok test_duplicate_function_equality (test.test_funcattrs.FunctionPropertiesTest.test_duplicate_function_equality) ... ok test_empty_cell (test.test_funcattrs.FunctionPropertiesTest.test_empty_cell) ... ok test_func_default_args (test.test_funcattrs.FunctionPropertiesTest.test_func_default_args) ... ok test_module (test.test_funcattrs.FunctionPropertiesTest.test_module) ... ok test_set_cell (test.test_funcattrs.FunctionPropertiesTest.test_set_cell) ... ok test___class__ (test.test_funcattrs.InstancemethodAttrTest.test___class__) ... ok test___func__ (test.test_funcattrs.InstancemethodAttrTest.test___func__) ... ok test___func___non_method (test.test_funcattrs.InstancemethodAttrTest.test___func___non_method) ... ok test___self__ (test.test_funcattrs.InstancemethodAttrTest.test___self__) ... ok test_func_attribute (test.test_funcattrs.StaticMethodAttrsTest.test_func_attribute) ... ok ---------------------------------------------------------------------- Ran 32 tests in 0.001s OK 0:06:28 load avg: 0.82 [154/432/1] test_functools test_access_from_class (test.test_functools.TestCachedProperty.test_access_from_class) ... ok test_cached (test.test_functools.TestCachedProperty.test_cached) ... ok test_cached_attribute_name_differs_from_func_name (test.test_functools.TestCachedProperty.test_cached_attribute_name_differs_from_func_name) ... ok test_doc (test.test_functools.TestCachedProperty.test_doc) ... ok test_immutable_dict (test.test_functools.TestCachedProperty.test_immutable_dict) ... ok test_object_with_slots (test.test_functools.TestCachedProperty.test_object_with_slots) ... ok test_reuse_different_names (test.test_functools.TestCachedProperty.test_reuse_different_names) Disallow this case because decorated function a would not be cached. ... ok test_reuse_same_name (test.test_functools.TestCachedProperty.test_reuse_same_name) Reusing a cached_property on different classes under the same name is OK. ... ok test_set_name_not_called (test.test_functools.TestCachedProperty.test_set_name_not_called) ... ok test_threaded (test.test_functools.TestCachedProperty.test_threaded) ... ok test_bad_cmp (test.test_functools.TestCmpToKeyC.test_bad_cmp) ... ok test_cmp_to_key (test.test_functools.TestCmpToKeyC.test_cmp_to_key) ... ok test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyC.test_cmp_to_key_arguments) ... ok test_disallow_instantiation (test.test_functools.TestCmpToKeyC.test_disallow_instantiation) ... ok test_hash (test.test_functools.TestCmpToKeyC.test_hash) ... ok test_obj_field (test.test_functools.TestCmpToKeyC.test_obj_field) ... ok test_sort_int (test.test_functools.TestCmpToKeyC.test_sort_int) ... ok test_sort_int_str (test.test_functools.TestCmpToKeyC.test_sort_int_str) ... ok test_bad_cmp (test.test_functools.TestCmpToKeyPy.test_bad_cmp) ... ok test_cmp_to_key (test.test_functools.TestCmpToKeyPy.test_cmp_to_key) ... ok test_cmp_to_key_arguments (test.test_functools.TestCmpToKeyPy.test_cmp_to_key_arguments) ... ok test_hash (test.test_functools.TestCmpToKeyPy.test_hash) ... ok test_obj_field (test.test_functools.TestCmpToKeyPy.test_obj_field) ... ok test_sort_int (test.test_functools.TestCmpToKeyPy.test_sort_int) ... ok test_sort_int_str (test.test_functools.TestCmpToKeyPy.test_sort_int_str) ... ok test_copy (test.test_functools.TestLRUC.test_copy) ... ok test_deepcopy (test.test_functools.TestLRUC.test_deepcopy) ... ok test_kwargs_order (test.test_functools.TestLRUC.test_kwargs_order) ... ok test_lru (test.test_functools.TestLRUC.test_lru) ... ok test_lru_bug_35780 (test.test_functools.TestLRUC.test_lru_bug_35780) ... ok test_lru_bug_36650 (test.test_functools.TestLRUC.test_lru_bug_36650) ... ok test_lru_cache_decoration (test.test_functools.TestLRUC.test_lru_cache_decoration) ... ok test_lru_cache_parameters (test.test_functools.TestLRUC.test_lru_cache_parameters) ... ok test_lru_cache_threaded (test.test_functools.TestLRUC.test_lru_cache_threaded) ... ok test_lru_cache_threaded2 (test.test_functools.TestLRUC.test_lru_cache_threaded2) ... ok test_lru_cache_threaded3 (test.test_functools.TestLRUC.test_lru_cache_threaded3) ... ok test_lru_cache_typed_is_not_recursive (test.test_functools.TestLRUC.test_lru_cache_typed_is_not_recursive) ... ok test_lru_cache_weakrefable (test.test_functools.TestLRUC.test_lru_cache_weakrefable) ... ok test_lru_hash_only_once (test.test_functools.TestLRUC.test_lru_hash_only_once) ... ok test_lru_method (test.test_functools.TestLRUC.test_lru_method) ... ok test_lru_no_args (test.test_functools.TestLRUC.test_lru_no_args) ... ok test_lru_reentrancy_with_len (test.test_functools.TestLRUC.test_lru_reentrancy_with_len) ... ok test_lru_star_arg_handling (test.test_functools.TestLRUC.test_lru_star_arg_handling) ... ok test_lru_type_error (test.test_functools.TestLRUC.test_lru_type_error) ... ok test_lru_with_exceptions (test.test_functools.TestLRUC.test_lru_with_exceptions) ... ok test_lru_with_keyword_args (test.test_functools.TestLRUC.test_lru_with_keyword_args) ... ok test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUC.test_lru_with_keyword_args_maxsize_none) ... ok test_lru_with_maxsize_negative (test.test_functools.TestLRUC.test_lru_with_maxsize_negative) ... ok test_lru_with_maxsize_none (test.test_functools.TestLRUC.test_lru_with_maxsize_none) ... ok test_lru_with_types (test.test_functools.TestLRUC.test_lru_with_types) ... ok test_need_for_rlock (test.test_functools.TestLRUC.test_need_for_rlock) ... ok test_pickle (test.test_functools.TestLRUC.test_pickle) ... ok test_copy (test.test_functools.TestLRUPy.test_copy) ... ok test_deepcopy (test.test_functools.TestLRUPy.test_deepcopy) ... ok test_kwargs_order (test.test_functools.TestLRUPy.test_kwargs_order) ... ok test_lru (test.test_functools.TestLRUPy.test_lru) ... ok test_lru_bug_35780 (test.test_functools.TestLRUPy.test_lru_bug_35780) ... ok test_lru_bug_36650 (test.test_functools.TestLRUPy.test_lru_bug_36650) ... ok test_lru_cache_decoration (test.test_functools.TestLRUPy.test_lru_cache_decoration) ... ok test_lru_cache_parameters (test.test_functools.TestLRUPy.test_lru_cache_parameters) ... ok test_lru_cache_threaded (test.test_functools.TestLRUPy.test_lru_cache_threaded) ... ok test_lru_cache_threaded2 (test.test_functools.TestLRUPy.test_lru_cache_threaded2) ... ok test_lru_cache_threaded3 (test.test_functools.TestLRUPy.test_lru_cache_threaded3) ... ok test_lru_cache_typed_is_not_recursive (test.test_functools.TestLRUPy.test_lru_cache_typed_is_not_recursive) ... ok test_lru_cache_weakrefable (test.test_functools.TestLRUPy.test_lru_cache_weakrefable) ... ok test_lru_hash_only_once (test.test_functools.TestLRUPy.test_lru_hash_only_once) ... ok test_lru_method (test.test_functools.TestLRUPy.test_lru_method) ... ok test_lru_no_args (test.test_functools.TestLRUPy.test_lru_no_args) ... ok test_lru_reentrancy_with_len (test.test_functools.TestLRUPy.test_lru_reentrancy_with_len) ... ok test_lru_star_arg_handling (test.test_functools.TestLRUPy.test_lru_star_arg_handling) ... ok test_lru_type_error (test.test_functools.TestLRUPy.test_lru_type_error) ... ok test_lru_with_exceptions (test.test_functools.TestLRUPy.test_lru_with_exceptions) ... ok test_lru_with_keyword_args (test.test_functools.TestLRUPy.test_lru_with_keyword_args) ... ok test_lru_with_keyword_args_maxsize_none (test.test_functools.TestLRUPy.test_lru_with_keyword_args_maxsize_none) ... ok test_lru_with_maxsize_negative (test.test_functools.TestLRUPy.test_lru_with_maxsize_negative) ... ok test_lru_with_maxsize_none (test.test_functools.TestLRUPy.test_lru_with_maxsize_none) ... ok test_lru_with_types (test.test_functools.TestLRUPy.test_lru_with_types) ... ok test_need_for_rlock (test.test_functools.TestLRUPy.test_need_for_rlock) ... ok test_pickle (test.test_functools.TestLRUPy.test_pickle) ... ok test_arg_combinations (test.test_functools.TestPartialC.test_arg_combinations) ... ok test_argument_checking (test.test_functools.TestPartialC.test_argument_checking) ... ok test_attributes (test.test_functools.TestPartialC.test_attributes) ... ok test_attributes_unwritable (test.test_functools.TestPartialC.test_attributes_unwritable) ... ok test_basic_examples (test.test_functools.TestPartialC.test_basic_examples) ... ok test_copy (test.test_functools.TestPartialC.test_copy) ... ok test_deepcopy (test.test_functools.TestPartialC.test_deepcopy) ... ok test_error_propagation (test.test_functools.TestPartialC.test_error_propagation) ... ok test_keystr_replaces_value (test.test_functools.TestPartialC.test_keystr_replaces_value) ... ok test_keyword (test.test_functools.TestPartialC.test_keyword) ... ok test_kw_combinations (test.test_functools.TestPartialC.test_kw_combinations) ... ok test_kwargs_copy (test.test_functools.TestPartialC.test_kwargs_copy) ... ok test_manually_adding_non_string_keyword (test.test_functools.TestPartialC.test_manually_adding_non_string_keyword) ... ok test_nested_optimization (test.test_functools.TestPartialC.test_nested_optimization) ... ok test_nested_partial_with_attribute (test.test_functools.TestPartialC.test_nested_partial_with_attribute) ... ok test_no_side_effects (test.test_functools.TestPartialC.test_no_side_effects) ... ok test_pickle (test.test_functools.TestPartialC.test_pickle) ... ok test_positional (test.test_functools.TestPartialC.test_positional) ... ok test_protection_of_callers_dict_argument (test.test_functools.TestPartialC.test_protection_of_callers_dict_argument) ... ok test_recursive_pickle (test.test_functools.TestPartialC.test_recursive_pickle) ... ok test_recursive_repr (test.test_functools.TestPartialC.test_recursive_repr) ... ok test_repr (test.test_functools.TestPartialC.test_repr) ... ok test_setstate (test.test_functools.TestPartialC.test_setstate) ... ok test_setstate_errors (test.test_functools.TestPartialC.test_setstate_errors) ... ok test_setstate_refcount (test.test_functools.TestPartialC.test_setstate_refcount) ... ok test_setstate_subclasses (test.test_functools.TestPartialC.test_setstate_subclasses) ... ok test_weakref (test.test_functools.TestPartialC.test_weakref) ... ok test_with_bound_and_unbound_methods (test.test_functools.TestPartialC.test_with_bound_and_unbound_methods) ... ok test_arg_combinations (test.test_functools.TestPartialCSubclass.test_arg_combinations) ... ok test_argument_checking (test.test_functools.TestPartialCSubclass.test_argument_checking) ... ok test_attributes (test.test_functools.TestPartialCSubclass.test_attributes) ... ok test_attributes_unwritable (test.test_functools.TestPartialCSubclass.test_attributes_unwritable) ... ok test_basic_examples (test.test_functools.TestPartialCSubclass.test_basic_examples) ... ok test_copy (test.test_functools.TestPartialCSubclass.test_copy) ... ok test_deepcopy (test.test_functools.TestPartialCSubclass.test_deepcopy) ... ok test_error_propagation (test.test_functools.TestPartialCSubclass.test_error_propagation) ... ok test_keystr_replaces_value (test.test_functools.TestPartialCSubclass.test_keystr_replaces_value) ... ok test_keyword (test.test_functools.TestPartialCSubclass.test_keyword) ... ok test_kw_combinations (test.test_functools.TestPartialCSubclass.test_kw_combinations) ... ok test_kwargs_copy (test.test_functools.TestPartialCSubclass.test_kwargs_copy) ... ok test_manually_adding_non_string_keyword (test.test_functools.TestPartialCSubclass.test_manually_adding_non_string_keyword) ... ok test_nested_partial_with_attribute (test.test_functools.TestPartialCSubclass.test_nested_partial_with_attribute) ... ok test_no_side_effects (test.test_functools.TestPartialCSubclass.test_no_side_effects) ... ok test_pickle (test.test_functools.TestPartialCSubclass.test_pickle) ... ok test_positional (test.test_functools.TestPartialCSubclass.test_positional) ... ok test_protection_of_callers_dict_argument (test.test_functools.TestPartialCSubclass.test_protection_of_callers_dict_argument) ... ok test_recursive_pickle (test.test_functools.TestPartialCSubclass.test_recursive_pickle) ... ok test_recursive_repr (test.test_functools.TestPartialCSubclass.test_recursive_repr) ... ok test_repr (test.test_functools.TestPartialCSubclass.test_repr) ... ok test_setstate (test.test_functools.TestPartialCSubclass.test_setstate) ... ok test_setstate_errors (test.test_functools.TestPartialCSubclass.test_setstate_errors) ... ok test_setstate_refcount (test.test_functools.TestPartialCSubclass.test_setstate_refcount) ... ok test_setstate_subclasses (test.test_functools.TestPartialCSubclass.test_setstate_subclasses) ... ok test_weakref (test.test_functools.TestPartialCSubclass.test_weakref) ... ok test_with_bound_and_unbound_methods (test.test_functools.TestPartialCSubclass.test_with_bound_and_unbound_methods) ... ok test_abstract (test.test_functools.TestPartialMethod.test_abstract) ... ok test_arg_combinations (test.test_functools.TestPartialMethod.test_arg_combinations) ... ok test_bound_method_introspection (test.test_functools.TestPartialMethod.test_bound_method_introspection) ... ok test_descriptors (test.test_functools.TestPartialMethod.test_descriptors) ... ok test_invalid_args (test.test_functools.TestPartialMethod.test_invalid_args) ... ok test_nested (test.test_functools.TestPartialMethod.test_nested) ... ok test_over_partial (test.test_functools.TestPartialMethod.test_over_partial) ... ok test_overriding_keywords (test.test_functools.TestPartialMethod.test_overriding_keywords) ... ok test_positional_only (test.test_functools.TestPartialMethod.test_positional_only) ... ok test_repr (test.test_functools.TestPartialMethod.test_repr) ... ok test_unbound_method_retrieval (test.test_functools.TestPartialMethod.test_unbound_method_retrieval) ... ok test_arg_combinations (test.test_functools.TestPartialPy.test_arg_combinations) ... ok test_argument_checking (test.test_functools.TestPartialPy.test_argument_checking) ... ok test_attributes (test.test_functools.TestPartialPy.test_attributes) ... ok test_basic_examples (test.test_functools.TestPartialPy.test_basic_examples) ... ok test_copy (test.test_functools.TestPartialPy.test_copy) ... ok test_deepcopy (test.test_functools.TestPartialPy.test_deepcopy) ... ok test_error_propagation (test.test_functools.TestPartialPy.test_error_propagation) ... ok test_keyword (test.test_functools.TestPartialPy.test_keyword) ... ok test_kw_combinations (test.test_functools.TestPartialPy.test_kw_combinations) ... ok test_kwargs_copy (test.test_functools.TestPartialPy.test_kwargs_copy) ... ok test_nested_optimization (test.test_functools.TestPartialPy.test_nested_optimization) ... ok test_nested_partial_with_attribute (test.test_functools.TestPartialPy.test_nested_partial_with_attribute) ... ok test_no_side_effects (test.test_functools.TestPartialPy.test_no_side_effects) ... ok test_pickle (test.test_functools.TestPartialPy.test_pickle) ... ok test_positional (test.test_functools.TestPartialPy.test_positional) ... ok test_protection_of_callers_dict_argument (test.test_functools.TestPartialPy.test_protection_of_callers_dict_argument) ... ok test_recursive_pickle (test.test_functools.TestPartialPy.test_recursive_pickle) ... ok test_recursive_repr (test.test_functools.TestPartialPy.test_recursive_repr) ... ok test_repr (test.test_functools.TestPartialPy.test_repr) ... ok test_setstate (test.test_functools.TestPartialPy.test_setstate) ... ok test_setstate_errors (test.test_functools.TestPartialPy.test_setstate_errors) ... ok test_setstate_refcount (test.test_functools.TestPartialPy.test_setstate_refcount) ... ok test_setstate_subclasses (test.test_functools.TestPartialPy.test_setstate_subclasses) ... ok test_weakref (test.test_functools.TestPartialPy.test_weakref) ... ok test_with_bound_and_unbound_methods (test.test_functools.TestPartialPy.test_with_bound_and_unbound_methods) ... ok test_arg_combinations (test.test_functools.TestPartialPySubclass.test_arg_combinations) ... ok test_argument_checking (test.test_functools.TestPartialPySubclass.test_argument_checking) ... ok test_attributes (test.test_functools.TestPartialPySubclass.test_attributes) ... ok test_basic_examples (test.test_functools.TestPartialPySubclass.test_basic_examples) ... ok test_copy (test.test_functools.TestPartialPySubclass.test_copy) ... ok test_deepcopy (test.test_functools.TestPartialPySubclass.test_deepcopy) ... ok test_error_propagation (test.test_functools.TestPartialPySubclass.test_error_propagation) ... ok test_keyword (test.test_functools.TestPartialPySubclass.test_keyword) ... ok test_kw_combinations (test.test_functools.TestPartialPySubclass.test_kw_combinations) ... ok test_kwargs_copy (test.test_functools.TestPartialPySubclass.test_kwargs_copy) ... ok test_nested_optimization (test.test_functools.TestPartialPySubclass.test_nested_optimization) ... ok test_nested_partial_with_attribute (test.test_functools.TestPartialPySubclass.test_nested_partial_with_attribute) ... ok test_no_side_effects (test.test_functools.TestPartialPySubclass.test_no_side_effects) ... ok test_pickle (test.test_functools.TestPartialPySubclass.test_pickle) ... ok test_positional (test.test_functools.TestPartialPySubclass.test_positional) ... ok test_protection_of_callers_dict_argument (test.test_functools.TestPartialPySubclass.test_protection_of_callers_dict_argument) ... ok test_recursive_pickle (test.test_functools.TestPartialPySubclass.test_recursive_pickle) ... ok test_recursive_repr (test.test_functools.TestPartialPySubclass.test_recursive_repr) ... ok test_repr (test.test_functools.TestPartialPySubclass.test_repr) ... ok test_setstate (test.test_functools.TestPartialPySubclass.test_setstate) ... ok test_setstate_errors (test.test_functools.TestPartialPySubclass.test_setstate_errors) ... ok test_setstate_refcount (test.test_functools.TestPartialPySubclass.test_setstate_refcount) ... ok test_setstate_subclasses (test.test_functools.TestPartialPySubclass.test_setstate_subclasses) ... ok test_weakref (test.test_functools.TestPartialPySubclass.test_weakref) ... ok test_with_bound_and_unbound_methods (test.test_functools.TestPartialPySubclass.test_with_bound_and_unbound_methods) ... ok test_iterator_usage (test.test_functools.TestReduceC.test_iterator_usage) ... ok test_reduce (test.test_functools.TestReduceC.test_reduce) ... ok test_iterator_usage (test.test_functools.TestReducePy.test_iterator_usage) ... ok test_reduce (test.test_functools.TestReducePy.test_reduce) ... ok test_abstractmethod_register (test.test_functools.TestSingleDispatch.test_abstractmethod_register) ... ok test_annotations (test.test_functools.TestSingleDispatch.test_annotations) ... ok test_c3_abc (test.test_functools.TestSingleDispatch.test_c3_abc) ... ok test_c_classes (test.test_functools.TestSingleDispatch.test_c_classes) ... ok test_cache_invalidation (test.test_functools.TestSingleDispatch.test_cache_invalidation) ... ok test_callable_register (test.test_functools.TestSingleDispatch.test_callable_register) ... ok test_classmethod_register (test.test_functools.TestSingleDispatch.test_classmethod_register) ... ok test_classmethod_type_ann_register (test.test_functools.TestSingleDispatch.test_classmethod_type_ann_register) ... ok test_compose_mro (test.test_functools.TestSingleDispatch.test_compose_mro) ... ok test_double_wrapped_methods (test.test_functools.TestSingleDispatch.test_double_wrapped_methods) ... ok test_false_meta (test.test_functools.TestSingleDispatch.test_false_meta) ... ok test_invalid_positional_argument (test.test_functools.TestSingleDispatch.test_invalid_positional_argument) ... ok test_invalid_registrations (test.test_functools.TestSingleDispatch.test_invalid_registrations) ... ok test_method_register (test.test_functools.TestSingleDispatch.test_method_register) ... ok test_method_wrapping_attributes (test.test_functools.TestSingleDispatch.test_method_wrapping_attributes) ... ok test_mro (test.test_functools.TestSingleDispatch.test_mro) ... ok test_mro_conflicts (test.test_functools.TestSingleDispatch.test_mro_conflicts) ... ok test_register_abc (test.test_functools.TestSingleDispatch.test_register_abc) ... ok test_register_decorator (test.test_functools.TestSingleDispatch.test_register_decorator) ... ok test_register_genericalias (test.test_functools.TestSingleDispatch.test_register_genericalias) ... ok test_register_genericalias_annotation (test.test_functools.TestSingleDispatch.test_register_genericalias_annotation) ... ok test_register_genericalias_decorator (test.test_functools.TestSingleDispatch.test_register_genericalias_decorator) ... ok test_simple_overloads (test.test_functools.TestSingleDispatch.test_simple_overloads) ... ok test_staticmethod_register (test.test_functools.TestSingleDispatch.test_staticmethod_register) ... ok test_staticmethod_type_ann_register (test.test_functools.TestSingleDispatch.test_staticmethod_type_ann_register) ... ok test_type_ann_register (test.test_functools.TestSingleDispatch.test_type_ann_register) ... ok test_union (test.test_functools.TestSingleDispatch.test_union) ... ok test_union_None (test.test_functools.TestSingleDispatch.test_union_None) ... ok test_union_conflict (test.test_functools.TestSingleDispatch.test_union_conflict) ... ok test_wrapping_attributes (test.test_functools.TestSingleDispatch.test_wrapping_attributes) ... ok test_no_operations_defined (test.test_functools.TestTotalOrdering.test_no_operations_defined) ... ok test_notimplemented (test.test_functools.TestTotalOrdering.test_notimplemented) ... ok test_pickle (test.test_functools.TestTotalOrdering.test_pickle) ... ok test_total_ordering_for_metaclasses_issue_44605 (test.test_functools.TestTotalOrdering.test_total_ordering_for_metaclasses_issue_44605) ... ok test_total_ordering_ge (test.test_functools.TestTotalOrdering.test_total_ordering_ge) ... ok test_total_ordering_gt (test.test_functools.TestTotalOrdering.test_total_ordering_gt) ... ok test_total_ordering_le (test.test_functools.TestTotalOrdering.test_total_ordering_le) ... ok test_total_ordering_lt (test.test_functools.TestTotalOrdering.test_total_ordering_lt) ... ok test_total_ordering_no_overwrite (test.test_functools.TestTotalOrdering.test_total_ordering_no_overwrite) ... ok test_type_error_when_not_implemented (test.test_functools.TestTotalOrdering.test_type_error_when_not_implemented) ... ok test_builtin_update (test.test_functools.TestUpdateWrapper.test_builtin_update) ... ok test_default_update (test.test_functools.TestUpdateWrapper.test_default_update) ... ok test_default_update_doc (test.test_functools.TestUpdateWrapper.test_default_update_doc) ... ok test_missing_attributes (test.test_functools.TestUpdateWrapper.test_missing_attributes) ... ok test_no_update (test.test_functools.TestUpdateWrapper.test_no_update) ... ok test_selective_update (test.test_functools.TestUpdateWrapper.test_selective_update) ... ok test_builtin_update (test.test_functools.TestWraps.test_builtin_update) ... ok test_default_update (test.test_functools.TestWraps.test_default_update) ... ok test_default_update_doc (test.test_functools.TestWraps.test_default_update_doc) ... ok test_missing_attributes (test.test_functools.TestWraps.test_missing_attributes) ... ok test_no_update (test.test_functools.TestWraps.test_no_update) ... ok test_selective_update (test.test_functools.TestWraps.test_selective_update) ... ok ---------------------------------------------------------------------- Ran 251 tests in 0.474s OK 0:06:29 load avg: 0.82 [155/432/1] test_future test_annotation_with_complex_target (test.test_future.AnnotationsFutureTestCase.test_annotation_with_complex_target) ... ok test_annotations (test.test_future.AnnotationsFutureTestCase.test_annotations) ... ok test_annotations_forbidden (test.test_future.AnnotationsFutureTestCase.test_annotations_forbidden) ... ok test_annotations_symbol_table_pass (test.test_future.AnnotationsFutureTestCase.test_annotations_symbol_table_pass) ... ok test_fstring_debug_annotations (test.test_future.AnnotationsFutureTestCase.test_fstring_debug_annotations) ... ok test_get_type_hints_on_func_with_variadic_arg (test.test_future.AnnotationsFutureTestCase.test_get_type_hints_on_func_with_variadic_arg) ... ok test_infinity_numbers (test.test_future.AnnotationsFutureTestCase.test_infinity_numbers) ... ok test_badfuture10 (test.test_future.FutureTest.test_badfuture10) ... ok test_badfuture3 (test.test_future.FutureTest.test_badfuture3) ... ok test_badfuture4 (test.test_future.FutureTest.test_badfuture4) ... ok test_badfuture5 (test.test_future.FutureTest.test_badfuture5) ... ok test_badfuture6 (test.test_future.FutureTest.test_badfuture6) ... ok test_badfuture7 (test.test_future.FutureTest.test_badfuture7) ... ok test_badfuture8 (test.test_future.FutureTest.test_badfuture8) ... ok test_badfuture9 (test.test_future.FutureTest.test_badfuture9) ... ok test_ensure_flags_dont_clash (test.test_future.FutureTest.test_ensure_flags_dont_clash) ... ok test_future1 (test.test_future.FutureTest.test_future1) ... ok test_future2 (test.test_future.FutureTest.test_future2) ... ok test_future3 (test.test_future.FutureTest.test_future3) ... ok test_multiple_features (test.test_future.FutureTest.test_multiple_features) ... ok test_parserhack (test.test_future.FutureTest.test_parserhack) ... ok test_unicode_literals_exec (test.test_future.FutureTest.test_unicode_literals_exec) ... ok ---------------------------------------------------------------------- Ran 22 tests in 0.020s OK 0:06:29 load avg: 0.82 [156/432/1] test_future3 test_floor_div_operator (test.test_future3.TestFuture.test_floor_div_operator) ... ok test_nested_scopes (test.test_future3.TestFuture.test_nested_scopes) ... ok test_true_div_as_default (test.test_future3.TestFuture.test_true_div_as_default) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK 0:06:30 load avg: 0.82 [157/432/1] test_future4 test_unicode_literals (test.test_future4.Tests.test_unicode_literals) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:06:30 load avg: 0.82 [158/432/1] test_future5 test_print_function (test.test_future5.TestMultipleFeatures.test_print_function) ... ok test_unicode_literals (test.test_future5.TestMultipleFeatures.test_unicode_literals) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.000s OK 0:06:31 load avg: 0.82 [159/432/1] test_gc test_collect (test.test_gc.GCCallbackTests.test_collect) ... ok test_collect_garbage (test.test_gc.GCCallbackTests.test_collect_garbage) ... ok test_collect_generation (test.test_gc.GCCallbackTests.test_collect_generation) ... ok test_refcount_errors (test.test_gc.GCCallbackTests.test_refcount_errors) ... skipped 'built with -NDEBUG' test_boom (test.test_gc.GCTests.test_boom) ... ok test_boom2 (test.test_gc.GCTests.test_boom2) ... ok test_boom2_new (test.test_gc.GCTests.test_boom2_new) ... ok test_boom_new (test.test_gc.GCTests.test_boom_new) ... ok test_bug1055820b (test.test_gc.GCTests.test_bug1055820b) ... ok test_bug21435 (test.test_gc.GCTests.test_bug21435) ... ok test_class (test.test_gc.GCTests.test_class) ... ok test_collect_generations (test.test_gc.GCTests.test_collect_generations) ... ok test_del (test.test_gc.GCTests.test_del) ... ok test_del_newclass (test.test_gc.GCTests.test_del_newclass) ... ok test_dict (test.test_gc.GCTests.test_dict) ... ok test_frame (test.test_gc.GCTests.test_frame) ... ok test_freeze (test.test_gc.GCTests.test_freeze) ... ok test_function (test.test_gc.GCTests.test_function) ... ok test_function_tp_clear_leaves_consistent_state (test.test_gc.GCTests.test_function_tp_clear_leaves_consistent_state) ... ok test_garbage_at_shutdown (test.test_gc.GCTests.test_garbage_at_shutdown) ... ok test_gc_main_module_at_shutdown (test.test_gc.GCTests.test_gc_main_module_at_shutdown) ... ok test_gc_ordinary_module_at_shutdown (test.test_gc.GCTests.test_gc_ordinary_module_at_shutdown) ... ok test_get_count (test.test_gc.GCTests.test_get_count) ... ok test_get_objects (test.test_gc.GCTests.test_get_objects) ... ok test_get_objects_arguments (test.test_gc.GCTests.test_get_objects_arguments) ... ok test_get_referents (test.test_gc.GCTests.test_get_referents) ... ok test_get_stats (test.test_gc.GCTests.test_get_stats) ... ok test_global_del_SystemExit (test.test_gc.GCTests.test_global_del_SystemExit) ... ok test_instance (test.test_gc.GCTests.test_instance) ... ok test_is_finalized (test.test_gc.GCTests.test_is_finalized) ... ok test_is_tracked (test.test_gc.GCTests.test_is_tracked) ... ok test_legacy_finalizer (test.test_gc.GCTests.test_legacy_finalizer) ... ok test_legacy_finalizer_newclass (test.test_gc.GCTests.test_legacy_finalizer_newclass) ... ok test_list (test.test_gc.GCTests.test_list) ... ok test_method (test.test_gc.GCTests.test_method) ... ok test_newinstance (test.test_gc.GCTests.test_newinstance) ... ok test_newstyleclass (test.test_gc.GCTests.test_newstyleclass) ... ok test_resurrection_does_not_block_cleanup_of_other_objects (test.test_gc.GCTests.test_resurrection_does_not_block_cleanup_of_other_objects) ... ok test_resurrection_is_transitive (test.test_gc.GCTests.test_resurrection_is_transitive) ... ok test_resurrection_only_happens_once_per_object (test.test_gc.GCTests.test_resurrection_only_happens_once_per_object) ... ok test_saveall (test.test_gc.GCTests.test_saveall) ... ok test_trash_weakref_clear (test.test_gc.GCTests.test_trash_weakref_clear) ... ok test_trashcan (test.test_gc.GCTests.test_trashcan) ... ok test_trashcan_threads (test.test_gc.GCTests.test_trashcan_threads) ... ok test_tuple (test.test_gc.GCTests.test_tuple) ... ok test_bug1055820c (test.test_gc.GCTogglingTests.test_bug1055820c) ... ok test_bug1055820d (test.test_gc.GCTogglingTests.test_bug1055820d) ... ok test_ast_fini (test.test_gc.PythonFinalizationTests.test_ast_fini) ... ok restoring automatic collection ---------------------------------------------------------------------- Ran 48 tests in 5.031s OK (skipped=1) 0:06:36 load avg: 0.83 [160/432/1] test_gdb test_gdb skipped -- test_gdb is not reliable on PGO builds 0:06:36 load avg: 0.83 [161/432/1] test_generator_stop -- test_gdb skipped test_stopiteration_wrapping (test.test_generator_stop.TestPEP479.test_stopiteration_wrapping) ... ok test_stopiteration_wrapping_context (test.test_generator_stop.TestPEP479.test_stopiteration_wrapping_context) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.000s OK 0:06:37 load avg: 0.85 [162/432/1] test_generators test_except_gen_except (test.test_generators.ExceptionTest.test_except_gen_except) ... ok test_except_next (test.test_generators.ExceptionTest.test_except_next) ... ok test_except_throw (test.test_generators.ExceptionTest.test_except_throw) ... ok test_except_throw_bad_exception (test.test_generators.ExceptionTest.test_except_throw_bad_exception) ... ok test_except_throw_exception_context (test.test_generators.ExceptionTest.test_except_throw_exception_context) ... ok test_return_stopiteration (test.test_generators.ExceptionTest.test_return_stopiteration) ... ok test_return_tuple (test.test_generators.ExceptionTest.test_return_tuple) ... ok test_stopiteration_error (test.test_generators.ExceptionTest.test_stopiteration_error) ... ok test_tutorial_stopiteration (test.test_generators.ExceptionTest.test_tutorial_stopiteration) ... ok test_frame_resurrect (test.test_generators.FinalizationTest.test_frame_resurrect) ... ok test_lambda_generator (test.test_generators.FinalizationTest.test_lambda_generator) ... ok test_refcycle (test.test_generators.FinalizationTest.test_refcycle) ... ok test_send_with_yield_from (test.test_generators.GeneratorStackTraceTest.test_send_with_yield_from) ... ok test_throw_with_yield_from (test.test_generators.GeneratorStackTraceTest.test_throw_with_yield_from) ... ok test_ag_frame_f_back (test.test_generators.GeneratorTest.test_ag_frame_f_back) ... ok test_copy (test.test_generators.GeneratorTest.test_copy) ... ok test_cr_frame_f_back (test.test_generators.GeneratorTest.test_cr_frame_f_back) ... ok test_gi_frame_f_back (test.test_generators.GeneratorTest.test_gi_frame_f_back) ... ok test_handle_frame_object_in_creation (test.test_generators.GeneratorTest.test_handle_frame_object_in_creation) ... ok test_name (test.test_generators.GeneratorTest.test_name) ... ok test_pickle (test.test_generators.GeneratorTest.test_pickle) ... ok test_send_non_none_to_new_gen (test.test_generators.GeneratorTest.test_send_non_none_to_new_gen) ... ok test_exception_context_with_yield (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield) ... ok test_exception_context_with_yield_from (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from) ... ok test_exception_context_with_yield_from_with_context_cycle (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_from_with_context_cycle) ... ok test_exception_context_with_yield_inside_generator (test.test_generators.GeneratorThrowTest.test_exception_context_with_yield_inside_generator) ... ok test_throw_after_none_exc_type (test.test_generators.GeneratorThrowTest.test_throw_after_none_exc_type) ... ok test_raise_and_yield_from (test.test_generators.SignalAndYieldFromTest.test_raise_and_yield_from) ... ok test_generator_gi_yieldfrom (test.test_generators.YieldFromTests.test_generator_gi_yieldfrom) ... ok conjoin (test.test_generators.__test__) Doctest: test.test_generators.__test__.conjoin ... ok coroutine (test.test_generators.__test__) Doctest: test.test_generators.__test__.coroutine ... ok email (test.test_generators.__test__) Doctest: test.test_generators.__test__.email ... ok fun (test.test_generators.__test__) Doctest: test.test_generators.__test__.fun ... ok pep (test.test_generators.__test__) Doctest: test.test_generators.__test__.pep ... ok refleaks (test.test_generators.__test__) Doctest: test.test_generators.__test__.refleaks ... ok syntax (test.test_generators.__test__) Doctest: test.test_generators.__test__.syntax ... ok tut (test.test_generators.__test__) Doctest: test.test_generators.__test__.tut ... ok weakref (test.test_generators.__test__) Doctest: test.test_generators.__test__.weakref ... ok ---------------------------------------------------------------------- Ran 38 tests in 0.480s OK 0:06:37 load avg: 0.85 [163/432/1] test_genericalias test_calling_next_twice_raises_stopiteration (test.test_genericalias.BaseTest.test_calling_next_twice_raises_stopiteration) ... ok test_class_methods (test.test_genericalias.BaseTest.test_class_methods) ... ok test_copy (test.test_genericalias.BaseTest.test_copy) ... ok test_del_iter (test.test_genericalias.BaseTest.test_del_iter) ... ok test_dir (test.test_genericalias.BaseTest.test_dir) ... ok test_equality (test.test_genericalias.BaseTest.test_equality) ... ok test_exposed_type (test.test_genericalias.BaseTest.test_exposed_type) ... ok test_generic_subclass (test.test_genericalias.BaseTest.test_generic_subclass) ... ok test_instantiate (test.test_genericalias.BaseTest.test_instantiate) ... ok test_isinstance (test.test_genericalias.BaseTest.test_isinstance) ... ok test_issubclass (test.test_genericalias.BaseTest.test_issubclass) ... ok test_iter_creates_starred_tuple (test.test_genericalias.BaseTest.test_iter_creates_starred_tuple) ... ok test_no_chaining (test.test_genericalias.BaseTest.test_no_chaining) ... ok test_no_kwargs (test.test_genericalias.BaseTest.test_no_kwargs) ... ok test_parameter_chaining (test.test_genericalias.BaseTest.test_parameter_chaining) ... ok test_parameters (test.test_genericalias.BaseTest.test_parameters) ... ok test_pickle (test.test_genericalias.BaseTest.test_pickle) ... ok test_repr (test.test_genericalias.BaseTest.test_repr) ... ok test_subclassing (test.test_genericalias.BaseTest.test_subclassing) ... ok test_subclassing_types_genericalias (test.test_genericalias.BaseTest.test_subclassing_types_genericalias) ... ok test_subscriptable (test.test_genericalias.BaseTest.test_subscriptable) ... ok test_type_generic (test.test_genericalias.BaseTest.test_type_generic) ... ok test_type_subclass_generic (test.test_genericalias.BaseTest.test_type_subclass_generic) ... ok test_unbound_methods (test.test_genericalias.BaseTest.test_unbound_methods) ... ok test_union (test.test_genericalias.BaseTest.test_union) ... ok test_union_generic (test.test_genericalias.BaseTest.test_union_generic) ... ok test_unpack (test.test_genericalias.BaseTest.test_unpack) ... ok test_unsubscriptable (test.test_genericalias.BaseTest.test_unsubscriptable) ... ok test_weakref (test.test_genericalias.BaseTest.test_weakref) ... ok test_cannot_iterate (test.test_genericalias.TypeIterationTests.test_cannot_iterate) ... ok test_is_not_instance_of_iterable (test.test_genericalias.TypeIterationTests.test_is_not_instance_of_iterable) ... ok ---------------------------------------------------------------------- Ran 31 tests in 0.007s OK 0:06:38 load avg: 0.85 [164/432/1] test_genericclass test_c_class (test.test_genericclass.CAPITest.test_c_class) ... ok test_class_getitem (test.test_genericclass.TestClassGetitem.test_class_getitem) ... ok test_class_getitem_classmethod (test.test_genericclass.TestClassGetitem.test_class_getitem_classmethod) ... ok test_class_getitem_errors (test.test_genericclass.TestClassGetitem.test_class_getitem_errors) ... ok test_class_getitem_errors_2 (test.test_genericclass.TestClassGetitem.test_class_getitem_errors_2) ... ok test_class_getitem_format (test.test_genericclass.TestClassGetitem.test_class_getitem_format) ... ok test_class_getitem_inheritance (test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance) ... ok test_class_getitem_inheritance_2 (test.test_genericclass.TestClassGetitem.test_class_getitem_inheritance_2) ... ok test_class_getitem_metaclass (test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass) ... ok test_class_getitem_metaclass_first (test.test_genericclass.TestClassGetitem.test_class_getitem_metaclass_first) ... ok test_class_getitem_patched (test.test_genericclass.TestClassGetitem.test_class_getitem_patched) ... ok test_class_getitem_with_builtins (test.test_genericclass.TestClassGetitem.test_class_getitem_with_builtins) ... ok test_class_getitem_with_metaclass (test.test_genericclass.TestClassGetitem.test_class_getitem_with_metaclass) ... ok test_mro_entry (test.test_genericclass.TestMROEntry.test_mro_entry) ... ok test_mro_entry_errors (test.test_genericclass.TestMROEntry.test_mro_entry_errors) ... ok test_mro_entry_errors_2 (test.test_genericclass.TestMROEntry.test_mro_entry_errors_2) ... ok test_mro_entry_metaclass (test.test_genericclass.TestMROEntry.test_mro_entry_metaclass) ... ok test_mro_entry_none (test.test_genericclass.TestMROEntry.test_mro_entry_none) ... ok test_mro_entry_signature (test.test_genericclass.TestMROEntry.test_mro_entry_signature) ... ok test_mro_entry_type_call (test.test_genericclass.TestMROEntry.test_mro_entry_type_call) ... ok test_mro_entry_with_builtins (test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins) ... ok test_mro_entry_with_builtins_2 (test.test_genericclass.TestMROEntry.test_mro_entry_with_builtins_2) ... ok ---------------------------------------------------------------------- Ran 22 tests in 0.001s OK 0:06:38 load avg: 0.85 [165/432/1] test_genericpath test_path_commonprefix (test.test_genericpath.PathLikeTests.test_path_commonprefix) ... ok test_path_exists (test.test_genericpath.PathLikeTests.test_path_exists) ... ok test_path_getctime (test.test_genericpath.PathLikeTests.test_path_getctime) ... ok test_path_getmtime (test.test_genericpath.PathLikeTests.test_path_getmtime) ... ok test_path_getsize (test.test_genericpath.PathLikeTests.test_path_getsize) ... ok test_path_isdir (test.test_genericpath.PathLikeTests.test_path_isdir) ... ok test_path_isfile (test.test_genericpath.PathLikeTests.test_path_isfile) ... ok test_path_samefile (test.test_genericpath.PathLikeTests.test_path_samefile) ... ok test_commonprefix (test.test_genericpath.TestGenericTest.test_commonprefix) ... ok test_exists (test.test_genericpath.TestGenericTest.test_exists) ... ok test_exists_fd (test.test_genericpath.TestGenericTest.test_exists_fd) ... ok test_filetime (test.test_genericpath.TestGenericTest.test_filetime) ... ok test_getsize (test.test_genericpath.TestGenericTest.test_getsize) ... ok test_invalid_paths (test.test_genericpath.TestGenericTest.test_invalid_paths) ... ok test_isdir (test.test_genericpath.TestGenericTest.test_isdir) ... ok test_isfile (test.test_genericpath.TestGenericTest.test_isfile) ... ok test_no_argument (test.test_genericpath.TestGenericTest.test_no_argument) ... ok test_samefile (test.test_genericpath.TestGenericTest.test_samefile) ... ok test_samefile_on_link (test.test_genericpath.TestGenericTest.test_samefile_on_link) ... ok test_samefile_on_symlink (test.test_genericpath.TestGenericTest.test_samefile_on_symlink) ... ok test_sameopenfile (test.test_genericpath.TestGenericTest.test_sameopenfile) ... ok test_samestat (test.test_genericpath.TestGenericTest.test_samestat) ... ok test_samestat_on_link (test.test_genericpath.TestGenericTest.test_samestat_on_link) ... ok test_samestat_on_symlink (test.test_genericpath.TestGenericTest.test_samestat_on_symlink) ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.003s OK 0:06:38 load avg: 0.85 [166/432/1] test_genexps doctests (test.test_genexps.__test__) Doctest: test.test_genexps.__test__.doctests ... ok ---------------------------------------------------------------------- Ran 1 test in 0.003s OK 0:06:39 load avg: 0.85 [167/432/1] test_getopt test_do_longs (test.test_getopt.GetoptTests.test_do_longs) ... ok test_do_shorts (test.test_getopt.GetoptTests.test_do_shorts) ... ok test_getopt (test.test_getopt.GetoptTests.test_getopt) ... ok test_gnu_getopt (test.test_getopt.GetoptTests.test_gnu_getopt) ... ok test_issue4629 (test.test_getopt.GetoptTests.test_issue4629) ... ok test_libref_examples (test.test_getopt.GetoptTests.test_libref_examples) ... Trying: import getopt Expecting nothing ok Trying: args = '-a -b -cfoo -d bar a1 a2'.split() Expecting nothing ok Trying: args Expecting: ['-a', '-b', '-cfoo', '-d', 'bar', 'a1', 'a2'] ok Trying: optlist, args = getopt.getopt(args, 'abc:d:') Expecting nothing ok Trying: optlist Expecting: [('-a', ''), ('-b', ''), ('-c', 'foo'), ('-d', 'bar')] ok Trying: args Expecting: ['a1', 'a2'] ok Trying: s = '--condition=foo --testing --output-file abc.def -x a1 a2' Expecting nothing ok Trying: args = s.split() Expecting nothing ok Trying: args Expecting: ['--condition=foo', '--testing', '--output-file', 'abc.def', '-x', 'a1', 'a2'] ok Trying: optlist, args = getopt.getopt(args, 'x', [ 'condition=', 'output-file=', 'testing']) Expecting nothing ok Trying: optlist Expecting: [('--condition', 'foo'), ('--testing', ''), ('--output-file', 'abc.def'), ('-x', '')] ok Trying: args Expecting: ['a1', 'a2'] ok 1 items passed all tests: 12 tests in libreftest 12 tests in 1 items. 12 passed and 0 failed. Test passed. doctest (libreftest) ... 12 tests with zero failures ok test_long_has_args (test.test_getopt.GetoptTests.test_long_has_args) ... ok test_short_has_arg (test.test_getopt.GetoptTests.test_short_has_arg) ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.002s OK 0:06:39 load avg: 0.85 [168/432/1] test_getpass test_username_falls_back_to_pwd (test.test_getpass.GetpassGetuserTest.test_username_falls_back_to_pwd) ... ok test_username_priorities_of_env_values (test.test_getpass.GetpassGetuserTest.test_username_priorities_of_env_values) ... ok test_username_takes_username_from_env (test.test_getpass.GetpassGetuserTest.test_username_takes_username_from_env) ... ok test_flushes_stream_after_prompt (test.test_getpass.GetpassRawinputTest.test_flushes_stream_after_prompt) ... ok test_raises_on_empty_input (test.test_getpass.GetpassRawinputTest.test_raises_on_empty_input) ... ok test_trims_trailing_newline (test.test_getpass.GetpassRawinputTest.test_trims_trailing_newline) ... ok test_uses_stderr_as_default (test.test_getpass.GetpassRawinputTest.test_uses_stderr_as_default) ... ok test_uses_stdin_as_default_input (test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_default_input) ... ok test_uses_stdin_as_different_locale (test.test_getpass.GetpassRawinputTest.test_uses_stdin_as_different_locale) ... ok test_falls_back_to_fallback_if_termios_raises (test.test_getpass.UnixGetpassTest.test_falls_back_to_fallback_if_termios_raises) ... ok test_falls_back_to_stdin (test.test_getpass.UnixGetpassTest.test_falls_back_to_stdin) ... ok test_flushes_stream_after_input (test.test_getpass.UnixGetpassTest.test_flushes_stream_after_input) ... ok test_resets_termios (test.test_getpass.UnixGetpassTest.test_resets_termios) ... ok test_uses_tty_directly (test.test_getpass.UnixGetpassTest.test_uses_tty_directly) ... ok ---------------------------------------------------------------------- Ran 14 tests in 0.015s OK 0:06:39 load avg: 0.85 [169/432/1] test_getpath 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/bin/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 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 /linkfrom/lib64/python9.8/lib-dynload is a dir Could not find platform dependent libraries 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_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/bin/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 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/bin/lib/python9.8/lib-dynload is a dir 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.base_exec_prefix +'C:\\Python' global.base_prefix +'C:\\Python' global.program_name_was_set +True 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 - + 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/bin/lib/python9.8/lib-dynload is a dir 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/bin/lib/python9.8/lib-dynload is a dir 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/bin/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 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 +'/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 +'/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' 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/bin/lib/python9.8/lib-dynload is a dir 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 +'/usr' 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 +'/usr' 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/bin/lib/python9.8/lib-dynload is a dir 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 +'/usr' 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 +'/usr' 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/bin/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 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 +'/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 +'/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' 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/bin/lib/python9.8/lib-dynload is a dir 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 +'/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 +'/usr' 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 +'/path/to/non-installed' 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 +'/path/to/non-installed' 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/bin/lib/python9.8/lib-dynload is a dir 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 +'/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 +'/usr' 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_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:\\Python' 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:\\Python' 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 24 tests in 0.041s OK 0:06:40 load avg: 0.85 [170/432/1] test_gettext test_ignore_comments_in_headers_issue36239 (test.test_gettext.GNUTranslationParsingTest.test_ignore_comments_in_headers_issue36239) Checks that comments like: ... ok test_plural_form_error_issue17898 (test.test_gettext.GNUTranslationParsingTest.test_plural_form_error_issue17898) ... ok test_cache (test.test_gettext.GettextCacheTestCase.test_cache) ... ok test_double_quotes (test.test_gettext.GettextTestCase1.test_double_quotes) ... ok test_multiline_strings (test.test_gettext.GettextTestCase1.test_multiline_strings) ... ok test_some_translations (test.test_gettext.GettextTestCase1.test_some_translations) ... ok test_some_translations_with_context (test.test_gettext.GettextTestCase1.test_some_translations_with_context) ... ok test_the_alternative_interface (test.test_gettext.GettextTestCase1.test_the_alternative_interface) ... ok test_triple_double_quotes (test.test_gettext.GettextTestCase1.test_triple_double_quotes) ... ok test_triple_single_quotes (test.test_gettext.GettextTestCase1.test_triple_single_quotes) ... ok test_bad_major_version (test.test_gettext.GettextTestCase2.test_bad_major_version) ... ok test_bad_minor_version (test.test_gettext.GettextTestCase2.test_bad_minor_version) ... ok test_bindtextdomain (test.test_gettext.GettextTestCase2.test_bindtextdomain) ... ok test_double_quotes (test.test_gettext.GettextTestCase2.test_double_quotes) ... ok test_multiline_strings (test.test_gettext.GettextTestCase2.test_multiline_strings) ... ok test_some_translations (test.test_gettext.GettextTestCase2.test_some_translations) ... ok test_some_translations_with_context (test.test_gettext.GettextTestCase2.test_some_translations_with_context) ... ok test_some_translations_with_context_and_domain (test.test_gettext.GettextTestCase2.test_some_translations_with_context_and_domain) ... ok test_textdomain (test.test_gettext.GettextTestCase2.test_textdomain) ... ok test_triple_double_quotes (test.test_gettext.GettextTestCase2.test_triple_double_quotes) ... ok test_triple_single_quotes (test.test_gettext.GettextTestCase2.test_triple_single_quotes) ... ok test__all__ (test.test_gettext.MiscTestCase.test__all__) ... ok test_ar (test.test_gettext.PluralFormsTestCase.test_ar) ... ok test_chained_comparison (test.test_gettext.PluralFormsTestCase.test_chained_comparison) ... ok test_cs (test.test_gettext.PluralFormsTestCase.test_cs) ... ok test_de (test.test_gettext.PluralFormsTestCase.test_de) ... ok test_decimal_number (test.test_gettext.PluralFormsTestCase.test_decimal_number) ... ok test_division (test.test_gettext.PluralFormsTestCase.test_division) ... ok test_fr (test.test_gettext.PluralFormsTestCase.test_fr) ... ok test_gd (test.test_gettext.PluralFormsTestCase.test_gd) ... ok test_gd2 (test.test_gettext.PluralFormsTestCase.test_gd2) ... ok test_invalid_syntax (test.test_gettext.PluralFormsTestCase.test_invalid_syntax) ... ok test_ja (test.test_gettext.PluralFormsTestCase.test_ja) ... ok test_lt (test.test_gettext.PluralFormsTestCase.test_lt) ... ok test_lv (test.test_gettext.PluralFormsTestCase.test_lv) ... ok test_nested_condition_operator (test.test_gettext.PluralFormsTestCase.test_nested_condition_operator) ... ok test_pl (test.test_gettext.PluralFormsTestCase.test_pl) ... ok test_plural_context_forms1 (test.test_gettext.PluralFormsTestCase.test_plural_context_forms1) ... ok test_plural_context_forms2 (test.test_gettext.PluralFormsTestCase.test_plural_context_forms2) ... ok test_plural_forms1 (test.test_gettext.PluralFormsTestCase.test_plural_forms1) ... ok test_plural_forms2 (test.test_gettext.PluralFormsTestCase.test_plural_forms2) ... ok test_plural_number (test.test_gettext.PluralFormsTestCase.test_plural_number) ... ok test_ro (test.test_gettext.PluralFormsTestCase.test_ro) ... ok test_ru (test.test_gettext.PluralFormsTestCase.test_ru) ... ok test_security (test.test_gettext.PluralFormsTestCase.test_security) ... ok test_sl (test.test_gettext.PluralFormsTestCase.test_sl) ... ok test_unicode_context_msgid (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_context_msgid) ... ok test_unicode_msgid (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgid) ... ok test_unicode_msgstr (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr) ... ok test_unicode_msgstr_with_context (test.test_gettext.UnicodeTranslationsPluralTest.test_unicode_msgstr_with_context) ... ok test_unicode_context_msgstr (test.test_gettext.UnicodeTranslationsTest.test_unicode_context_msgstr) ... ok test_unicode_msgid (test.test_gettext.UnicodeTranslationsTest.test_unicode_msgid) ... ok test_unicode_msgstr (test.test_gettext.UnicodeTranslationsTest.test_unicode_msgstr) ... ok test_weird_metadata (test.test_gettext.WeirdMetadataTest.test_weird_metadata) ... ok ---------------------------------------------------------------------- Ran 54 tests in 0.030s OK 0:06:40 load avg: 0.85 [171/432/1] test_glob test_escape (test.test_glob.GlobTests.test_escape) ... ok test_escape_windows (test.test_glob.GlobTests.test_escape_windows) ... skipped 'Win32 specific test' test_glob_broken_symlinks (test.test_glob.GlobTests.test_glob_broken_symlinks) ... ok test_glob_bytes_directory_with_trailing_slash (test.test_glob.GlobTests.test_glob_bytes_directory_with_trailing_slash) ... ok test_glob_directory_names (test.test_glob.GlobTests.test_glob_directory_names) ... ok test_glob_directory_with_trailing_slash (test.test_glob.GlobTests.test_glob_directory_with_trailing_slash) ... ok test_glob_empty_pattern (test.test_glob.GlobTests.test_glob_empty_pattern) ... ok test_glob_literal (test.test_glob.GlobTests.test_glob_literal) ... ok test_glob_magic_in_drive (test.test_glob.GlobTests.test_glob_magic_in_drive) ... skipped 'Win32 specific test' test_glob_many_open_files (test.test_glob.GlobTests.test_glob_many_open_files) ... ok test_glob_nested_directory (test.test_glob.GlobTests.test_glob_nested_directory) ... ok test_glob_one_directory (test.test_glob.GlobTests.test_glob_one_directory) ... ok test_glob_symlinks (test.test_glob.GlobTests.test_glob_symlinks) ... ok test_hidden_glob (test.test_glob.GlobTests.test_hidden_glob) ... ok test_recursive_glob (test.test_glob.GlobTests.test_recursive_glob) ... ok test_selflink (test.test_glob.SymlinkLoopGlobTests.test_selflink) ... ok ---------------------------------------------------------------------- Ran 16 tests in 0.190s OK (skipped=2) 0:06:41 load avg: 0.85 [172/432/1] test_global test1 (test.test_global.GlobalTests.test1) ... ok test2 (test.test_global.GlobalTests.test2) ... ok test3 (test.test_global.GlobalTests.test3) ... ok test4 (test.test_global.GlobalTests.test4) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.000s OK 0:06:41 load avg: 0.85 [173/432/1] test_graphlib test_add_dependencies_for_same_node_incrementally (test.test_graphlib.TestTopologicalSort.test_add_dependencies_for_same_node_incrementally) ... ok test_calls_before_prepare (test.test_graphlib.TestTopologicalSort.test_calls_before_prepare) ... ok test_cycle (test.test_graphlib.TestTopologicalSort.test_cycle) ... ok test_done (test.test_graphlib.TestTopologicalSort.test_done) ... ok test_empty (test.test_graphlib.TestTopologicalSort.test_empty) ... ok test_graph_with_iterables (test.test_graphlib.TestTopologicalSort.test_graph_with_iterables) ... ok test_invalid_nodes_in_done (test.test_graphlib.TestTopologicalSort.test_invalid_nodes_in_done) ... ok test_is_active (test.test_graphlib.TestTopologicalSort.test_is_active) ... ok test_no_dependencies (test.test_graphlib.TestTopologicalSort.test_no_dependencies) ... ok test_not_hashable_nodes (test.test_graphlib.TestTopologicalSort.test_not_hashable_nodes) ... ok test_order_of_insertion_does_not_matter_between_groups (test.test_graphlib.TestTopologicalSort.test_order_of_insertion_does_not_matter_between_groups) ... ok test_prepare_multiple_times (test.test_graphlib.TestTopologicalSort.test_prepare_multiple_times) ... ok test_simple_cases (test.test_graphlib.TestTopologicalSort.test_simple_cases) ... ok test_static_order_does_not_change_with_the_hash_seed (test.test_graphlib.TestTopologicalSort.test_static_order_does_not_change_with_the_hash_seed) ... ok test_the_node_multiple_times (test.test_graphlib.TestTopologicalSort.test_the_node_multiple_times) ... ok ---------------------------------------------------------------------- Ran 15 tests in 0.020s OK 0:06:42 load avg: 0.86 [174/432/1] test_grp test_errors (test.test_grp.GroupDatabaseTestCase.test_errors) ... ok test_noninteger_gid (test.test_grp.GroupDatabaseTestCase.test_noninteger_gid) ... ok test_values (test.test_grp.GroupDatabaseTestCase.test_values) ... ok test_values_extended (test.test_grp.GroupDatabaseTestCase.test_values_extended) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.002s OK 0:06:42 load avg: 0.86 [175/432/1] test_gzip test_compress_fast_best_are_exclusive (test.test_gzip.TestCommandLine.test_compress_fast_best_are_exclusive) ... ok test_compress_infile_outfile (test.test_gzip.TestCommandLine.test_compress_infile_outfile) ... ok test_compress_infile_outfile_default (test.test_gzip.TestCommandLine.test_compress_infile_outfile_default) ... ok test_compress_stdin_outfile (test.test_gzip.TestCommandLine.test_compress_stdin_outfile) ... ok test_decompress_cannot_have_flags_compression (test.test_gzip.TestCommandLine.test_decompress_cannot_have_flags_compression) ... ok test_decompress_infile_outfile (test.test_gzip.TestCommandLine.test_decompress_infile_outfile) ... ok test_decompress_infile_outfile_error (test.test_gzip.TestCommandLine.test_decompress_infile_outfile_error) ... ok test_decompress_stdin_stdout (test.test_gzip.TestCommandLine.test_decompress_stdin_stdout) ... ok test_1647484 (test.test_gzip.TestGzip.test_1647484) ... ok test_append (test.test_gzip.TestGzip.test_append) ... ok test_bad_gzip_file (test.test_gzip.TestGzip.test_bad_gzip_file) ... ok test_buffered_reader (test.test_gzip.TestGzip.test_buffered_reader) ... ok test_bytes_filename (test.test_gzip.TestGzip.test_bytes_filename) ... skipped 'Temporary file name needs to be ASCII' test_compress (test.test_gzip.TestGzip.test_compress) ... ok test_compress_correct_level (test.test_gzip.TestGzip.test_compress_correct_level) ... ok test_compress_mtime (test.test_gzip.TestGzip.test_compress_mtime) ... ok test_compresslevel_metadata (test.test_gzip.TestGzip.test_compresslevel_metadata) ... ok test_decompress (test.test_gzip.TestGzip.test_decompress) ... ok test_decompress_limited (test.test_gzip.TestGzip.test_decompress_limited) Decompressed data buffering should be limited ... ok test_decompress_missing_trailer (test.test_gzip.TestGzip.test_decompress_missing_trailer) ... ok test_decompress_truncated_trailer (test.test_gzip.TestGzip.test_decompress_truncated_trailer) ... ok test_exclusive_write (test.test_gzip.TestGzip.test_exclusive_write) ... ok test_fileobj_from_fdopen (test.test_gzip.TestGzip.test_fileobj_from_fdopen) ... ok test_fileobj_mode (test.test_gzip.TestGzip.test_fileobj_mode) ... ok test_gzip_BadGzipFile_exception (test.test_gzip.TestGzip.test_gzip_BadGzipFile_exception) ... ok test_io_on_closed_object (test.test_gzip.TestGzip.test_io_on_closed_object) ... ok test_issue44439 (test.test_gzip.TestGzip.test_issue44439) ... ok test_many_append (test.test_gzip.TestGzip.test_many_append) ... ok test_metadata (test.test_gzip.TestGzip.test_metadata) ... ok test_metadata_ascii_name (test.test_gzip.TestGzip.test_metadata_ascii_name) ... ok test_mode (test.test_gzip.TestGzip.test_mode) ... ok test_mtime (test.test_gzip.TestGzip.test_mtime) ... ok test_non_seekable_file (test.test_gzip.TestGzip.test_non_seekable_file) ... ok test_paddedfile_getattr (test.test_gzip.TestGzip.test_paddedfile_getattr) ... ok test_peek (test.test_gzip.TestGzip.test_peek) ... ok test_prepend_error (test.test_gzip.TestGzip.test_prepend_error) ... ok test_read (test.test_gzip.TestGzip.test_read) ... ok test_read1 (test.test_gzip.TestGzip.test_read1) ... ok test_read_large (test.test_gzip.TestGzip.test_read_large) ... ok test_read_truncated (test.test_gzip.TestGzip.test_read_truncated) ... ok test_read_with_extra (test.test_gzip.TestGzip.test_read_with_extra) ... ok test_readline (test.test_gzip.TestGzip.test_readline) ... ok test_readlines (test.test_gzip.TestGzip.test_readlines) ... ok test_seek_read (test.test_gzip.TestGzip.test_seek_read) ... ok test_seek_whence (test.test_gzip.TestGzip.test_seek_whence) ... ok test_seek_write (test.test_gzip.TestGzip.test_seek_write) ... ok test_textio_readlines (test.test_gzip.TestGzip.test_textio_readlines) ... ok test_with_open (test.test_gzip.TestGzip.test_with_open) ... ok test_write (test.test_gzip.TestGzip.test_write) ... ok test_write_array (test.test_gzip.TestGzip.test_write_array) ... ok test_write_bytearray (test.test_gzip.TestGzip.test_write_bytearray) ... ok test_write_incompatible_type (test.test_gzip.TestGzip.test_write_incompatible_type) ... ok test_write_memoryview (test.test_gzip.TestGzip.test_write_memoryview) ... ok test_write_read_with_pathlike_file (test.test_gzip.TestGzip.test_write_read_with_pathlike_file) ... ok test_zero_padded_file (test.test_gzip.TestGzip.test_zero_padded_file) ... ok test_bad_params (test.test_gzip.TestOpen.test_bad_params) ... ok test_binary_modes (test.test_gzip.TestOpen.test_binary_modes) ... ok test_encoding (test.test_gzip.TestOpen.test_encoding) ... ok test_encoding_error_handler (test.test_gzip.TestOpen.test_encoding_error_handler) ... ok test_fileobj (test.test_gzip.TestOpen.test_fileobj) ... ok test_implicit_binary_modes (test.test_gzip.TestOpen.test_implicit_binary_modes) ... ok test_newline (test.test_gzip.TestOpen.test_newline) ... ok test_pathlike_file (test.test_gzip.TestOpen.test_pathlike_file) ... ok test_text_modes (test.test_gzip.TestOpen.test_text_modes) ... ok ---------------------------------------------------------------------- Ran 64 tests in 0.215s OK (skipped=1) 0:06:43 load avg: 0.86 [176/432/1] test_hash test_empty_string (test.test_hash.BytesHashRandomizationTests.test_empty_string) ... ok test_fixed_hash (test.test_hash.BytesHashRandomizationTests.test_fixed_hash) ... ok test_long_fixed_hash (test.test_hash.BytesHashRandomizationTests.test_long_fixed_hash) ... ok test_null_hash (test.test_hash.BytesHashRandomizationTests.test_null_hash) ... ok test_randomized_hash (test.test_hash.BytesHashRandomizationTests.test_randomized_hash) ... ok test_randomized_hash (test.test_hash.DatetimeDateTests.test_randomized_hash) ... ok test_randomized_hash (test.test_hash.DatetimeDatetimeTests.test_randomized_hash) ... ok test_randomized_hash (test.test_hash.DatetimeTimeTests.test_randomized_hash) ... ok test_hashes (test.test_hash.HashBuiltinsTestCase.test_hashes) ... ok test_hash_distribution (test.test_hash.HashDistributionTestCase.test_hash_distribution) ... ok test_coerced_floats (test.test_hash.HashEqualityTestCase.test_coerced_floats) ... ok test_coerced_integers (test.test_hash.HashEqualityTestCase.test_coerced_integers) ... ok test_numeric_literals (test.test_hash.HashEqualityTestCase.test_numeric_literals) ... ok test_unaligned_buffers (test.test_hash.HashEqualityTestCase.test_unaligned_buffers) ... ok test_default_hash (test.test_hash.HashInheritanceTestCase.test_default_hash) ... ok test_error_hash (test.test_hash.HashInheritanceTestCase.test_error_hash) ... ok test_fixed_hash (test.test_hash.HashInheritanceTestCase.test_fixed_hash) ... ok test_hashable (test.test_hash.HashInheritanceTestCase.test_hashable) ... ok test_not_hashable (test.test_hash.HashInheritanceTestCase.test_not_hashable) ... ok test_empty_string (test.test_hash.MemoryviewHashRandomizationTests.test_empty_string) ... ok test_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests.test_fixed_hash) ... ok test_long_fixed_hash (test.test_hash.MemoryviewHashRandomizationTests.test_long_fixed_hash) ... ok test_null_hash (test.test_hash.MemoryviewHashRandomizationTests.test_null_hash) ... ok test_randomized_hash (test.test_hash.MemoryviewHashRandomizationTests.test_randomized_hash) ... ok test_empty_string (test.test_hash.StrHashRandomizationTests.test_empty_string) ... ok test_fixed_hash (test.test_hash.StrHashRandomizationTests.test_fixed_hash) ... ok test_long_fixed_hash (test.test_hash.StrHashRandomizationTests.test_long_fixed_hash) ... ok test_null_hash (test.test_hash.StrHashRandomizationTests.test_null_hash) ... ok test_randomized_hash (test.test_hash.StrHashRandomizationTests.test_randomized_hash) ... ok test_ucs2_string (test.test_hash.StrHashRandomizationTests.test_ucs2_string) ... ok ---------------------------------------------------------------------- Ran 30 tests in 0.230s OK 0:06:43 load avg: 0.86 [177/432/1] test_hashlib test_algorithms_available (test.test_hashlib.HashLibTestCase.test_algorithms_available) ... ok test_algorithms_guaranteed (test.test_hashlib.HashLibTestCase.test_algorithms_guaranteed) ... ok test_blake2b (test.test_hashlib.HashLibTestCase.test_blake2b) ... ok test_blake2b_vectors (test.test_hashlib.HashLibTestCase.test_blake2b_vectors) ... fetching http://www.pythontest.net/hashlib/blake2b.txt ... ok test_blake2s (test.test_hashlib.HashLibTestCase.test_blake2s) ... ok test_blake2s_vectors (test.test_hashlib.HashLibTestCase.test_blake2s_vectors) ... fetching http://www.pythontest.net/hashlib/blake2s.txt ... ok test_blocksize_name (test.test_hashlib.HashLibTestCase.test_blocksize_name) ... ok test_blocksize_name_blake2 (test.test_hashlib.HashLibTestCase.test_blocksize_name_blake2) ... ok test_blocksize_name_sha3 (test.test_hashlib.HashLibTestCase.test_blocksize_name_sha3) ... ok test_case_blake2b_0 (test.test_hashlib.HashLibTestCase.test_case_blake2b_0) ... ok test_case_blake2b_1 (test.test_hashlib.HashLibTestCase.test_case_blake2b_1) ... ok test_case_blake2b_all_parameters (test.test_hashlib.HashLibTestCase.test_case_blake2b_all_parameters) ... ok test_case_blake2s_0 (test.test_hashlib.HashLibTestCase.test_case_blake2s_0) ... ok test_case_blake2s_1 (test.test_hashlib.HashLibTestCase.test_case_blake2s_1) ... ok test_case_blake2s_all_parameters (test.test_hashlib.HashLibTestCase.test_case_blake2s_all_parameters) ... ok test_case_md5_0 (test.test_hashlib.HashLibTestCase.test_case_md5_0) ... ok test_case_md5_1 (test.test_hashlib.HashLibTestCase.test_case_md5_1) ... ok test_case_md5_2 (test.test_hashlib.HashLibTestCase.test_case_md5_2) ... ok test_case_md5_huge (test.test_hashlib.HashLibTestCase.test_case_md5_huge) ... skipped 'not enough memory: 4.0G minimum needed' test_case_md5_uintmax (test.test_hashlib.HashLibTestCase.test_case_md5_uintmax) ... skipped 'not enough memory: 4.0G minimum needed' test_case_sha1_0 (test.test_hashlib.HashLibTestCase.test_case_sha1_0) ... ok test_case_sha1_1 (test.test_hashlib.HashLibTestCase.test_case_sha1_1) ... ok test_case_sha1_2 (test.test_hashlib.HashLibTestCase.test_case_sha1_2) ... ok test_case_sha1_3 (test.test_hashlib.HashLibTestCase.test_case_sha1_3) ... ok test_case_sha224_0 (test.test_hashlib.HashLibTestCase.test_case_sha224_0) ... ok test_case_sha224_1 (test.test_hashlib.HashLibTestCase.test_case_sha224_1) ... ok test_case_sha224_2 (test.test_hashlib.HashLibTestCase.test_case_sha224_2) ... ok test_case_sha224_3 (test.test_hashlib.HashLibTestCase.test_case_sha224_3) ... ok test_case_sha256_0 (test.test_hashlib.HashLibTestCase.test_case_sha256_0) ... ok test_case_sha256_1 (test.test_hashlib.HashLibTestCase.test_case_sha256_1) ... ok test_case_sha256_2 (test.test_hashlib.HashLibTestCase.test_case_sha256_2) ... ok test_case_sha256_3 (test.test_hashlib.HashLibTestCase.test_case_sha256_3) ... ok test_case_sha384_0 (test.test_hashlib.HashLibTestCase.test_case_sha384_0) ... ok test_case_sha384_1 (test.test_hashlib.HashLibTestCase.test_case_sha384_1) ... ok test_case_sha384_2 (test.test_hashlib.HashLibTestCase.test_case_sha384_2) ... ok test_case_sha384_3 (test.test_hashlib.HashLibTestCase.test_case_sha384_3) ... ok test_case_sha3_224_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_224_0) ... ok test_case_sha3_224_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_224_vector) ... fetching http://www.pythontest.net/hashlib/sha3_224.txt ... ok test_case_sha3_256_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_256_0) ... ok test_case_sha3_256_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_256_vector) ... fetching http://www.pythontest.net/hashlib/sha3_256.txt ... ok test_case_sha3_384_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_384_0) ... ok test_case_sha3_384_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_384_vector) ... fetching http://www.pythontest.net/hashlib/sha3_384.txt ... ok test_case_sha3_512_0 (test.test_hashlib.HashLibTestCase.test_case_sha3_512_0) ... ok test_case_sha3_512_vector (test.test_hashlib.HashLibTestCase.test_case_sha3_512_vector) ... fetching http://www.pythontest.net/hashlib/sha3_512.txt ... ok test_case_sha512_0 (test.test_hashlib.HashLibTestCase.test_case_sha512_0) ... ok test_case_sha512_1 (test.test_hashlib.HashLibTestCase.test_case_sha512_1) ... ok test_case_sha512_2 (test.test_hashlib.HashLibTestCase.test_case_sha512_2) ... ok test_case_sha512_3 (test.test_hashlib.HashLibTestCase.test_case_sha512_3) ... ok test_case_shake128_vector (test.test_hashlib.HashLibTestCase.test_case_shake128_vector) ... fetching http://www.pythontest.net/hashlib/shake_128.txt ... ok test_case_shake256_vector (test.test_hashlib.HashLibTestCase.test_case_shake256_vector) ... fetching http://www.pythontest.net/hashlib/shake_256.txt ... ok test_case_shake_128_0 (test.test_hashlib.HashLibTestCase.test_case_shake_128_0) ... ok test_case_shake_256_0 (test.test_hashlib.HashLibTestCase.test_case_shake_256_0) ... ok test_digest_length_overflow (test.test_hashlib.HashLibTestCase.test_digest_length_overflow) ... ok test_disallow_instantiation (test.test_hashlib.HashLibTestCase.test_disallow_instantiation) ... ok test_extra_sha3 (test.test_hashlib.HashLibTestCase.test_extra_sha3) ... ok test_get_builtin_constructor (test.test_hashlib.HashLibTestCase.test_get_builtin_constructor) ... ok test_get_fips_mode (test.test_hashlib.HashLibTestCase.test_get_fips_mode) ... ok test_gil (test.test_hashlib.HashLibTestCase.test_gil) ... ok test_hash_array (test.test_hashlib.HashLibTestCase.test_hash_array) ... ok test_hash_disallow_instantiation (test.test_hashlib.HashLibTestCase.test_hash_disallow_instantiation) ... ok test_hexdigest (test.test_hashlib.HashLibTestCase.test_hexdigest) ... ok test_large_update (test.test_hashlib.HashLibTestCase.test_large_update) ... ok test_name_attribute (test.test_hashlib.HashLibTestCase.test_name_attribute) ... ok test_new_upper_to_lower (test.test_hashlib.HashLibTestCase.test_new_upper_to_lower) ... ok test_no_unicode (test.test_hashlib.HashLibTestCase.test_no_unicode) ... ok test_no_unicode_blake2 (test.test_hashlib.HashLibTestCase.test_no_unicode_blake2) ... ok test_no_unicode_sha3 (test.test_hashlib.HashLibTestCase.test_no_unicode_sha3) ... ok test_readonly_types (test.test_hashlib.HashLibTestCase.test_readonly_types) ... ok test_threaded_hashing (test.test_hashlib.HashLibTestCase.test_threaded_hashing) ... ok test_unknown_hash (test.test_hashlib.HashLibTestCase.test_unknown_hash) ... ok test_usedforsecurity_false (test.test_hashlib.HashLibTestCase.test_usedforsecurity_false) ... ok test_usedforsecurity_true (test.test_hashlib.HashLibTestCase.test_usedforsecurity_true) ... ok test_file_digest (test.test_hashlib.KDFTests.test_file_digest) ... ok test_normalized_name (test.test_hashlib.KDFTests.test_normalized_name) ... ok test_pbkdf2_hmac_c (test.test_hashlib.KDFTests.test_pbkdf2_hmac_c) ... ok test_pbkdf2_hmac_py (test.test_hashlib.KDFTests.test_pbkdf2_hmac_py) ... ok test_scrypt (test.test_hashlib.KDFTests.test_scrypt) ... ok ---------------------------------------------------------------------- Ran 77 tests in 7.899s OK (skipped=2) 0:06:51 load avg: 0.81 [178/432/1] test_heapq test_arg_parsing (test.test_heapq.TestErrorHandlingC.test_arg_parsing) ... ok test_cmp_err (test.test_heapq.TestErrorHandlingC.test_cmp_err) ... ok test_comparison_operator_modifiying_heap (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifiying_heap) ... ok test_comparison_operator_modifiying_heap_two_heaps (test.test_heapq.TestErrorHandlingC.test_comparison_operator_modifiying_heap_two_heaps) ... ok test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappop_mutating_heap) ... ok test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingC.test_heappush_mutating_heap) ... ok test_iterable_args (test.test_heapq.TestErrorHandlingC.test_iterable_args) ... ok test_len_only (test.test_heapq.TestErrorHandlingC.test_len_only) ... ok test_non_sequence (test.test_heapq.TestErrorHandlingC.test_non_sequence) ... ok test_arg_parsing (test.test_heapq.TestErrorHandlingPython.test_arg_parsing) ... ok test_cmp_err (test.test_heapq.TestErrorHandlingPython.test_cmp_err) ... ok test_comparison_operator_modifiying_heap (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifiying_heap) ... ok test_comparison_operator_modifiying_heap_two_heaps (test.test_heapq.TestErrorHandlingPython.test_comparison_operator_modifiying_heap_two_heaps) ... ok test_heappop_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappop_mutating_heap) ... ok test_heappush_mutating_heap (test.test_heapq.TestErrorHandlingPython.test_heappush_mutating_heap) ... ok test_iterable_args (test.test_heapq.TestErrorHandlingPython.test_iterable_args) ... ok test_len_only (test.test_heapq.TestErrorHandlingPython.test_len_only) ... ok test_non_sequence (test.test_heapq.TestErrorHandlingPython.test_non_sequence) ... ok test_comparison_operator (test.test_heapq.TestHeapC.test_comparison_operator) ... ok test_empty_merges (test.test_heapq.TestHeapC.test_empty_merges) ... ok test_heapify (test.test_heapq.TestHeapC.test_heapify) ... ok test_heappop_max (test.test_heapq.TestHeapC.test_heappop_max) ... ok test_heappushpop (test.test_heapq.TestHeapC.test_heappushpop) ... ok test_heapsort (test.test_heapq.TestHeapC.test_heapsort) ... ok test_merge (test.test_heapq.TestHeapC.test_merge) ... ok test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapC.test_merge_does_not_suppress_index_error) ... ok test_merge_stability (test.test_heapq.TestHeapC.test_merge_stability) ... ok test_naive_nbest (test.test_heapq.TestHeapC.test_naive_nbest) ... ok test_nbest (test.test_heapq.TestHeapC.test_nbest) ... ok test_nbest_with_pushpop (test.test_heapq.TestHeapC.test_nbest_with_pushpop) ... ok test_nlargest (test.test_heapq.TestHeapC.test_nlargest) ... ok test_nsmallest (test.test_heapq.TestHeapC.test_nsmallest) ... ok test_push_pop (test.test_heapq.TestHeapC.test_push_pop) ... ok test_comparison_operator (test.test_heapq.TestHeapPython.test_comparison_operator) ... ok test_empty_merges (test.test_heapq.TestHeapPython.test_empty_merges) ... ok test_heapify (test.test_heapq.TestHeapPython.test_heapify) ... ok test_heappop_max (test.test_heapq.TestHeapPython.test_heappop_max) ... ok test_heappushpop (test.test_heapq.TestHeapPython.test_heappushpop) ... ok test_heapsort (test.test_heapq.TestHeapPython.test_heapsort) ... ok test_merge (test.test_heapq.TestHeapPython.test_merge) ... ok test_merge_does_not_suppress_index_error (test.test_heapq.TestHeapPython.test_merge_does_not_suppress_index_error) ... ok test_merge_stability (test.test_heapq.TestHeapPython.test_merge_stability) ... ok test_naive_nbest (test.test_heapq.TestHeapPython.test_naive_nbest) ... ok test_nbest (test.test_heapq.TestHeapPython.test_nbest) ... ok test_nbest_with_pushpop (test.test_heapq.TestHeapPython.test_nbest_with_pushpop) ... ok test_nlargest (test.test_heapq.TestHeapPython.test_nlargest) ... ok test_nsmallest (test.test_heapq.TestHeapPython.test_nsmallest) ... ok test_push_pop (test.test_heapq.TestHeapPython.test_push_pop) ... ok test_c_functions (test.test_heapq.TestModules.test_c_functions) ... ok test_py_functions (test.test_heapq.TestModules.test_py_functions) ... ok merge () Doctest: merge ... ok ---------------------------------------------------------------------- Ran 51 tests in 0.180s OK 0:06:52 load avg: 0.81 [179/432/1] test_hmac test_hmac_compare_digest (test.test_hmac.CompareDigestTestCase.test_hmac_compare_digest) ... ok test_openssl_compare_digest (test.test_hmac.CompareDigestTestCase.test_openssl_compare_digest) ... ok test_operator_compare_digest (test.test_hmac.CompareDigestTestCase.test_operator_compare_digest) ... ok test_dot_new_with_str_key (test.test_hmac.ConstructorTestCase.test_dot_new_with_str_key) ... ok test_internal_types (test.test_hmac.ConstructorTestCase.test_internal_types) ... ok test_normal (test.test_hmac.ConstructorTestCase.test_normal) ... ok test_with_bytearray (test.test_hmac.ConstructorTestCase.test_with_bytearray) ... ok test_with_memoryview_msg (test.test_hmac.ConstructorTestCase.test_with_memoryview_msg) ... ok test_with_sha256_module (test.test_hmac.ConstructorTestCase.test_with_sha256_module) ... ok test_with_str_key (test.test_hmac.ConstructorTestCase.test_with_str_key) ... ok test_withmodule (test.test_hmac.ConstructorTestCase.test_withmodule) ... ok test_withtext (test.test_hmac.ConstructorTestCase.test_withtext) ... ok test_attributes_old (test.test_hmac.CopyTestCase.test_attributes_old) ... ok test_equality (test.test_hmac.CopyTestCase.test_equality) ... ok test_equality_new (test.test_hmac.CopyTestCase.test_equality_new) ... ok test_realcopy_hmac (test.test_hmac.CopyTestCase.test_realcopy_hmac) ... ok test_realcopy_old (test.test_hmac.CopyTestCase.test_realcopy_old) ... ok test_exercise_all_methods (test.test_hmac.SanityTestCase.test_exercise_all_methods) ... ok test_legacy_block_size_warnings (test.test_hmac.TestVectorsTestCase.test_legacy_block_size_warnings) ... ok test_md5_vectors (test.test_hmac.TestVectorsTestCase.test_md5_vectors) ... ok test_sha224_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha224_rfc4231) ... ok test_sha256_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha256_rfc4231) ... ok test_sha384_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha384_rfc4231) ... ok test_sha512_rfc4231 (test.test_hmac.TestVectorsTestCase.test_sha512_rfc4231) ... ok test_sha_vectors (test.test_hmac.TestVectorsTestCase.test_sha_vectors) ... ok test_with_digestmod_no_default (test.test_hmac.TestVectorsTestCase.test_with_digestmod_no_default) The digestmod parameter is required as of Python 3.8. ... ok test_with_fallback (test.test_hmac.TestVectorsTestCase.test_with_fallback) ... ok ---------------------------------------------------------------------- Ran 27 tests in 0.004s OK 0:06:52 load avg: 0.81 [180/432/1] test_html test_escape (test.test_html.HtmlTests.test_escape) ... ok test_unescape (test.test_html.HtmlTests.test_unescape) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.001s OK 0:06:53 load avg: 0.81 [181/432/1] test_htmlparser test_adjacent_attributes (test.test_htmlparser.AttributesTestCase.test_adjacent_attributes) ... ok test_attr_entity_replacement (test.test_htmlparser.AttributesTestCase.test_attr_entity_replacement) ... ok test_attr_funky_names (test.test_htmlparser.AttributesTestCase.test_attr_funky_names) ... ok test_attr_funky_names2 (test.test_htmlparser.AttributesTestCase.test_attr_funky_names2) ... ok test_attr_nonascii (test.test_htmlparser.AttributesTestCase.test_attr_nonascii) ... ok test_attr_syntax (test.test_htmlparser.AttributesTestCase.test_attr_syntax) ... ok test_attr_values (test.test_htmlparser.AttributesTestCase.test_attr_values) ... ok test_comma_between_attributes (test.test_htmlparser.AttributesTestCase.test_comma_between_attributes) ... ok test_end_tag_in_attribute_value (test.test_htmlparser.AttributesTestCase.test_end_tag_in_attribute_value) ... ok test_entities_in_attribute_value (test.test_htmlparser.AttributesTestCase.test_entities_in_attribute_value) ... ok test_entityrefs_in_attributes (test.test_htmlparser.AttributesTestCase.test_entityrefs_in_attributes) ... ok test_javascript_attribute_value (test.test_htmlparser.AttributesTestCase.test_javascript_attribute_value) ... ok test_malformed_adjacent_attributes (test.test_htmlparser.AttributesTestCase.test_malformed_adjacent_attributes) ... ok test_malformed_attributes (test.test_htmlparser.AttributesTestCase.test_malformed_attributes) ... ok test_missing_attribute_value (test.test_htmlparser.AttributesTestCase.test_missing_attribute_value) ... ok test_weird_chars_in_unquoted_attribute_values (test.test_htmlparser.AttributesTestCase.test_weird_chars_in_unquoted_attribute_values) ... ok test_with_unquoted_attributes (test.test_htmlparser.AttributesTestCase.test_with_unquoted_attributes) ... ok test_EOF_in_charref (test.test_htmlparser.HTMLParserTestCase.test_EOF_in_charref) ... ok test_bad_nesting (test.test_htmlparser.HTMLParserTestCase.test_bad_nesting) ... ok test_bare_ampersands (test.test_htmlparser.HTMLParserTestCase.test_bare_ampersands) ... ok test_bare_pointy_brackets (test.test_htmlparser.HTMLParserTestCase.test_bare_pointy_brackets) ... ok test_broken_comments (test.test_htmlparser.HTMLParserTestCase.test_broken_comments) ... ok test_broken_condcoms (test.test_htmlparser.HTMLParserTestCase.test_broken_condcoms) ... ok test_broken_invalid_end_tag (test.test_htmlparser.HTMLParserTestCase.test_broken_invalid_end_tag) ... ok test_buffer_artefacts (test.test_htmlparser.HTMLParserTestCase.test_buffer_artefacts) ... ok test_cdata_content (test.test_htmlparser.HTMLParserTestCase.test_cdata_content) ... ok test_cdata_with_closing_tags (test.test_htmlparser.HTMLParserTestCase.test_cdata_with_closing_tags) ... ok test_comments (test.test_htmlparser.HTMLParserTestCase.test_comments) ... ok test_condcoms (test.test_htmlparser.HTMLParserTestCase.test_condcoms) ... ok test_convert_charrefs (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs) ... ok test_convert_charrefs_dropped_text (test.test_htmlparser.HTMLParserTestCase.test_convert_charrefs_dropped_text) ... ok test_correct_detection_of_start_tags (test.test_htmlparser.HTMLParserTestCase.test_correct_detection_of_start_tags) ... ok test_declaration_junk_chars (test.test_htmlparser.HTMLParserTestCase.test_declaration_junk_chars) ... ok test_get_starttag_text (test.test_htmlparser.HTMLParserTestCase.test_get_starttag_text) ... ok test_illegal_declarations (test.test_htmlparser.HTMLParserTestCase.test_illegal_declarations) ... ok test_invalid_end_tags (test.test_htmlparser.HTMLParserTestCase.test_invalid_end_tags) ... ok test_malformatted_charref (test.test_htmlparser.HTMLParserTestCase.test_malformatted_charref) ... ok test_processing_instruction_only (test.test_htmlparser.HTMLParserTestCase.test_processing_instruction_only) ... ok test_simple_html (test.test_htmlparser.HTMLParserTestCase.test_simple_html) ... ok test_slashes_in_starttag (test.test_htmlparser.HTMLParserTestCase.test_slashes_in_starttag) ... ok test_startendtag (test.test_htmlparser.HTMLParserTestCase.test_startendtag) ... ok test_starttag_end_boundary (test.test_htmlparser.HTMLParserTestCase.test_starttag_end_boundary) ... ok test_starttag_junk_chars (test.test_htmlparser.HTMLParserTestCase.test_starttag_junk_chars) ... ok test_tolerant_parsing (test.test_htmlparser.HTMLParserTestCase.test_tolerant_parsing) ... ok test_unclosed_entityref (test.test_htmlparser.HTMLParserTestCase.test_unclosed_entityref) ... ok test_valid_doctypes (test.test_htmlparser.HTMLParserTestCase.test_valid_doctypes) ... ok ---------------------------------------------------------------------- Ran 46 tests in 0.014s OK 0:06:53 load avg: 0.81 [182/432/1] test_http_cookiejar test_Cookie_iterator (test.test_http_cookiejar.CookieTests.test_Cookie_iterator) ... ok test_bad_cookie_header (test.test_http_cookiejar.CookieTests.test_bad_cookie_header) ... ok test_custom_secure_protocols (test.test_http_cookiejar.CookieTests.test_custom_secure_protocols) ... ok test_default_path (test.test_http_cookiejar.CookieTests.test_default_path) ... ok test_default_path_with_query (test.test_http_cookiejar.CookieTests.test_default_path_with_query) ... ok test_domain_allow (test.test_http_cookiejar.CookieTests.test_domain_allow) ... ok test_domain_block (test.test_http_cookiejar.CookieTests.test_domain_block) ... ok test_domain_match (test.test_http_cookiejar.CookieTests.test_domain_match) ... ok test_domain_mirror (test.test_http_cookiejar.CookieTests.test_domain_mirror) ... ok test_domain_return_ok (test.test_http_cookiejar.CookieTests.test_domain_return_ok) ... ok test_escape_path (test.test_http_cookiejar.CookieTests.test_escape_path) ... ok test_evil_local_domain (test.test_http_cookiejar.CookieTests.test_evil_local_domain) ... ok test_evil_local_domain_2 (test.test_http_cookiejar.CookieTests.test_evil_local_domain_2) ... ok test_evil_nonlocal_domain (test.test_http_cookiejar.CookieTests.test_evil_nonlocal_domain) ... ok test_expires (test.test_http_cookiejar.CookieTests.test_expires) ... ok test_is_HDN (test.test_http_cookiejar.CookieTests.test_is_HDN) ... ok test_localhost_domain (test.test_http_cookiejar.CookieTests.test_localhost_domain) ... ok test_localhost_domain_contents (test.test_http_cookiejar.CookieTests.test_localhost_domain_contents) ... ok test_localhost_domain_contents_2 (test.test_http_cookiejar.CookieTests.test_localhost_domain_contents_2) ... ok test_missing_final_slash (test.test_http_cookiejar.CookieTests.test_missing_final_slash) ... ok test_missing_value (test.test_http_cookiejar.CookieTests.test_missing_value) ... ok test_no_return_comment (test.test_http_cookiejar.CookieTests.test_no_return_comment) ... ok test_ns_parser (test.test_http_cookiejar.CookieTests.test_ns_parser) ... ok test_ns_parser_special_names (test.test_http_cookiejar.CookieTests.test_ns_parser_special_names) ... ok test_parse_ns_headers (test.test_http_cookiejar.CookieTests.test_parse_ns_headers) ... ok test_path_mirror (test.test_http_cookiejar.CookieTests.test_path_mirror) ... ok test_path_prefix_match (test.test_http_cookiejar.CookieTests.test_path_prefix_match) ... ok test_port_mirror (test.test_http_cookiejar.CookieTests.test_port_mirror) ... ok test_quote_cookie_value (test.test_http_cookiejar.CookieTests.test_quote_cookie_value) ... ok test_reach (test.test_http_cookiejar.CookieTests.test_reach) ... ok test_request_host (test.test_http_cookiejar.CookieTests.test_request_host) ... ok test_request_path (test.test_http_cookiejar.CookieTests.test_request_path) ... ok test_request_port (test.test_http_cookiejar.CookieTests.test_request_port) ... ok test_rfc2109_handling (test.test_http_cookiejar.CookieTests.test_rfc2109_handling) ... ok test_secure (test.test_http_cookiejar.CookieTests.test_secure) ... ok test_secure_block (test.test_http_cookiejar.CookieTests.test_secure_block) ... ok test_strict_domain (test.test_http_cookiejar.CookieTests.test_strict_domain) ... ok test_two_component_domain_ns (test.test_http_cookiejar.CookieTests.test_two_component_domain_ns) ... ok test_two_component_domain_rfc2965 (test.test_http_cookiejar.CookieTests.test_two_component_domain_rfc2965) ... ok test_wrong_domain (test.test_http_cookiejar.CookieTests.test_wrong_domain) ... ok test_http2time (test.test_http_cookiejar.DateTimeTests.test_http2time) ... ok test_http2time_formats (test.test_http_cookiejar.DateTimeTests.test_http2time_formats) ... ok test_http2time_garbage (test.test_http_cookiejar.DateTimeTests.test_http2time_garbage) ... ok test_http2time_redos_regression_actually_completes (test.test_http_cookiejar.DateTimeTests.test_http2time_redos_regression_actually_completes) ... ok test_iso2time (test.test_http_cookiejar.DateTimeTests.test_iso2time) ... ok test_iso2time_formats (test.test_http_cookiejar.DateTimeTests.test_iso2time_formats) ... ok test_iso2time_garbage (test.test_http_cookiejar.DateTimeTests.test_iso2time_garbage) ... ok test_iso2time_performance_regression (test.test_http_cookiejar.DateTimeTests.test_iso2time_performance_regression) ... ok test_time2isoz (test.test_http_cookiejar.DateTimeTests.test_time2isoz) ... ok test_time2netscape (test.test_http_cookiejar.DateTimeTests.test_time2netscape) ... ok test_bad_magic (test.test_http_cookiejar.FileCookieJarTests.test_bad_magic) ... ok test_constructor_with_none (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_none) ... ok test_constructor_with_other_types (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_other_types) ... ok test_constructor_with_path_like (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_path_like) ... ok test_constructor_with_str (test.test_http_cookiejar.FileCookieJarTests.test_constructor_with_str) ... ok test_cookie_files_are_truncated (test.test_http_cookiejar.FileCookieJarTests.test_cookie_files_are_truncated) ... ok test_lwp_filepermissions (test.test_http_cookiejar.FileCookieJarTests.test_lwp_filepermissions) ... ok test_lwp_valueless_cookie (test.test_http_cookiejar.FileCookieJarTests.test_lwp_valueless_cookie) ... ok test_mozilla_filepermissions (test.test_http_cookiejar.FileCookieJarTests.test_mozilla_filepermissions) ... ok test_join_header_words (test.test_http_cookiejar.HeaderTests.test_join_header_words) ... ok test_parse_ns_headers (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers) ... ok test_parse_ns_headers_special_names (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_special_names) ... ok test_parse_ns_headers_version (test.test_http_cookiejar.HeaderTests.test_parse_ns_headers_version) ... ok test_roundtrip (test.test_http_cookiejar.HeaderTests.test_roundtrip) ... ok test_split_header_words (test.test_http_cookiejar.HeaderTests.test_split_header_words) ... ok test_empty_path (test.test_http_cookiejar.LWPCookieTests.test_empty_path) ... ok test_ietf_example_1 (test.test_http_cookiejar.LWPCookieTests.test_ietf_example_1) ... ok test_ietf_example_2 (test.test_http_cookiejar.LWPCookieTests.test_ietf_example_2) ... ok test_intranet_domains_2965 (test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_2965) ... ok test_intranet_domains_ns (test.test_http_cookiejar.LWPCookieTests.test_intranet_domains_ns) ... ok test_mozilla (test.test_http_cookiejar.LWPCookieTests.test_mozilla) ... ok test_netscape_example_1 (test.test_http_cookiejar.LWPCookieTests.test_netscape_example_1) ... ok test_netscape_example_2 (test.test_http_cookiejar.LWPCookieTests.test_netscape_example_2) ... ok test_netscape_misc (test.test_http_cookiejar.LWPCookieTests.test_netscape_misc) ... ok test_rejection (test.test_http_cookiejar.LWPCookieTests.test_rejection) ... ok test_session_cookies (test.test_http_cookiejar.LWPCookieTests.test_session_cookies) ... ok test_url_encoding (test.test_http_cookiejar.LWPCookieTests.test_url_encoding) ... ok ---------------------------------------------------------------------- Ran 77 tests in 0.258s OK 0:06:54 load avg: 0.81 [183/432/1] test_http_cookies test_basic (test.test_http_cookies.CookieTests.test_basic) ... ok test_comment_quoting (test.test_http_cookies.CookieTests.test_comment_quoting) ... ok test_extended_encode (test.test_http_cookies.CookieTests.test_extended_encode) ... ok test_extra_spaces (test.test_http_cookies.CookieTests.test_extra_spaces) ... ok test_illegal_chars (test.test_http_cookies.CookieTests.test_illegal_chars) ... ok test_invalid_cookies (test.test_http_cookies.CookieTests.test_invalid_cookies) ... ok test_load (test.test_http_cookies.CookieTests.test_load) ... ok test_pickle (test.test_http_cookies.CookieTests.test_pickle) ... ok test_quoted_meta (test.test_http_cookies.CookieTests.test_quoted_meta) ... ok test_samesite_attrs (test.test_http_cookies.CookieTests.test_samesite_attrs) ... ok test_secure_httponly_false_if_not_present (test.test_http_cookies.CookieTests.test_secure_httponly_false_if_not_present) ... ok test_secure_httponly_true_if_have_value (test.test_http_cookies.CookieTests.test_secure_httponly_true_if_have_value) ... ok test_secure_httponly_true_if_present (test.test_http_cookies.CookieTests.test_secure_httponly_true_if_present) ... ok test_set_secure_httponly_attrs (test.test_http_cookies.CookieTests.test_set_secure_httponly_attrs) ... ok test_special_attrs (test.test_http_cookies.CookieTests.test_special_attrs) ... ok test_copy (test.test_http_cookies.MorselTests.test_copy) ... ok test_defaults (test.test_http_cookies.MorselTests.test_defaults) ... ok test_eq (test.test_http_cookies.MorselTests.test_eq) ... ok test_pickle (test.test_http_cookies.MorselTests.test_pickle) ... ok test_repr (test.test_http_cookies.MorselTests.test_repr) ... ok test_reserved_keys (test.test_http_cookies.MorselTests.test_reserved_keys) ... ok test_set_properties (test.test_http_cookies.MorselTests.test_set_properties) ... ok test_setdefault (test.test_http_cookies.MorselTests.test_setdefault) ... ok test_setitem (test.test_http_cookies.MorselTests.test_setitem) ... ok test_setter (test.test_http_cookies.MorselTests.test_setter) ... ok test_update (test.test_http_cookies.MorselTests.test_update) ... ok cookies (http) Doctest: http.cookies ... ok ---------------------------------------------------------------------- Ran 27 tests in 0.003s OK 0:06:54 load avg: 0.81 [184/432/1] test_httplib test_bad_status_repr (test.test_httplib.BasicTest.test_bad_status_repr) ... ok test_blocksize_request (test.test_httplib.BasicTest.test_blocksize_request) Check that request() respects the configured block size. ... ok test_blocksize_send (test.test_httplib.BasicTest.test_blocksize_send) Check that send() respects the configured block size. ... ok test_chunked (test.test_httplib.BasicTest.test_chunked) ... ok test_chunked_extension (test.test_httplib.BasicTest.test_chunked_extension) ... ok test_chunked_head (test.test_httplib.BasicTest.test_chunked_head) ... ok test_chunked_missing_end (test.test_httplib.BasicTest.test_chunked_missing_end) some servers may serve up a short chunked encoding stream ... ok test_chunked_sync (test.test_httplib.BasicTest.test_chunked_sync) Check that we don't read past the end of the chunked-encoding stream ... ok test_chunked_trailers (test.test_httplib.BasicTest.test_chunked_trailers) See that trailers are read and ignored ... ok test_content_length_sync (test.test_httplib.BasicTest.test_content_length_sync) Check that we don't read past the end of the Content-Length stream ... ok test_dir_with_added_behavior_on_status (test.test_httplib.BasicTest.test_dir_with_added_behavior_on_status) ... ok test_early_eof (test.test_httplib.BasicTest.test_early_eof) ... ok test_epipe (test.test_httplib.BasicTest.test_epipe) ... ok test_error_leak (test.test_httplib.BasicTest.test_error_leak) ... ok test_host_port (test.test_httplib.BasicTest.test_host_port) ... ok test_incomplete_read (test.test_httplib.BasicTest.test_incomplete_read) ... ok test_mixed_reads (test.test_httplib.BasicTest.test_mixed_reads) ... ok test_negative_content_length (test.test_httplib.BasicTest.test_negative_content_length) ... ok test_overflowing_chunked_line (test.test_httplib.BasicTest.test_overflowing_chunked_line) ... ok test_overflowing_header_limit_after_100 (test.test_httplib.BasicTest.test_overflowing_header_limit_after_100) ... ok test_overflowing_header_line (test.test_httplib.BasicTest.test_overflowing_header_line) ... ok test_overflowing_status_line (test.test_httplib.BasicTest.test_overflowing_status_line) ... ok test_partial_readintos (test.test_httplib.BasicTest.test_partial_readintos) ... ok test_partial_readintos_incomplete_body (test.test_httplib.BasicTest.test_partial_readintos_incomplete_body) ... ok test_partial_readintos_no_content_length (test.test_httplib.BasicTest.test_partial_readintos_no_content_length) ... ok test_partial_readintos_past_end (test.test_httplib.BasicTest.test_partial_readintos_past_end) ... ok test_partial_reads (test.test_httplib.BasicTest.test_partial_reads) ... ok test_partial_reads_incomplete_body (test.test_httplib.BasicTest.test_partial_reads_incomplete_body) ... ok test_partial_reads_no_content_length (test.test_httplib.BasicTest.test_partial_reads_no_content_length) ... ok test_partial_reads_past_end (test.test_httplib.BasicTest.test_partial_reads_past_end) ... ok test_putrequest_override_domain_validation (test.test_httplib.BasicTest.test_putrequest_override_domain_validation) It should be possible to override the default validation ... ok test_putrequest_override_encoding (test.test_httplib.BasicTest.test_putrequest_override_encoding) It should be possible to override the default encoding ... ok test_putrequest_override_host_validation (test.test_httplib.BasicTest.test_putrequest_override_host_validation) ... ok test_read1_bound_content_length (test.test_httplib.BasicTest.test_read1_bound_content_length) ... ok test_read1_content_length (test.test_httplib.BasicTest.test_read1_content_length) ... ok test_read_head (test.test_httplib.BasicTest.test_read_head) ... ok test_readinto_chunked (test.test_httplib.BasicTest.test_readinto_chunked) ... ok test_readinto_chunked_head (test.test_httplib.BasicTest.test_readinto_chunked_head) ... ok test_readinto_head (test.test_httplib.BasicTest.test_readinto_head) ... ok test_readline_bound_content_length (test.test_httplib.BasicTest.test_readline_bound_content_length) ... ok test_readlines_content_length (test.test_httplib.BasicTest.test_readlines_content_length) ... ok test_response_fileno (test.test_httplib.BasicTest.test_response_fileno) ... ok test_response_headers (test.test_httplib.BasicTest.test_response_headers) ... ok test_send (test.test_httplib.BasicTest.test_send) ... ok test_send_file (test.test_httplib.BasicTest.test_send_file) ... ok test_send_iter (test.test_httplib.BasicTest.test_send_iter) ... ok test_send_type_error (test.test_httplib.BasicTest.test_send_type_error) ... ok test_send_updating_file (test.test_httplib.BasicTest.test_send_updating_file) ... ok test_simple_httpstatus (test.test_httplib.BasicTest.test_simple_httpstatus) ... ok test_status_lines (test.test_httplib.BasicTest.test_status_lines) ... ok test_too_many_headers (test.test_httplib.BasicTest.test_too_many_headers) ... ok test_peek (test.test_httplib.ExtendedReadTest.test_peek) ... ok test_peek_0 (test.test_httplib.ExtendedReadTest.test_peek_0) ... ok test_read1 (test.test_httplib.ExtendedReadTest.test_read1) ... ok test_read1_0 (test.test_httplib.ExtendedReadTest.test_read1_0) ... ok test_read1_bounded (test.test_httplib.ExtendedReadTest.test_read1_bounded) ... ok test_read1_unbounded (test.test_httplib.ExtendedReadTest.test_read1_unbounded) ... ok test_readline (test.test_httplib.ExtendedReadTest.test_readline) ... ok test_peek (test.test_httplib.ExtendedReadTestChunked.test_peek) ... ok test_peek_0 (test.test_httplib.ExtendedReadTestChunked.test_peek_0) ... ok test_read1 (test.test_httplib.ExtendedReadTestChunked.test_read1) ... ok test_read1_0 (test.test_httplib.ExtendedReadTestChunked.test_read1_0) ... ok test_read1_bounded (test.test_httplib.ExtendedReadTestChunked.test_read1_bounded) ... ok test_read1_unbounded (test.test_httplib.ExtendedReadTestChunked.test_read1_unbounded) ... ok test_readline (test.test_httplib.ExtendedReadTestChunked.test_readline) ... ok test_getting_header (test.test_httplib.HTTPResponseTest.test_getting_header) ... ok test_getting_header_defaultint (test.test_httplib.HTTPResponseTest.test_getting_header_defaultint) ... ok test_getting_nonexistent_header_with_iterable_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_iterable_default) ... ok test_getting_nonexistent_header_with_string_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_with_string_default) ... ok test_getting_nonexistent_header_without_default (test.test_httplib.HTTPResponseTest.test_getting_nonexistent_header_without_default) ... ok test_attributes (test.test_httplib.HTTPSTest.test_attributes) ... ok test_host_port (test.test_httplib.HTTPSTest.test_host_port) ... ok test_local_bad_hostname (test.test_httplib.HTTPSTest.test_local_bad_hostname) ... Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1006) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1006) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1006) server (('127.0.0.1', 35593):35593 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [28/Aug/2023 15:57:29] code 404, message File not found server (('127.0.0.1', 35593):35593 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [28/Aug/2023 15:57:29] "GET /nonexistent HTTP/1.1" 404 - server (('127.0.0.1', 35593):35593 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [28/Aug/2023 15:57:29] code 404, message File not found server (('127.0.0.1', 35593):35593 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [28/Aug/2023 15:57:29] "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', 36877):36877 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [28/Aug/2023 15:57:29] code 404, message File not found server (('127.0.0.1', 36877):36877 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [28/Aug/2023 15:57:29] "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:1006) stopping HTTPS server joining HTTPS thread ok test_networked (test.test_httplib.HTTPSTest.test_networked) ... ok test_networked_bad_cert (test.test_httplib.HTTPSTest.test_networked_bad_cert) ... ok test_networked_good_cert (test.test_httplib.HTTPSTest.test_networked_good_cert) ... ok test_networked_noverification (test.test_httplib.HTTPSTest.test_networked_noverification) ... ok test_networked_trusted_by_default_cert (test.test_httplib.HTTPSTest.test_networked_trusted_by_default_cert) ... ok test_tls13_pha (test.test_httplib.HTTPSTest.test_tls13_pha) ... ok test_auto_headers (test.test_httplib.HeaderTests.test_auto_headers) ... ok test_content_length_0 (test.test_httplib.HeaderTests.test_content_length_0) ... ok test_headers_debuglevel (test.test_httplib.HeaderTests.test_headers_debuglevel) ... ok test_invalid_headers (test.test_httplib.HeaderTests.test_invalid_headers) ... ok test_ipv6host_header (test.test_httplib.HeaderTests.test_ipv6host_header) ... ok test_malformed_headers_coped_with (test.test_httplib.HeaderTests.test_malformed_headers_coped_with) ... ok test_parse_all_octets (test.test_httplib.HeaderTests.test_parse_all_octets) ... ok test_putheader (test.test_httplib.HeaderTests.test_putheader) ... ok test_invalid_method_names (test.test_httplib.HttpMethodTests.test_invalid_method_names) ... ok test_all (test.test_httplib.OfflineTest.test_all) ... ok test_client_constants (test.test_httplib.OfflineTest.test_client_constants) ... ok test_responses (test.test_httplib.OfflineTest.test_responses) ... ok test_100_close (test.test_httplib.PersistenceTest.test_100_close) ... ok test_disconnected (test.test_httplib.PersistenceTest.test_disconnected) ... ok test_reuse_reconnect (test.test_httplib.PersistenceTest.test_reuse_reconnect) ... ok test_ascii_body (test.test_httplib.RequestBodyTest.test_ascii_body) ... ok test_binary_file_body (test.test_httplib.RequestBodyTest.test_binary_file_body) ... ok test_bytes_body (test.test_httplib.RequestBodyTest.test_bytes_body) ... ok test_latin1_body (test.test_httplib.RequestBodyTest.test_latin1_body) ... ok test_list_body (test.test_httplib.RequestBodyTest.test_list_body) ... ok test_manual_content_length (test.test_httplib.RequestBodyTest.test_manual_content_length) ... ok test_text_file_body (test.test_httplib.RequestBodyTest.test_text_file_body) ... ok testHTTPConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress) ... ok testHTTPSConnectionSourceAddress (test.test_httplib.SourceAddressTest.testHTTPSConnectionSourceAddress) ... ok testTimeoutAttribute (test.test_httplib.TimeoutTest.testTimeoutAttribute) ... ok test_empty_body (test.test_httplib.TransferEncodingTest.test_empty_body) ... ok test_endheaders_chunked (test.test_httplib.TransferEncodingTest.test_endheaders_chunked) ... ok test_explicit_headers (test.test_httplib.TransferEncodingTest.test_explicit_headers) ... ok test_request (test.test_httplib.TransferEncodingTest.test_request) ... ok test_connect_put_request (test.test_httplib.TunnelTests.test_connect_put_request) ... ok test_connect_with_tunnel (test.test_httplib.TunnelTests.test_connect_with_tunnel) ... ok test_disallow_set_tunnel_after_connect (test.test_httplib.TunnelTests.test_disallow_set_tunnel_after_connect) ... ok test_set_tunnel_host_port_headers (test.test_httplib.TunnelTests.test_set_tunnel_host_port_headers) ... ok test_tunnel_connect_single_send_connection_setup (test.test_httplib.TunnelTests.test_tunnel_connect_single_send_connection_setup) Regresstion test for https://bugs.python.org/issue43332. ... ok test_tunnel_debuglog (test.test_httplib.TunnelTests.test_tunnel_debuglog) ... ok test_tunnel_leak (test.test_httplib.TunnelTests.test_tunnel_leak) ... ok ---------------------------------------------------------------------- Ran 117 tests in 1.586s OK 0:06:56 load avg: 0.81 [185/432/1] test_httpservers test_close_connection (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_close_connection) ... ok test_date_time_string (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_date_time_string) ... ok test_extra_space (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_extra_space) ... ok test_header_buffering_of_send_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_error) ... ok test_header_buffering_of_send_header (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_header) ... ok test_header_buffering_of_send_response_only (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_buffering_of_send_response_only) ... ok test_header_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_length) ... ok test_header_unbuffered_when_continue (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_header_unbuffered_when_continue) ... ok test_html_escape_on_error (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_html_escape_on_error) ... ok test_http_0_9 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_0_9) ... ok test_http_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_0) ... ok test_http_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_http_1_1) ... ok test_request_length (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_request_length) ... ok test_too_many_headers (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_too_many_headers) ... ok test_unprintable_not_logged (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_unprintable_not_logged) ... ok test_with_continue_1_0 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_0) ... ok test_with_continue_1_1 (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_1_1) ... ok test_with_continue_rejected (test.test_httpservers.BaseHTTPRequestHandlerTestCase.test_with_continue_rejected) ... ok test_command (test.test_httpservers.BaseHTTPServerTestCase.test_command) ... ok test_error_content_length (test.test_httpservers.BaseHTTPServerTestCase.test_error_content_length) ... ok test_handler (test.test_httpservers.BaseHTTPServerTestCase.test_handler) ... ok test_head_via_send_error (test.test_httpservers.BaseHTTPServerTestCase.test_head_via_send_error) ... ok test_header_close (test.test_httpservers.BaseHTTPServerTestCase.test_header_close) ... ok test_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase.test_header_keep_alive) ... ok test_internal_key_error (test.test_httpservers.BaseHTTPServerTestCase.test_internal_key_error) ... ok test_latin1_header (test.test_httpservers.BaseHTTPServerTestCase.test_latin1_header) ... ok test_major_version_number_too_long (test.test_httpservers.BaseHTTPServerTestCase.test_major_version_number_too_long) ... ok test_minor_version_number_too_long (test.test_httpservers.BaseHTTPServerTestCase.test_minor_version_number_too_long) ... ok test_request_line_trimming (test.test_httpservers.BaseHTTPServerTestCase.test_request_line_trimming) ... ok test_return_custom_status (test.test_httpservers.BaseHTTPServerTestCase.test_return_custom_status) ... ok test_return_explain_error (test.test_httpservers.BaseHTTPServerTestCase.test_return_explain_error) ... ok test_return_header_keep_alive (test.test_httpservers.BaseHTTPServerTestCase.test_return_header_keep_alive) ... ok test_send_blank (test.test_httpservers.BaseHTTPServerTestCase.test_send_blank) ... ok test_send_error (test.test_httpservers.BaseHTTPServerTestCase.test_send_error) ... ok test_version_bogus (test.test_httpservers.BaseHTTPServerTestCase.test_version_bogus) ... ok test_version_digits (test.test_httpservers.BaseHTTPServerTestCase.test_version_digits) ... ok test_version_invalid (test.test_httpservers.BaseHTTPServerTestCase.test_version_invalid) ... ok test_version_none (test.test_httpservers.BaseHTTPServerTestCase.test_version_none) ... ok test_version_none_get (test.test_httpservers.BaseHTTPServerTestCase.test_version_none_get) ... ok test_version_signs_and_underscores (test.test_httpservers.BaseHTTPServerTestCase.test_version_signs_and_underscores) ... ok test_accept (test.test_httpservers.CGIHTTPServerTestCase.test_accept) ... ok test_authorization (test.test_httpservers.CGIHTTPServerTestCase.test_authorization) ... ok test_cgi_path_in_sub_directories (test.test_httpservers.CGIHTTPServerTestCase.test_cgi_path_in_sub_directories) ... ok test_headers_and_content (test.test_httpservers.CGIHTTPServerTestCase.test_headers_and_content) ... ok test_invaliduri (test.test_httpservers.CGIHTTPServerTestCase.test_invaliduri) ... ok test_issue19435 (test.test_httpservers.CGIHTTPServerTestCase.test_issue19435) ... ok test_nested_cgi_path_issue21323 (test.test_httpservers.CGIHTTPServerTestCase.test_nested_cgi_path_issue21323) ... ok test_no_leading_slash (test.test_httpservers.CGIHTTPServerTestCase.test_no_leading_slash) ... ok test_os_environ_is_not_altered (test.test_httpservers.CGIHTTPServerTestCase.test_os_environ_is_not_altered) ... ok test_post (test.test_httpservers.CGIHTTPServerTestCase.test_post) ... ok test_query_with_continuous_slashes (test.test_httpservers.CGIHTTPServerTestCase.test_query_with_continuous_slashes) ... ok test_query_with_multiple_question_mark (test.test_httpservers.CGIHTTPServerTestCase.test_query_with_multiple_question_mark) ... ok test_url_collapse_path (test.test_httpservers.CGIHTTPServerTestCase.test_url_collapse_path) ... ok test_urlquote_decoding_in_cgi_check (test.test_httpservers.CGIHTTPServerTestCase.test_urlquote_decoding_in_cgi_check) ... ok test_all (test.test_httpservers.MiscTestCase.test_all) ... ok test_err (test.test_httpservers.RequestHandlerLoggingTestCase.test_err) ... ok test_get (test.test_httpservers.RequestHandlerLoggingTestCase.test_get) ... ok test_server_test_ipv4 (test.test_httpservers.ScriptTestCase.test_server_test_ipv4) ... ok test_server_test_ipv6 (test.test_httpservers.ScriptTestCase.test_server_test_ipv6) ... ok test_server_test_localhost (test.test_httpservers.ScriptTestCase.test_server_test_localhost) ... ok test_server_test_unspec (test.test_httpservers.ScriptTestCase.test_server_test_unspec) ... ok test_query_arguments (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_query_arguments) ... ok test_start_with_double_slash (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_start_with_double_slash) ... ok test_windows_colon (test.test_httpservers.SimpleHTTPRequestHandlerTestCase.test_windows_colon) ... ok test_browser_cache (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache) Check that when a request to /test is sent with the request header ... ok test_browser_cache_file_changed (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_file_changed) ... ok test_browser_cache_with_If_None_Match_header (test.test_httpservers.SimpleHTTPServerTestCase.test_browser_cache_with_If_None_Match_header) ... ok test_get (test.test_httpservers.SimpleHTTPServerTestCase.test_get) ... ok test_get_dir_redirect_location_domain_injection_bug (test.test_httpservers.SimpleHTTPServerTestCase.test_get_dir_redirect_location_domain_injection_bug) Ensure //evil.co/..%2f../../X does not put //evil.co/ in Location. ... ok test_head (test.test_httpservers.SimpleHTTPServerTestCase.test_head) ... ok test_html_escape_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_html_escape_filename) ... ok test_invalid_requests (test.test_httpservers.SimpleHTTPServerTestCase.test_invalid_requests) ... ok test_last_modified (test.test_httpservers.SimpleHTTPServerTestCase.test_last_modified) Checks that the datetime returned in Last-Modified response header ... ok test_path_without_leading_slash (test.test_httpservers.SimpleHTTPServerTestCase.test_path_without_leading_slash) ... ok test_undecodable_filename (test.test_httpservers.SimpleHTTPServerTestCase.test_undecodable_filename) ... ok test_undecodable_parameter (test.test_httpservers.SimpleHTTPServerTestCase.test_undecodable_parameter) ... ok ---------------------------------------------------------------------- Ran 76 tests in 1.691s OK 0:06:58 load avg: 0.98 [186/432/1] test_idle test_autocomplete_event (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_autocomplete_event) ... ok test_completion_kwds (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_completion_kwds) ... ok test_delayed_open_completions (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_delayed_open_completions) ... ok test_fetch_completions (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_fetch_completions) ... ok test_force_open_completions_event (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_force_open_completions_event) ... ok test_get_entity (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_get_entity) ... ok test_init (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_init) ... ok test_make_autocomplete_window (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_make_autocomplete_window) ... ok test_oc_cancel_comment (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_oc_cancel_comment) ... ok test_oc_no_list (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_oc_no_list) ... ok test_open_completions (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_open_completions) ... ok test_open_completions_none (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_open_completions_none) ... ok test_remove_autocomplete_window (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_remove_autocomplete_window) ... ok test_try_open_completions_event (idlelib.idle_test.test_autocomplete.AutoCompleteTest.test_try_open_completions_event) ... ok test_init (idlelib.idle_test.test_autocomplete_w.AutoCompleteWindowTest.test_init) ... ok test_after_only (idlelib.idle_test.test_autoexpand.AutoExpandTest.test_after_only) ... ok test_before_only (idlelib.idle_test.test_autoexpand.AutoExpandTest.test_before_only) ... ok test_both_before_after (idlelib.idle_test.test_autoexpand.AutoExpandTest.test_both_before_after) ... ok test_get_prevword (idlelib.idle_test.test_autoexpand.AutoExpandTest.test_get_prevword) ... ok test_other_expand_cases (idlelib.idle_test.test_autoexpand.AutoExpandTest.test_other_expand_cases) ... ok test_geticonname (idlelib.idle_test.test_browser.ChildBrowserTreeItemTest.test_geticonname) ... ok test_getsublist (idlelib.idle_test.test_browser.ChildBrowserTreeItemTest.test_getsublist) ... ok test_gettext (idlelib.idle_test.test_browser.ChildBrowserTreeItemTest.test_gettext) ... ok test_init (idlelib.idle_test.test_browser.ChildBrowserTreeItemTest.test_init) ... ok test_isexpandable (idlelib.idle_test.test_browser.ChildBrowserTreeItemTest.test_isexpandable) ... ok test_ondoubleclick (idlelib.idle_test.test_browser.ChildBrowserTreeItemTest.test_ondoubleclick) ... ok test_close (idlelib.idle_test.test_browser.ModuleBrowserTest.test_close) ... ok test_init (idlelib.idle_test.test_browser.ModuleBrowserTest.test_init) ... ok test_is_browseable_extension (idlelib.idle_test.test_browser.ModuleBrowserTest.test_is_browseable_extension) ... ok test_rootnode (idlelib.idle_test.test_browser.ModuleBrowserTest.test_rootnode) ... ok test_settitle (idlelib.idle_test.test_browser.ModuleBrowserTest.test_settitle) ... ok test_geticonname (idlelib.idle_test.test_browser.ModuleBrowserTreeItemTest.test_geticonname) ... ok test_getsublist (idlelib.idle_test.test_browser.ModuleBrowserTreeItemTest.test_getsublist) ... ok test_gettext (idlelib.idle_test.test_browser.ModuleBrowserTreeItemTest.test_gettext) ... ok test_init (idlelib.idle_test.test_browser.ModuleBrowserTreeItemTest.test_init) ... ok test_isexpandable (idlelib.idle_test.test_browser.ModuleBrowserTreeItemTest.test_isexpandable) ... ok test_listchildren (idlelib.idle_test.test_browser.ModuleBrowserTreeItemTest.test_listchildren) ... ok test_ondoubleclick (idlelib.idle_test.test_browser.ModuleBrowserTreeItemTest.test_ondoubleclick) ... ok test_nested (idlelib.idle_test.test_browser.NestedChildrenTest.test_nested) ... ok test_transform_module_children (idlelib.idle_test.test_browser.TransformChildrenTest.test_transform_module_children) ... ok test_transform_node_children (idlelib.idle_test.test_browser.TransformChildrenTest.test_transform_node_children) ... ok test_comment_parens (idlelib.idle_test.test_calltip.CalltipTest.test_comment_parens) ... ok test_open_close (idlelib.idle_test.test_calltip.CalltipTest.test_open_close) ... ok test_repeated_force (idlelib.idle_test.test_calltip.CalltipTest.test_repeated_force) ... ok test_repeated_parens (idlelib.idle_test.test_calltip.CalltipTest.test_repeated_parens) ... ok test_bound_methods (idlelib.idle_test.test_calltip.Get_argspecTest.test_bound_methods) ... ok test_buggy_getattr_class (idlelib.idle_test.test_calltip.Get_argspecTest.test_buggy_getattr_class) ... ok test_builtins (idlelib.idle_test.test_calltip.Get_argspecTest.test_builtins) ... ok test_docline_truncation (idlelib.idle_test.test_calltip.Get_argspecTest.test_docline_truncation) ... ok test_functions (idlelib.idle_test.test_calltip.Get_argspecTest.test_functions) ... ok test_invalid_method_get_spec (idlelib.idle_test.test_calltip.Get_argspecTest.test_invalid_method_get_spec) ... ok test_metaclass_class (idlelib.idle_test.test_calltip.Get_argspecTest.test_metaclass_class) ... ok test_methods (idlelib.idle_test.test_calltip.Get_argspecTest.test_methods) ... ok test_multiline_docstring (idlelib.idle_test.test_calltip.Get_argspecTest.test_multiline_docstring) ... ok test_no_docstring (idlelib.idle_test.test_calltip.Get_argspecTest.test_no_docstring) ... ok test_non_ascii_name (idlelib.idle_test.test_calltip.Get_argspecTest.test_non_ascii_name) ... ok test_non_callables (idlelib.idle_test.test_calltip.Get_argspecTest.test_non_callables) ... ok test_properly_formatted (idlelib.idle_test.test_calltip.Get_argspecTest.test_properly_formatted) ... ok test_signature_wrap (idlelib.idle_test.test_calltip.Get_argspecTest.test_signature_wrap) ... ok test_starred_parameter (idlelib.idle_test.test_calltip.Get_argspecTest.test_starred_parameter) ... ok test_bad_entity (idlelib.idle_test.test_calltip.Get_entityTest.test_bad_entity) ... ok test_good_entity (idlelib.idle_test.test_calltip.Get_entityTest.test_good_entity) ... ok test_init (idlelib.idle_test.test_calltip_w.CallTipWindowTest.test_init) ... ok test_del (idlelib.idle_test.test_codecontext.CodeContextTest.test_del) ... ok test_del_with_timer (idlelib.idle_test.test_codecontext.CodeContextTest.test_del_with_timer) ... ok test_font (idlelib.idle_test.test_codecontext.CodeContextTest.test_font) ... ok test_get_context (idlelib.idle_test.test_codecontext.CodeContextTest.test_get_context) ... ok test_highlight_colors (idlelib.idle_test.test_codecontext.CodeContextTest.test_highlight_colors) ... ok test_init (idlelib.idle_test.test_codecontext.CodeContextTest.test_init) ... ok test_jumptoline (idlelib.idle_test.test_codecontext.CodeContextTest.test_jumptoline) ... ok test_reload (idlelib.idle_test.test_codecontext.CodeContextTest.test_reload) ... ok test_timer_event (idlelib.idle_test.test_codecontext.CodeContextTest.test_timer_event) ... ok test_toggle_code_context_event (idlelib.idle_test.test_codecontext.CodeContextTest.test_toggle_code_context_event) ... ok test_update_code_context (idlelib.idle_test.test_codecontext.CodeContextTest.test_update_code_context) ... ok test_get_line_info (idlelib.idle_test.test_codecontext.HelperFunctionText.test_get_line_info) ... ok test_get_spaces_firstword (idlelib.idle_test.test_codecontext.HelperFunctionText.test_get_spaces_firstword) ... ok test_color_config (idlelib.idle_test.test_colorizer.ColorConfigTest.test_color_config) ... ok test_init (idlelib.idle_test.test_colorizer.ColorDelegatorInstantiationTest.test_init) ... ok test_init_state (idlelib.idle_test.test_colorizer.ColorDelegatorInstantiationTest.test_init_state) ... ok test_LoadTagDefs (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_LoadTagDefs) ... ok test_case_soft_keyword (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_case_soft_keyword) ... ok test_config_colors (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_config_colors) ... ok test_def_statement (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_def_statement) ... ok test_delete (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_delete) ... ok test_incremental_editing (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_incremental_editing) ... ok test_insert (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_insert) ... ok test_long_multiline_string (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_long_multiline_string) ... ok test_match_soft_keyword (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_match_soft_keyword) ... ok test_notify_range (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_notify_range) ... ok test_recolorize (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_recolorize) ... ok test_recolorize_main (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_recolorize_main) ... ok test_removecolors (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_removecolors) ... ok test_setdelegate (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_setdelegate) ... ok test_toggle_colorize_event (idlelib.idle_test.test_colorizer.ColorDelegatorTest.test_toggle_colorize_event) ... ok test_any (idlelib.idle_test.test_colorizer.FunctionTest.test_any) ... ok test_idprog (idlelib.idle_test.test_colorizer.FunctionTest.test_idprog) ... ok test_make_pat (idlelib.idle_test.test_colorizer.FunctionTest.test_make_pat) ... ok test_prog (idlelib.idle_test.test_colorizer.FunctionTest.test_prog) ... ok test_add_option (idlelib.idle_test.test_config.ChangesTest.test_add_option) ... ok test_clear (idlelib.idle_test.test_config.ChangesTest.test_clear) ... ok test_delete_section (idlelib.idle_test.test_config.ChangesTest.test_delete_section) ... ok test_init (idlelib.idle_test.test_config.ChangesTest.test_init) ... ok test_save_added (idlelib.idle_test.test_config.ChangesTest.test_save_added) ... ok test_save_default (idlelib.idle_test.test_config.ChangesTest.test_save_default) ... ok test_save_help (idlelib.idle_test.test_config.ChangesTest.test_save_help) ... ok test_save_option (idlelib.idle_test.test_config.ChangesTest.test_save_option) ... ok test_new_builtin_keys (idlelib.idle_test.test_config.CurrentColorKeysTest.test_new_builtin_keys) ... ok test_new_builtin_theme (idlelib.idle_test.test_config.CurrentColorKeysTest.test_new_builtin_theme) ... ok test_old_builtin_keys (idlelib.idle_test.test_config.CurrentColorKeysTest.test_old_builtin_keys) ... ok test_old_builtin_theme (idlelib.idle_test.test_config.CurrentColorKeysTest.test_old_builtin_theme) ... ok test_user_override_keys (idlelib.idle_test.test_config.CurrentColorKeysTest.test_user_override_keys) ... ok test_user_override_theme (idlelib.idle_test.test_config.CurrentColorKeysTest.test_user_override_theme) ... ok test_get (idlelib.idle_test.test_config.IdleConfParserTest.test_get) ... ok test_get_option_list (idlelib.idle_test.test_config.IdleConfParserTest.test_get_option_list) ... ok test_load_file (idlelib.idle_test.test_config.IdleConfParserTest.test_load_file) ... ok test_load_nothing (idlelib.idle_test.test_config.IdleConfParserTest.test_load_nothing) ... ok test_create_config_handlers (idlelib.idle_test.test_config.IdleConfTest.test_create_config_handlers) ... ok test_current_colors_and_keys (idlelib.idle_test.test_config.IdleConfTest.test_current_colors_and_keys) ... ok test_default_keys (idlelib.idle_test.test_config.IdleConfTest.test_default_keys) ... ok test_extra_help_source_list (idlelib.idle_test.test_config.IdleConfTest.test_extra_help_source_list) ... ok test_get_core_keys (idlelib.idle_test.test_config.IdleConfTest.test_get_core_keys) ... ok test_get_current_keyset (idlelib.idle_test.test_config.IdleConfTest.test_get_current_keyset) ... ok test_get_current_theme_and_keys (idlelib.idle_test.test_config.IdleConfTest.test_get_current_theme_and_keys) ... ok test_get_extension_bindings (idlelib.idle_test.test_config.IdleConfTest.test_get_extension_bindings) ... ok test_get_extension_keys (idlelib.idle_test.test_config.IdleConfTest.test_get_extension_keys) ... ok test_get_extensions (idlelib.idle_test.test_config.IdleConfTest.test_get_extensions) ... ok test_get_extn_name_for_event (idlelib.idle_test.test_config.IdleConfTest.test_get_extn_name_for_event) ... ok test_get_font (idlelib.idle_test.test_config.IdleConfTest.test_get_font) ... ok test_get_highlight (idlelib.idle_test.test_config.IdleConfTest.test_get_highlight) ... ok test_get_keybinding (idlelib.idle_test.test_config.IdleConfTest.test_get_keybinding) ... ok test_get_keyset (idlelib.idle_test.test_config.IdleConfTest.test_get_keyset) ... ok test_get_option (idlelib.idle_test.test_config.IdleConfTest.test_get_option) ... ok test_get_section_list (idlelib.idle_test.test_config.IdleConfTest.test_get_section_list) ... ok test_get_theme_dict (idlelib.idle_test.test_config.IdleConfTest.test_get_theme_dict) ... ok test_get_user_cfg_dir_unix (idlelib.idle_test.test_config.IdleConfTest.test_get_user_cfg_dir_unix) ... ok test_get_user_cfg_dir_windows (idlelib.idle_test.test_config.IdleConfTest.test_get_user_cfg_dir_windows) ... skipped 'this is test for Windows system' test_is_core_binding (idlelib.idle_test.test_config.IdleConfTest.test_is_core_binding) ... ok test_load_cfg_files (idlelib.idle_test.test_config.IdleConfTest.test_load_cfg_files) ... ok test_remove_key_bind_names (idlelib.idle_test.test_config.IdleConfTest.test_remove_key_bind_names) ... ok test_save_user_cfg_files (idlelib.idle_test.test_config.IdleConfTest.test_save_user_cfg_files) ... ok test_set_option (idlelib.idle_test.test_config.IdleConfTest.test_set_option) ... ok test_add_section (idlelib.idle_test.test_config.IdleUserConfParserTest.test_add_section) ... ok test_is_empty (idlelib.idle_test.test_config.IdleUserConfParserTest.test_is_empty) ... ok test_remove_empty_sections (idlelib.idle_test.test_config.IdleUserConfParserTest.test_remove_empty_sections) ... ok test_remove_option (idlelib.idle_test.test_config.IdleUserConfParserTest.test_remove_option) ... ok test_save (idlelib.idle_test.test_config.IdleUserConfParserTest.test_save) ... ok test_set_option (idlelib.idle_test.test_config.IdleUserConfParserTest.test_set_option) ... ok test_warn (idlelib.idle_test.test_config.WarningTest.test_warn) ... ok test_cancel (idlelib.idle_test.test_config_key.CancelWindowTest.test_cancel) ... ok test_translate_key (idlelib.idle_test.test_config_key.HelperTest.test_translate_key) ... ok test_build_key_string (idlelib.idle_test.test_config_key.KeySelectionTest.test_build_key_string) ... ok test_final_key_selected (idlelib.idle_test.test_config_key.KeySelectionTest.test_final_key_selected) ... ok test_get_modifiers (idlelib.idle_test.test_config_key.KeySelectionTest.test_get_modifiers) ... ok test_ok (idlelib.idle_test.test_config_key.OKWindowTest.test_ok) ... ok test_toggle_level (idlelib.idle_test.test_config_key.ToggleLevelTest.test_toggle_level) ... ok test_bind_not_ok (idlelib.idle_test.test_config_key.ValidationTest.test_bind_not_ok) ... ok test_bind_ok (idlelib.idle_test.test_config_key.ValidationTest.test_bind_ok) ... ok test_keys_dup (idlelib.idle_test.test_config_key.ValidationTest.test_keys_dup) ... ok test_keys_no_ending (idlelib.idle_test.test_config_key.ValidationTest.test_keys_no_ending) ... ok test_keys_no_modifier_bad (idlelib.idle_test.test_config_key.ValidationTest.test_keys_no_modifier_bad) ... ok test_keys_no_modifier_ok (idlelib.idle_test.test_config_key.ValidationTest.test_keys_no_modifier_ok) ... ok test_keys_shift_bad (idlelib.idle_test.test_config_key.ValidationTest.test_keys_shift_bad) ... ok test_ok_empty (idlelib.idle_test.test_config_key.ValidationTest.test_ok_empty) ... ok test_ok_good (idlelib.idle_test.test_config_key.ValidationTest.test_ok_good) ... ok test_result (idlelib.idle_test.test_config_key.WindowResultTest.test_result) ... ok test_click_apply (idlelib.idle_test.test_configdialog.ButtonTest.test_click_apply) ... ok test_click_cancel (idlelib.idle_test.test_configdialog.ButtonTest.test_click_cancel) ... ok test_click_help (idlelib.idle_test.test_configdialog.ButtonTest.test_click_help) ... ok test_click_ok (idlelib.idle_test.test_configdialog.ButtonTest.test_click_ok) ... ok test_deactivate_current_config (idlelib.idle_test.test_configdialog.ConfigDialogTest.test_deactivate_current_config) ... ok test_bold_toggle (idlelib.idle_test.test_configdialog.FontPageTest.test_bold_toggle) ... ok test_font_set (idlelib.idle_test.test_configdialog.FontPageTest.test_font_set) ... ok test_fontlist_key (idlelib.idle_test.test_configdialog.FontPageTest.test_fontlist_key) ... ok test_fontlist_mouse (idlelib.idle_test.test_configdialog.FontPageTest.test_fontlist_mouse) ... ok test_load_font_cfg (idlelib.idle_test.test_configdialog.FontPageTest.test_load_font_cfg) ... ok test_set_samples (idlelib.idle_test.test_configdialog.FontPageTest.test_set_samples) ... ok test_sizelist (idlelib.idle_test.test_configdialog.FontPageTest.test_sizelist) ... ok test_helplist_item_add (idlelib.idle_test.test_configdialog.HelpSourceTest.test_helplist_item_add) ... ok test_helplist_item_edit (idlelib.idle_test.test_configdialog.HelpSourceTest.test_helplist_item_edit) ... ok test_helplist_item_remove (idlelib.idle_test.test_configdialog.HelpSourceTest.test_helplist_item_remove) ... ok test_load_helplist (idlelib.idle_test.test_configdialog.HelpSourceTest.test_load_helplist) ... ok test_set_add_delete_state (idlelib.idle_test.test_configdialog.HelpSourceTest.test_set_add_delete_state) ... ok test_source_selected (idlelib.idle_test.test_configdialog.HelpSourceTest.test_source_selected) ... ok test_update_help_changes (idlelib.idle_test.test_configdialog.HelpSourceTest.test_update_help_changes) ... ok test_builtin_name (idlelib.idle_test.test_configdialog.HighPageTest.test_builtin_name) ... ok test_color (idlelib.idle_test.test_configdialog.HighPageTest.test_color) ... ok test_create_new_and_save_new (idlelib.idle_test.test_configdialog.HighPageTest.test_create_new_and_save_new) ... ok test_custom_name (idlelib.idle_test.test_configdialog.HighPageTest.test_custom_name) ... ok test_delete_custom (idlelib.idle_test.test_configdialog.HighPageTest.test_delete_custom) ... ok test_get_color (idlelib.idle_test.test_configdialog.HighPageTest.test_get_color) ... ok test_get_new_theme_name (idlelib.idle_test.test_configdialog.HighPageTest.test_get_new_theme_name) ... ok test_highlight_sample_b1_motion (idlelib.idle_test.test_configdialog.HighPageTest.test_highlight_sample_b1_motion) ... ok test_highlight_sample_double_click (idlelib.idle_test.test_configdialog.HighPageTest.test_highlight_sample_double_click) ... ok test_highlight_target_list_mouse (idlelib.idle_test.test_configdialog.HighPageTest.test_highlight_target_list_mouse) ... ok test_highlight_target_text_mouse (idlelib.idle_test.test_configdialog.HighPageTest.test_highlight_target_text_mouse) ... ok test_load_theme_cfg (idlelib.idle_test.test_configdialog.HighPageTest.test_load_theme_cfg) ... ok test_on_new_color_set (idlelib.idle_test.test_configdialog.HighPageTest.test_on_new_color_set) ... ok test_paint_theme_sample (idlelib.idle_test.test_configdialog.HighPageTest.test_paint_theme_sample) ... ok test_save_as_new_theme (idlelib.idle_test.test_configdialog.HighPageTest.test_save_as_new_theme) ... ok test_set_color_sample (idlelib.idle_test.test_configdialog.HighPageTest.test_set_color_sample) ... ok test_set_color_sample_binding (idlelib.idle_test.test_configdialog.HighPageTest.test_set_color_sample_binding) ... ok test_set_highlight_target (idlelib.idle_test.test_configdialog.HighPageTest.test_set_highlight_target) ... ok test_set_theme_type (idlelib.idle_test.test_configdialog.HighPageTest.test_set_theme_type) ... ok test_theme_source (idlelib.idle_test.test_configdialog.HighPageTest.test_theme_source) ... ok test_builtin_name (idlelib.idle_test.test_configdialog.KeysPageTest.test_builtin_name) ... ok test_create_new_key_set_and_save_new_key_set (idlelib.idle_test.test_configdialog.KeysPageTest.test_create_new_key_set_and_save_new_key_set) ... ok test_custom_name (idlelib.idle_test.test_configdialog.KeysPageTest.test_custom_name) ... ok test_delete_custom_keys (idlelib.idle_test.test_configdialog.KeysPageTest.test_delete_custom_keys) ... ok test_get_new_keys (idlelib.idle_test.test_configdialog.KeysPageTest.test_get_new_keys) ... ok test_get_new_keys_name (idlelib.idle_test.test_configdialog.KeysPageTest.test_get_new_keys_name) ... ok test_keybinding (idlelib.idle_test.test_configdialog.KeysPageTest.test_keybinding) ... ok test_keyset_source (idlelib.idle_test.test_configdialog.KeysPageTest.test_keyset_source) ... ok test_load_key_cfg (idlelib.idle_test.test_configdialog.KeysPageTest.test_load_key_cfg) ... ok test_load_keys_list (idlelib.idle_test.test_configdialog.KeysPageTest.test_load_keys_list) ... ok test_on_bindingslist_select (idlelib.idle_test.test_configdialog.KeysPageTest.test_on_bindingslist_select) ... ok test_save_as_new_key_set (idlelib.idle_test.test_configdialog.KeysPageTest.test_save_as_new_key_set) ... ok test_set_keys_type (idlelib.idle_test.test_configdialog.KeysPageTest.test_set_keys_type) ... ok test_autosave (idlelib.idle_test.test_configdialog.ShedPageTest.test_autosave) ... ok test_context (idlelib.idle_test.test_configdialog.ShedPageTest.test_context) ... ok test_load_shelled_cfg (idlelib.idle_test.test_configdialog.ShedPageTest.test_load_shelled_cfg) ... ok test_add (idlelib.idle_test.test_configdialog.VarTraceTest.test_add) ... ok test_attach_detach (idlelib.idle_test.test_configdialog.VarTraceTest.test_attach_detach) ... ok test_clear (idlelib.idle_test.test_configdialog.VarTraceTest.test_clear) ... ok test_init (idlelib.idle_test.test_configdialog.VarTraceTest.test_init) ... ok test_make_callback (idlelib.idle_test.test_configdialog.VarTraceTest.test_make_callback) ... ok test_autocomplete_wait (idlelib.idle_test.test_configdialog.WinPageTest.test_autocomplete_wait) ... ok test_cursor_blink (idlelib.idle_test.test_configdialog.WinPageTest.test_cursor_blink) ... ok test_editor_size (idlelib.idle_test.test_configdialog.WinPageTest.test_editor_size) ... ok test_indent_spaces (idlelib.idle_test.test_configdialog.WinPageTest.test_indent_spaces) ... ok test_load_windows_cfg (idlelib.idle_test.test_configdialog.WinPageTest.test_load_windows_cfg) ... ok test_paragraph (idlelib.idle_test.test_configdialog.WinPageTest.test_paragraph) ... ok test_parenmatch (idlelib.idle_test.test_configdialog.WinPageTest.test_parenmatch) ... ok test_startup (idlelib.idle_test.test_configdialog.WinPageTest.test_startup) ... ok test_init (idlelib.idle_test.test_debugger.NameSpaceTest.test_init) ... ok test_dict_item_noattr (idlelib.idle_test.test_debugger_r.IdbAdapterTest.test_dict_item_noattr) ... ok test_isexpandable (idlelib.idle_test.test_debugobj.AtomicObjectTreeItemTest.test_isexpandable) ... ok test_isexpandable (idlelib.idle_test.test_debugobj.ClassTreeItemTest.test_isexpandable) ... ok test_isexpandable (idlelib.idle_test.test_debugobj.DictTreeItemTest.test_isexpandable) ... ok test_keys (idlelib.idle_test.test_debugobj.DictTreeItemTest.test_keys) ... ok test_init (idlelib.idle_test.test_debugobj.ObjectTreeItemTest.test_init) ... ok test_isexpandable (idlelib.idle_test.test_debugobj.SequenceTreeItemTest.test_isexpandable) ... ok test_keys (idlelib.idle_test.test_debugobj.SequenceTreeItemTest.test_keys) ... ok test_init (idlelib.idle_test.test_debugobj_r.StubObjectTreeItemTest.test_init) ... ok test_getattr (idlelib.idle_test.test_debugobj_r.WrappedObjectTreeItemTest.test_getattr) ... ok test_mydel (idlelib.idle_test.test_delegator.DelegatorTest.test_mydel) ... ok test_paste_entry (idlelib.idle_test.test_editmenu.PasteTest.test_paste_entry) Test pasting into an entry with and without a selection. ... ok test_paste_spin (idlelib.idle_test.test_editmenu.PasteTest.test_paste_spin) Test pasting into a spinbox with and without a selection. ... ok test_paste_text (idlelib.idle_test.test_editmenu.PasteTest.test_paste_text) Test pasting into text with and without a selection. ... ok test_init (idlelib.idle_test.test_editor.EditorWindowTest.test_init) ... ok test_empty_lines (idlelib.idle_test.test_editor.GetLineIndentTest.test_empty_lines) ... ok test_tabwidth_4 (idlelib.idle_test.test_editor.GetLineIndentTest.test_tabwidth_4) ... ok test_tabwidth_8 (idlelib.idle_test.test_editor.GetLineIndentTest.test_tabwidth_8) ... ok test_indent_and_newline_event (idlelib.idle_test.test_editor.IndentAndNewlineTest.test_indent_and_newline_event) ... ok test_searcher (idlelib.idle_test.test_editor.IndentSearcherTest.test_searcher) ... ok test_rclick (idlelib.idle_test.test_editor.RMenuTest.test_rclick) ... ok test_new_empty (idlelib.idle_test.test_filelist.FileListTest.test_new_empty) ... ok test_find_comment (idlelib.idle_test.test_format.FindTest.test_find_comment) ... ok test_find_paragraph (idlelib.idle_test.test_format.FindTest.test_find_paragraph) ... ok test_init_close (idlelib.idle_test.test_format.FormatClassTest.test_init_close) ... ok test_comment_block (idlelib.idle_test.test_format.FormatEventTest.test_comment_block) ... ok test_long_line (idlelib.idle_test.test_format.FormatEventTest.test_long_line) ... ok test_multiple_lines (idlelib.idle_test.test_format.FormatEventTest.test_multiple_lines) ... ok test_short_line (idlelib.idle_test.test_format.FormatEventTest.test_short_line) ... ok test_ask_tabwidth (idlelib.idle_test.test_format.FormatRegionTest.test_ask_tabwidth) ... ok test_comment_region_event (idlelib.idle_test.test_format.FormatRegionTest.test_comment_region_event) ... ok test_dedent_region_event (idlelib.idle_test.test_format.FormatRegionTest.test_dedent_region_event) ... ok test_get_region (idlelib.idle_test.test_format.FormatRegionTest.test_get_region) ... ok test_indent_region_event (idlelib.idle_test.test_format.FormatRegionTest.test_indent_region_event) ... ok test_set_region (idlelib.idle_test.test_format.FormatRegionTest.test_set_region) ... ok test_tabify_region_event (idlelib.idle_test.test_format.FormatRegionTest.test_tabify_region_event) ... ok test_uncomment_region_event (idlelib.idle_test.test_format.FormatRegionTest.test_uncomment_region_event) ... ok test_untabify_region_event (idlelib.idle_test.test_format.FormatRegionTest.test_untabify_region_event) ... ok test_change_indentwidth (idlelib.idle_test.test_format.IndentsTest.test_change_indentwidth) ... ok test_toggle_tabs (idlelib.idle_test.test_format.IndentsTest.test_toggle_tabs) ... ok test_get_comment_header (idlelib.idle_test.test_format.Is_Get_Test.test_get_comment_header) ... ok test_get_indent (idlelib.idle_test.test_format.Is_Get_Test.test_get_indent) ... ok test_is_all_white (idlelib.idle_test.test_format.Is_Get_Test.test_is_all_white) ... ok test_reformat_comment (idlelib.idle_test.test_format.ReformatCommentTest.test_reformat_comment) ... ok test_reformat_paragraph (idlelib.idle_test.test_format.ReformatFunctionTest.test_reformat_paragraph) ... ok test_rstrip_end (idlelib.idle_test.test_format.RstripTest.test_rstrip_end) ... ok test_rstrip_lines (idlelib.idle_test.test_format.RstripTest.test_rstrip_lines) ... ok test_base (idlelib.idle_test.test_grep.FindfilesTest.test_base) ... ok test_curdir (idlelib.idle_test.test_grep.FindfilesTest.test_curdir) ... ok test_invaliddir (idlelib.idle_test.test_grep.FindfilesTest.test_invaliddir) ... ok test_recurse (idlelib.idle_test.test_grep.FindfilesTest.test_recurse) ... ok test_found (idlelib.idle_test.test_grep.Grep_itTest.test_found) ... ok test_unfound (idlelib.idle_test.test_grep.Grep_itTest.test_unfound) ... ok test_line1 (idlelib.idle_test.test_help.HelpFrameTest.test_line1) ... ok test_close (idlelib.idle_test.test_help_about.CloseTest.test_close) ... ok test_dialog_title (idlelib.idle_test.test_help_about.DefaultTitleTest.test_dialog_title) Test about dialog title ... ok test_file_display (idlelib.idle_test.test_help_about.DisplayFileTest.test_file_display) ... ok test_build_bits (idlelib.idle_test.test_help_about.LiveDialogTest.test_build_bits) ... ok test_dialog_logo (idlelib.idle_test.test_help_about.LiveDialogTest.test_dialog_logo) Test about dialog logo. ... ok test_dialog_title (idlelib.idle_test.test_help_about.LiveDialogTest.test_dialog_title) Test about dialog title ... ok test_file_buttons (idlelib.idle_test.test_help_about.LiveDialogTest.test_file_buttons) Test buttons that display files. ... ok test_printer_buttons (idlelib.idle_test.test_help_about.LiveDialogTest.test_printer_buttons) Test buttons whose commands use printer function. ... ok test_fetch_cursor_move (idlelib.idle_test.test_history.FetchTest.test_fetch_cursor_move) ... ok test_fetch_edit (idlelib.idle_test.test_history.FetchTest.test_fetch_edit) ... ok test_fetch_next_cyclic (idlelib.idle_test.test_history.FetchTest.test_fetch_next_cyclic) ... ok test_fetch_next_noncyclic (idlelib.idle_test.test_history.FetchTest.test_fetch_next_noncyclic) ... ok test_fetch_next_prefix (idlelib.idle_test.test_history.FetchTest.test_fetch_next_prefix) ... ok test_fetch_prev_cyclic (idlelib.idle_test.test_history.FetchTest.test_fetch_prev_cyclic) ... ok test_fetch_prev_noncyclic (idlelib.idle_test.test_history.FetchTest.test_fetch_prev_noncyclic) ... ok test_fetch_prev_prefix (idlelib.idle_test.test_history.FetchTest.test_fetch_prev_prefix) ... ok test_history_prev_next (idlelib.idle_test.test_history.FetchTest.test_history_prev_next) ... ok test_init (idlelib.idle_test.test_history.StoreTest.test_init) ... ok test_store_dup (idlelib.idle_test.test_history.StoreTest.test_store_dup) ... ok test_store_reset (idlelib.idle_test.test_history.StoreTest.test_store_reset) ... ok test_store_short (idlelib.idle_test.test_history.StoreTest.test_store_short) ... ok test_eat_identifier (idlelib.idle_test.test_hyperparser.HyperParserTest.test_eat_identifier) ... ok test_eat_identifier_various_lengths (idlelib.idle_test.test_hyperparser.HyperParserTest.test_eat_identifier_various_lengths) ... ok test_get_expression (idlelib.idle_test.test_hyperparser.HyperParserTest.test_get_expression) ... ok test_get_surrounding_bracket (idlelib.idle_test.test_hyperparser.HyperParserTest.test_get_surrounding_bracket) ... ok test_init (idlelib.idle_test.test_hyperparser.HyperParserTest.test_init) test corner cases in the init method ... ok test_is_in_code (idlelib.idle_test.test_hyperparser.HyperParserTest.test_is_in_code) ... ok test_is_in_string (idlelib.idle_test.test_hyperparser.HyperParserTest.test_is_in_string) ... ok test_all_files (idlelib.idle_test.test_iomenu.FiletypesTest.test_all_files) ... ok test_python_source_files (idlelib.idle_test.test_iomenu.FiletypesTest.test_python_source_files) ... ok test_text_files (idlelib.idle_test.test_iomenu.FiletypesTest.test_text_files) ... ok test_fixnewlines_end (idlelib.idle_test.test_iomenu.IOBindingTest.test_fixnewlines_end) ... ok test_init (idlelib.idle_test.test_iomenu.IOBindingTest.test_init) ... ok test_init_sets_tktype (idlelib.idle_test.test_macosx.InitTktypeTest.test_init_sets_tktype) Test that _init_tk_type sets _tk_type according to platform. ... ok test_is_calls_init (idlelib.idle_test.test_macosx.IsTypeTkTest.test_is_calls_init) Test that each isTypeTk calls _init_tk_type when _tk_type is None. ... ok test_isfuncs (idlelib.idle_test.test_macosx.IsTypeTkTest.test_isfuncs) Test that each isTypeTk return correct bool. ... ok test_setupapp (idlelib.idle_test.test_macosx.SetupTest.test_setupapp) Call setupApp with each possible graphics type. ... ok test_default_keydefs (idlelib.idle_test.test_mainmenu.MainMenuTest.test_default_keydefs) ... ok test_menudefs (idlelib.idle_test.test_mainmenu.MainMenuTest.test_menudefs) ... ok test_tcl_indexes (idlelib.idle_test.test_mainmenu.MainMenuTest.test_tcl_indexes) ... ok test_creator (idlelib.idle_test.test_multicall.MultiCallTest.test_creator) ... ok test_init (idlelib.idle_test.test_multicall.MultiCallTest.test_init) ... ok test_yview (idlelib.idle_test.test_multicall.MultiCallTest.test_yview) ... ok test_compile_progs (idlelib.idle_test.test_outwin.ModuleFunctionTest.test_compile_progs) ... ok test_file_line_helper (idlelib.idle_test.test_outwin.ModuleFunctionTest.test_file_line_helper) ... ok test_goto_file_line (idlelib.idle_test.test_outwin.OutputWindowTest.test_goto_file_line) ... ok test_ispythonsource (idlelib.idle_test.test_outwin.OutputWindowTest.test_ispythonsource) ... ok test_maybesave (idlelib.idle_test.test_outwin.OutputWindowTest.test_maybesave) ... ok test_window_title (idlelib.idle_test.test_outwin.OutputWindowTest.test_window_title) ... ok test_write (idlelib.idle_test.test_outwin.OutputWindowTest.test_write) ... ok test_writelines (idlelib.idle_test.test_outwin.OutputWindowTest.test_writelines) ... ok test_handle_restore_timer (idlelib.idle_test.test_parenmatch.ParenMatchTest.test_handle_restore_timer) ... ok test_paren_corner (idlelib.idle_test.test_parenmatch.ParenMatchTest.test_paren_corner) Test corner cases in flash_paren_event and paren_closed_event. ... ok test_paren_styles (idlelib.idle_test.test_parenmatch.ParenMatchTest.test_paren_styles) Test ParenMatch with each style. ... ok test_DirBrowserTreeItem (idlelib.idle_test.test_pathbrowser.DirBrowserTreeItemTest.test_DirBrowserTreeItem) ... ok test_close (idlelib.idle_test.test_pathbrowser.PathBrowserTest.test_close) ... ok test_init (idlelib.idle_test.test_pathbrowser.PathBrowserTest.test_init) ... ok test_rootnode (idlelib.idle_test.test_pathbrowser.PathBrowserTest.test_rootnode) ... ok test_settitle (idlelib.idle_test.test_pathbrowser.PathBrowserTest.test_settitle) ... ok test_PathBrowserTreeItem (idlelib.idle_test.test_pathbrowser.PathBrowserTreeItemTest.test_PathBrowserTreeItem) ... ok test_delete (idlelib.idle_test.test_percolator.PercolatorTest.test_delete) ... ok test_dont_insert (idlelib.idle_test.test_percolator.PercolatorTest.test_dont_insert) ... ok test_insert (idlelib.idle_test.test_percolator.PercolatorTest.test_insert) ... ok test_insertfilter (idlelib.idle_test.test_percolator.PercolatorTest.test_insertfilter) ... ok test_modify_chain_insert (idlelib.idle_test.test_percolator.PercolatorTest.test_modify_chain_insert) ... ok test_modify_insert (idlelib.idle_test.test_percolator.PercolatorTest.test_modify_insert) ... ok test_removefilter (idlelib.idle_test.test_percolator.PercolatorTest.test_removefilter) ... ok test_without_filter (idlelib.idle_test.test_percolator.PercolatorTest.test_without_filter) ... ok test_parsemap (idlelib.idle_test.test_pyparse.ParseMapTest.test_parsemap) ... ok test_trans (idlelib.idle_test.test_pyparse.ParseMapTest.test_trans) ... ok test_compute_backslash_indent (idlelib.idle_test.test_pyparse.PyParseTest.test_compute_backslash_indent) ... ok test_compute_bracket_indent (idlelib.idle_test.test_pyparse.PyParseTest.test_compute_bracket_indent) ... ok test_find_good_parse_start (idlelib.idle_test.test_pyparse.PyParseTest.test_find_good_parse_start) ... ok test_get_base_indent_string (idlelib.idle_test.test_pyparse.PyParseTest.test_get_base_indent_string) ... ok test_get_continuation_type (idlelib.idle_test.test_pyparse.PyParseTest.test_get_continuation_type) ... ok test_get_last_stmt_bracketing (idlelib.idle_test.test_pyparse.PyParseTest.test_get_last_stmt_bracketing) ... ok test_get_num_lines_in_stmt (idlelib.idle_test.test_pyparse.PyParseTest.test_get_num_lines_in_stmt) ... ok test_init (idlelib.idle_test.test_pyparse.PyParseTest.test_init) ... ok test_is_block_closer (idlelib.idle_test.test_pyparse.PyParseTest.test_is_block_closer) ... ok test_is_block_opener (idlelib.idle_test.test_pyparse.PyParseTest.test_is_block_opener) ... ok test_set_code (idlelib.idle_test.test_pyparse.PyParseTest.test_set_code) ... ok test_set_lo (idlelib.idle_test.test_pyparse.PyParseTest.test_set_lo) ... ok test_study1 (idlelib.idle_test.test_pyparse.PyParseTest.test_study1) ... ok test_study2 (idlelib.idle_test.test_pyparse.PyParseTest.test_study2) ... ok test_restart_line_narrow (idlelib.idle_test.test_pyshell.FunctionTest.test_restart_line_narrow) ... ok test_restart_line_wide (idlelib.idle_test.test_pyshell.FunctionTest.test_restart_line_wide) ... ok test_init (idlelib.idle_test.test_pyshell.PyShellFileListTest.test_init) ... ok test_empty (idlelib.idle_test.test_pyshell.PyShellRemoveLastNewlineAndSurroundingWhitespaceTest.test_empty) ... ok test_multiple_newlines (idlelib.idle_test.test_pyshell.PyShellRemoveLastNewlineAndSurroundingWhitespaceTest.test_multiple_newlines) ... ok test_newline (idlelib.idle_test.test_pyshell.PyShellRemoveLastNewlineAndSurroundingWhitespaceTest.test_newline) ... ok test_newline_with_whitespace (idlelib.idle_test.test_pyshell.PyShellRemoveLastNewlineAndSurroundingWhitespaceTest.test_newline_with_whitespace) ... ok test_non_whitespace (idlelib.idle_test.test_pyshell.PyShellRemoveLastNewlineAndSurroundingWhitespaceTest.test_non_whitespace) ... ok test_unsupported_whitespace (idlelib.idle_test.test_pyshell.PyShellRemoveLastNewlineAndSurroundingWhitespaceTest.test_unsupported_whitespace) ... ok test_whitespace_no_newline (idlelib.idle_test.test_pyshell.PyShellRemoveLastNewlineAndSurroundingWhitespaceTest.test_whitespace_no_newline) ... ok test_blank_args (idlelib.idle_test.test_query.CustomRunCLIargsokTest.test_blank_args) ... ok test_good_args (idlelib.idle_test.test_query.CustomRunCLIargsokTest.test_good_args) ... ok test_invalid_args (idlelib.idle_test.test_query.CustomRunCLIargsokTest.test_invalid_args) ... ok test_entry_ok_customrun (idlelib.idle_test.test_query.CustomRunEntryokTest.test_entry_ok_customrun) ... ok test_click_args (idlelib.idle_test.test_query.CustomRunGuiTest.test_click_args) ... ok test_click_module_name (idlelib.idle_test.test_query.GotoGuiTest.test_click_module_name) ... ok test_bad_goto (idlelib.idle_test.test_query.GotoTest.test_bad_goto) ... ok test_bogus_goto (idlelib.idle_test.test_query.GotoTest.test_bogus_goto) ... ok test_good_goto (idlelib.idle_test.test_query.GotoTest.test_good_goto) ... ok test_file_replaces_path (idlelib.idle_test.test_query.HelpsourceBrowsefileTest.test_file_replaces_path) ... ok test_entry_ok_helpsource (idlelib.idle_test.test_query.HelpsourceEntryokTest.test_entry_ok_helpsource) ... ok test_click_help_source (idlelib.idle_test.test_query.HelpsourceGuiTest.test_click_help_source) ... ok test_path_ok_bad (idlelib.idle_test.test_query.HelpsourcePathokTest.test_path_ok_bad) ... ok test_path_ok_blank (idlelib.idle_test.test_query.HelpsourcePathokTest.test_path_ok_blank) ... ok test_path_ok_file (idlelib.idle_test.test_query.HelpsourcePathokTest.test_path_ok_file) ... ok test_path_ok_web (idlelib.idle_test.test_query.HelpsourcePathokTest.test_path_ok_web) ... ok test_blank_module_name (idlelib.idle_test.test_query.ModuleNameTest.test_blank_module_name) ... ok test_bogus_module_name (idlelib.idle_test.test_query.ModuleNameTest.test_bogus_module_name) ... ok test_c_source_name (idlelib.idle_test.test_query.ModuleNameTest.test_c_source_name) ... ok test_good_module_name (idlelib.idle_test.test_query.ModuleNameTest.test_good_module_name) ... ok test_click_module_name (idlelib.idle_test.test_query.ModulenameGuiTest.test_click_module_name) ... ok test_click_blank (idlelib.idle_test.test_query.QueryGuiTest.test_click_blank) ... ok test_click_cancel (idlelib.idle_test.test_query.QueryGuiTest.test_click_cancel) ... ok test_click_ok (idlelib.idle_test.test_query.QueryGuiTest.test_click_ok) ... ok test_cancel (idlelib.idle_test.test_query.QueryTest.test_cancel) ... ok test_entry_ok_blank (idlelib.idle_test.test_query.QueryTest.test_entry_ok_blank) ... ok test_entry_ok_good (idlelib.idle_test.test_query.QueryTest.test_entry_ok_good) ... ok test_ok_blank (idlelib.idle_test.test_query.QueryTest.test_ok_blank) ... ok test_ok_good (idlelib.idle_test.test_query.QueryTest.test_ok_good) ... ok test_blank_section_name (idlelib.idle_test.test_query.SectionNameTest.test_blank_section_name) ... ok test_good_section_name (idlelib.idle_test.test_query.SectionNameTest.test_good_section_name) ... ok test_long_section_name (idlelib.idle_test.test_query.SectionNameTest.test_long_section_name) ... ok test_used_section_name (idlelib.idle_test.test_query.SectionNameTest.test_used_section_name) ... ok test_click_section_name (idlelib.idle_test.test_query.SectionnameGuiTest.test_click_section_name) ... ok test_close (idlelib.idle_test.test_redirector.InitCloseTest.test_close) ... ok test_init (idlelib.idle_test.test_redirector.InitCloseTest.test_init) ... ok test_command_dispatch (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_command_dispatch) ... ok test_dispatch_bypass (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_dispatch_bypass) ... ok test_dispatch_error (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_dispatch_error) ... ok test_dispatch_intercept (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_dispatch_intercept) ... ok test_original_command (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_original_command) ... ok test_register (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_register) ... ok test_repr (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_repr) ... ok test_unregister (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_unregister) ... ok test_unregister_no_attribute (idlelib.idle_test.test_redirector.WidgetRedirectorTest.test_unregister_no_attribute) ... ok test_default_command (idlelib.idle_test.test_replace.ReplaceDialogTest.test_default_command) ... ok test_replace_all (idlelib.idle_test.test_replace.ReplaceDialogTest.test_replace_all) ... ok test_replace_backwards (idlelib.idle_test.test_replace.ReplaceDialogTest.test_replace_backwards) ... ok test_replace_match_case (idlelib.idle_test.test_replace.ReplaceDialogTest.test_replace_match_case) ... ok test_replace_regex (idlelib.idle_test.test_replace.ReplaceDialogTest.test_replace_regex) ... ok test_replace_simple (idlelib.idle_test.test_replace.ReplaceDialogTest.test_replace_simple) ... ok test_replace_whole_word (idlelib.idle_test.test_replace.ReplaceDialogTest.test_replace_whole_word) ... ok test_replace_wrap_around (idlelib.idle_test.test_replace.ReplaceDialogTest.test_replace_wrap_around) ... ok test_code_pickler (idlelib.idle_test.test_rpc.CodePicklerTest.test_code_pickler) ... ok test_dumps (idlelib.idle_test.test_rpc.CodePicklerTest.test_dumps) ... ok test_pickle_unpickle (idlelib.idle_test.test_rpc.CodePicklerTest.test_pickle_unpickle) ... ok test_get_message (idlelib.idle_test.test_run.ExceptionTest.test_get_message) ... ok test_get_multiple_message (idlelib.idle_test.test_run.ExceptionTest.test_get_multiple_message) ... ok test_print_exception_unhashable (idlelib.idle_test.test_run.ExceptionTest.test_print_exception_unhashable) ... ok test_exceptions (idlelib.idle_test.test_run.ExecRuncodeTest.test_exceptions) ... ok test_fatal_error (idlelib.idle_test.test_run.HandleErrorTest.test_fatal_error) ... ok test_bad_setrecursionlimit_calls (idlelib.idle_test.test_run.RecursionLimitTest.test_bad_setrecursionlimit_calls) ... ok test_default_recursion_limit_preserved (idlelib.idle_test.test_run.RecursionLimitTest.test_default_recursion_limit_preserved) ... ok test_fixdoc (idlelib.idle_test.test_run.RecursionLimitTest.test_fixdoc) ... ok test_roundtrip (idlelib.idle_test.test_run.RecursionLimitTest.test_roundtrip) ... ok test_close (idlelib.idle_test.test_run.StdInputFilesTest.test_close) ... ok test_misc (idlelib.idle_test.test_run.StdInputFilesTest.test_misc) ... ok test_read (idlelib.idle_test.test_run.StdInputFilesTest.test_read) ... ok test_readline (idlelib.idle_test.test_run.StdInputFilesTest.test_readline) ... ok test_readlines (idlelib.idle_test.test_run.StdInputFilesTest.test_readlines) ... ok test_unsupported (idlelib.idle_test.test_run.StdInputFilesTest.test_unsupported) ... ok test_close (idlelib.idle_test.test_run.StdOutputFilesTest.test_close) ... ok test_misc (idlelib.idle_test.test_run.StdOutputFilesTest.test_misc) ... ok test_unsupported (idlelib.idle_test.test_run.StdOutputFilesTest.test_unsupported) ... ok test_write (idlelib.idle_test.test_run.StdOutputFilesTest.test_write) ... ok test_write_stderr_nonencodable (idlelib.idle_test.test_run.StdOutputFilesTest.test_write_stderr_nonencodable) ... ok test_writelines (idlelib.idle_test.test_run.StdOutputFilesTest.test_writelines) ... ok test_init (idlelib.idle_test.test_runscript.ScriptBindingTest.test_init) ... ok test_init (idlelib.idle_test.test_scrolledlist.ScrolledListTest.test_init) ... ok test_find_again (idlelib.idle_test.test_search.SearchDialogTest.test_find_again) ... ok test_find_selection (idlelib.idle_test.test_search.SearchDialogTest.test_find_selection) ... ok test_create_command_buttons (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_create_command_buttons) ... ok test_create_entries (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_create_entries) ... ok test_create_option_buttons (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_create_option_buttons) ... ok test_create_other_buttons (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_create_other_buttons) ... ok test_create_widgets (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_create_widgets) ... ok test_make_button (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_make_button) ... ok test_make_entry (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_make_entry) ... ok test_make_frame (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_make_frame) ... ok test_open_and_close (idlelib.idle_test.test_searchbase.SearchDialogBaseTest.test_open_and_close) ... ok test_search_backward (idlelib.idle_test.test_searchengine.ForwardBackwardTest.test_search_backward) ... ok test_search_forward (idlelib.idle_test.test_searchengine.ForwardBackwardTest.test_search_forward) ... ok test_get_line_col (idlelib.idle_test.test_searchengine.GetLineColTest.test_get_line_col) ... ok test_get_selection (idlelib.idle_test.test_searchengine.GetSelectionTest.test_get_selection) ... ok test_get (idlelib.idle_test.test_searchengine.GetTest.test_get) ... ok test_search_reverse (idlelib.idle_test.test_searchengine.ReverseSearchTest.test_search_reverse) ... ok test_getcookedpat (idlelib.idle_test.test_searchengine.SearchEngineTest.test_getcookedpat) ... ok test_getprog (idlelib.idle_test.test_searchengine.SearchEngineTest.test_getprog) ... ok test_is_get (idlelib.idle_test.test_searchengine.SearchEngineTest.test_is_get) ... ok test_report_error (idlelib.idle_test.test_searchengine.SearchEngineTest.test_report_error) ... ok test_setcookedpat (idlelib.idle_test.test_searchengine.SearchEngineTest.test_setcookedpat) ... ok test_search (idlelib.idle_test.test_searchengine.SearchTest.test_search) ... ok test_click_selection (idlelib.idle_test.test_sidebar.LineNumbersTest.test_click_selection) ... skipped 'test disabled' test_delete (idlelib.idle_test.test_sidebar.LineNumbersTest.test_delete) ... ok test_drag_selection_down (idlelib.idle_test.test_sidebar.LineNumbersTest.test_drag_selection_down) ... skipped 'test disabled' test_drag_selection_up (idlelib.idle_test.test_sidebar.LineNumbersTest.test_drag_selection_up) ... skipped 'test disabled' test_font (idlelib.idle_test.test_sidebar.LineNumbersTest.test_font) ... ok test_highlight_colors (idlelib.idle_test.test_sidebar.LineNumbersTest.test_highlight_colors) ... ok test_init_empty (idlelib.idle_test.test_sidebar.LineNumbersTest.test_init_empty) ... ok test_init_not_empty (idlelib.idle_test.test_sidebar.LineNumbersTest.test_init_not_empty) ... ok test_insert (idlelib.idle_test.test_sidebar.LineNumbersTest.test_insert) ... ok test_scroll (idlelib.idle_test.test_sidebar.LineNumbersTest.test_scroll) ... ok test_sidebar_text_width (idlelib.idle_test.test_sidebar.LineNumbersTest.test_sidebar_text_width) Test that linenumber text widget is always at the minimum ... ok test_toggle_linenumbering (idlelib.idle_test.test_sidebar.LineNumbersTest.test_toggle_linenumbering) ... ok test_copy (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_copy) ... ok test_copy_with_prompts (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_copy_with_prompts) ... ok test_font (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_font) ... ok test_highlight_colors (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_highlight_colors) ... ok test_initial_state (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_initial_state) ... ok test_interrupt_recall_undo_redo (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_interrupt_recall_undo_redo) ... ok test_mousewheel (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_mousewheel) ... ok test_multi_line_statement (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_multi_line_statement) ... ok test_single_empty_input (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_single_empty_input) ... ok test_single_line_statement (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_single_line_statement) ... ok test_single_long_line_wraps (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_single_long_line_wraps) ... ok test_squeeze_multi_line_output (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_squeeze_multi_line_output) ... ok test_very_long_wrapped_line (idlelib.idle_test.test_sidebar.ShellSidebarTest.test_very_long_wrapped_line) ... ok test_count_begins_with_empty_line (idlelib.idle_test.test_squeezer.CountLinesTest.test_count_begins_with_empty_line) Test with a string which begins with a newline. ... ok test_count_empty (idlelib.idle_test.test_squeezer.CountLinesTest.test_count_empty) Test with an empty string. ... ok test_count_ends_with_empty_line (idlelib.idle_test.test_squeezer.CountLinesTest.test_count_ends_with_empty_line) Test with a string which ends with a newline. ... ok test_count_several_lines (idlelib.idle_test.test_squeezer.CountLinesTest.test_count_several_lines) Test with several lines of text. ... ok test_empty_lines (idlelib.idle_test.test_squeezer.CountLinesTest.test_empty_lines) ... ok test_long_line (idlelib.idle_test.test_squeezer.CountLinesTest.test_long_line) ... ok test_several_lines_different_lengths (idlelib.idle_test.test_squeezer.CountLinesTest.test_several_lines_different_lengths) ... ok test_copy (idlelib.idle_test.test_squeezer.ExpandingButtonTest.test_copy) Test the copy event. ... ok test_expand (idlelib.idle_test.test_squeezer.ExpandingButtonTest.test_expand) Test the expand event. ... ok test_expand_dangerous_oupput (idlelib.idle_test.test_squeezer.ExpandingButtonTest.test_expand_dangerous_oupput) Test that expanding very long output asks user for confirmation. ... ok test_init (idlelib.idle_test.test_squeezer.ExpandingButtonTest.test_init) Test the simplest creation of an ExpandingButton. ... ok test_rmenu (idlelib.idle_test.test_squeezer.ExpandingButtonTest.test_rmenu) Test the context menu. ... ok test_view (idlelib.idle_test.test_squeezer.ExpandingButtonTest.test_view) Test the view event. ... ok test_auto_squeeze (idlelib.idle_test.test_squeezer.SqueezerTest.test_auto_squeeze) Test that the auto-squeezing creates an ExpandingButton properly. ... ok test_count_lines (idlelib.idle_test.test_squeezer.SqueezerTest.test_count_lines) Test Squeezer.count_lines() with various inputs. ... ok test_init (idlelib.idle_test.test_squeezer.SqueezerTest.test_init) Test the creation of Squeezer instances. ... ok test_reload (idlelib.idle_test.test_squeezer.SqueezerTest.test_reload) Test the reload() class-method. ... ok test_reload_no_squeezer_instances (idlelib.idle_test.test_squeezer.SqueezerTest.test_reload_no_squeezer_instances) Test that Squeezer.reload() runs without any instances existing. ... ok test_squeeze_current_text (idlelib.idle_test.test_squeezer.SqueezerTest.test_squeeze_current_text) Test the squeeze_current_text method. ... ok test_squeeze_current_text_no_allowed_tags (idlelib.idle_test.test_squeezer.SqueezerTest.test_squeeze_current_text_no_allowed_tags) Test that the event doesn't squeeze text without a relevant tag. ... ok test_squeeze_text_before_existing_squeezed_text (idlelib.idle_test.test_squeezer.SqueezerTest.test_squeeze_text_before_existing_squeezed_text) Test squeezing text before existing squeezed text. ... ok test_write_no_tags (idlelib.idle_test.test_squeezer.SqueezerTest.test_write_no_tags) Test Squeezer's overriding of the EditorWindow's write() method. ... ok test_write_not_stdout (idlelib.idle_test.test_squeezer.SqueezerTest.test_write_not_stdout) Test Squeezer's overriding of the EditorWindow's write() method. ... ok test_write_stdout (idlelib.idle_test.test_squeezer.SqueezerTest.test_write_stdout) Test Squeezer's overriding of the EditorWindow's write() method. ... ok test_init (idlelib.idle_test.test_stackviewer.StackBrowserTest.test_init) ... ok test_init (idlelib.idle_test.test_statusbar.Test.test_init) ... ok test_set_label (idlelib.idle_test.test_statusbar.Test.test_set_label) ... ok test_compare (idlelib.idle_test.test_text.MockTextTest.test_compare) ... ok test_decode (idlelib.idle_test.test_text.MockTextTest.test_decode) ... ok test_delete_char (idlelib.idle_test.test_text.MockTextTest.test_delete_char) ... ok test_delete_slice (idlelib.idle_test.test_text.MockTextTest.test_delete_slice) ... ok test_get (idlelib.idle_test.test_text.MockTextTest.test_get) ... ok test_index_data (idlelib.idle_test.test_text.MockTextTest.test_index_data) ... ok test_index_empty (idlelib.idle_test.test_text.MockTextTest.test_index_empty) ... ok test_init (idlelib.idle_test.test_text.MockTextTest.test_init) ... ok test_insert (idlelib.idle_test.test_text.MockTextTest.test_insert) ... ok test_multiple_lines (idlelib.idle_test.test_text.MockTextTest.test_multiple_lines) ... ok test_no_delete (idlelib.idle_test.test_text.MockTextTest.test_no_delete) ... ok test_compare (idlelib.idle_test.test_text.TkTextTest.test_compare) ... ok test_delete_char (idlelib.idle_test.test_text.TkTextTest.test_delete_char) ... ok test_delete_slice (idlelib.idle_test.test_text.TkTextTest.test_delete_slice) ... ok test_get (idlelib.idle_test.test_text.TkTextTest.test_get) ... ok test_index_data (idlelib.idle_test.test_text.TkTextTest.test_index_data) ... ok test_index_empty (idlelib.idle_test.test_text.TkTextTest.test_index_empty) ... ok test_init (idlelib.idle_test.test_text.TkTextTest.test_init) ... ok test_insert (idlelib.idle_test.test_text.TkTextTest.test_insert) ... ok test_multiple_lines (idlelib.idle_test.test_text.TkTextTest.test_multiple_lines) ... ok test_no_delete (idlelib.idle_test.test_text.TkTextTest.test_no_delete) ... ok test_forbidden_geometry (idlelib.idle_test.test_textview.AutoHideScrollbarTest.test_forbidden_geometry) ... ok test_view_file_bind_with_button (idlelib.idle_test.test_textview.ButtonClickTest.test_view_file_bind_with_button) ... ok test_view_text_bind_with_button (idlelib.idle_test.test_textview.ButtonClickTest.test_view_text_bind_with_button) ... ok test_horiz_scrollbar (idlelib.idle_test.test_textview.ScrollableTextFrameTest.test_horiz_scrollbar) ... ok test_line1 (idlelib.idle_test.test_textview.ScrollableTextFrameTest.test_line1) ... ok test_line1 (idlelib.idle_test.test_textview.ViewFrameTest.test_line1) ... ok test_bad_encoding (idlelib.idle_test.test_textview.ViewFunctionTest.test_bad_encoding) ... ok test_bad_file (idlelib.idle_test.test_textview.ViewFunctionTest.test_bad_file) ... ok test_nowrap (idlelib.idle_test.test_textview.ViewFunctionTest.test_nowrap) ... ok test_view_file (idlelib.idle_test.test_textview.ViewFunctionTest.test_view_file) ... ok test_view_text (idlelib.idle_test.test_textview.ViewFunctionTest.test_view_text) ... ok test_init_modal (idlelib.idle_test.test_textview.ViewWindowTest.test_init_modal) ... ok test_init_nonmodal (idlelib.idle_test.test_textview.ViewWindowTest.test_init_nonmodal) ... ok test_ok (idlelib.idle_test.test_textview.ViewWindowTest.test_ok) ... ok test_hidetip (idlelib.idle_test.test_tooltip.HovertipTest.test_hidetip) ... ok test_hidetip_on_mouse_leave (idlelib.idle_test.test_tooltip.HovertipTest.test_hidetip_on_mouse_leave) ... ok test_hover_with_delay (idlelib.idle_test.test_tooltip.HovertipTest.test_hover_with_delay) ... ok test_showtip (idlelib.idle_test.test_tooltip.HovertipTest.test_showtip) ... ok test_showtip_on_mouse_enter_no_delay (idlelib.idle_test.test_tooltip.HovertipTest.test_showtip_on_mouse_enter_no_delay) ... ok test_showtip_twice (idlelib.idle_test.test_tooltip.HovertipTest.test_showtip_twice) ... ok test_base_class_is_unusable (idlelib.idle_test.test_tooltip.ToolTipBaseTest.test_base_class_is_unusable) ... ok test_wheel_event (idlelib.idle_test.test_tree.TestScrollEvent.test_wheel_event) ... ok test_init (idlelib.idle_test.test_tree.TreeTest.test_init) ... ok test_addcmd (idlelib.idle_test.test_undo.UndoDelegatorTest.test_addcmd) ... ok test_dump_event (idlelib.idle_test.test_undo.UndoDelegatorTest.test_dump_event) Dump_event cannot be tested directly without changing ... ok test_get_set_saved (idlelib.idle_test.test_undo.UndoDelegatorTest.test_get_set_saved) ... ok test_redo_event (idlelib.idle_test.test_undo.UndoDelegatorTest.test_redo_event) ... ok test_undo_event (idlelib.idle_test.test_undo.UndoDelegatorTest.test_undo_event) ... ok test_undo_start_stop (idlelib.idle_test.test_undo.UndoDelegatorTest.test_undo_start_stop) ... ok test_extensions (idlelib.idle_test.test_util.UtilTest.test_extensions) ... ok test_run_show (idlelib.idle_test.test_warning.RunWarnTest.test_run_show) ... ok test_showwarnings (idlelib.idle_test.test_warning.RunWarnTest.test_showwarnings) ... ok test_idle_formatter (idlelib.idle_test.test_warning.ShellWarnTest.test_idle_formatter) ... ok test_shell_show (idlelib.idle_test.test_warning.ShellWarnTest.test_shell_show) ... ok test_showwarnings (idlelib.idle_test.test_warning.ShellWarnTest.test_showwarnings) ... ok test_init (idlelib.idle_test.test_window.ListedToplevelTest.test_init) ... ok test_init (idlelib.idle_test.test_window.WindowListTest.test_init) ... ok test_init (idlelib.idle_test.test_zoomheight.Test.test_init) ... ok test_zoom_height_event (idlelib.idle_test.test_zoomheight.Test.test_zoom_height_event) ... ok test_init (idlelib.idle_test.test_zzdummy.ZZDummyTest.test_init) ... ok test_reload (idlelib.idle_test.test_zzdummy.ZZDummyTest.test_reload) ... ok test_roundtrip (idlelib.idle_test.test_zzdummy.ZZDummyTest.test_roundtrip) ... ok test_z_in_event (idlelib.idle_test.test_zzdummy.ZZDummyTest.test_z_in_event) ... ok test_z_out_event (idlelib.idle_test.test_zzdummy.ZZDummyTest.test_z_out_event) ... ok ---------------------------------------------------------------------- Ran 601 tests in 2.436s OK (skipped=4) 0:07:01 load avg: 0.98 [187/432/1] test_imaplib test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests.test_EOF_without_complete_welcome_message) ... ok test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests.test_aborted_authentication) ... SENT: b'* OK IMAP4rev1' GOT: b'IAHG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IAHG0 OK CAPABILITY completed' GOT: b'IAHG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'IAHG1 NO [AUTHENTICATIONFAILED] aborted' ok test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests.test_bad_auth_name) ... SENT: b'* OK IMAP4rev1' GOT: b'HANI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HANI0 OK CAPABILITY completed' GOT: b'HANI1 AUTHENTICATE METHOD' SENT: b'HANI1 NO unrecognized authentication type METHOD' ok test_certfile_arg_warn (test.test_imaplib.NewIMAPSSLTests.test_certfile_arg_warn) ... ok test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests.test_enable_UTF8_True_append) ... SENT: b'* OK IMAP4rev1' GOT: b'BDLD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'BDLD0 OK CAPABILITY completed' GOT: b'BDLD1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'BDLD1 OK FAKEAUTH successful' GOT: b'BDLD2 ENABLE UTF8=ACCEPT' SENT: b'BDLD2 OK ENABLE successful' GOT: b'BDLD3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'BDLD3 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'EGNF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EGNF0 OK CAPABILITY completed' GOT: b'EGNF1 LOGIN user "pass"' SENT: b'EGNF1 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'CGPO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CGPO0 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'NOCA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'NOCA0 OK CAPABILITY completed' ok test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_functionality_test) ... SENT: b'* OK IMAP4rev1' GOT: b'OKBD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OKBD0 OK CAPABILITY completed' ok test_imaplib_timeout_test (test.test_imaplib.NewIMAPSSLTests.test_imaplib_timeout_test) ... SENT: b'* OK IMAP4rev1' GOT: b'CODG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CODG0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'DOJH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DOJH0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'LLGK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LLGK0 OK CAPABILITY completed' ok test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests.test_invalid_authentication) ... SENT: b'* OK IMAP4rev1' GOT: b'JFON0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JFON0 OK CAPABILITY completed' GOT: b'JFON1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'JFON1 NO [AUTHENTICATIONFAILED] invalid' ok test_line_termination (test.test_imaplib.NewIMAPSSLTests.test_line_termination) ... SENT: b'* OK IMAP4rev1' GOT: b'LKFP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'LKFP0 OK CAPABILITY completed' ok test_linetoolong (test.test_imaplib.NewIMAPSSLTests.test_linetoolong) ... ok test_login (test.test_imaplib.NewIMAPSSLTests.test_login) ... SENT: b'* OK IMAP4rev1' GOT: b'DOLF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DOLF0 OK CAPABILITY completed' GOT: b'DOLF1 LOGIN user "pass"' SENT: b'DOLF1 OK LOGIN completed' ok test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests.test_login_cram_md5_bytes) ... SENT: b'* OK IMAP4rev1' GOT: b'PLGA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'PLGA0 OK CAPABILITY completed' GOT: b'PLGA1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'PLGA1 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'PAPM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'PAPM0 OK CAPABILITY completed' GOT: b'PAPM1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'PAPM1 OK CRAM-MD5 successful' ok test_logout (test.test_imaplib.NewIMAPSSLTests.test_logout) ... SENT: b'* OK IMAP4rev1' GOT: b'JGJP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JGJP0 OK CAPABILITY completed' GOT: b'JGJP1 LOGIN user "pass"' SENT: b'JGJP1 OK LOGIN completed' GOT: b'JGJP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'JGJP2 OK LOGOUT completed' ok test_lsub (test.test_imaplib.NewIMAPSSLTests.test_lsub) ... SENT: b'* OK IMAP4rev1' GOT: b'ILJH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ILJH0 OK CAPABILITY completed' GOT: b'ILJH1 LOGIN user "pass"' SENT: b'ILJH1 OK LOGIN completed' GOT: b'ILJH2 LSUB "" *' SENT: b'* LSUB () "." directoryA' SENT: b'ILJH2 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'HPFC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'HPFC0 OK CAPABILITY completed' GOT: b'HPFC1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'HPFC1 OK FAKEAUTH successful' GOT: b'HPFC2 ENABLE UTF8=ACCEPT' SENT: b'HPFC2 OK ENABLE successful' ok test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests.test_simple_with_statement) ... SENT: b'* OK IMAP4rev1' GOT: b'MDPA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MDPA0 OK CAPABILITY completed' GOT: b'MDPA1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MDPA1 OK LOGOUT completed' ok test_ssl_raises (test.test_imaplib.NewIMAPSSLTests.test_ssl_raises) ... SENT: b'* OK IMAP4rev1' GOT: b'LAID0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LAID0 OK CAPABILITY completed' ok test_ssl_verified (test.test_imaplib.NewIMAPSSLTests.test_ssl_verified) ... SENT: b'* OK IMAP4rev1' GOT: b'KBHN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KBHN0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'JPMO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JPMO0 OK CAPABILITY completed' ok test_unselect (test.test_imaplib.NewIMAPSSLTests.test_unselect) ... SENT: b'* OK IMAP4rev1' GOT: b'BBPB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BBPB0 OK CAPABILITY completed' GOT: b'BBPB1 LOGIN user "pass"' SENT: b'BBPB1 OK LOGIN completed' GOT: b'BBPB2 SELECT INBOX' SENT: b'* 2 EXISTS' SENT: b'BBPB2 OK [READ-WRITE] SELECT completed.' GOT: b'BBPB3 UNSELECT' SENT: b'BBPB3 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'CMMJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CMMJ0 OK CAPABILITY completed' GOT: b'CMMJ1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'CMMJ1 OK FAKEAUTH successful' ok test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests.test_valid_authentication_plain_text) ... SENT: b'* OK IMAP4rev1' GOT: b'CPOF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CPOF0 OK CAPABILITY completed' GOT: b'CPOF1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'CPOF1 OK FAKEAUTH successful' ok test_with_statement (test.test_imaplib.NewIMAPSSLTests.test_with_statement) ... SENT: b'* OK IMAP4rev1' GOT: b'GMPI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GMPI0 OK CAPABILITY completed' GOT: b'GMPI1 LOGIN user "pass"' SENT: b'GMPI1 OK LOGIN completed' GOT: b'GMPI2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GMPI2 OK LOGOUT completed' ok test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests.test_with_statement_logout) ... SENT: b'* OK IMAP4rev1' GOT: b'LOGG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LOGG0 OK CAPABILITY completed' GOT: b'LOGG1 LOGIN user "pass"' SENT: b'LOGG1 OK LOGIN completed' GOT: b'LOGG2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'LOGG2 OK LOGOUT completed' ok test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests.test_EOF_without_complete_welcome_message) ... ok test_aborted_authentication (test.test_imaplib.NewIMAPTests.test_aborted_authentication) ... SENT: b'* OK IMAP4rev1' GOT: b'BOJN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BOJN0 OK CAPABILITY completed' GOT: b'BOJN1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'BOJN1 NO [AUTHENTICATIONFAILED] aborted' ok test_bad_auth_name (test.test_imaplib.NewIMAPTests.test_bad_auth_name) ... SENT: b'* OK IMAP4rev1' GOT: b'NBBD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NBBD0 OK CAPABILITY completed' GOT: b'NBBD1 AUTHENTICATE METHOD' SENT: b'NBBD1 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'NNMJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'NNMJ0 OK CAPABILITY completed' GOT: b'NNMJ1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'NNMJ1 OK FAKEAUTH successful' GOT: b'NNMJ2 ENABLE UTF8=ACCEPT' SENT: b'NNMJ2 OK ENABLE successful' GOT: b'NNMJ3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'NNMJ3 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'CHKG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CHKG0 OK CAPABILITY completed' GOT: b'CHKG1 LOGIN user "pass"' SENT: b'CHKG1 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'PKDD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PKDD0 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'DMMB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'DMMB0 OK CAPABILITY completed' ok test_imaplib_timeout_functionality_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_functionality_test) ... SENT: b'* OK IMAP4rev1' GOT: b'CHNA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CHNA0 OK CAPABILITY completed' ok test_imaplib_timeout_test (test.test_imaplib.NewIMAPTests.test_imaplib_timeout_test) ... SENT: b'* OK IMAP4rev1' GOT: b'OKHK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OKHK0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'IFIO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IFIO0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'INLD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'INLD0 OK CAPABILITY completed' ok test_invalid_authentication (test.test_imaplib.NewIMAPTests.test_invalid_authentication) ... SENT: b'* OK IMAP4rev1' GOT: b'ECLI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ECLI0 OK CAPABILITY completed' GOT: b'ECLI1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'ECLI1 NO [AUTHENTICATIONFAILED] invalid' ok test_line_termination (test.test_imaplib.NewIMAPTests.test_line_termination) ... SENT: b'* OK IMAP4rev1' GOT: b'LDAM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'LDAM0 OK CAPABILITY completed' ok test_linetoolong (test.test_imaplib.NewIMAPTests.test_linetoolong) ... ok test_login (test.test_imaplib.NewIMAPTests.test_login) ... SENT: b'* OK IMAP4rev1' GOT: b'DHOK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DHOK0 OK CAPABILITY completed' GOT: b'DHOK1 LOGIN user "pass"' SENT: b'DHOK1 OK LOGIN completed' ok test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests.test_login_cram_md5_bytes) ... SENT: b'* OK IMAP4rev1' GOT: b'OBPJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'OBPJ0 OK CAPABILITY completed' GOT: b'OBPJ1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'OBPJ1 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'NHPA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'NHPA0 OK CAPABILITY completed' GOT: b'NHPA1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'NHPA1 OK CRAM-MD5 successful' ok test_logout (test.test_imaplib.NewIMAPTests.test_logout) ... SENT: b'* OK IMAP4rev1' GOT: b'FBBD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FBBD0 OK CAPABILITY completed' GOT: b'FBBD1 LOGIN user "pass"' SENT: b'FBBD1 OK LOGIN completed' GOT: b'FBBD2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FBBD2 OK LOGOUT completed' ok test_lsub (test.test_imaplib.NewIMAPTests.test_lsub) ... SENT: b'* OK IMAP4rev1' GOT: b'GOME0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GOME0 OK CAPABILITY completed' GOT: b'GOME1 LOGIN user "pass"' SENT: b'GOME1 OK LOGIN completed' GOT: b'GOME2 LSUB "" *' SENT: b'* LSUB () "." directoryA' SENT: b'GOME2 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'DMEE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'DMEE0 OK CAPABILITY completed' GOT: b'DMEE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'DMEE1 OK FAKEAUTH successful' GOT: b'DMEE2 ENABLE UTF8=ACCEPT' SENT: b'DMEE2 OK ENABLE successful' ok test_simple_with_statement (test.test_imaplib.NewIMAPTests.test_simple_with_statement) ... SENT: b'* OK IMAP4rev1' GOT: b'IGOH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IGOH0 OK CAPABILITY completed' GOT: b'IGOH1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IGOH1 OK LOGOUT completed' ok test_unselect (test.test_imaplib.NewIMAPTests.test_unselect) ... SENT: b'* OK IMAP4rev1' GOT: b'JJPC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JJPC0 OK CAPABILITY completed' GOT: b'JJPC1 LOGIN user "pass"' SENT: b'JJPC1 OK LOGIN completed' GOT: b'JJPC2 SELECT INBOX' SENT: b'* 2 EXISTS' SENT: b'JJPC2 OK [READ-WRITE] SELECT completed.' GOT: b'JJPC3 UNSELECT' SENT: b'JJPC3 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'MODC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MODC0 OK CAPABILITY completed' GOT: b'MODC1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'MODC1 OK FAKEAUTH successful' ok test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests.test_valid_authentication_plain_text) ... SENT: b'* OK IMAP4rev1' GOT: b'DHBC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DHBC0 OK CAPABILITY completed' GOT: b'DHBC1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'DHBC1 OK FAKEAUTH successful' ok test_with_statement (test.test_imaplib.NewIMAPTests.test_with_statement) ... SENT: b'* OK IMAP4rev1' GOT: b'HKCM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HKCM0 OK CAPABILITY completed' GOT: b'HKCM1 LOGIN user "pass"' SENT: b'HKCM1 OK LOGIN completed' GOT: b'HKCM2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HKCM2 OK LOGOUT completed' ok test_with_statement_logout (test.test_imaplib.NewIMAPTests.test_with_statement_logout) ... SENT: b'* OK IMAP4rev1' GOT: b'KBLP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KBLP0 OK CAPABILITY completed' GOT: b'KBLP1 LOGIN user "pass"' SENT: b'KBLP1 OK LOGIN completed' GOT: b'KBLP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'KBLP2 OK LOGOUT completed' ok test_logincapa (test.test_imaplib.RemoteIMAPTest.test_logincapa) ... skipped 'cyrus.andrew.cmu.edu blocks connections' test_logout (test.test_imaplib.RemoteIMAPTest.test_logout) ... skipped 'cyrus.andrew.cmu.edu blocks connections' test_logincapa (test.test_imaplib.RemoteIMAP_SSLTest.test_logincapa) ... skipped 'cyrus.andrew.cmu.edu blocks connections' test_logout (test.test_imaplib.RemoteIMAP_SSLTest.test_logout) ... skipped 'cyrus.andrew.cmu.edu blocks connections' test_ssl_context_certfile_exclusive (test.test_imaplib.RemoteIMAP_SSLTest.test_ssl_context_certfile_exclusive) ... skipped 'cyrus.andrew.cmu.edu blocks connections' test_ssl_context_keyfile_exclusive (test.test_imaplib.RemoteIMAP_SSLTest.test_ssl_context_keyfile_exclusive) ... skipped 'cyrus.andrew.cmu.edu blocks connections' test_logincapa (test.test_imaplib.RemoteIMAP_STARTTLSTest.test_logincapa) ... skipped 'cyrus.andrew.cmu.edu blocks connections' test_logout (test.test_imaplib.RemoteIMAP_STARTTLSTest.test_logout) ... skipped 'cyrus.andrew.cmu.edu blocks connections' test_Internaldate2tuple (test.test_imaplib.TestImaplib.test_Internaldate2tuple) ... ok test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib.test_Internaldate2tuple_issue10941) ... ok test_Time2Internaldate (test.test_imaplib.TestImaplib.test_Time2Internaldate) ... ok test_imap4_host_default_value (test.test_imaplib.TestImaplib.test_imap4_host_default_value) ... ok test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib.test_that_Time2Internaldate_returns_a_result) ... ok test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests.test_aborted_authentication) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'OOOF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OOOF0 OK CAPABILITY completed' GOT: b'OOOF1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'OOOF1 NO [AUTHENTICATIONFAILED] aborted' GOT: b'OOOF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'OOOF2 OK LOGOUT completed' waiting for server done ok test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests.test_bad_auth_name) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'FNMF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FNMF0 OK CAPABILITY completed' GOT: b'FNMF1 AUTHENTICATE METHOD' SENT: b'FNMF1 NO unrecognized authentication type METHOD' GOT: b'FNMF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FNMF2 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 = HDLR = .BracketFlagHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'HINE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HINE0 OK CAPABILITY completed' GOT: b'HINE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'HINE1 OK FAKEAUTH successful' GOT: b'HINE2 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'HINE2 OK [READ-WRITE] SELECT completed.' GOT: b'HINE3 STORE 1 +FLAGS ([test])' SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))' SENT: b'HINE3 OK STORE completed.' GOT: b'HINE4 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'HINE4 OK [READ-WRITE] SELECT completed.' GOT: b'HINE5 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HINE5 OK LOGOUT completed' waiting for server done ok test_connect (test.test_imaplib.ThreadedNetworkedTests.test_connect) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'NJGH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NJGH0 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'NHMF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NHMF0 OK CAPABILITY completed' GOT: b'NHMF1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'NHMF1 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 = HDLR = .UTF8AppendServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'NAMI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'NAMI0 OK CAPABILITY completed' GOT: b'NAMI1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'NAMI1 OK FAKEAUTH successful' GOT: b'NAMI2 ENABLE UTF8=ACCEPT' SENT: b'NAMI2 OK ENABLE successful' GOT: b'NAMI3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'NAMI3 OK okay' GOT: b'NAMI4 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'NAMI4 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 = HDLR = .NonUTF8Server'> server running SENT: b'* OK IMAP4rev1' GOT: b'EKMH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EKMH0 OK CAPABILITY completed' GOT: b'EKMH1 LOGIN user "pass"' SENT: b'EKMH1 OK LOGIN completed' GOT: b'EKMH2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'EKMH2 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 = HDLR = .NoEnableServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'MPEL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'MPEL0 OK CAPABILITY completed' GOT: b'MPEL1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MPEL1 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'GFLD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'GFLD0 OK CAPABILITY completed' GOT: b'GFLD1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GFLD1 OK LOGOUT completed' waiting for server done ok test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_invalid_authentication) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'CCLN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CCLN0 OK CAPABILITY completed' GOT: b'CCLN1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'CCLN1 NO [AUTHENTICATIONFAILED] invalid' GOT: b'CCLN2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CCLN2 OK LOGOUT completed' waiting for server done ok test_issue5949 (test.test_imaplib.ThreadedNetworkedTests.test_issue5949) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .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 = HDLR = .BadNewlineHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'BBKO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'BBKO0 OK CAPABILITY completed' waiting for server done ok test_linetoolong (test.test_imaplib.ThreadedNetworkedTests.test_linetoolong) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .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 = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'GKCM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'GKCM0 OK CAPABILITY completed' GOT: b'GKCM1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'GKCM1 OK CRAM-MD5 successful' GOT: b'GKCM2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GKCM2 OK LOGOUT completed' waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'ONJN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'ONJN0 OK CAPABILITY completed' GOT: b'ONJN1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'ONJN1 OK CRAM-MD5 successful' GOT: b'ONJN2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'ONJN2 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'FBKH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'FBKH0 OK CAPABILITY completed' GOT: b'FBKH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'FBKH1 OK FAKEAUTH successful' GOT: b'FBKH2 ENABLE UTF8=ACCEPT' SENT: b'FBKH2 OK ENABLE successful' GOT: b'FBKH3 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FBKH3 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'FOPA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FOPA0 OK CAPABILITY completed' GOT: b'FOPA1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FOPA1 OK LOGOUT completed' waiting for server done ok test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests.test_valid_authentication) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'GPDO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GPDO0 OK CAPABILITY completed' GOT: b'GPDO1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'GPDO1 OK FAKEAUTH successful' GOT: b'GPDO2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GPDO2 OK LOGOUT completed' waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'HEEG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HEEG0 OK CAPABILITY completed' GOT: b'HEEG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'HEEG1 OK FAKEAUTH successful' GOT: b'HEEG2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HEEG2 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'MBOG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MBOG0 OK CAPABILITY completed' GOT: b'MBOG1 LOGIN user "pass"' SENT: b'MBOG1 OK LOGIN completed' GOT: b'MBOG2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MBOG2 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'CEMO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CEMO0 OK CAPABILITY completed' GOT: b'CEMO1 LOGIN user "pass"' SENT: b'CEMO1 OK LOGIN completed' GOT: b'CEMO2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CEMO2 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 = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'FCMC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FCMC0 OK CAPABILITY completed' GOT: b'FCMC1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'FCMC1 NO [AUTHENTICATIONFAILED] aborted' GOT: b'FCMC2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FCMC2 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 = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'NBKL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NBKL0 OK CAPABILITY completed' GOT: b'NBKL1 AUTHENTICATE METHOD' SENT: b'NBKL1 NO unrecognized authentication type METHOD' GOT: b'NBKL2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'NBKL2 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 = HDLR = .BracketFlagHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'IKIC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IKIC0 OK CAPABILITY completed' GOT: b'IKIC1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'IKIC1 OK FAKEAUTH successful' GOT: b'IKIC2 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'IKIC2 OK [READ-WRITE] SELECT completed.' GOT: b'IKIC3 STORE 1 +FLAGS ([test])' SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))' SENT: b'IKIC3 OK STORE completed.' GOT: b'IKIC4 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'IKIC4 OK [READ-WRITE] SELECT completed.' GOT: b'IKIC5 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IKIC5 OK LOGOUT completed' waiting for server done ok test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL.test_connect) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'LNNG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LNNG0 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'CHOB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CHOB0 OK CAPABILITY completed' GOT: b'CHOB1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CHOB1 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 = HDLR = .UTF8AppendServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'LPLI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'LPLI0 OK CAPABILITY completed' GOT: b'LPLI1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LPLI1 OK FAKEAUTH successful' GOT: b'LPLI2 ENABLE UTF8=ACCEPT' SENT: b'LPLI2 OK ENABLE successful' GOT: b'LPLI3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'LPLI3 OK okay' GOT: b'LPLI4 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'LPLI4 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 = HDLR = .NonUTF8Server'> server running SENT: b'* OK IMAP4rev1' GOT: b'BMCP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BMCP0 OK CAPABILITY completed' GOT: b'BMCP1 LOGIN user "pass"' SENT: b'BMCP1 OK LOGIN completed' GOT: b'BMCP2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'BMCP2 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 = HDLR = .NoEnableServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'FCEI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'FCEI0 OK CAPABILITY completed' GOT: b'FCEI1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FCEI1 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'NLEG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'NLEG0 OK CAPABILITY completed' GOT: b'NLEG1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'NLEG1 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 = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'IHOO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IHOO0 OK CAPABILITY completed' GOT: b'IHOO1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'IHOO1 NO [AUTHENTICATIONFAILED] invalid' GOT: b'IHOO2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IHOO2 OK LOGOUT completed' waiting for server done ok test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL.test_issue5949) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .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 = HDLR = .BadNewlineHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'IFLL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'IFLL0 OK CAPABILITY completed' waiting for server done ok test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL.test_linetoolong) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .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 = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'DNDA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'DNDA0 OK CAPABILITY completed' GOT: b'DNDA1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'DNDA1 OK CRAM-MD5 successful' GOT: b'DNDA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'DNDA2 OK LOGOUT completed' waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'HKEC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'HKEC0 OK CAPABILITY completed' GOT: b'HKEC1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'HKEC1 OK CRAM-MD5 successful' GOT: b'HKEC2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HKEC2 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'GBLE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'GBLE0 OK CAPABILITY completed' GOT: b'GBLE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'GBLE1 OK FAKEAUTH successful' GOT: b'GBLE2 ENABLE UTF8=ACCEPT' SENT: b'GBLE2 OK ENABLE successful' GOT: b'GBLE3 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GBLE3 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'BGLC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BGLC0 OK CAPABILITY completed' GOT: b'BGLC1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'BGLC1 OK LOGOUT completed' waiting for server done ok test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL.test_ssl_verified) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'OFFE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OFFE0 OK CAPABILITY completed' waiting for server done ok test_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL.test_valid_authentication) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'HFNE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HFNE0 OK CAPABILITY completed' GOT: b'HFNE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'HFNE1 OK FAKEAUTH successful' GOT: b'HFNE2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HFNE2 OK LOGOUT completed' waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'JGBB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JGBB0 OK CAPABILITY completed' GOT: b'JGBB1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'JGBB1 OK FAKEAUTH successful' GOT: b'JGBB2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'JGBB2 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 = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'MGPL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MGPL0 OK CAPABILITY completed' GOT: b'MGPL1 LOGIN user "pass"' SENT: b'MGPL1 OK LOGIN completed' GOT: b'MGPL2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MGPL2 OK LOGOUT completed' waiting for server done ok test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL.test_with_statement_logout) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'MOPA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MOPA0 OK CAPABILITY completed' GOT: b'MOPA1 LOGIN user "pass"' SENT: b'MOPA1 OK LOGIN completed' GOT: b'MOPA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MOPA2 OK LOGOUT completed' waiting for server done ok ---------------------------------------------------------------------- Ran 103 tests in 30.195s OK (skipped=8) 0:07:32 load avg: 0.67 [188/432/1] test_imghdr -- test_imaplib passed in 30.6 sec test_bad_args (test.test_imghdr.TestImghdr.test_bad_args) ... ok test_closed_file (test.test_imghdr.TestImghdr.test_closed_file) ... ok test_data (test.test_imghdr.TestImghdr.test_data) ... ok test_file_pos (test.test_imghdr.TestImghdr.test_file_pos) ... ok test_invalid_headers (test.test_imghdr.TestImghdr.test_invalid_headers) ... ok test_missing_file (test.test_imghdr.TestImghdr.test_missing_file) ... ok test_output_stream (test.test_imghdr.TestImghdr.test_output_stream) ... ok test_pathlike_filename (test.test_imghdr.TestImghdr.test_pathlike_filename) ... ok test_register_test (test.test_imghdr.TestImghdr.test_register_test) ... ok test_string_data (test.test_imghdr.TestImghdr.test_string_data) ... ok test_unseekable (test.test_imghdr.TestImghdr.test_unseekable) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.002s OK 0:07:32 load avg: 0.67 [189/432/1] test_imp test_bug7732 (test.test_imp.ImportTests.test_bug7732) ... ok test_create_builtin_subinterp (test.test_imp.ImportTests.test_create_builtin_subinterp) ... ok test_find_and_load_checked_pyc (test.test_imp.ImportTests.test_find_and_load_checked_pyc) ... ok test_find_module_encoding (test.test_imp.ImportTests.test_find_module_encoding) ... ok test_import_encoded_module (test.test_imp.ImportTests.test_import_encoded_module) ... ok test_issue1267 (test.test_imp.ImportTests.test_issue1267) ... ok test_issue15828_load_extensions (test.test_imp.ImportTests.test_issue15828_load_extensions) ... ok test_issue16421_multiple_modules_in_one_dll (test.test_imp.ImportTests.test_issue16421_multiple_modules_in_one_dll) ... ok test_issue24748_load_module_skips_sys_modules_check (test.test_imp.ImportTests.test_issue24748_load_module_skips_sys_modules_check) ... ok test_issue31315 (test.test_imp.ImportTests.test_issue31315) ... ok test_issue3594 (test.test_imp.ImportTests.test_issue3594) ... ok test_issue5604 (test.test_imp.ImportTests.test_issue5604) ... ok test_issue9319 (test.test_imp.ImportTests.test_issue9319) ... ok test_issue_35321 (test.test_imp.ImportTests.test_issue_35321) ... ok test_load_dynamic_ImportError_path (test.test_imp.ImportTests.test_load_dynamic_ImportError_path) ... ok test_load_from_source (test.test_imp.ImportTests.test_load_from_source) ... ok test_load_module_extension_file_is_None (test.test_imp.ImportTests.test_load_module_extension_file_is_None) ... ok test_load_source (test.test_imp.ImportTests.test_load_source) ... ok test_multiple_calls_to_get_data (test.test_imp.ImportTests.test_multiple_calls_to_get_data) ... ok test_pyc_invalidation_mode_from_cmdline (test.test_imp.ImportTests.test_pyc_invalidation_mode_from_cmdline) ... ok test_source_hash (test.test_imp.ImportTests.test_source_hash) ... ok testLock (test.test_imp.LockTests.testLock) ... ok test_unencodeable (test.test_imp.NullImporterTests.test_unencodeable) ... ok test_cache_from_source (test.test_imp.PEP3147Tests.test_cache_from_source) ... ok test_source_from_cache (test.test_imp.PEP3147Tests.test_source_from_cache) ... ok test_builtin (test.test_imp.ReloadTests.test_builtin) ... ok test_extension (test.test_imp.ReloadTests.test_extension) ... ok test_source (test.test_imp.ReloadTests.test_source) ... ok test_with_deleted_parent (test.test_imp.ReloadTests.test_with_deleted_parent) ... ok ---------------------------------------------------------------------- Ran 29 tests in 0.118s OK 0:07:33 load avg: 0.67 [190/432/1] test_import test_absolute_circular_submodule (test.test_import.CircularImportTests.test_absolute_circular_submodule) ... ok test_binding (test.test_import.CircularImportTests.test_binding) ... ok test_circular_from_import (test.test_import.CircularImportTests.test_circular_from_import) ... ok test_crossreference1 (test.test_import.CircularImportTests.test_crossreference1) ... ok test_crossreference2 (test.test_import.CircularImportTests.test_crossreference2) ... ok test_direct (test.test_import.CircularImportTests.test_direct) ... ok test_indirect (test.test_import.CircularImportTests.test_indirect) ... ok test_rebinding (test.test_import.CircularImportTests.test_rebinding) ... ok test_subpackage (test.test_import.CircularImportTests.test_subpackage) ... ok test_unwritable_module (test.test_import.CircularImportTests.test_unwritable_module) ... ok test_cached_mode_issue_2051 (test.test_import.FilePermissionTests.test_cached_mode_issue_2051) ... ok test_cached_readonly (test.test_import.FilePermissionTests.test_cached_readonly) ... ok test_creation_mode (test.test_import.FilePermissionTests.test_creation_mode) ... ok test_pyc_always_writable (test.test_import.FilePermissionTests.test_pyc_always_writable) ... ok test_get_sourcefile (test.test_import.GetSourcefileTests.test_get_sourcefile) ... ok test_get_sourcefile_bad_ext (test.test_import.GetSourcefileTests.test_get_sourcefile_bad_ext) ... ok test_get_sourcefile_no_source (test.test_import.GetSourcefileTests.test_get_sourcefile_no_source) ... ok test_bogus_fromlist (test.test_import.ImportTests.test_bogus_fromlist) ... ok test_case_sensitivity (test.test_import.ImportTests.test_case_sensitivity) ... ok test_concurrency (test.test_import.ImportTests.test_concurrency) ... ok test_delete_builtins_import (test.test_import.ImportTests.test_delete_builtins_import) ... ok test_dll_dependency_import (test.test_import.ImportTests.test_dll_dependency_import) ... skipped 'Windows-specific' test_double_const (test.test_import.ImportTests.test_double_const) ... ok test_failing_import_sticks (test.test_import.ImportTests.test_failing_import_sticks) ... ok test_failing_reload (test.test_import.ImportTests.test_failing_reload) ... ok test_file_to_source (test.test_import.ImportTests.test_file_to_source) ... ok test_from_import_AttributeError (test.test_import.ImportTests.test_from_import_AttributeError) ... ok test_from_import_message_for_existing_module (test.test_import.ImportTests.test_from_import_message_for_existing_module) ... ok test_from_import_message_for_nonexistent_module (test.test_import.ImportTests.test_from_import_message_for_nonexistent_module) ... ok test_from_import_missing_attr_has_name (test.test_import.ImportTests.test_from_import_missing_attr_has_name) ... ok test_from_import_missing_attr_has_name_and_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_path) ... ok test_from_import_missing_attr_has_name_and_so_path (test.test_import.ImportTests.test_from_import_missing_attr_has_name_and_so_path) ... ok test_from_import_missing_attr_path_is_canonical (test.test_import.ImportTests.test_from_import_missing_attr_path_is_canonical) ... ok test_from_import_missing_attr_raises_ImportError (test.test_import.ImportTests.test_from_import_missing_attr_raises_ImportError) ... ok test_from_import_missing_module_raises_ModuleNotFoundError (test.test_import.ImportTests.test_from_import_missing_module_raises_ModuleNotFoundError) ... ok test_from_import_star_invalid_type (test.test_import.ImportTests.test_from_import_star_invalid_type) ... ok test_import (test.test_import.ImportTests.test_import) ... ok test_import_by_filename (test.test_import.ImportTests.test_import_by_filename) ... ok test_import_in_del_does_not_crash (test.test_import.ImportTests.test_import_in_del_does_not_crash) ... ok test_import_name_binding (test.test_import.ImportTests.test_import_name_binding) ... ok test_import_raises_ModuleNotFoundError (test.test_import.ImportTests.test_import_raises_ModuleNotFoundError) ... ok test_issue105979 (test.test_import.ImportTests.test_issue105979) ... ok test_issue31286 (test.test_import.ImportTests.test_issue31286) ... ok test_issue31492 (test.test_import.ImportTests.test_issue31492) ... ok test_module_with_large_stack (test.test_import.ImportTests.test_module_with_large_stack) ... ok test_timestamp_overflow (test.test_import.ImportTests.test_timestamp_overflow) ... ok test_broken_from (test.test_import.ImportTracebackTests.test_broken_from) ... ok test_broken_parent (test.test_import.ImportTracebackTests.test_broken_parent) ... ok test_broken_parent_from (test.test_import.ImportTracebackTests.test_broken_parent_from) ... ok test_broken_submodule (test.test_import.ImportTracebackTests.test_broken_submodule) ... ok test_exec_failure (test.test_import.ImportTracebackTests.test_exec_failure) ... ok test_exec_failure_nested (test.test_import.ImportTracebackTests.test_exec_failure_nested) ... ok test_import_bug (test.test_import.ImportTracebackTests.test_import_bug) ... ok test_nonexistent_module (test.test_import.ImportTracebackTests.test_nonexistent_module) ... ok test_nonexistent_module_nested (test.test_import.ImportTracebackTests.test_nonexistent_module_nested) ... ok test_syntax_error (test.test_import.ImportTracebackTests.test_syntax_error) ... ok test_unencodable_filename (test.test_import.ImportTracebackTests.test_unencodable_filename) ... ok test_frozen_importlib (test.test_import.ImportlibBootstrapTests.test_frozen_importlib) ... ok test_frozen_importlib_external_is_bootstrap_external (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_external_is_bootstrap_external) ... ok test_frozen_importlib_is_bootstrap (test.test_import.ImportlibBootstrapTests.test_frozen_importlib_is_bootstrap) ... ok test_there_can_be_only_one (test.test_import.ImportlibBootstrapTests.test_there_can_be_only_one) ... ok test_override_builtin (test.test_import.OverridingImportBuiltinTests.test_override_builtin) ... ok test_UNC_path (test.test_import.PathsTests.test_UNC_path) ... skipped 'Windows-specific' test_trailing_slash (test.test_import.PathsTests.test_trailing_slash) ... ok test_basics (test.test_import.PycRewritingTests.test_basics) ... ok test_foreign_code (test.test_import.PycRewritingTests.test_foreign_code) ... ok test_incorrect_code_name (test.test_import.PycRewritingTests.test_incorrect_code_name) ... ok test_module_without_source (test.test_import.PycRewritingTests.test_module_without_source) ... ok test___cached__ (test.test_import.PycacheTests.test___cached__) ... ok test___cached___legacy_pyc (test.test_import.PycacheTests.test___cached___legacy_pyc) ... ok test_import_pyc_path (test.test_import.PycacheTests.test_import_pyc_path) ... ok test_missing_source (test.test_import.PycacheTests.test_missing_source) ... ok test_missing_source_legacy (test.test_import.PycacheTests.test_missing_source_legacy) ... ok test_package___cached__ (test.test_import.PycacheTests.test_package___cached__) ... ok test_package___cached___from_pyc (test.test_import.PycacheTests.test_package___cached___from_pyc) ... ok test_recompute_pyc_same_second (test.test_import.PycacheTests.test_recompute_pyc_same_second) ... ok test_unwritable_directory (test.test_import.PycacheTests.test_unwritable_directory) ... ok test_absolute_import_without_future (test.test_import.RelativeImportTests.test_absolute_import_without_future) ... ok test_import_from_non_package (test.test_import.RelativeImportTests.test_import_from_non_package) ... ok test_import_from_unloaded_package (test.test_import.RelativeImportTests.test_import_from_unloaded_package) ... ok test_issue3221 (test.test_import.RelativeImportTests.test_issue3221) ... ok test_parentless_import_shadowed_by_global (test.test_import.RelativeImportTests.test_parentless_import_shadowed_by_global) ... ok test_relimport_star (test.test_import.RelativeImportTests.test_relimport_star) ... ok test_symlinked_dir_importable (test.test_import.TestSymbolicallyLinkedPackage.test_symlinked_dir_importable) ... ok ---------------------------------------------------------------------- Ran 84 tests in 1.157s OK (skipped=2) 0:07:34 load avg: 0.67 [191/432/1] test_importlib test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_failure) ... ok test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests.test_module) ... ok test_failure (test.test_importlib.builtin.test_finder.Frozen_FinderTests.test_failure) ... ok test_module (test.test_importlib.builtin.test_finder.Frozen_FinderTests.test_module) ... ok test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_failure) ... ok test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests.test_module) ... ok test_failure (test.test_importlib.builtin.test_finder.Source_FinderTests.test_failure) ... ok test_module (test.test_importlib.builtin.test_finder.Source_FinderTests.test_module) ... ok test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_get_source) ... ok test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_is_package) ... ok test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests.test_not_builtin) ... ok test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_already_imported) ... ok test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module) ... ok test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests.test_unloadable) ... ok test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_get_source) ... ok test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_is_package) ... ok test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests.test_not_builtin) ... ok test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_already_imported) ... ok test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module) ... ok test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_module_reuse) ... ok test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests.test_unloadable) ... ok test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) ... skipped 'requires a case-insensitive filesystem' test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest.test_case_sensitive) ... skipped 'requires a case-insensitive filesystem' test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_insensitivity) ... skipped 'requires a case-insensitive filesystem' test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest.test_case_sensitive) ... skipped 'requires a case-insensitive filesystem' test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_failure) ... ok test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests.test_module) ... ok test_failure (test.test_importlib.extension.test_finder.Source_FinderTests.test_failure) ... ok test_module (test.test_importlib.extension.test_finder.Source_FinderTests.test_module) ... ok test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_equality) ... ok test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_inequality) ... ok test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_is_package) ... ok test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_load_module_API) ... ok test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module) ... ok test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests.test_unloadable) ... ok test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_bad_modules) ... ok test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_functionality) ... ok test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_short_name) ... ok test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_submodule) ... ok test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_load_twice) ... ok test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_module) ... ok test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonascii) ... ok test_nonmodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonmodule) ... ok test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_nonmodule_with_methods) ... ok test_null_slots (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_null_slots) ... ok test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_reload) ... ok test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_try_registration) ... ok test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable) ... ok test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests.test_unloadable_nonascii) ... ok test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_equality) ... ok test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests.test_inequality) ... ok test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests.test_is_package) ... ok test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests.test_load_module_API) ... ok test_module (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module) ... ok test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests.test_module_reuse) ... ok test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests.test_unloadable) ... ok test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_bad_modules) ... ok test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_functionality) ... ok test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_short_name) ... ok test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_submodule) ... ok test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_load_twice) ... ok test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_module) ... ok test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonascii) ... ok test_nonmodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonmodule) ... ok test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_nonmodule_with_methods) ... ok test_null_slots (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_null_slots) ... ok test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_reload) ... ok test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_try_registration) ... ok test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable) ... ok test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests.test_unloadable_nonascii) ... ok test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests.test_success) ... ok test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests.test_success) ... ok test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_failure) ... ok test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_module) ... ok test_not_using_frozen (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_not_using_frozen) ... ok test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_package) ... ok test_path_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_path_ignored) ... ok test_target_ignored (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests.test_target_ignored) ... ok test_failure (test.test_importlib.frozen.test_finder.Frozen_FinderTests.test_failure) ... ok test_module (test.test_importlib.frozen.test_finder.Frozen_FinderTests.test_module) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests.test_module_in_package) ... ok test_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests.test_package) ... ok test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_failure) ... ok test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_module) ... ok test_not_using_frozen (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_not_using_frozen) ... ok test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_package) ... ok test_path_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_path_ignored) ... ok test_target_ignored (test.test_importlib.frozen.test_finder.Source_FindSpecTests.test_target_ignored) ... ok test_failure (test.test_importlib.frozen.test_finder.Source_FinderTests.test_failure) ... ok test_module (test.test_importlib.frozen.test_finder.Source_FinderTests.test_module) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Source_FinderTests.test_module_in_package) ... ok test_package (test.test_importlib.frozen.test_finder.Source_FinderTests.test_package) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_lacking_parent) ... ok test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_repr) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_module_repr_indirect) ... ok test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_package) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests.test_unloadable) ... ok test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_failure) ... ok test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_get_source) ... ok test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests.test_is_package) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_LoaderTests.test_lacking_parent) ... ok test_module (test.test_importlib.frozen.test_loader.Frozen_LoaderTests.test_module) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Frozen_LoaderTests.test_module_repr) ... ok test_module_reuse (test.test_importlib.frozen.test_loader.Frozen_LoaderTests.test_module_reuse) ... ok test_package (test.test_importlib.frozen.test_loader.Frozen_LoaderTests.test_package) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Frozen_LoaderTests.test_unloadable) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_lacking_parent) ... ok test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_repr) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_module_repr_indirect) ... ok test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_package) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests.test_unloadable) ... ok test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_failure) ... ok test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_get_source) ... ok test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests.test_is_package) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Source_LoaderTests.test_lacking_parent) ... ok test_module (test.test_importlib.frozen.test_loader.Source_LoaderTests.test_module) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Source_LoaderTests.test_module_repr) ... ok test_module_reuse (test.test_importlib.frozen.test_loader.Source_LoaderTests.test_module_reuse) ... ok test_package (test.test_importlib.frozen.test_loader.Source_LoaderTests.test_package) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Source_LoaderTests.test_unloadable) ... ok test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests.test___loader__) ... ok test___loader___is_None (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests.test___loader___is_None) ... ok test___loader___missing (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests.test___loader___missing) ... ok test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests.test___loader__) ... ok test___loader___is_None (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests.test___loader___is_None) ... ok test___loader___missing (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests.test___loader___missing) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_None_as___package__) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_bad__package__) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_bunk__package__) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_spec_fallback) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_using___name__) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_using___package__) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_warn_when_package_and_spec_disagree) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302.test_warn_when_using___name__) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_None_as___package__) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bad__package__) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_bunk__package__) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_spec_fallback) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___name__) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_using___package__) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_package_and_spec_disagree) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451.test_warn_when_using___name__) ... ok test_package (test.test_importlib.import_.test___package__.Setting__package__PEP302.test_package) ... ok test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP302.test_submodule) ... ok test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP302.test_top_level) ... ok test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_package) ... ok test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_submodule) ... ok test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451.test_top_level) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_None_as___package__) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_bad__package__) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_bunk__package__) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_spec_fallback) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_using___name__) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_using___package__) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_warn_when_package_and_spec_disagree) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302.test_warn_when_using___name__) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_None_as___package__) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bad__package__) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_bunk__package__) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_spec_fallback) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___name__) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_using___package__) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_package_and_spec_disagree) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451.test_warn_when_using___name__) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_blocked_fromlist) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_fromlist_load_error_propagates) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_name_requires_rparition) ... ok test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_negative_level) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_nonexistent_fromlist_entry) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests.test_raises_ModuleNotFoundError) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_blocked_fromlist) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_fromlist_load_error_propagates) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_name_requires_rparition) ... ok test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_negative_level) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_nonexistent_fromlist_entry) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests.test_raises_ModuleNotFoundError) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests.test_blocked_fromlist) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests.test_fromlist_load_error_propagates) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests.test_name_requires_rparition) ... ok test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests.test_negative_level) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests.test_nonexistent_fromlist_entry) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests.test_raises_ModuleNotFoundError) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests.test_blocked_fromlist) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests.test_fromlist_load_error_propagates) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests.test_name_requires_rparition) ... ok test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests.test_negative_level) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests.test_nonexistent_fromlist_entry) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests.test_raises_ModuleNotFoundError) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_None_in_cache) ... ok test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache.test_using_cache) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_None_in_cache) ... ok test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache) ... ok test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_after_loader) ... ok test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_assigning_to_attribute) ... ok test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache.test_using_cache_for_fromlist) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_None_in_cache) ... ok test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache.test_using_cache) ... ok test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_empty_string) ... ok test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_fromlist_as_tuple) ... ok test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type) ... ok test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_invalid_type_in_all) ... ok test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package) ... ok test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError) ... ok test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_from_package) ... ok test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_in_all) ... ok test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_nonexistent_object) ... ok test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_object) ... ok test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_in_all) ... ok test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_star_with_others) ... ok test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist.test_using_star) ... ok test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_from_import) ... ok test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue.test_return_from_import) ... ok test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_empty_string) ... ok test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_fromlist_as_tuple) ... ok test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type) ... ok test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_invalid_type_in_all) ... ok test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package) ... ok test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_module_from_package_triggers_ModuleNotFoundError) ... ok test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_from_package) ... ok test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_in_all) ... ok test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_nonexistent_object) ... ok test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_object) ... ok test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_in_all) ... ok test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_star_with_others) ... ok test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist.test_using_star) ... ok test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_from_import) ... ok test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue.test_return_from_import) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302.test_no_path) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302.test_with_path) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_no_path) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451.test_with_path) ... ok test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_continuing) ... ok test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_empty) ... ok test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder.test_first_called) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302.test_no_path) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302.test_with_path) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_no_path) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451.test_with_path) ... ok test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_continuing) ... ok test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_empty) ... ok test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder.test_first_called) ... ok test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_bad_parent) ... ok test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_import_parent) ... ok test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package) ... ok test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_module_not_package_but_side_effects) ... ok test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_double_relative_importing_child) ... ok test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_importing_child) ... ok test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests.test_raising_parent_after_relative_importing_child) ... ok test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_bad_parent) ... ok test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_import_parent) ... ok test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package) ... ok test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_module_not_package_but_side_effects) ... ok test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_double_relative_importing_child) ... ok test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_importing_child) ... ok test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests.test_raising_parent_after_relative_importing_child) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_None_on_sys_path) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_deleted_cwd) ... ok test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_list) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_empty_path_hooks) ... ok test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_failure) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_loader) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_module) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_finder_with_find_spec) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_None) ... ok test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_clear_out_relative_path) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_invalidate_caches_finders) ... ok test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path) ... ok test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_hooks) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_path_importer_cache_empty_string) ... ok test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests.test_sys_path) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_None_on_sys_path) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_deleted_cwd) ... ok test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_list) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_empty_path_hooks) ... ok test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_failure) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_loader) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_module) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_finder_with_find_spec) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_None) ... ok test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_clear_out_relative_path) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_invalidate_caches_finders) ... ok test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path) ... ok test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_hooks) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_path_importer_cache_empty_string) ... ok test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests.test_sys_path) ... ok test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_module) ... ok test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests.test_finder_with_failing_find_spec) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_None_on_sys_path) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests.test_deleted_cwd) ... ok test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_list) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_empty_path_hooks) ... ok test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests.test_failure) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_loader) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_module) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests.test_finder_with_find_spec) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_None) ... ok test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_clear_out_relative_path) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests.test_invalidate_caches_finders) ... ok test_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path) ... ok test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_hooks) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests.test_path_importer_cache_empty_string) ... ok test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests.test_sys_path) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_None_on_sys_path) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests.test_deleted_cwd) ... ok test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_list) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_empty_path_hooks) ... ok test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests.test_failure) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_loader) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_module) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests.test_finder_with_find_spec) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_None) ... ok test_invalidate_caches_clear_out_relative_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_clear_out_relative_path) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests.test_invalidate_caches_finders) ... ok test_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path) ... ok test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_hooks) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests.test_path_importer_cache_empty_string) ... ok test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests.test_sys_path) ... ok test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_module) ... ok test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests.test_finder_with_failing_find_spec) ... ok test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_attr_from_module) ... ok test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_deep_import) ... ok test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_empty_name_w_level_0) ... ok test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_from_different_package) ... ok test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_import_relative_import_no_fromlist) ... ok test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_from_module) ... ok test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_module_to_package) ... ok test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_module) ... ok test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_package_to_package) ... ok test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_globals) ... ok test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package) ... ok test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_relative_import_no_package_exists_absolute) ... ok test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_module) ... ok test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports.test_too_high_from_package) ... ok test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_attr_from_module) ... ok test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_deep_import) ... ok test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_empty_name_w_level_0) ... ok test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_from_different_package) ... ok test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_import_relative_import_no_fromlist) ... ok test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_from_module) ... ok test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_module_to_package) ... ok test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_module) ... ok test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_package_to_package) ... ok test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_globals) ... ok test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package) ... ok test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_relative_import_no_package_exists_absolute) ... ok test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_module) ... ok test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports.test_too_high_from_package) ... ok test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302.test_insensitive) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302.test_sensitive) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_insensitive) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451.test_sensitive) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302.test_insensitive) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302.test_sensitive) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_insensitive) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451.test_sensitive) ... skipped 'requires a case-insensitive filesystem' test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_bad_syntax) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_checked_hash_based_pyc) ... ok test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_equality) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_file_from_empty_string_dir) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_get_filename_API) ... ok test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_inequality) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_lacking_parent) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_load_module_API) ... ok test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_module_reuse) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_package) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_state_after_failure) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_timestamp_overflow) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unchecked_hash_based_pyc) ... ok test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest.test_unloadable) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_bad_syntax) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_checked_hash_based_pyc) ... ok test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_equality) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_file_from_empty_string_dir) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_get_filename_API) ... ok test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_inequality) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_lacking_parent) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_load_module_API) ... ok test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_module_reuse) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_package) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_state_after_failure) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_timestamp_overflow) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unchecked_hash_based_pyc) ... ok test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest.test_unloadable) ... ok test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_bad_syntax) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_checked_hash_based_pyc) ... ok test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_equality) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_file_from_empty_string_dir) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_get_filename_API) ... ok test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_inequality) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_lacking_parent) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_load_module_API) ... ok test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_module_reuse) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_checked_hash_based_pyc) ... ok test_overridden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_overridden_unchecked_hash_based_pyc) ... ok test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_package) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_state_after_failure) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_timestamp_overflow) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unchecked_hash_based_pyc) ... ok test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest.test_unloadable) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_bad_marshal) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_old_timestamp) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302.test_read_only_bytecode) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_bad_marshal) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_old_timestamp) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451.test_read_only_bytecode) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_bad_magic) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_non_code_marshal) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302.test_partial_timestamp) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_bad_magic) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_empty_file) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_magic_only) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_no_marshal) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_non_code_marshal) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_flags) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_hash) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_magic) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_size) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451.test_partial_timestamp) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_no_read_directory) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_no_read_directory) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_no_read_directory) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_no_read_directory) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_no_read_directory) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420.test_package_over_module) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_dir_removal_handling) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_empty_string_for_dir) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_failure) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_ignore_file) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_invalidate_caches) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_module_in_package) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_no_read_directory) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_in_package) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451.test_package_over_module) ... ok test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string) ... ok test_empty_string_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_empty_string_legacy) ... ok test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success) ... ok test_success_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest.test_success_legacy) ... ok test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string) ... ok test_empty_string_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_empty_string_legacy) ... ok test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success) ... ok test_success_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest.test_success_legacy) ... ok test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_and_utf_8) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_bom_conflict) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_default_encoding) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_first_line) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_encoding_on_second_line) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302.test_non_obvious_encoding) ... ok test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_and_utf_8) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_bom_conflict) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_default_encoding) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_first_line) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_encoding_on_second_line) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451.test_non_obvious_encoding) ... ok test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_cr) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_crlf) ... ok test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302.test_lf) ... ok test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_cr) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_crlf) ... ok test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451.test_lf) ... ok test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_and_utf_8) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_bom_conflict) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_default_encoding) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_first_line) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_encoding_on_second_line) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302.test_non_obvious_encoding) ... ok test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_and_utf_8) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_bom_conflict) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_default_encoding) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_first_line) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_encoding_on_second_line) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451.test_non_obvious_encoding) ... ok test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_cr) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_crlf) ... ok test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302.test_lf) ... ok test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_cr) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_crlf) ... ok test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451.test_lf) ... ok test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source) ... ok test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package) ... ok test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code) ... ok test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_no_path) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_is_None) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests.test_get_code_source_not_found) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader.test_superclasses) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader.test_superclasses) ... ok test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_get_source) ... ok test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests.test_is_package) ... ok test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_is_None) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests.test_get_code_source_not_found) ... ok test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_ImportError) ... ok test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_get_code_None) ... ok test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests.test_module_returned) ... ok test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_bytes) ... ok test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_no_path) ... ok test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_path) ... ok test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests.test_source_to_code_source) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader.test_superclasses) ... ok test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_create_module) ... ok test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_load_module) ... ok test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests.test_module_repr) ... ok test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_fresh) ... ok test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests.test_reload) ... ok test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_find_module) ... ok test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests.test_invalidate_caches) ... ok test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_module) ... ok test_find_spec_with_explicit_target (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target) ... ok test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_no_spec) ... ok test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests.test_spec) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder.test_superclasses) ... ok test_find_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_find_loader) ... ok test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests.test_invalidate_caches) ... ok test_no_spec (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests.test_no_spec) ... ok test_spec_with_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests.test_spec_with_loader) ... ok test_spec_with_portions (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests.test_spec_with_portions) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder.test_superclasses) ... ok test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests.test_get_data) ... ok test_contents (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests.test_contents) ... ok test_is_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests.test_is_resource) ... ok test_open_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests.test_open_resource) ... ok test_resource_path (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests.test_resource_path) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader.test_superclasses) ... ok test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_magic) ... ok test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_bad_timestamp) ... ok test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_code_with_everything) ... ok test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_dont_write_bytecode) ... ok test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_bytecode) ... ok test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_no_set_data) ... ok test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests.test_set_data_raises_exceptions) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader.test_superclasses) ... ok test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_decoded_source) ... ok test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_default_encoding) ... ok test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests.test_universal_newlines) ... ok test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source) ... ok test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_get_source_encoding) ... ok test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_is_package) ... ok test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_load_module) ... ok test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_package_settings) ... ok test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests.test_source_to_code) ... ok test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_create_module) ... ok test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_load_module) ... ok test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests.test_module_repr) ... ok test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_magic) ... ok test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_bad_timestamp) ... ok test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_code_with_everything) ... ok test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_dont_write_bytecode) ... ok test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_bytecode) ... ok test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_no_set_data) ... ok test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests.test_set_data_raises_exceptions) ... ok test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source) ... ok test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package) ... ok test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code) ... ok test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_no_path) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_is_None) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests.test_get_code_source_not_found) ... ok test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader.test_superclasses) ... ok test_subclasses (test.test_importlib.test_abc.Source_FileLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_FileLoader.test_superclasses) ... ok test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_get_source) ... ok test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests.test_is_package) ... ok test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_is_None) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests.test_get_code_source_not_found) ... ok test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_ImportError) ... ok test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_get_code_None) ... ok test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests.test_module_returned) ... ok test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_bytes) ... ok test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_no_path) ... ok test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_path) ... ok test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests.test_source_to_code_source) ... ok test_subclasses (test.test_importlib.test_abc.Source_InspectLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_InspectLoader.test_superclasses) ... ok test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_fresh) ... ok test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests.test_reload) ... ok test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_find_module) ... ok test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests.test_invalidate_caches) ... ok test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_module) ... ok test_find_spec_with_explicit_target (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_find_spec_with_explicit_target) ... ok test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_no_spec) ... ok test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests.test_spec) ... ok test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder.test_superclasses) ... ok test_find_loader (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_find_loader) ... ok test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests.test_invalidate_caches) ... ok test_no_spec (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests.test_no_spec) ... ok test_spec_with_loader (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests.test_spec_with_loader) ... ok test_spec_with_portions (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests.test_spec_with_portions) ... ok test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder.test_superclasses) ... ok test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests.test_get_data) ... ok test_contents (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests.test_contents) ... ok test_is_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests.test_is_resource) ... ok test_open_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests.test_open_resource) ... ok test_resource_path (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests.test_resource_path) ... ok test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader.test_superclasses) ... ok test_subclasses (test.test_importlib.test_abc.Source_SourceLoader.test_subclasses) ... ok test_superclasses (test.test_importlib.test_abc.Source_SourceLoader.test_superclasses) ... ok test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_decoded_source) ... ok test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_default_encoding) ... ok test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests.test_universal_newlines) ... ok test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_code) ... ok test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source) ... ok test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_get_source_encoding) ... ok test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_is_package) ... ok test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_load_module) ... ok test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_package_settings) ... ok test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests.test_source_to_code) ... ok test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests.test_no_frozen_importlib) ... ok test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_nothing) ... ok test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_success) ... ok test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_success_path) ... ok test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_sys_modules_loader_is_None) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests.test_sys_modules_loader_is_not_set) ... ok test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_nothing) ... ok test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success) ... ok test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_success_path) ... ok test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_None) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set) ... ok test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_import_with_package) ... ok test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_absolute_package_import) ... ok test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_deep_relative_package_import) ... ok test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests.test_loaded_once) ... ok test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_module_import) ... ok test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests.test_relative_import_wo_package) ... ok test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests.test_shallow_relative_package_import) ... ok test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_called) ... ok test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests.test_method_lacking) ... ok test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests.test_module_missing_spec) ... ok test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_module_replaced) ... ok test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_loader_replaced) ... ok test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_location_changed) ... ok test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_missing_loader) ... ok test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_modules) ... ok test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_namespace_changed) ... ok test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests.test_reload_submodule) ... ok test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___loader__) ... ok test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests.test_everyone_has___spec__) ... ok test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_nothing) ... ok test_success (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_success) ... ok test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_success_path) ... ok test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_sys_modules_loader_is_None) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP302Tests.test_sys_modules_loader_is_not_set) ... ok test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_nothing) ... ok test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success) ... ok test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_success_path) ... ok test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_None) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests.test_sys_modules_loader_is_not_set) ... ok test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_import_with_package) ... ok test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_absolute_package_import) ... ok test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_deep_relative_package_import) ... ok test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests.test_loaded_once) ... ok test_module_import (test.test_importlib.test_api.Source_ImportModuleTests.test_module_import) ... ok test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests.test_relative_import_wo_package) ... ok test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests.test_shallow_relative_package_import) ... ok test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_called) ... ok test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests.test_method_lacking) ... ok test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests.test_module_missing_spec) ... ok test_module_replaced (test.test_importlib.test_api.Source_ReloadTests.test_module_replaced) ... ok test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests.test_reload_loader_replaced) ... ok test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_location_changed) ... ok test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests.test_reload_missing_loader) ... ok test_reload_modules (test.test_importlib.test_api.Source_ReloadTests.test_reload_modules) ... ok test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests.test_reload_namespace_changed) ... ok test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests.test_reload_submodule) ... ok test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___loader__) ... ok test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests.test_everyone_has___spec__) ... ok test_spec_path_joinpath (test.test_importlib.test_compatibilty_files.CompatibilityFilesNoReaderTests.test_spec_path_joinpath) ... ok test_child_path_is (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_child_path_is) ... ok test_child_path_iter (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_child_path_iter) ... ok test_child_path_name (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_child_path_name) ... ok test_child_path_open (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_child_path_open) ... ok test_open_invalid_mode (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_open_invalid_mode) ... ok test_orphan_path_invalid (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_invalid) ... ok test_orphan_path_is (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_is) ... ok test_orphan_path_iter (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_iter) ... ok test_orphan_path_name (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_name) ... ok test_orphan_path_open (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_orphan_path_open) ... ok test_spec_path_is (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_is) ... ok test_spec_path_iter (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_iter) ... ok test_spec_path_name (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_name) ... ok test_spec_path_open (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_spec_path_open) ... ok test_wrap_spec (test.test_importlib.test_compatibilty_files.CompatibilityFilesTests.test_wrap_spec) ... ok test_contents (test.test_importlib.test_contents.ContentsDiskTests.test_contents) ... ok test_contents (test.test_importlib.test_contents.ContentsNamespaceTests.test_contents) ... ok test_contents (test.test_importlib.test_contents.ContentsZipTests.test_contents) ... ok test_read_bytes (test.test_importlib.test_files.OpenDiskTests.test_read_bytes) ... ok test_read_text (test.test_importlib.test_files.OpenDiskTests.test_read_text) ... ok test_traversable (test.test_importlib.test_files.OpenDiskTests.test_traversable) ... ok test_read_bytes (test.test_importlib.test_files.OpenNamespaceTests.test_read_bytes) ... ok test_read_text (test.test_importlib.test_files.OpenNamespaceTests.test_read_text) ... ok test_traversable (test.test_importlib.test_files.OpenNamespaceTests.test_traversable) ... ok test_read_bytes (test.test_importlib.test_files.OpenZipTests.test_read_bytes) ... ok test_read_text (test.test_importlib.test_files.OpenZipTests.test_read_text) ... ok test_traversable (test.test_importlib.test_files.OpenZipTests.test_traversable) ... ok test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_init) ... ok test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests.test_validation) ... ok test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests.test_attr_unchanged) ... ok test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_eventual_attr) ... ok test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_delete_preexisting_attr) ... ok test_e2e (test.test_importlib.test_lazy.LazyLoaderTests.test_e2e) ... ok test_init (test.test_importlib.test_lazy.LazyLoaderTests.test_init) ... ok test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests.test_module_already_in_sys) ... ok test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests.test_module_substitution_error) ... ok test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_attr) ... ok test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_mutated_preexisting_attr) ... ok test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests.test_new_attr) ... ok test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_deadlock) ... ok test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests.test_no_deadlock) ... ok test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests.test_all_locks) ... ok test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests.test_lock_lifetime) ... ok test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_acquire_release) ... ok test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_constructor) ... ok test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_different_thread) ... ok test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_reacquire) ... ok test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_release_unacquired) ... ok test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_thread_leak) ... ok test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests.test_weakref_exists) ... ok test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_deadlock) ... ok test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests.test_no_deadlock) ... ok test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests.test_all_locks) ... ok test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests.test_lock_lifetime) ... ok test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_acquire_release) ... ok test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_constructor) ... ok test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_different_thread) ... ok test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_reacquire) ... ok test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_release_unacquired) ... ok test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_thread_leak) ... ok test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests.test_weakref_exists) ... ok test_for_name_does_not_exist (test.test_importlib.test_main.BasicTests.test_for_name_does_not_exist) ... ok test_invalid_inputs_to_from_name (test.test_importlib.test_main.BasicTests.test_invalid_inputs_to_from_name) ... ok test_new_style_classes (test.test_importlib.test_main.BasicTests.test_new_style_classes) ... ok test_package_not_found_mentions_metadata (test.test_importlib.test_main.BasicTests.test_package_not_found_mentions_metadata) When a package is not found, that could indicate that the ... ok test_retrieves_version_of_self (test.test_importlib.test_main.BasicTests.test_retrieves_version_of_self) ... ok test_egg (test.test_importlib.test_main.DirectoryTest.test_egg) ... ok test_egg_info (test.test_importlib.test_main.DirectoryTest.test_egg_info) ... ok test_invalid_usage (test.test_importlib.test_main.DiscoveryTests.test_invalid_usage) ... ok test_package_discovery (test.test_importlib.test_main.DiscoveryTests.test_package_discovery) ... ok test_unicode_dir_on_sys_path (test.test_importlib.test_main.FileSystem.test_unicode_dir_on_sys_path) Ensure a Unicode subdirectory of a directory on sys.path ... ok test_entrypoint_with_colon_in_name (test.test_importlib.test_main.ImportTests.test_entrypoint_with_colon_in_name) ... ok test_import_nonexistent_module (test.test_importlib.test_main.ImportTests.test_import_nonexistent_module) ... ok test_resolve (test.test_importlib.test_main.ImportTests.test_resolve) ... ok test_resolve_without_attr (test.test_importlib.test_main.ImportTests.test_resolve_without_attr) ... ok test_discovery (test.test_importlib.test_main.InaccessibleSysPath.test_discovery) Discovering distributions should succeed even if ... skipped 'pyfakefs not available' test_discovery (test.test_importlib.test_main.MissingSysPath.test_discovery) Discovering distributions should succeed even if ... ok test_dashes_in_dist_name_found_as_underscores (test.test_importlib.test_main.NameNormalizationTests.test_dashes_in_dist_name_found_as_underscores) For a package with a dash in the name, the dist-info metadata ... ok test_dist_name_found_as_any_case (test.test_importlib.test_main.NameNormalizationTests.test_dist_name_found_as_any_case) Ensure the metadata loads when queried with any case. ... ok test_unique_distributions (test.test_importlib.test_main.NameNormalizationTests.test_unique_distributions) Two distributions varying only by non-normalized name on ... ok test_metadata_loads (test.test_importlib.test_main.NonASCIITests.test_metadata_loads) ... ok test_metadata_loads_egg_info (test.test_importlib.test_main.NonASCIITests.test_metadata_loads_egg_info) ... ok test_packages_distributions_example (test.test_importlib.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example) ... ok test_packages_distributions_example2 (test.test_importlib.test_main.PackagesDistributionsPrebuiltTest.test_packages_distributions_example2) Test packages_distributions on a wheel built ... ok test_packages_distributions_neither_toplevel_nor_files (test.test_importlib.test_main.PackagesDistributionsTest.test_packages_distributions_neither_toplevel_nor_files) Test a package built without 'top-level.txt' or a file list. ... ok test_attr (test.test_importlib.test_main.TestEntryPoints.test_attr) ... ok test_entry_point_pickleable (test.test_importlib.test_main.TestEntryPoints.test_entry_point_pickleable) ... ok test_hashable (test.test_importlib.test_main.TestEntryPoints.test_hashable) EntryPoints should be hashable ... ok test_immutable (test.test_importlib.test_main.TestEntryPoints.test_immutable) EntryPoints should be immutable ... ok test_json_dump (test.test_importlib.test_main.TestEntryPoints.test_json_dump) json should not expect to be able to dump an EntryPoint ... ok test_module (test.test_importlib.test_main.TestEntryPoints.test_module) ... ok test_positional_args (test.test_importlib.test_main.TestEntryPoints.test_positional_args) Capture legacy (namedtuple) construction, discouraged. ... ok test_repr (test.test_importlib.test_main.TestEntryPoints.test_repr) ... ok test_sortable (test.test_importlib.test_main.TestEntryPoints.test_sortable) EntryPoint objects are sortable, but result is undefined. ... ok test_as_json (test.test_importlib.test_metadata_api.APITests.test_as_json) ... ok test_as_json_egg_info (test.test_importlib.test_metadata_api.APITests.test_as_json_egg_info) ... ok test_as_json_odd_case (test.test_importlib.test_metadata_api.APITests.test_as_json_odd_case) ... ok test_entry_points (test.test_importlib.test_metadata_api.APITests.test_entry_points) ... ok test_entry_points_allows_no_attributes (test.test_importlib.test_metadata_api.APITests.test_entry_points_allows_no_attributes) ... ok test_entry_points_by_index (test.test_importlib.test_metadata_api.APITests.test_entry_points_by_index) Prior versions of Distribution.entry_points would return a ... ok test_entry_points_dict_construction (test.test_importlib.test_metadata_api.APITests.test_entry_points_dict_construction) Prior versions of entry_points() returned simple lists and ... ok test_entry_points_distribution (test.test_importlib.test_metadata_api.APITests.test_entry_points_distribution) ... ok test_entry_points_groups_get (test.test_importlib.test_metadata_api.APITests.test_entry_points_groups_get) Prior versions of entry_points() returned a dict. Ensure ... ok test_entry_points_groups_getitem (test.test_importlib.test_metadata_api.APITests.test_entry_points_groups_getitem) Prior versions of entry_points() returned a dict. Ensure ... ok test_entry_points_missing_group (test.test_importlib.test_metadata_api.APITests.test_entry_points_missing_group) ... ok test_entry_points_missing_name (test.test_importlib.test_metadata_api.APITests.test_entry_points_missing_name) ... ok test_entry_points_unique_packages_normalized (test.test_importlib.test_metadata_api.APITests.test_entry_points_unique_packages_normalized) Entry points should only be exposed for the first package ... ok test_file_hash_repr (test.test_importlib.test_metadata_api.APITests.test_file_hash_repr) ... ok test_files_dist_info (test.test_importlib.test_metadata_api.APITests.test_files_dist_info) ... ok test_files_egg_info (test.test_importlib.test_metadata_api.APITests.test_files_egg_info) ... ok test_for_name_does_not_exist (test.test_importlib.test_metadata_api.APITests.test_for_name_does_not_exist) ... ok test_for_top_level (test.test_importlib.test_metadata_api.APITests.test_for_top_level) ... ok test_metadata_for_this_package (test.test_importlib.test_metadata_api.APITests.test_metadata_for_this_package) ... ok test_more_complex_deps_requires_text (test.test_importlib.test_metadata_api.APITests.test_more_complex_deps_requires_text) ... ok test_name_normalization (test.test_importlib.test_metadata_api.APITests.test_name_normalization) ... ok test_prefix_not_matched (test.test_importlib.test_metadata_api.APITests.test_prefix_not_matched) ... ok test_read_text (test.test_importlib.test_metadata_api.APITests.test_read_text) ... ok test_requires_dist_info (test.test_importlib.test_metadata_api.APITests.test_requires_dist_info) ... ok test_requires_egg_info (test.test_importlib.test_metadata_api.APITests.test_requires_egg_info) ... ok test_requires_egg_info_empty (test.test_importlib.test_metadata_api.APITests.test_requires_egg_info_empty) ... ok test_requires_egg_info_file (test.test_importlib.test_metadata_api.APITests.test_requires_egg_info_file) ... ok test_retrieves_version_of_distinfo_pkg (test.test_importlib.test_metadata_api.APITests.test_retrieves_version_of_distinfo_pkg) ... ok test_retrieves_version_of_self (test.test_importlib.test_metadata_api.APITests.test_retrieves_version_of_self) ... ok test_version_egg_info_file (test.test_importlib.test_metadata_api.APITests.test_version_egg_info_file) ... ok test_invalidate_cache (test.test_importlib.test_metadata_api.InvalidateCache.test_invalidate_cache) ... ok test_name_normalization (test.test_importlib.test_metadata_api.LegacyDots.test_name_normalization) ... ok test_name_normalization_versionless_egg_info (test.test_importlib.test_metadata_api.LegacyDots.test_name_normalization_versionless_egg_info) ... ok test_distribution_at_pathlib (test.test_importlib.test_metadata_api.OffSysPathTests.test_distribution_at_pathlib) Demonstrate how to load metadata direct from a directory. ... ok test_distribution_at_str (test.test_importlib.test_metadata_api.OffSysPathTests.test_distribution_at_str) ... ok test_find_distributions_specified_path (test.test_importlib.test_metadata_api.OffSysPathTests.test_find_distributions_specified_path) ... ok test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages.test_imports) ... ok test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_fails) ... ok test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation.test_project3_succeeds) ... ok test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage.test_dynamic_path) ... ok test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport.test_non_namespace_package_takes_precedence) ... ok test_loader_abc (test.test_importlib.test_namespace_pkgs.LoaderTests.test_loader_abc) ... ok test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_loader_consistency) ... ok test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests.test_namespace_origin_consistency) ... ok test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests.test_path_indexable) ... ok test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir.test_module_before_namespace_package) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests.test_cant_import_other) ... ok test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests.test_dynamic_path) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests.test_simple_package) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages.test_imports) ... ok test_invalidate_caches (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackagesCreatedWhileRunning.test_invalidate_caches) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages.test_imports) ... ok test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins) ... ok test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_again) ... ok test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages.test_first_path_wins_importing_second_first) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages.test_imports) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_cant_import_other) ... ok test_module_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_module_repr) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage.test_simple_package) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_cant_import_other) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage.test_simple_package) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_cant_import_other) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage.test_simple_package) ... ok test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_missing_directory) ... expected failure test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory.test_present_directory) ... ok test_extant_path (test.test_importlib.test_open.CommonBinaryTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_open.CommonBinaryTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_open.CommonBinaryTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_open.CommonBinaryTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_open.CommonBinaryTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_open.CommonBinaryTests.test_package_name) ... ok test_package_object (test.test_importlib.test_open.CommonBinaryTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_open.CommonBinaryTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_open.CommonBinaryTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_open.CommonBinaryTests.test_useless_loader) ... ok test_extant_path (test.test_importlib.test_open.CommonTextTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_open.CommonTextTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_open.CommonTextTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_open.CommonTextTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_open.CommonTextTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_open.CommonTextTests.test_package_name) ... ok test_package_object (test.test_importlib.test_open.CommonTextTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_open.CommonTextTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_open.CommonTextTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_open.CommonTextTests.test_useless_loader) ... ok test_open_binary (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_binary) ... ok test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError) ... ok test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError) ... ok test_open_text_default_encoding (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding) ... ok test_open_text_given_encoding (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding) ... ok test_open_text_with_errors (test.test_importlib.test_open.OpenDiskNamespaceTests.test_open_text_with_errors) ... ok test_open_binary (test.test_importlib.test_open.OpenDiskTests.test_open_binary) ... ok test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests.test_open_binary_FileNotFoundError) ... ok test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests.test_open_text_FileNotFoundError) ... ok test_open_text_default_encoding (test.test_importlib.test_open.OpenDiskTests.test_open_text_default_encoding) ... ok test_open_text_given_encoding (test.test_importlib.test_open.OpenDiskTests.test_open_text_given_encoding) ... ok test_open_text_with_errors (test.test_importlib.test_open.OpenDiskTests.test_open_text_with_errors) ... ok test_open_binary (test.test_importlib.test_open.OpenZipTests.test_open_binary) ... ok test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenZipTests.test_open_binary_FileNotFoundError) ... ok test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenZipTests.test_open_text_FileNotFoundError) ... ok test_open_text_default_encoding (test.test_importlib.test_open.OpenZipTests.test_open_text_default_encoding) ... ok test_open_text_given_encoding (test.test_importlib.test_open.OpenZipTests.test_open_text_given_encoding) ... ok test_open_text_with_errors (test.test_importlib.test_open.OpenZipTests.test_open_text_with_errors) ... ok test_extant_path (test.test_importlib.test_path.CommonTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_path.CommonTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_path.CommonTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_path.CommonTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_path.CommonTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_path.CommonTests.test_package_name) ... ok test_package_object (test.test_importlib.test_path.CommonTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_path.CommonTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_path.CommonTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_path.CommonTests.test_useless_loader) ... ok test_natural_path (test.test_importlib.test_path.PathDiskTests.test_natural_path) ... ok test_reading (test.test_importlib.test_path.PathDiskTests.test_reading) ... ok test_reading (test.test_importlib.test_path.PathMemoryTests.test_reading) ... ok test_reading (test.test_importlib.test_path.PathZipTests.test_reading) ... ok test_remove_in_context_manager (test.test_importlib.test_path.PathZipTests.test_remove_in_context_manager) ... ok test_package_import__semantics (test.test_importlib.test_pkg_import.TestImport.test_package_import__semantics) ... ok test_extant_path (test.test_importlib.test_read.CommonBinaryTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_read.CommonBinaryTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_read.CommonBinaryTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_read.CommonBinaryTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_read.CommonBinaryTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_read.CommonBinaryTests.test_package_name) ... ok test_package_object (test.test_importlib.test_read.CommonBinaryTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_read.CommonBinaryTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_read.CommonBinaryTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_read.CommonBinaryTests.test_useless_loader) ... ok test_extant_path (test.test_importlib.test_read.CommonTextTests.test_extant_path) ... ok test_importing_module_as_side_effect (test.test_importlib.test_read.CommonTextTests.test_importing_module_as_side_effect) ... ok test_missing_path (test.test_importlib.test_read.CommonTextTests.test_missing_path) ... ok test_non_package_by_name (test.test_importlib.test_read.CommonTextTests.test_non_package_by_name) ... ok test_non_package_by_package (test.test_importlib.test_read.CommonTextTests.test_non_package_by_package) ... ok test_package_name (test.test_importlib.test_read.CommonTextTests.test_package_name) ... ok test_package_object (test.test_importlib.test_read.CommonTextTests.test_package_object) ... ok test_pathlib_path (test.test_importlib.test_read.CommonTextTests.test_pathlib_path) ... ok test_string_path (test.test_importlib.test_read.CommonTextTests.test_string_path) ... ok test_useless_loader (test.test_importlib.test_read.CommonTextTests.test_useless_loader) ... ok test_read_bytes (test.test_importlib.test_read.ReadDiskTests.test_read_bytes) ... ok test_read_text_default_encoding (test.test_importlib.test_read.ReadDiskTests.test_read_text_default_encoding) ... ok test_read_text_given_encoding (test.test_importlib.test_read.ReadDiskTests.test_read_text_given_encoding) ... ok test_read_text_with_errors (test.test_importlib.test_read.ReadDiskTests.test_read_text_with_errors) ... ok test_read_bytes (test.test_importlib.test_read.ReadNamespaceTests.test_read_bytes) ... ok test_read_text_default_encoding (test.test_importlib.test_read.ReadNamespaceTests.test_read_text_default_encoding) ... ok test_read_text_given_encoding (test.test_importlib.test_read.ReadNamespaceTests.test_read_text_given_encoding) ... ok test_read_text_with_errors (test.test_importlib.test_read.ReadNamespaceTests.test_read_text_with_errors) ... ok test_read_bytes (test.test_importlib.test_read.ReadZipTests.test_read_bytes) ... ok test_read_submodule_resource (test.test_importlib.test_read.ReadZipTests.test_read_submodule_resource) ... ok test_read_submodule_resource_by_name (test.test_importlib.test_read.ReadZipTests.test_read_submodule_resource_by_name) ... ok test_read_text_default_encoding (test.test_importlib.test_read.ReadZipTests.test_read_text_default_encoding) ... ok test_read_text_given_encoding (test.test_importlib.test_read.ReadZipTests.test_read_text_given_encoding) ... ok test_read_text_with_errors (test.test_importlib.test_read.ReadZipTests.test_read_text_with_errors) ... ok test_init_file (test.test_importlib.test_reader.MultiplexedPathTest.test_init_file) ... ok test_init_no_paths (test.test_importlib.test_reader.MultiplexedPathTest.test_init_no_paths) ... ok test_is_dir (test.test_importlib.test_reader.MultiplexedPathTest.test_is_dir) ... ok test_is_file (test.test_importlib.test_reader.MultiplexedPathTest.test_is_file) ... ok test_iterdir (test.test_importlib.test_reader.MultiplexedPathTest.test_iterdir) ... ok test_iterdir_duplicate (test.test_importlib.test_reader.MultiplexedPathTest.test_iterdir_duplicate) ... ok test_join_path (test.test_importlib.test_reader.MultiplexedPathTest.test_join_path) ... ok test_name (test.test_importlib.test_reader.MultiplexedPathTest.test_name) ... ok test_open_file (test.test_importlib.test_reader.MultiplexedPathTest.test_open_file) ... ok test_repr (test.test_importlib.test_reader.MultiplexedPathTest.test_repr) ... ok test_files (test.test_importlib.test_reader.NamespaceReaderTest.test_files) ... ok test_init_error (test.test_importlib.test_reader.NamespaceReaderTest.test_init_error) ... ok test_resource_path (test.test_importlib.test_reader.NamespaceReaderTest.test_resource_path) ... ok test_as_file_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_as_file_does_not_keep_open) ... skipped 'Desired but not supported.' test_entered_path_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_entered_path_does_not_keep_open) ... ok test_is_file_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_is_file_does_not_keep_open) ... ok test_is_file_failure_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_is_file_failure_does_not_keep_open) ... ok test_iterdir_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_iterdir_does_not_keep_open) ... ok test_read_binary_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_read_binary_does_not_keep_open) ... ok test_read_text_does_not_keep_open (test.test_importlib.test_resource.DeletingZipsTest.test_read_text_does_not_keep_open) ... ok test_package_has_no_reader_fallback (test.test_importlib.test_resource.ResourceCornerCaseTests.test_package_has_no_reader_fallback) ... ok test_is_dir (test.test_importlib.test_resource.ResourceDiskTests.test_is_dir) ... ok test_is_file_exists (test.test_importlib.test_resource.ResourceDiskTests.test_is_file_exists) ... ok test_is_file_missing (test.test_importlib.test_resource.ResourceDiskTests.test_is_file_missing) ... ok test_is_submodule_resource (test.test_importlib.test_resource.ResourceFromNamespaceTest01.test_is_submodule_resource) ... ok test_read_submodule_resource_by_name (test.test_importlib.test_resource.ResourceFromNamespaceTest01.test_read_submodule_resource_by_name) ... ok test_submodule_contents (test.test_importlib.test_resource.ResourceFromNamespaceTest01.test_submodule_contents) ... ok test_submodule_contents_by_name (test.test_importlib.test_resource.ResourceFromNamespaceTest01.test_submodule_contents_by_name) ... ok test_is_submodule_resource (test.test_importlib.test_resource.ResourceFromZipsTest01.test_is_submodule_resource) ... ok test_read_submodule_resource_by_name (test.test_importlib.test_resource.ResourceFromZipsTest01.test_read_submodule_resource_by_name) ... ok test_submodule_contents (test.test_importlib.test_resource.ResourceFromZipsTest01.test_submodule_contents) ... ok test_submodule_contents_by_name (test.test_importlib.test_resource.ResourceFromZipsTest01.test_submodule_contents_by_name) ... ok test_unrelated_contents (test.test_importlib.test_resource.ResourceFromZipsTest02.test_unrelated_contents) Test thata zip with two unrelated subpackages return ... ok test_is_dir (test.test_importlib.test_resource.ResourceLoaderTests.test_is_dir) ... ok test_is_file (test.test_importlib.test_resource.ResourceLoaderTests.test_is_file) ... ok test_resource_contents (test.test_importlib.test_resource.ResourceLoaderTests.test_resource_contents) ... ok test_resource_missing (test.test_importlib.test_resource.ResourceLoaderTests.test_resource_missing) ... ok test_is_dir (test.test_importlib.test_resource.ResourceZipTests.test_is_dir) ... ok test_is_file_exists (test.test_importlib.test_resource.ResourceZipTests.test_is_file_exists) ... ok test_is_file_missing (test.test_importlib.test_resource.ResourceZipTests.test_is_file_missing) ... ok test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default) ... ok test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_bad_suffix) ... ok test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_default_without_location) ... ok test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_loader_no_location) ... ok 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) ... ok 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) ... ok test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_path_like_arg) ... ok test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_relative_path) ... ok test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_default) ... ok 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) ... ok 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) ... ok 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) ... ok test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_empty) ... ok test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_none) ... ok test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_file_location_smsl_not_empty) ... ok test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default) ... ok 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) ... ok test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_default_with_file_loader) ... ok test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_false) ... ok 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) ... ok test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_is_package_true) ... ok 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) ... ok 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) ... ok 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) ... ok test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin) ... ok test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests.test_spec_from_loader_origin_and_is_package) ... ok test_module___loader___module_repr (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___loader___module_repr) ... ok test_module___loader___module_repr_bad (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___loader___module_repr_bad) ... ok test_module___spec__ (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___spec__) ... ok test_module___spec___location (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___spec___location) ... ok test_module___spec___no_origin (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___spec___no_origin) ... ok test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module___spec___no_origin_no_loader) ... ok test_module_no_file (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module_no_file) ... ok test_module_no_file_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module_no_file_no_loader) ... ok test_module_no_name (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module_no_name) ... ok test_module_with_file (test.test_importlib.test_spec.Frozen_ModuleReprTests.test_module_with_file) ... ok test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_exec) ... ok test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load) ... ok test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed) ... ok test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_failed_removed) ... ok test_load_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy) ... ok test_load_legacy_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes) ... ok test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable) ... ok test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_load_replaced) ... ok test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload) ... ok test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_extra_attributes) ... ok test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_init_module_attrs) ... ok test_reload_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_legacy) ... ok test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests.test_reload_modified) ... ok test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_no_origin) ... ok test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_set) ... ok test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source) ... ok test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_missing_cache_tag) ... ok test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_source_unknown_suffix) ... ok test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_sourceless) ... ok test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_cached_with_origin_not_location) ... ok test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default) ... ok test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_false) ... ok test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_is_package_true) ... ok test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_default_no_loader) ... ok test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality) ... ok test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_equality_location) ... ok test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_has_location_setter) ... ok test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality) ... ok test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_inequality_incomplete) ... ok test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package) ... ok test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests.test_package_is_package) ... ok test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default) ... ok test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_bad_suffix) ... ok test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_default_without_location) ... ok test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_loader_no_location) ... ok 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) ... ok 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) ... ok test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_path_like_arg) ... ok test_spec_from_file_location_relative_path (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_relative_path) ... ok test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_default) ... ok 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) ... ok 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) ... ok 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) ... ok test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_empty) ... ok test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_none) ... ok test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_file_location_smsl_not_empty) ... ok test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default) ... ok 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) ... ok test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_default_with_file_loader) ... ok test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_false) ... ok 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) ... ok test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_is_package_true) ... ok 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) ... ok 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) ... ok 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) ... ok test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin) ... ok test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests.test_spec_from_loader_origin_and_is_package) ... ok test_module___loader___module_repr (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___loader___module_repr) ... ok test_module___loader___module_repr_bad (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___loader___module_repr_bad) ... ok test_module___spec__ (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___spec__) ... ok test_module___spec___location (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___spec___location) ... ok test_module___spec___no_origin (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___spec___no_origin) ... ok test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests.test_module___spec___no_origin_no_loader) ... ok test_module_no_file (test.test_importlib.test_spec.Source_ModuleReprTests.test_module_no_file) ... ok test_module_no_file_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests.test_module_no_file_no_loader) ... ok test_module_no_name (test.test_importlib.test_spec.Source_ModuleReprTests.test_module_no_name) ... ok test_module_with_file (test.test_importlib.test_spec.Source_ModuleReprTests.test_module_with_file) ... ok test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_exec) ... ok test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load) ... ok test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed) ... ok test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_failed_removed) ... ok test_load_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy) ... ok test_load_legacy_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes) ... ok test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_legacy_attributes_immutable) ... ok test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_load_replaced) ... ok test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload) ... ok test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_extra_attributes) ... ok test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_init_module_attrs) ... ok test_reload_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_legacy) ... ok test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests.test_reload_modified) ... ok test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_no_origin) ... ok test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_set) ... ok test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source) ... ok test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_missing_cache_tag) ... ok test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_source_unknown_suffix) ... ok test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_sourceless) ... ok test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_cached_with_origin_not_location) ... ok test_default (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default) ... ok test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_false) ... ok test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_is_package_true) ... ok test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests.test_default_no_loader) ... ok test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality) ... ok test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests.test_equality_location) ... ok test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests.test_has_location_setter) ... ok test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality) ... ok test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests.test_inequality_incomplete) ... ok test_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package) ... ok test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests.test_package_is_package) ... ok test_circular_imports (test.test_importlib.test_threaded_import.ThreadedImportTests.test_circular_imports) ... ok test_concurrent_futures_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_concurrent_futures_circular_import) ... ok test_import_hangers (test.test_importlib.test_threaded_import.ThreadedImportTests.test_import_hangers) ... ok test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_multiprocessing_pool_circular_import) ... ok test_parallel_meta_path (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_meta_path) ... Trying 20 threads ... 26.1 ms OK. Trying 50 threads ... 24.0 ms OK. Trying 20 threads ... 22.9 ms OK. Trying 50 threads ... 24.2 ms OK. Trying 20 threads ... 22.6 ms OK. Trying 50 threads ... 25.1 ms OK. ok test_parallel_module_init (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_module_init) ... Trying 20 threads ... 2.9 ms OK. Trying 50 threads ... 4.3 ms OK. Trying 20 threads ... 2.1 ms OK. Trying 50 threads ... 4.9 ms OK. Trying 20 threads ... 2.4 ms OK. Trying 50 threads ... 4.6 ms OK. ok test_parallel_path_hooks (test.test_importlib.test_threaded_import.ThreadedImportTests.test_parallel_path_hooks) ... Trying 20 threads ... 33.3 ms OK. Trying 50 threads ... 5.8 ms OK. Trying 20 threads ... 2.6 ms OK. Trying 50 threads ... 5.0 ms OK. Trying 20 threads ... 2.5 ms OK. Trying 50 threads ... 4.3 ms OK. ok test_side_effect_import (test.test_importlib.test_threaded_import.ThreadedImportTests.test_side_effect_import) ... ok test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_specified_encoding) ... ok test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_universal_newlines) ... ok test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests.test_ut8_default) ... ok test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module) ... ok test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_relative_module_missing_package) ... ok test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule) ... ok test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_in_module) ... ok test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests.test_find_submodule_parent_already_imported) ... ok test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests.test_nothing) ... ok test_success (test.test_importlib.test_util.Frozen_FindSpecTests.test_success) ... ok test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_loader_is_None) ... ok test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_None) ... ok test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_spec_is_not_set) ... ok test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests.test_sys_modules_without___loader__) ... ok test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests.test_incorporates_rn) ... ok test_length (test.test_importlib.test_util.Frozen_MagicNumberTests.test_length) ... ok test_attributes_set (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_attributes_set) ... ok test_decorator_attrs (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_decorator_attrs) ... ok test_false_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_false_module) ... ok test_new_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_new_module) ... ok test_new_module_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_new_module_failure) ... ok test_reload (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_reload) ... ok test_reload_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_reload_failure) ... ok test_warning (test.test_importlib.test_util.Frozen_ModuleForLoaderTests.test_warning) ... ok test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___cached__) ... ok test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___file__) ... ok test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___loader__) ... ok test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___name__) ... ok test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___package__) ... ok test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___path__) ... ok test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test___spec__) ... ok test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module) ... ok test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_create_module_returns_None) ... ok test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests.test_no_create_module) ... ok test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source) ... ok test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_cwd) ... ok test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_debug_override) ... ok 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) ... ok test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_cache_tag) ... ok test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_no_dot) ... ok test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_None) ... ok test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_empty_string) ... ok test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_optimization_set) ... ok test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_override) ... ok test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_path_like_arg) ... ok test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix) ... ok test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative) ... ok test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) ... skipped 'test meaningful only where os.altsep is defined' test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache) ... ok test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_bad_path) ... ok test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_inside_pycache_prefix) ... ok test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_missing_optimization) ... ok test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no__pycache__) ... ok test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_cache_tag) ... ok test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_no_slash) ... ok test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_not_opt) ... ok test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_optimized_bytecode) ... ok test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_outside_pycache_prefix) ... ok test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_path_like_arg) ... ok test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_few_dots) ... ok test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests.test_source_from_cache_too_many_dots) ... ok test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute) ... ok test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_absolute_within_package) ... ok test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests.test_escape) ... ok test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_in_package) ... ok test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_no_package) ... ok test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests.test_other_package) ... ok test_attribute_is_None (test.test_importlib.test_util.Frozen_SetLoaderTests.test_attribute_is_None) ... ok test_no_attribute (test.test_importlib.test_util.Frozen_SetLoaderTests.test_no_attribute) ... ok test_not_reset (test.test_importlib.test_util.Frozen_SetLoaderTests.test_not_reset) ... ok test_decorator_attrs (test.test_importlib.test_util.Frozen_SetPackageTests.test_decorator_attrs) ... ok test_leaving_alone (test.test_importlib.test_util.Frozen_SetPackageTests.test_leaving_alone) ... ok test_package (test.test_importlib.test_util.Frozen_SetPackageTests.test_package) ... ok test_setting_if_missing (test.test_importlib.test_util.Frozen_SetPackageTests.test_setting_if_missing) ... ok test_submodule (test.test_importlib.test_util.Frozen_SetPackageTests.test_submodule) ... ok test_top_level (test.test_importlib.test_util.Frozen_SetPackageTests.test_top_level) ... ok test_magic_number (test.test_importlib.test_util.MagicNumberTests.test_magic_number) ... ok test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_specified_encoding) ... ok test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_universal_newlines) ... ok test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests.test_ut8_default) ... ok test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module) ... ok test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests.test_find_relative_module_missing_package) ... ok test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule) ... ok test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_in_module) ... ok test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests.test_find_submodule_parent_already_imported) ... ok test_nothing (test.test_importlib.test_util.Source_FindSpecTests.test_nothing) ... ok test_success (test.test_importlib.test_util.Source_FindSpecTests.test_success) ... ok test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_loader_is_None) ... ok test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_None) ... ok test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_spec_is_not_set) ... ok test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests.test_sys_modules_without___loader__) ... ok test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests.test_incorporates_rn) ... ok test_length (test.test_importlib.test_util.Source_MagicNumberTests.test_length) ... ok test_attributes_set (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_attributes_set) ... ok test_decorator_attrs (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_decorator_attrs) ... ok test_false_module (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_false_module) ... ok test_new_module (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_new_module) ... ok test_new_module_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_new_module_failure) ... ok test_reload (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_reload) ... ok test_reload_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_reload_failure) ... ok test_warning (test.test_importlib.test_util.Source_ModuleForLoaderTests.test_warning) ... ok test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___cached__) ... ok test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___file__) ... ok test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___loader__) ... ok test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___name__) ... ok test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___package__) ... ok test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___path__) ... ok test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests.test___spec__) ... ok test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module) ... ok test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_create_module_returns_None) ... ok test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests.test_no_create_module) ... ok test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source) ... ok test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_cwd) ... ok test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_debug_override) ... ok 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) ... ok test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_cache_tag) ... ok test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_no_dot) ... ok test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_None) ... ok test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_empty_string) ... ok test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_optimization_set) ... ok test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_override) ... ok test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_path_like_arg) ... ok test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix) ... ok test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests.test_cache_from_source_respects_pycache_prefix_relative) ... ok test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests.test_sep_altsep_and_sep_cache_from_source) ... skipped 'test meaningful only where os.altsep is defined' test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache) ... ok test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_bad_path) ... ok test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_inside_pycache_prefix) ... ok test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_missing_optimization) ... ok test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no__pycache__) ... ok test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_cache_tag) ... ok test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_no_slash) ... ok test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_not_opt) ... ok test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_optimized_bytecode) ... ok test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_outside_pycache_prefix) ... ok test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_path_like_arg) ... ok test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_few_dots) ... ok test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests.test_source_from_cache_too_many_dots) ... ok test_absolute (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute) ... ok test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests.test_absolute_within_package) ... ok test_escape (test.test_importlib.test_util.Source_ResolveNameTests.test_escape) ... ok test_in_package (test.test_importlib.test_util.Source_ResolveNameTests.test_in_package) ... ok test_no_package (test.test_importlib.test_util.Source_ResolveNameTests.test_no_package) ... ok test_other_package (test.test_importlib.test_util.Source_ResolveNameTests.test_other_package) ... ok test_attribute_is_None (test.test_importlib.test_util.Source_SetLoaderTests.test_attribute_is_None) ... ok test_no_attribute (test.test_importlib.test_util.Source_SetLoaderTests.test_no_attribute) ... ok test_not_reset (test.test_importlib.test_util.Source_SetLoaderTests.test_not_reset) ... ok test_decorator_attrs (test.test_importlib.test_util.Source_SetPackageTests.test_decorator_attrs) ... ok test_leaving_alone (test.test_importlib.test_util.Source_SetPackageTests.test_leaving_alone) ... ok test_package (test.test_importlib.test_util.Source_SetPackageTests.test_package) ... ok test_setting_if_missing (test.test_importlib.test_util.Source_SetPackageTests.test_setting_if_missing) ... ok test_submodule (test.test_importlib.test_util.Source_SetPackageTests.test_submodule) ... ok test_top_level (test.test_importlib.test_util.Source_SetPackageTests.test_top_level) ... ok test.test_importlib.test_windows (unittest.loader.ModuleSkipped.test.test_importlib.test_windows) ... skipped "No module named 'winreg'" test_case_insensitive (test.test_importlib.test_zip.TestEgg.test_case_insensitive) ... ok test_files (test.test_importlib.test_zip.TestEgg.test_files) ... ok test_missing_metadata (test.test_importlib.test_zip.TestEgg.test_missing_metadata) ... ok test_normalized_name (test.test_importlib.test_zip.TestEgg.test_normalized_name) ... ok test_one_distribution (test.test_importlib.test_zip.TestEgg.test_one_distribution) ... ok test_zip_entry_points (test.test_importlib.test_zip.TestEgg.test_zip_entry_points) ... ok test_zip_version (test.test_importlib.test_zip.TestEgg.test_zip_version) ... ok test_zip_version_does_not_match (test.test_importlib.test_zip.TestEgg.test_zip_version_does_not_match) ... ok test_case_insensitive (test.test_importlib.test_zip.TestZip.test_case_insensitive) ... ok test_files (test.test_importlib.test_zip.TestZip.test_files) ... ok test_missing_metadata (test.test_importlib.test_zip.TestZip.test_missing_metadata) ... ok test_one_distribution (test.test_importlib.test_zip.TestZip.test_one_distribution) ... ok test_zip_entry_points (test.test_importlib.test_zip.TestZip.test_zip_entry_points) ... ok test_zip_version (test.test_importlib.test_zip.TestZip.test_zip_version) ... ok test_zip_version_does_not_match (test.test_importlib.test_zip.TestZip.test_zip_version_does_not_match) ... ok ---------------------------------------------------------------------- Ran 1430 tests in 2.060s OK (skipped=17, expected failures=1) 0:07:37 load avg: 1.18 [192/432/1] test_index test_basic (test.test_index.BaseTestCase.test_basic) ... ok test_error (test.test_index.BaseTestCase.test_error) ... ok test_index_returns_int_subclass (test.test_index.BaseTestCase.test_index_returns_int_subclass) ... ok test_int_subclass_with_index (test.test_index.BaseTestCase.test_int_subclass_with_index) ... ok test_slice (test.test_index.BaseTestCase.test_slice) ... ok test_subclasses (test.test_index.BaseTestCase.test_subclasses) ... ok test_wrappers (test.test_index.BaseTestCase.test_wrappers) ... ok test_error (test.test_index.ByteArrayTestCase.test_error) ... ok test_index (test.test_index.ByteArrayTestCase.test_index) ... ok test_repeat (test.test_index.ByteArrayTestCase.test_repeat) ... ok test_slice (test.test_index.ByteArrayTestCase.test_slice) ... ok test_slice_bug7532 (test.test_index.ByteArrayTestCase.test_slice_bug7532) ... ok test_subclasses (test.test_index.ByteArrayTestCase.test_subclasses) ... ok test_wrappers (test.test_index.ByteArrayTestCase.test_wrappers) ... ok test_error (test.test_index.BytesTestCase.test_error) ... ok test_index (test.test_index.BytesTestCase.test_index) ... ok test_repeat (test.test_index.BytesTestCase.test_repeat) ... ok test_slice (test.test_index.BytesTestCase.test_slice) ... ok test_slice_bug7532 (test.test_index.BytesTestCase.test_slice_bug7532) ... ok test_subclasses (test.test_index.BytesTestCase.test_subclasses) ... ok test_wrappers (test.test_index.BytesTestCase.test_wrappers) ... ok test_error (test.test_index.ListTestCase.test_error) ... ok test_index (test.test_index.ListTestCase.test_index) ... ok test_inplace_repeat (test.test_index.ListTestCase.test_inplace_repeat) ... ok test_repeat (test.test_index.ListTestCase.test_repeat) ... ok test_setdelitem (test.test_index.ListTestCase.test_setdelitem) ... ok test_slice (test.test_index.ListTestCase.test_slice) ... ok test_slice_bug7532 (test.test_index.ListTestCase.test_slice_bug7532) ... ok test_subclasses (test.test_index.ListTestCase.test_subclasses) ... ok test_wrappers (test.test_index.ListTestCase.test_wrappers) ... ok test_error (test.test_index.NewSeqTestCase.test_error) ... ok test_index (test.test_index.NewSeqTestCase.test_index) ... ok test_repeat (test.test_index.NewSeqTestCase.test_repeat) ... ok test_slice (test.test_index.NewSeqTestCase.test_slice) ... ok test_slice_bug7532 (test.test_index.NewSeqTestCase.test_slice_bug7532) ... ok test_subclasses (test.test_index.NewSeqTestCase.test_subclasses) ... ok test_wrappers (test.test_index.NewSeqTestCase.test_wrappers) ... ok test_getitem (test.test_index.OverflowTestCase.test_getitem) ... ok test_large_longs (test.test_index.OverflowTestCase.test_large_longs) ... ok test_sequence_repeat (test.test_index.OverflowTestCase.test_sequence_repeat) ... ok test_range (test.test_index.RangeTestCase.test_range) ... ok test_error (test.test_index.StringTestCase.test_error) ... ok test_index (test.test_index.StringTestCase.test_index) ... ok test_repeat (test.test_index.StringTestCase.test_repeat) ... ok test_slice (test.test_index.StringTestCase.test_slice) ... ok test_slice_bug7532 (test.test_index.StringTestCase.test_slice_bug7532) ... ok test_subclasses (test.test_index.StringTestCase.test_subclasses) ... ok test_wrappers (test.test_index.StringTestCase.test_wrappers) ... ok test_error (test.test_index.TupleTestCase.test_error) ... ok test_index (test.test_index.TupleTestCase.test_index) ... ok test_repeat (test.test_index.TupleTestCase.test_repeat) ... ok test_slice (test.test_index.TupleTestCase.test_slice) ... ok test_slice_bug7532 (test.test_index.TupleTestCase.test_slice_bug7532) ... ok test_subclasses (test.test_index.TupleTestCase.test_subclasses) ... ok test_wrappers (test.test_index.TupleTestCase.test_wrappers) ... ok ---------------------------------------------------------------------- Ran 55 tests in 0.003s OK 0:07:38 load avg: 1.18 [193/432/1] test_inspect test__all__ (test.test_inspect.IsTestBase.test__all__) ... ok test_class_async_method (test.test_inspect.TestBlockComments.test_class_async_method) ... ok test_class_method (test.test_inspect.TestBlockComments.test_class_method) ... ok test_toplevel_class (test.test_inspect.TestBlockComments.test_toplevel_class) ... ok test_signature_bound_arguments_apply_defaults (test.test_inspect.TestBoundArguments.test_signature_bound_arguments_apply_defaults) ... ok test_signature_bound_arguments_arguments_type (test.test_inspect.TestBoundArguments.test_signature_bound_arguments_arguments_type) ... ok test_signature_bound_arguments_equality (test.test_inspect.TestBoundArguments.test_signature_bound_arguments_equality) ... ok test_signature_bound_arguments_pickle (test.test_inspect.TestBoundArguments.test_signature_bound_arguments_pickle) ... ok test_signature_bound_arguments_repr (test.test_inspect.TestBoundArguments.test_signature_bound_arguments_repr) ... ok test_signature_bound_arguments_unhashable (test.test_inspect.TestBoundArguments.test_signature_bound_arguments_unhashable) ... ok test_class_decorator (test.test_inspect.TestBuggyCases.test_class_decorator) ... ok test_class_definition_in_multiline_comment (test.test_inspect.TestBuggyCases.test_class_definition_in_multiline_comment) ... ok test_class_definition_in_multiline_string_definition (test.test_inspect.TestBuggyCases.test_class_definition_in_multiline_string_definition) ... ok test_class_inside_conditional (test.test_inspect.TestBuggyCases.test_class_inside_conditional) ... ok test_findsource_binary (test.test_inspect.TestBuggyCases.test_findsource_binary) ... ok test_findsource_code_in_linecache (test.test_inspect.TestBuggyCases.test_findsource_code_in_linecache) ... ok test_findsource_with_out_of_bounds_lineno (test.test_inspect.TestBuggyCases.test_findsource_with_out_of_bounds_lineno) ... ok test_findsource_without_filename (test.test_inspect.TestBuggyCases.test_findsource_without_filename) ... ok test_getsource_on_method (test.test_inspect.TestBuggyCases.test_getsource_on_method) ... ok test_method_in_dynamic_class (test.test_inspect.TestBuggyCases.test_method_in_dynamic_class) ... ok test_multiline_sig (test.test_inspect.TestBuggyCases.test_multiline_sig) ... ok test_multiple_children_classes (test.test_inspect.TestBuggyCases.test_multiple_children_classes) ... ok test_nested_class (test.test_inspect.TestBuggyCases.test_nested_class) ... ok test_nested_class_definition (test.test_inspect.TestBuggyCases.test_nested_class_definition) ... ok test_nested_class_definition_indented_string (test.test_inspect.TestBuggyCases.test_nested_class_definition_indented_string) ... ok test_nested_class_definition_inside_async_function (test.test_inspect.TestBuggyCases.test_nested_class_definition_inside_async_function) ... ok test_nested_class_definition_inside_function (test.test_inspect.TestBuggyCases.test_nested_class_definition_inside_function) ... ok test_nested_func (test.test_inspect.TestBuggyCases.test_nested_func) ... ok test_one_liner_dedent_non_name (test.test_inspect.TestBuggyCases.test_one_liner_dedent_non_name) ... ok test_one_liner_followed_by_non_name (test.test_inspect.TestBuggyCases.test_one_liner_followed_by_non_name) ... ok test_with_comment (test.test_inspect.TestBuggyCases.test_with_comment) ... ok test_with_comment_instead_of_docstring (test.test_inspect.TestBuggyCases.test_with_comment_instead_of_docstring) ... ok test_argspec_api_ignores_wrapped (test.test_inspect.TestClassesAndFunctions.test_argspec_api_ignores_wrapped) ... ok test_classify_DynamicClassAttribute (test.test_inspect.TestClassesAndFunctions.test_classify_DynamicClassAttribute) ... ok test_classify_VirtualAttribute (test.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute) ... ok test_classify_VirtualAttribute_multi_classes (test.test_inspect.TestClassesAndFunctions.test_classify_VirtualAttribute_multi_classes) ... ok test_classify_builtin_types (test.test_inspect.TestClassesAndFunctions.test_classify_builtin_types) ... ok test_classify_class_attrs_with_buggy_dir (test.test_inspect.TestClassesAndFunctions.test_classify_class_attrs_with_buggy_dir) ... ok test_classify_metaclass_class_attribute (test.test_inspect.TestClassesAndFunctions.test_classify_metaclass_class_attribute) ... ok test_classify_newstyle (test.test_inspect.TestClassesAndFunctions.test_classify_newstyle) ... ok test_classify_overrides_bool (test.test_inspect.TestClassesAndFunctions.test_classify_overrides_bool) ... ok test_get_annotations_with_stock_annotations (test.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stock_annotations) ... ok test_get_annotations_with_stringized_annotations (test.test_inspect.TestClassesAndFunctions.test_get_annotations_with_stringized_annotations) ... ok test_getfullargspec (test.test_inspect.TestClassesAndFunctions.test_getfullargspec) ... ok test_getfullargspec_builtin_func (test.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func) ... ok test_getfullargspec_builtin_func_no_signature (test.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_func_no_signature) ... ok test_getfullargspec_builtin_methods (test.test_inspect.TestClassesAndFunctions.test_getfullargspec_builtin_methods) ... ok test_getfullargspec_definition_order_preserved_on_kwonly (test.test_inspect.TestClassesAndFunctions.test_getfullargspec_definition_order_preserved_on_kwonly) ... ok test_getfullargspec_signature_annos (test.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_annos) ... ok test_getfullargspec_signature_attr (test.test_inspect.TestClassesAndFunctions.test_getfullargspec_signature_attr) ... ok test_getmembers_VirtualAttribute (test.test_inspect.TestClassesAndFunctions.test_getmembers_VirtualAttribute) ... ok test_getmembers_descriptors (test.test_inspect.TestClassesAndFunctions.test_getmembers_descriptors) ... ok test_getmembers_method (test.test_inspect.TestClassesAndFunctions.test_getmembers_method) ... ok test_getmembers_static (test.test_inspect.TestClassesAndFunctions.test_getmembers_static) ... ok test_getmembers_with_buggy_dir (test.test_inspect.TestClassesAndFunctions.test_getmembers_with_buggy_dir) ... ok test_newstyle_mro (test.test_inspect.TestClassesAndFunctions.test_newstyle_mro) ... ok test_parens_in_decorator (test.test_inspect.TestComplexDecorator.test_parens_in_decorator) ... ok test_decorator_with_lambda (test.test_inspect.TestDecorators.test_decorator_with_lambda) ... ok test_getsource_unwrap (test.test_inspect.TestDecorators.test_getsource_unwrap) ... ok test_replacing_decorator (test.test_inspect.TestDecorators.test_replacing_decorator) ... ok test_wrapped_decorator (test.test_inspect.TestDecorators.test_wrapped_decorator) ... ok test_typing_replacement (test.test_inspect.TestFormatAnnotation.test_typing_replacement) ... ok test_builtins_as_dict (test.test_inspect.TestGetClosureVars.test_builtins_as_dict) ... ok test_builtins_as_module (test.test_inspect.TestGetClosureVars.test_builtins_as_module) ... ok test_builtins_fallback (test.test_inspect.TestGetClosureVars.test_builtins_fallback) ... ok test_generator_closure (test.test_inspect.TestGetClosureVars.test_generator_closure) ... ok test_getclosurevars_empty (test.test_inspect.TestGetClosureVars.test_getclosurevars_empty) ... ok test_getclosurevars_error (test.test_inspect.TestGetClosureVars.test_getclosurevars_error) ... ok test_method_closure (test.test_inspect.TestGetClosureVars.test_method_closure) ... ok test_name_resolution (test.test_inspect.TestGetClosureVars.test_name_resolution) ... ok test_nonlocal_vars (test.test_inspect.TestGetClosureVars.test_nonlocal_vars) ... ok test_closed_after_exhaustion (test.test_inspect.TestGetCoroutineState.test_closed_after_exhaustion) ... ok test_closed_after_immediate_exception (test.test_inspect.TestGetCoroutineState.test_closed_after_immediate_exception) ... ok test_created (test.test_inspect.TestGetCoroutineState.test_created) ... ok test_easy_debugging (test.test_inspect.TestGetCoroutineState.test_easy_debugging) ... ok test_getcoroutinelocals (test.test_inspect.TestGetCoroutineState.test_getcoroutinelocals) ... ok test_suspended (test.test_inspect.TestGetCoroutineState.test_suspended) ... ok test_closed_after_exhaustion (test.test_inspect.TestGetGeneratorState.test_closed_after_exhaustion) ... ok test_closed_after_immediate_exception (test.test_inspect.TestGetGeneratorState.test_closed_after_immediate_exception) ... ok test_created (test.test_inspect.TestGetGeneratorState.test_created) ... ok test_easy_debugging (test.test_inspect.TestGetGeneratorState.test_easy_debugging) ... ok test_getgeneratorlocals (test.test_inspect.TestGetGeneratorState.test_getgeneratorlocals) ... ok test_getgeneratorlocals_empty (test.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_empty) ... ok test_getgeneratorlocals_error (test.test_inspect.TestGetGeneratorState.test_getgeneratorlocals_error) ... ok test_running (test.test_inspect.TestGetGeneratorState.test_running) ... ok test_suspended (test.test_inspect.TestGetGeneratorState.test_suspended) ... ok test_basic (test.test_inspect.TestGetattrStatic.test_basic) ... ok test_classAttribute (test.test_inspect.TestGetattrStatic.test_classAttribute) ... ok test_classVirtualAttribute (test.test_inspect.TestGetattrStatic.test_classVirtualAttribute) ... ok test_class_as_property (test.test_inspect.TestGetattrStatic.test_class_as_property) ... ok test_custom___getattr__ (test.test_inspect.TestGetattrStatic.test_custom___getattr__) ... ok test_custom___getattribute__ (test.test_inspect.TestGetattrStatic.test_custom___getattribute__) ... ok test_custom_object_dict (test.test_inspect.TestGetattrStatic.test_custom_object_dict) ... ok test_descriptor (test.test_inspect.TestGetattrStatic.test_descriptor) ... ok test_descriptor_raises_AttributeError (test.test_inspect.TestGetattrStatic.test_descriptor_raises_AttributeError) ... ok test_dict_as_property (test.test_inspect.TestGetattrStatic.test_dict_as_property) ... ok test_inherited (test.test_inspect.TestGetattrStatic.test_inherited) ... ok test_inherited_classattribute (test.test_inspect.TestGetattrStatic.test_inherited_classattribute) ... ok test_inherited_slots (test.test_inspect.TestGetattrStatic.test_inherited_slots) ... ok test_instance_attr (test.test_inspect.TestGetattrStatic.test_instance_attr) ... ok test_metaclass (test.test_inspect.TestGetattrStatic.test_metaclass) ... ok test_metaclass_dict_as_property (test.test_inspect.TestGetattrStatic.test_metaclass_dict_as_property) ... ok test_metaclass_with_descriptor (test.test_inspect.TestGetattrStatic.test_metaclass_with_descriptor) ... ok test_metaclass_with_metaclass_with_dict_as_property (test.test_inspect.TestGetattrStatic.test_metaclass_with_metaclass_with_dict_as_property) ... ok test_module (test.test_inspect.TestGetattrStatic.test_module) ... ok test_mro_as_property (test.test_inspect.TestGetattrStatic.test_mro_as_property) ... ok test_no_dict_no_slots (test.test_inspect.TestGetattrStatic.test_no_dict_no_slots) ... ok test_no_dict_no_slots_instance_member (test.test_inspect.TestGetattrStatic.test_no_dict_no_slots_instance_member) ... ok test_property (test.test_inspect.TestGetattrStatic.test_property) ... ok test_slots (test.test_inspect.TestGetattrStatic.test_slots) ... ok test_errors (test.test_inspect.TestGetcallargsFunctions.test_errors) ... ok test_keyword_only (test.test_inspect.TestGetcallargsFunctions.test_keyword_only) ... ok test_multiple_features (test.test_inspect.TestGetcallargsFunctions.test_multiple_features) ... ok test_plain (test.test_inspect.TestGetcallargsFunctions.test_plain) ... ok test_varargs (test.test_inspect.TestGetcallargsFunctions.test_varargs) ... ok test_varkw (test.test_inspect.TestGetcallargsFunctions.test_varkw) ... ok test_varkw_only (test.test_inspect.TestGetcallargsFunctions.test_varkw_only) ... ok test_errors (test.test_inspect.TestGetcallargsMethods.test_errors) ... ok test_keyword_only (test.test_inspect.TestGetcallargsMethods.test_keyword_only) ... ok test_multiple_features (test.test_inspect.TestGetcallargsMethods.test_multiple_features) ... ok test_plain (test.test_inspect.TestGetcallargsMethods.test_plain) ... ok test_varargs (test.test_inspect.TestGetcallargsMethods.test_varargs) ... ok test_varkw (test.test_inspect.TestGetcallargsMethods.test_varkw) ... ok test_varkw_only (test.test_inspect.TestGetcallargsMethods.test_varkw_only) ... ok test_errors (test.test_inspect.TestGetcallargsUnboundMethods.test_errors) ... ok test_keyword_only (test.test_inspect.TestGetcallargsUnboundMethods.test_keyword_only) ... ok test_multiple_features (test.test_inspect.TestGetcallargsUnboundMethods.test_multiple_features) ... ok test_plain (test.test_inspect.TestGetcallargsUnboundMethods.test_plain) ... ok test_varargs (test.test_inspect.TestGetcallargsUnboundMethods.test_varargs) ... ok test_varkw (test.test_inspect.TestGetcallargsUnboundMethods.test_varkw) ... ok test_varkw_only (test.test_inspect.TestGetcallargsUnboundMethods.test_varkw_only) ... ok test_getclasses_interactive (test.test_inspect.TestGetsourceInteractive.test_getclasses_interactive) ... ok test_range_toplevel_frame (test.test_inspect.TestGettingSourceOfToplevelFrames.test_range_toplevel_frame) ... ok test_range_traceback_toplevel_frame (test.test_inspect.TestGettingSourceOfToplevelFrames.test_range_traceback_toplevel_frame) ... ok test__all__ (test.test_inspect.TestInterpreterStack.test__all__) ... ok test_abuse_done (test.test_inspect.TestInterpreterStack.test_abuse_done) ... ok test_frame (test.test_inspect.TestInterpreterStack.test_frame) ... ok test_previous_frame (test.test_inspect.TestInterpreterStack.test_previous_frame) ... ok test_stack (test.test_inspect.TestInterpreterStack.test_stack) ... ok test_trace (test.test_inspect.TestInterpreterStack.test_trace) ... ok test_custom_descriptors (test.test_inspect.TestIsDataDescriptor.test_custom_descriptors) ... ok test_functions (test.test_inspect.TestIsDataDescriptor.test_functions) ... ok test_property (test.test_inspect.TestIsDataDescriptor.test_property) ... ok test_slot (test.test_inspect.TestIsDataDescriptor.test_slot) ... ok test_builtins (test.test_inspect.TestMain.test_builtins) ... ok test_custom_getattr (test.test_inspect.TestMain.test_custom_getattr) ... ok test_details (test.test_inspect.TestMain.test_details) ... ok test_only_source (test.test_inspect.TestMain.test_only_source) ... ok test_qualname_source (test.test_inspect.TestMain.test_qualname_source) ... ok test_class (test.test_inspect.TestNoEOL.test_class) ... ok test_anonymous (test.test_inspect.TestOneliners.test_anonymous) ... ok test_lambda_in_list (test.test_inspect.TestOneliners.test_lambda_in_list) ... ok test_manyargs (test.test_inspect.TestOneliners.test_manyargs) ... ok test_oneline_lambda (test.test_inspect.TestOneliners.test_oneline_lambda) ... ok test_onelinefunc (test.test_inspect.TestOneliners.test_onelinefunc) ... ok test_threeline_lambda (test.test_inspect.TestOneliners.test_threeline_lambda) ... ok test_twoline_indented_lambda (test.test_inspect.TestOneliners.test_twoline_indented_lambda) ... ok test_twolinefunc (test.test_inspect.TestOneliners.test_twolinefunc) ... ok test_signature_parameter_equality (test.test_inspect.TestParameterObject.test_signature_parameter_equality) ... ok test_signature_parameter_hashable (test.test_inspect.TestParameterObject.test_signature_parameter_hashable) ... ok test_signature_parameter_immutability (test.test_inspect.TestParameterObject.test_signature_parameter_immutability) ... ok test_signature_parameter_implicit (test.test_inspect.TestParameterObject.test_signature_parameter_implicit) ... ok test_signature_parameter_kinds (test.test_inspect.TestParameterObject.test_signature_parameter_kinds) ... ok test_signature_parameter_object (test.test_inspect.TestParameterObject.test_signature_parameter_object) ... ok test_signature_parameter_positional_only (test.test_inspect.TestParameterObject.test_signature_parameter_positional_only) ... ok test_signature_parameter_replace (test.test_inspect.TestParameterObject.test_signature_parameter_replace) ... ok test__all__ (test.test_inspect.TestPredicates.test__all__) ... ok test_excluding_predicates (test.test_inspect.TestPredicates.test_excluding_predicates) ... ok test_get_slot_members (test.test_inspect.TestPredicates.test_get_slot_members) ... ok test_isabstract (test.test_inspect.TestPredicates.test_isabstract) ... ok test_isabstract_during_init_subclass (test.test_inspect.TestPredicates.test_isabstract_during_init_subclass) ... ok test_isawaitable (test.test_inspect.TestPredicates.test_isawaitable) ... ok test_isclass (test.test_inspect.TestPredicates.test_isclass) ... ok test_iscoroutine (test.test_inspect.TestPredicates.test_iscoroutine) ... ok test_isroutine (test.test_inspect.TestPredicates.test_isroutine) ... ok test_getsource_reload (test.test_inspect.TestReload.test_getsource_reload) ... ok test_cleandoc (test.test_inspect.TestRetrievingSourceCode.test_cleandoc) ... ok test_finddoc (test.test_inspect.TestRetrievingSourceCode.test_finddoc) ... ok test_getclasses (test.test_inspect.TestRetrievingSourceCode.test_getclasses) ... ok test_getcomments (test.test_inspect.TestRetrievingSourceCode.test_getcomments) ... ok test_getdoc (test.test_inspect.TestRetrievingSourceCode.test_getdoc) ... ok test_getdoc_inherited (test.test_inspect.TestRetrievingSourceCode.test_getdoc_inherited) ... ok test_getfile (test.test_inspect.TestRetrievingSourceCode.test_getfile) ... ok test_getfile_broken_repr (test.test_inspect.TestRetrievingSourceCode.test_getfile_broken_repr) ... ok test_getfile_builtin_class (test.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_class) ... ok test_getfile_builtin_function_or_method (test.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_function_or_method) ... ok test_getfile_builtin_module (test.test_inspect.TestRetrievingSourceCode.test_getfile_builtin_module) ... ok test_getfile_class_without_module (test.test_inspect.TestRetrievingSourceCode.test_getfile_class_without_module) ... ok test_getframeinfo_get_first_line (test.test_inspect.TestRetrievingSourceCode.test_getframeinfo_get_first_line) ... ok test_getfunctions (test.test_inspect.TestRetrievingSourceCode.test_getfunctions) ... ok test_getmodule (test.test_inspect.TestRetrievingSourceCode.test_getmodule) ... ok test_getmodule_file_not_found (test.test_inspect.TestRetrievingSourceCode.test_getmodule_file_not_found) ... ok test_getmodule_recursion (test.test_inspect.TestRetrievingSourceCode.test_getmodule_recursion) ... ok test_getsource (test.test_inspect.TestRetrievingSourceCode.test_getsource) ... ok test_getsource_on_code_object (test.test_inspect.TestRetrievingSourceCode.test_getsource_on_code_object) ... ok test_getsourcefile (test.test_inspect.TestRetrievingSourceCode.test_getsourcefile) ... ok test_proceed_with_fake_filename (test.test_inspect.TestRetrievingSourceCode.test_proceed_with_fake_filename) doctest monkeypatches linecache to enable inspection ... ok test_signature_bind_args_and_kwargs (test.test_inspect.TestSignatureBind.test_signature_bind_args_and_kwargs) ... ok test_signature_bind_args_and_varargs (test.test_inspect.TestSignatureBind.test_signature_bind_args_and_varargs) ... ok test_signature_bind_arguments (test.test_inspect.TestSignatureBind.test_signature_bind_arguments) ... ok test_signature_bind_empty (test.test_inspect.TestSignatureBind.test_signature_bind_empty) ... ok test_signature_bind_implicit_arg (test.test_inspect.TestSignatureBind.test_signature_bind_implicit_arg) ... ok test_signature_bind_just_args (test.test_inspect.TestSignatureBind.test_signature_bind_just_args) ... ok test_signature_bind_just_kwargs (test.test_inspect.TestSignatureBind.test_signature_bind_just_kwargs) ... ok test_signature_bind_kwonly (test.test_inspect.TestSignatureBind.test_signature_bind_kwonly) ... ok test_signature_bind_positional_only (test.test_inspect.TestSignatureBind.test_signature_bind_positional_only) ... ok test_signature_bind_posonly_kwargs (test.test_inspect.TestSignatureBind.test_signature_bind_posonly_kwargs) ... ok test_signature_bind_var (test.test_inspect.TestSignatureBind.test_signature_bind_var) ... ok test_signature_bind_vararg_name (test.test_inspect.TestSignatureBind.test_signature_bind_vararg_name) ... ok test_signature_bind_varargs_order (test.test_inspect.TestSignatureBind.test_signature_bind_varargs_order) ... ok test_signature_bind_with_self_arg (test.test_inspect.TestSignatureBind.test_signature_bind_with_self_arg) ... ok test_base_class_have_text_signature (test.test_inspect.TestSignatureDefinitions.test_base_class_have_text_signature) ... ok test_builtins_have_signatures (test.test_inspect.TestSignatureDefinitions.test_builtins_have_signatures) ... ok test_python_function_override_signature (test.test_inspect.TestSignatureDefinitions.test_python_function_override_signature) ... ok test_signater_parameters_is_ordered (test.test_inspect.TestSignatureObject.test_signater_parameters_is_ordered) ... ok test_signature_annotations_with_local_namespaces (test.test_inspect.TestSignatureObject.test_signature_annotations_with_local_namespaces) ... ok test_signature_definition_order_preserved_on_kwonly (test.test_inspect.TestSignatureObject.test_signature_definition_order_preserved_on_kwonly) ... ok test_signature_equality (test.test_inspect.TestSignatureObject.test_signature_equality) ... ok test_signature_eval_str (test.test_inspect.TestSignatureObject.test_signature_eval_str) ... ok test_signature_from_callable_builtin_obj (test.test_inspect.TestSignatureObject.test_signature_from_callable_builtin_obj) ... ok test_signature_from_callable_class (test.test_inspect.TestSignatureObject.test_signature_from_callable_class) ... ok test_signature_from_callable_python_obj (test.test_inspect.TestSignatureObject.test_signature_from_callable_python_obj) ... ok test_signature_from_functionlike_object (test.test_inspect.TestSignatureObject.test_signature_from_functionlike_object) ... ok test_signature_functionlike_class (test.test_inspect.TestSignatureObject.test_signature_functionlike_class) ... ok test_signature_hashable (test.test_inspect.TestSignatureObject.test_signature_hashable) ... ok test_signature_immutability (test.test_inspect.TestSignatureObject.test_signature_immutability) ... ok test_signature_none_annotation (test.test_inspect.TestSignatureObject.test_signature_none_annotation) ... ok test_signature_object (test.test_inspect.TestSignatureObject.test_signature_object) ... ok test_signature_object_pickle (test.test_inspect.TestSignatureObject.test_signature_object_pickle) ... ok test_signature_on_builtin_class (test.test_inspect.TestSignatureObject.test_signature_on_builtin_class) ... ok test_signature_on_builtins (test.test_inspect.TestSignatureObject.test_signature_on_builtins) ... ok test_signature_on_builtins_no_signature (test.test_inspect.TestSignatureObject.test_signature_on_builtins_no_signature) ... ok test_signature_on_callable_objects (test.test_inspect.TestSignatureObject.test_signature_on_callable_objects) ... ok test_signature_on_class (test.test_inspect.TestSignatureObject.test_signature_on_class) ... ok test_signature_on_class_without_init (test.test_inspect.TestSignatureObject.test_signature_on_class_without_init) ... ok test_signature_on_classmethod (test.test_inspect.TestSignatureObject.test_signature_on_classmethod) ... ok test_signature_on_complex_args (test.test_inspect.TestSignatureObject.test_signature_on_complex_args) ... ok test_signature_on_decorated (test.test_inspect.TestSignatureObject.test_signature_on_decorated) ... ok test_signature_on_decorated_builtins (test.test_inspect.TestSignatureObject.test_signature_on_decorated_builtins) ... ok test_signature_on_derived_classes (test.test_inspect.TestSignatureObject.test_signature_on_derived_classes) ... ok test_signature_on_fake_partialmethod (test.test_inspect.TestSignatureObject.test_signature_on_fake_partialmethod) ... ok test_signature_on_generic_subclass (test.test_inspect.TestSignatureObject.test_signature_on_generic_subclass) ... ok test_signature_on_lambdas (test.test_inspect.TestSignatureObject.test_signature_on_lambdas) ... ok test_signature_on_mangled_parameters (test.test_inspect.TestSignatureObject.test_signature_on_mangled_parameters) ... ok test_signature_on_method (test.test_inspect.TestSignatureObject.test_signature_on_method) ... ok test_signature_on_mocks (test.test_inspect.TestSignatureObject.test_signature_on_mocks) ... ok test_signature_on_noarg (test.test_inspect.TestSignatureObject.test_signature_on_noarg) ... ok test_signature_on_non_function (test.test_inspect.TestSignatureObject.test_signature_on_non_function) ... ok test_signature_on_noncallable_mocks (test.test_inspect.TestSignatureObject.test_signature_on_noncallable_mocks) ... ok test_signature_on_partial (test.test_inspect.TestSignatureObject.test_signature_on_partial) ... ok test_signature_on_partialmethod (test.test_inspect.TestSignatureObject.test_signature_on_partialmethod) ... ok test_signature_on_staticmethod (test.test_inspect.TestSignatureObject.test_signature_on_staticmethod) ... ok test_signature_on_subclass (test.test_inspect.TestSignatureObject.test_signature_on_subclass) ... ok test_signature_on_wargs (test.test_inspect.TestSignatureObject.test_signature_on_wargs) ... ok test_signature_on_wkwonly (test.test_inspect.TestSignatureObject.test_signature_on_wkwonly) ... ok test_signature_replace_anno (test.test_inspect.TestSignatureObject.test_signature_replace_anno) ... ok test_signature_replaced (test.test_inspect.TestSignatureObject.test_signature_replaced) ... ok test_signature_str (test.test_inspect.TestSignatureObject.test_signature_str) ... ok test_signature_str_positional_only (test.test_inspect.TestSignatureObject.test_signature_str_positional_only) ... ok test_signature_without_self (test.test_inspect.TestSignatureObject.test_signature_without_self) ... ok test_signature_wrapped_bound_method (test.test_inspect.TestSignatureObject.test_signature_wrapped_bound_method) ... ok test_signature_strip_non_python_syntax (test.test_inspect.TestSignaturePrivateHelpers.test_signature_strip_non_python_syntax) ... ok test_cycle (test.test_inspect.TestUnwrap.test_cycle) ... ok test_recursion_limit (test.test_inspect.TestUnwrap.test_recursion_limit) ... ok test_stop (test.test_inspect.TestUnwrap.test_stop) ... ok test_unhashable (test.test_inspect.TestUnwrap.test_unhashable) ... ok test_unwrap_one (test.test_inspect.TestUnwrap.test_unwrap_one) ... ok test_unwrap_several (test.test_inspect.TestUnwrap.test_unwrap_several) ... ok ---------------------------------------------------------------------- Ran 268 tests in 0.237s OK 0:07:38 load avg: 1.18 [194/432/1] test_int test_denial_of_service_prevented_int_to_str (test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str) Regression test: ensure we fail before performing O(N**2) work. ... ok test_denial_of_service_prevented_str_to_int (test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int) Regression test: ensure we fail before performing O(N**2) work. ... ok test_disabled_limit (test.test_int.IntStrDigitLimitsTests.test_disabled_limit) ... ok test_int_from_other_bases (test.test_int.IntStrDigitLimitsTests.test_int_from_other_bases) ... ok test_max_str_digits (test.test_int.IntStrDigitLimitsTests.test_max_str_digits) ... ok test_max_str_digits_edge_cases (test.test_int.IntStrDigitLimitsTests.test_max_str_digits_edge_cases) Ignore the +/- sign and space padding. ... ok test_power_of_two_bases_unlimited (test.test_int.IntStrDigitLimitsTests.test_power_of_two_bases_unlimited) The limit does not apply to power of 2 bases. ... ok test_sign_not_counted (test.test_int.IntStrDigitLimitsTests.test_sign_not_counted) ... ok test_underscores_ignored (test.test_int.IntStrDigitLimitsTests.test_underscores_ignored) ... ok test_denial_of_service_prevented_int_to_str (test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str) Regression test: ensure we fail before performing O(N**2) work. ... ok test_denial_of_service_prevented_str_to_int (test.test_int.IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int) Regression test: ensure we fail before performing O(N**2) work. ... ok test_disabled_limit (test.test_int.IntSubclassStrDigitLimitsTests.test_disabled_limit) ... ok test_int_from_other_bases (test.test_int.IntSubclassStrDigitLimitsTests.test_int_from_other_bases) ... ok test_max_str_digits (test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits) ... ok test_max_str_digits_edge_cases (test.test_int.IntSubclassStrDigitLimitsTests.test_max_str_digits_edge_cases) Ignore the +/- sign and space padding. ... ok test_power_of_two_bases_unlimited (test.test_int.IntSubclassStrDigitLimitsTests.test_power_of_two_bases_unlimited) The limit does not apply to power of 2 bases. ... ok test_sign_not_counted (test.test_int.IntSubclassStrDigitLimitsTests.test_sign_not_counted) ... ok test_underscores_ignored (test.test_int.IntSubclassStrDigitLimitsTests.test_underscores_ignored) ... ok test_basic (test.test_int.IntTestCases.test_basic) ... ok test_error_message (test.test_int.IntTestCases.test_error_message) ... ok test_int_base_bad_types (test.test_int.IntTestCases.test_int_base_bad_types) Not integer types are not valid bases; issue16772. ... ok test_int_base_indexable (test.test_int.IntTestCases.test_int_base_indexable) ... ok test_int_base_limits (test.test_int.IntTestCases.test_int_base_limits) Testing the supported limits of the int() base parameter. ... ok test_int_memoryview (test.test_int.IntTestCases.test_int_memoryview) ... ok test_int_returns_int_subclass (test.test_int.IntTestCases.test_int_returns_int_subclass) ... ok test_int_subclass_with_index (test.test_int.IntTestCases.test_int_subclass_with_index) ... ok test_int_subclass_with_int (test.test_int.IntTestCases.test_int_subclass_with_int) ... ok test_intconversion (test.test_int.IntTestCases.test_intconversion) ... ok test_invalid_signs (test.test_int.IntTestCases.test_invalid_signs) ... ok test_issue31619 (test.test_int.IntTestCases.test_issue31619) ... ok test_keyword_args (test.test_int.IntTestCases.test_keyword_args) ... ok test_no_args (test.test_int.IntTestCases.test_no_args) ... ok test_non_numeric_input_types (test.test_int.IntTestCases.test_non_numeric_input_types) ... ok test_small_ints (test.test_int.IntTestCases.test_small_ints) ... ok test_string_float (test.test_int.IntTestCases.test_string_float) ... ok test_underscores (test.test_int.IntTestCases.test_underscores) ... ok test_unicode (test.test_int.IntTestCases.test_unicode) ... ok ---------------------------------------------------------------------- Ran 37 tests in 0.296s OK 0:07:39 load avg: 1.18 [195/432/1] test_int_literal test_bin_baseline (test.test_int_literal.TestHexOctBin.test_bin_baseline) ... ok test_bin_unsigned (test.test_int_literal.TestHexOctBin.test_bin_unsigned) ... ok test_hex_baseline (test.test_int_literal.TestHexOctBin.test_hex_baseline) ... ok test_hex_unsigned (test.test_int_literal.TestHexOctBin.test_hex_unsigned) ... ok test_oct_baseline (test.test_int_literal.TestHexOctBin.test_oct_baseline) ... ok test_oct_unsigned (test.test_int_literal.TestHexOctBin.test_oct_unsigned) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.000s OK 0:07:40 load avg: 1.18 [196/432/1] test_interpreters test_after_destroy_all (test.test_interpreters.CreateTests.test_after_destroy_all) ... ok test_after_destroy_some (test.test_interpreters.CreateTests.test_after_destroy_some) ... ok test_in_main (test.test_interpreters.CreateTests.test_in_main) ... ok test_in_subinterpreter (test.test_interpreters.CreateTests.test_in_subinterpreter) ... ok test_in_thread (test.test_interpreters.CreateTests.test_in_thread) ... ok test_main (test.test_interpreters.GetCurrentTests.test_main) ... ok test_subinterpreter (test.test_interpreters.GetCurrentTests.test_subinterpreter) ... ok test_after_creating (test.test_interpreters.ListAllTests.test_after_creating) ... ok test_after_destroying (test.test_interpreters.ListAllTests.test_after_destroying) ... ok test_initial (test.test_interpreters.ListAllTests.test_initial) ... ok test_create (test.test_interpreters.TestChannels.test_create) ... ok test_list_all (test.test_interpreters.TestChannels.test_list_all) ... ok test_custom_id (test.test_interpreters.TestInterpreterAttrs.test_custom_id) ... ok test_custom_isolated_default (test.test_interpreters.TestInterpreterAttrs.test_custom_isolated_default) ... skipped 'not ready yet (see bpo-32604)' test_custom_isolated_explicit (test.test_interpreters.TestInterpreterAttrs.test_custom_isolated_explicit) ... ok test_equality (test.test_interpreters.TestInterpreterAttrs.test_equality) ... ok test_id_readonly (test.test_interpreters.TestInterpreterAttrs.test_id_readonly) ... ok test_id_type (test.test_interpreters.TestInterpreterAttrs.test_id_type) ... ok test_isolated_readonly (test.test_interpreters.TestInterpreterAttrs.test_isolated_readonly) ... ok test_main_id (test.test_interpreters.TestInterpreterAttrs.test_main_id) ... ok test_main_isolated (test.test_interpreters.TestInterpreterAttrs.test_main_isolated) ... skipped 'not ready yet (see bpo-32604)' test_subinterpreter_isolated_default (test.test_interpreters.TestInterpreterAttrs.test_subinterpreter_isolated_default) ... skipped 'not ready yet (see bpo-32604)' test_subinterpreter_isolated_explicit (test.test_interpreters.TestInterpreterAttrs.test_subinterpreter_isolated_explicit) ... ok test_all (test.test_interpreters.TestInterpreterClose.test_all) ... ok test_already_destroyed (test.test_interpreters.TestInterpreterClose.test_already_destroyed) ... ok test_bad_id (test.test_interpreters.TestInterpreterClose.test_bad_id) ... ok test_basic (test.test_interpreters.TestInterpreterClose.test_basic) ... ok test_does_not_exist (test.test_interpreters.TestInterpreterClose.test_does_not_exist) ... ok test_from_current (test.test_interpreters.TestInterpreterClose.test_from_current) ... ok test_from_other_thread (test.test_interpreters.TestInterpreterClose.test_from_other_thread) ... ok test_from_sibling (test.test_interpreters.TestInterpreterClose.test_from_sibling) ... ok test_main (test.test_interpreters.TestInterpreterClose.test_main) ... ok test_still_running (test.test_interpreters.TestInterpreterClose.test_still_running) ... skipped 'Fails on FreeBSD' test_already_destroyed (test.test_interpreters.TestInterpreterIsRunning.test_already_destroyed) ... ok test_bad_id (test.test_interpreters.TestInterpreterIsRunning.test_bad_id) ... ok test_does_not_exist (test.test_interpreters.TestInterpreterIsRunning.test_does_not_exist) ... ok test_from_subinterpreter (test.test_interpreters.TestInterpreterIsRunning.test_from_subinterpreter) ... ok test_main (test.test_interpreters.TestInterpreterIsRunning.test_main) ... ok test_subinterpreter (test.test_interpreters.TestInterpreterIsRunning.test_subinterpreter) ... skipped 'Fails on FreeBSD' test_already_running (test.test_interpreters.TestInterpreterRun.test_already_running) ... skipped 'Fails on FreeBSD' test_bad_id (test.test_interpreters.TestInterpreterRun.test_bad_id) ... ok test_bad_script (test.test_interpreters.TestInterpreterRun.test_bad_script) ... ok test_bytes_for_script (test.test_interpreters.TestInterpreterRun.test_bytes_for_script) ... ok test_does_not_exist (test.test_interpreters.TestInterpreterRun.test_does_not_exist) ... ok test_fork (test.test_interpreters.TestInterpreterRun.test_fork) ... ok test_in_thread (test.test_interpreters.TestInterpreterRun.test_in_thread) ... ok test_success (test.test_interpreters.TestInterpreterRun.test_success) ... ok test_default_shareables (test.test_interpreters.TestIsShareable.test_default_shareables) ... ok test_not_shareable (test.test_interpreters.TestIsShareable.test_not_shareable) ... ok test_custom_id (test.test_interpreters.TestRecvChannelAttrs.test_custom_id) ... ok test_equality (test.test_interpreters.TestRecvChannelAttrs.test_equality) ... ok test_id_readonly (test.test_interpreters.TestRecvChannelAttrs.test_id_readonly) ... ok test_id_type (test.test_interpreters.TestRecvChannelAttrs.test_id_type) ... ok test_custom_id (test.test_interpreters.TestSendChannelAttrs.test_custom_id) ... ok test_equality (test.test_interpreters.TestSendChannelAttrs.test_equality) ... ok test_id_readonly (test.test_interpreters.TestSendChannelAttrs.test_id_readonly) ... ok test_id_type (test.test_interpreters.TestSendChannelAttrs.test_id_type) ... ok test_recv_channel_does_not_exist (test.test_interpreters.TestSendRecv.test_recv_channel_does_not_exist) ... ok test_recv_nowait_channel_does_not_exist (test.test_interpreters.TestSendRecv.test_recv_nowait_channel_does_not_exist) ... ok test_recv_nowait_default (test.test_interpreters.TestSendRecv.test_recv_nowait_default) ... ok test_recv_nowait_empty (test.test_interpreters.TestSendRecv.test_recv_nowait_empty) ... ok test_send_channel_does_not_exist (test.test_interpreters.TestSendRecv.test_send_channel_does_not_exist) ... ok test_send_nowait_channel_does_not_exist (test.test_interpreters.TestSendRecv.test_send_nowait_channel_does_not_exist) ... ok test_send_recv_different_interpreters (test.test_interpreters.TestSendRecv.test_send_recv_different_interpreters) ... skipped 'broken (see BPO-...)' test_send_recv_different_threads (test.test_interpreters.TestSendRecv.test_send_recv_different_threads) ... ok test_send_recv_main (test.test_interpreters.TestSendRecv.test_send_recv_main) ... ok test_send_recv_nowait_different_interpreters (test.test_interpreters.TestSendRecv.test_send_recv_nowait_different_interpreters) ... skipped 'broken (see BPO-...)' test_send_recv_nowait_main (test.test_interpreters.TestSendRecv.test_send_recv_nowait_main) ... ok test_send_recv_nowait_main_with_default (test.test_interpreters.TestSendRecv.test_send_recv_nowait_main_with_default) ... ok test_send_recv_nowait_same_interpreter (test.test_interpreters.TestSendRecv.test_send_recv_nowait_same_interpreter) ... ok test_send_recv_same_interpreter (test.test_interpreters.TestSendRecv.test_send_recv_same_interpreter) ... ok ---------------------------------------------------------------------- Ran 71 tests in 2.269s OK (skipped=8) 0:07:43 load avg: 1.16 [197/432/1] test_io test_BufferedIOBase_destructor (test.test_io.CIOTest.test_BufferedIOBase_destructor) ... ok test_BufferedIOBase_readinto (test.test_io.CIOTest.test_BufferedIOBase_readinto) ... ok test_IOBase_destructor (test.test_io.CIOTest.test_IOBase_destructor) ... ok test_IOBase_finalize (test.test_io.CIOTest.test_IOBase_finalize) ... ok test_RawIOBase_destructor (test.test_io.CIOTest.test_RawIOBase_destructor) ... ok test_RawIOBase_read (test.test_io.CIOTest.test_RawIOBase_read) ... ok test_RawIOBase_readall (test.test_io.CIOTest.test_RawIOBase_readall) ... ok test_TextIOBase_destructor (test.test_io.CIOTest.test_TextIOBase_destructor) ... ok test_append_mode_tell (test.test_io.CIOTest.test_append_mode_tell) ... ok test_array_writes (test.test_io.CIOTest.test_array_writes) ... ok test_bad_opener_negative_1 (test.test_io.CIOTest.test_bad_opener_negative_1) ... ok test_bad_opener_other_negative (test.test_io.CIOTest.test_bad_opener_other_negative) ... ok test_buffered_file_io (test.test_io.CIOTest.test_buffered_file_io) ... ok test_buffered_readinto_mixin (test.test_io.CIOTest.test_buffered_readinto_mixin) ... ok test_close_assert (test.test_io.CIOTest.test_close_assert) ... ok test_close_flushes (test.test_io.CIOTest.test_close_flushes) ... ok test_closefd (test.test_io.CIOTest.test_closefd) ... ok test_closefd_attr (test.test_io.CIOTest.test_closefd_attr) ... ok test_destructor (test.test_io.CIOTest.test_destructor) ... ok test_fileio_closefd (test.test_io.CIOTest.test_fileio_closefd) ... ok test_flush_error_on_close (test.test_io.CIOTest.test_flush_error_on_close) ... ok test_fspath_support (test.test_io.CIOTest.test_fspath_support) ... ok test_garbage_collection (test.test_io.CIOTest.test_garbage_collection) ... ok test_invalid_newline (test.test_io.CIOTest.test_invalid_newline) ... ok test_invalid_operations (test.test_io.CIOTest.test_invalid_operations) ... ok test_large_file_ops (test.test_io.CIOTest.test_large_file_ops) ... ok test_multi_close (test.test_io.CIOTest.test_multi_close) ... ok test_next_nonsizeable (test.test_io.CIOTest.test_next_nonsizeable) ... ok test_no_closefd_with_filename (test.test_io.CIOTest.test_no_closefd_with_filename) ... ok test_nonbuffered_textio (test.test_io.CIOTest.test_nonbuffered_textio) ... ok test_open_handles_NUL_chars (test.test_io.CIOTest.test_open_handles_NUL_chars) ... ok test_opener (test.test_io.CIOTest.test_opener) ... ok test_opener_invalid_fd (test.test_io.CIOTest.test_opener_invalid_fd) ... ok test_optional_abilities (test.test_io.CIOTest.test_optional_abilities) ... ok test_raw_bytes_io (test.test_io.CIOTest.test_raw_bytes_io) ... ok test_raw_file_io (test.test_io.CIOTest.test_raw_file_io) ... ok test_read_closed (test.test_io.CIOTest.test_read_closed) ... ok test_readline (test.test_io.CIOTest.test_readline) ... ok test_readline_nonsizeable (test.test_io.CIOTest.test_readline_nonsizeable) ... ok test_types_have_dict (test.test_io.CIOTest.test_types_have_dict) ... ok test_unbounded_file (test.test_io.CIOTest.test_unbounded_file) ... skipped 'test can only run in a 32-bit address space' test_with_open (test.test_io.CIOTest.test_with_open) ... ok test_BufferedIOBase_destructor (test.test_io.PyIOTest.test_BufferedIOBase_destructor) ... ok test_BufferedIOBase_readinto (test.test_io.PyIOTest.test_BufferedIOBase_readinto) ... ok test_IOBase_destructor (test.test_io.PyIOTest.test_IOBase_destructor) ... ok test_RawIOBase_destructor (test.test_io.PyIOTest.test_RawIOBase_destructor) ... ok test_RawIOBase_read (test.test_io.PyIOTest.test_RawIOBase_read) ... ok test_RawIOBase_readall (test.test_io.PyIOTest.test_RawIOBase_readall) ... ok test_TextIOBase_destructor (test.test_io.PyIOTest.test_TextIOBase_destructor) ... ok test_append_mode_tell (test.test_io.PyIOTest.test_append_mode_tell) ... ok test_array_writes (test.test_io.PyIOTest.test_array_writes) ... ok test_bad_opener_negative_1 (test.test_io.PyIOTest.test_bad_opener_negative_1) ... ok test_bad_opener_other_negative (test.test_io.PyIOTest.test_bad_opener_other_negative) ... ok test_buffered_file_io (test.test_io.PyIOTest.test_buffered_file_io) ... ok test_buffered_readinto_mixin (test.test_io.PyIOTest.test_buffered_readinto_mixin) ... ok test_close_assert (test.test_io.PyIOTest.test_close_assert) ... ok test_close_flushes (test.test_io.PyIOTest.test_close_flushes) ... ok test_closefd (test.test_io.PyIOTest.test_closefd) ... ok test_closefd_attr (test.test_io.PyIOTest.test_closefd_attr) ... ok test_destructor (test.test_io.PyIOTest.test_destructor) ... ok test_fileio_closefd (test.test_io.PyIOTest.test_fileio_closefd) ... ok test_flush_error_on_close (test.test_io.PyIOTest.test_flush_error_on_close) ... ok test_fspath_support (test.test_io.PyIOTest.test_fspath_support) ... ok test_garbage_collection (test.test_io.PyIOTest.test_garbage_collection) ... ok test_invalid_newline (test.test_io.PyIOTest.test_invalid_newline) ... ok test_invalid_operations (test.test_io.PyIOTest.test_invalid_operations) ... ok test_large_file_ops (test.test_io.PyIOTest.test_large_file_ops) ... ok test_multi_close (test.test_io.PyIOTest.test_multi_close) ... ok test_next_nonsizeable (test.test_io.PyIOTest.test_next_nonsizeable) ... ok test_no_closefd_with_filename (test.test_io.PyIOTest.test_no_closefd_with_filename) ... ok test_nonbuffered_textio (test.test_io.PyIOTest.test_nonbuffered_textio) ... ok test_open_handles_NUL_chars (test.test_io.PyIOTest.test_open_handles_NUL_chars) ... ok test_opener (test.test_io.PyIOTest.test_opener) ... ok test_opener_invalid_fd (test.test_io.PyIOTest.test_opener_invalid_fd) ... ok test_optional_abilities (test.test_io.PyIOTest.test_optional_abilities) ... ok test_raw_bytes_io (test.test_io.PyIOTest.test_raw_bytes_io) ... ok test_raw_file_io (test.test_io.PyIOTest.test_raw_file_io) ... ok test_read_closed (test.test_io.PyIOTest.test_read_closed) ... ok test_readline (test.test_io.PyIOTest.test_readline) ... ok test_readline_nonsizeable (test.test_io.PyIOTest.test_readline_nonsizeable) ... ok test_types_have_dict (test.test_io.PyIOTest.test_types_have_dict) ... ok test_unbounded_file (test.test_io.PyIOTest.test_unbounded_file) ... skipped 'test can only run in a 32-bit address space' test_with_open (test.test_io.PyIOTest.test_with_open) ... ok test_RawIOBase_io_in_pyio_match (test.test_io.APIMismatchTest.test_RawIOBase_io_in_pyio_match) Test that pyio RawIOBase class has all c RawIOBase methods ... ok test_RawIOBase_pyio_in_io_match (test.test_io.APIMismatchTest.test_RawIOBase_pyio_in_io_match) Test that c RawIOBase class has all pyio RawIOBase methods ... ok test_args_error (test.test_io.CBufferedReaderTest.test_args_error) ... ok test_bad_readinto_type (test.test_io.CBufferedReaderTest.test_bad_readinto_type) ... ok test_bad_readinto_value (test.test_io.CBufferedReaderTest.test_bad_readinto_value) ... ok test_buffer_freeing (test.test_io.CBufferedReaderTest.test_buffer_freeing) ... ok test_buffering (test.test_io.CBufferedReaderTest.test_buffering) ... ok test_close_error_on_close (test.test_io.CBufferedReaderTest.test_close_error_on_close) ... ok test_constructor (test.test_io.CBufferedReaderTest.test_constructor) ... ok test_context_manager (test.test_io.CBufferedReaderTest.test_context_manager) ... ok test_detach (test.test_io.CBufferedReaderTest.test_detach) ... ok test_error_through_destructor (test.test_io.CBufferedReaderTest.test_error_through_destructor) ... ok test_fileno (test.test_io.CBufferedReaderTest.test_fileno) ... ok test_flush_error_on_close (test.test_io.CBufferedReaderTest.test_flush_error_on_close) ... ok test_garbage_collection (test.test_io.CBufferedReaderTest.test_garbage_collection) ... ok test_initialization (test.test_io.CBufferedReaderTest.test_initialization) ... ok test_invalid_args (test.test_io.CBufferedReaderTest.test_invalid_args) ... ok test_misbehaved_io (test.test_io.CBufferedReaderTest.test_misbehaved_io) ... ok test_misbehaved_io_read (test.test_io.CBufferedReaderTest.test_misbehaved_io_read) ... ok test_multi_close (test.test_io.CBufferedReaderTest.test_multi_close) ... ok test_no_extraneous_read (test.test_io.CBufferedReaderTest.test_no_extraneous_read) ... ok test_nonnormalized_close_error_on_close (test.test_io.CBufferedReaderTest.test_nonnormalized_close_error_on_close) ... ok test_override_destructor (test.test_io.CBufferedReaderTest.test_override_destructor) ... ok test_read (test.test_io.CBufferedReaderTest.test_read) ... ok test_read1 (test.test_io.CBufferedReaderTest.test_read1) ... ok test_read1_arbitrary (test.test_io.CBufferedReaderTest.test_read1_arbitrary) ... ok test_read_all (test.test_io.CBufferedReaderTest.test_read_all) ... ok test_read_non_blocking (test.test_io.CBufferedReaderTest.test_read_non_blocking) ... ok test_read_on_closed (test.test_io.CBufferedReaderTest.test_read_on_closed) ... ok test_read_past_eof (test.test_io.CBufferedReaderTest.test_read_past_eof) ... ok test_readinto (test.test_io.CBufferedReaderTest.test_readinto) ... ok test_readinto1 (test.test_io.CBufferedReaderTest.test_readinto1) ... ok test_readinto1_array (test.test_io.CBufferedReaderTest.test_readinto1_array) ... ok test_readinto_array (test.test_io.CBufferedReaderTest.test_readinto_array) ... ok test_readlines (test.test_io.CBufferedReaderTest.test_readlines) ... ok test_readonly_attributes (test.test_io.CBufferedReaderTest.test_readonly_attributes) ... ok test_recursive_repr (test.test_io.CBufferedReaderTest.test_recursive_repr) ... ok test_repr (test.test_io.CBufferedReaderTest.test_repr) ... ok test_sizeof (test.test_io.CBufferedReaderTest.test_sizeof) ... ok test_threads (test.test_io.CBufferedReaderTest.test_threads) ... ok test_truncate_on_read_only (test.test_io.CBufferedReaderTest.test_truncate_on_read_only) ... ok test_uninitialized (test.test_io.CBufferedReaderTest.test_uninitialized) ... ok test_unseekable (test.test_io.CBufferedReaderTest.test_unseekable) ... ok test_buffering (test.test_io.PyBufferedReaderTest.test_buffering) ... ok test_close_error_on_close (test.test_io.PyBufferedReaderTest.test_close_error_on_close) ... ok test_constructor (test.test_io.PyBufferedReaderTest.test_constructor) ... ok test_context_manager (test.test_io.PyBufferedReaderTest.test_context_manager) ... ok test_detach (test.test_io.PyBufferedReaderTest.test_detach) ... ok test_error_through_destructor (test.test_io.PyBufferedReaderTest.test_error_through_destructor) ... ok test_fileno (test.test_io.PyBufferedReaderTest.test_fileno) ... ok test_flush_error_on_close (test.test_io.PyBufferedReaderTest.test_flush_error_on_close) ... ok test_invalid_args (test.test_io.PyBufferedReaderTest.test_invalid_args) ... ok test_misbehaved_io (test.test_io.PyBufferedReaderTest.test_misbehaved_io) ... ok test_multi_close (test.test_io.PyBufferedReaderTest.test_multi_close) ... ok test_no_extraneous_read (test.test_io.PyBufferedReaderTest.test_no_extraneous_read) ... ok test_nonnormalized_close_error_on_close (test.test_io.PyBufferedReaderTest.test_nonnormalized_close_error_on_close) ... ok test_override_destructor (test.test_io.PyBufferedReaderTest.test_override_destructor) ... ok test_read (test.test_io.PyBufferedReaderTest.test_read) ... ok test_read1 (test.test_io.PyBufferedReaderTest.test_read1) ... ok test_read1_arbitrary (test.test_io.PyBufferedReaderTest.test_read1_arbitrary) ... ok test_read_all (test.test_io.PyBufferedReaderTest.test_read_all) ... ok test_read_non_blocking (test.test_io.PyBufferedReaderTest.test_read_non_blocking) ... ok test_read_on_closed (test.test_io.PyBufferedReaderTest.test_read_on_closed) ... ok test_read_past_eof (test.test_io.PyBufferedReaderTest.test_read_past_eof) ... ok test_readinto (test.test_io.PyBufferedReaderTest.test_readinto) ... ok test_readinto1 (test.test_io.PyBufferedReaderTest.test_readinto1) ... ok test_readinto1_array (test.test_io.PyBufferedReaderTest.test_readinto1_array) ... ok test_readinto_array (test.test_io.PyBufferedReaderTest.test_readinto_array) ... ok test_readlines (test.test_io.PyBufferedReaderTest.test_readlines) ... ok test_readonly_attributes (test.test_io.PyBufferedReaderTest.test_readonly_attributes) ... ok test_recursive_repr (test.test_io.PyBufferedReaderTest.test_recursive_repr) ... ok test_repr (test.test_io.PyBufferedReaderTest.test_repr) ... ok test_threads (test.test_io.PyBufferedReaderTest.test_threads) ... ok test_truncate_on_read_only (test.test_io.PyBufferedReaderTest.test_truncate_on_read_only) ... ok test_uninitialized (test.test_io.PyBufferedReaderTest.test_uninitialized) ... ok test_unseekable (test.test_io.PyBufferedReaderTest.test_unseekable) ... ok test_args_error (test.test_io.CBufferedWriterTest.test_args_error) ... ok test_buffer_freeing (test.test_io.CBufferedWriterTest.test_buffer_freeing) ... ok test_close_error_on_close (test.test_io.CBufferedWriterTest.test_close_error_on_close) ... ok test_constructor (test.test_io.CBufferedWriterTest.test_constructor) ... ok test_context_manager (test.test_io.CBufferedWriterTest.test_context_manager) ... ok test_destructor (test.test_io.CBufferedWriterTest.test_destructor) ... ok test_detach (test.test_io.CBufferedWriterTest.test_detach) ... ok test_detach_flush (test.test_io.CBufferedWriterTest.test_detach_flush) ... ok test_error_through_destructor (test.test_io.CBufferedWriterTest.test_error_through_destructor) ... ok test_fileno (test.test_io.CBufferedWriterTest.test_fileno) ... ok test_flush (test.test_io.CBufferedWriterTest.test_flush) ... ok test_flush_error_on_close (test.test_io.CBufferedWriterTest.test_flush_error_on_close) ... ok test_garbage_collection (test.test_io.CBufferedWriterTest.test_garbage_collection) ... ok test_initialization (test.test_io.CBufferedWriterTest.test_initialization) ... ok test_invalid_args (test.test_io.CBufferedWriterTest.test_invalid_args) ... ok test_max_buffer_size_removal (test.test_io.CBufferedWriterTest.test_max_buffer_size_removal) ... ok test_misbehaved_io (test.test_io.CBufferedWriterTest.test_misbehaved_io) ... ok test_multi_close (test.test_io.CBufferedWriterTest.test_multi_close) ... ok test_nonnormalized_close_error_on_close (test.test_io.CBufferedWriterTest.test_nonnormalized_close_error_on_close) ... ok test_override_destructor (test.test_io.CBufferedWriterTest.test_override_destructor) ... ok test_readonly_attributes (test.test_io.CBufferedWriterTest.test_readonly_attributes) ... ok test_recursive_repr (test.test_io.CBufferedWriterTest.test_recursive_repr) ... ok test_repr (test.test_io.CBufferedWriterTest.test_repr) ... ok test_sizeof (test.test_io.CBufferedWriterTest.test_sizeof) ... ok test_slow_close_from_thread (test.test_io.CBufferedWriterTest.test_slow_close_from_thread) ... ok test_threads (test.test_io.CBufferedWriterTest.test_threads) ... ok test_truncate (test.test_io.CBufferedWriterTest.test_truncate) ... ok test_truncate_after_write (test.test_io.CBufferedWriterTest.test_truncate_after_write) ... ok test_uninitialized (test.test_io.CBufferedWriterTest.test_uninitialized) ... ok test_unseekable (test.test_io.CBufferedWriterTest.test_unseekable) ... ok test_write (test.test_io.CBufferedWriterTest.test_write) ... ok test_write_and_rewind (test.test_io.CBufferedWriterTest.test_write_and_rewind) ... ok test_write_error_on_close (test.test_io.CBufferedWriterTest.test_write_error_on_close) ... ok test_write_non_blocking (test.test_io.CBufferedWriterTest.test_write_non_blocking) ... ok test_write_overflow (test.test_io.CBufferedWriterTest.test_write_overflow) ... ok test_writelines (test.test_io.CBufferedWriterTest.test_writelines) ... ok test_writelines_error (test.test_io.CBufferedWriterTest.test_writelines_error) ... ok test_writelines_userlist (test.test_io.CBufferedWriterTest.test_writelines_userlist) ... ok test_writes (test.test_io.CBufferedWriterTest.test_writes) ... ok test_writes_and_flushes (test.test_io.CBufferedWriterTest.test_writes_and_flushes) ... ok test_writes_and_seeks (test.test_io.CBufferedWriterTest.test_writes_and_seeks) ... ok test_writes_and_truncates (test.test_io.CBufferedWriterTest.test_writes_and_truncates) ... ok test_close_error_on_close (test.test_io.PyBufferedWriterTest.test_close_error_on_close) ... ok test_constructor (test.test_io.PyBufferedWriterTest.test_constructor) ... ok test_context_manager (test.test_io.PyBufferedWriterTest.test_context_manager) ... ok test_destructor (test.test_io.PyBufferedWriterTest.test_destructor) ... ok test_detach (test.test_io.PyBufferedWriterTest.test_detach) ... ok test_detach_flush (test.test_io.PyBufferedWriterTest.test_detach_flush) ... ok test_error_through_destructor (test.test_io.PyBufferedWriterTest.test_error_through_destructor) ... ok test_fileno (test.test_io.PyBufferedWriterTest.test_fileno) ... ok test_flush (test.test_io.PyBufferedWriterTest.test_flush) ... ok test_flush_error_on_close (test.test_io.PyBufferedWriterTest.test_flush_error_on_close) ... ok test_invalid_args (test.test_io.PyBufferedWriterTest.test_invalid_args) ... ok test_max_buffer_size_removal (test.test_io.PyBufferedWriterTest.test_max_buffer_size_removal) ... ok test_misbehaved_io (test.test_io.PyBufferedWriterTest.test_misbehaved_io) ... ok test_multi_close (test.test_io.PyBufferedWriterTest.test_multi_close) ... ok test_nonnormalized_close_error_on_close (test.test_io.PyBufferedWriterTest.test_nonnormalized_close_error_on_close) ... ok test_override_destructor (test.test_io.PyBufferedWriterTest.test_override_destructor) ... ok test_readonly_attributes (test.test_io.PyBufferedWriterTest.test_readonly_attributes) ... ok test_recursive_repr (test.test_io.PyBufferedWriterTest.test_recursive_repr) ... ok test_repr (test.test_io.PyBufferedWriterTest.test_repr) ... ok test_slow_close_from_thread (test.test_io.PyBufferedWriterTest.test_slow_close_from_thread) ... ok test_threads (test.test_io.PyBufferedWriterTest.test_threads) ... ok test_truncate (test.test_io.PyBufferedWriterTest.test_truncate) ... ok test_truncate_after_write (test.test_io.PyBufferedWriterTest.test_truncate_after_write) ... ok test_uninitialized (test.test_io.PyBufferedWriterTest.test_uninitialized) ... ok test_unseekable (test.test_io.PyBufferedWriterTest.test_unseekable) ... ok test_write (test.test_io.PyBufferedWriterTest.test_write) ... ok test_write_and_rewind (test.test_io.PyBufferedWriterTest.test_write_and_rewind) ... ok test_write_error_on_close (test.test_io.PyBufferedWriterTest.test_write_error_on_close) ... ok test_write_non_blocking (test.test_io.PyBufferedWriterTest.test_write_non_blocking) ... ok test_write_overflow (test.test_io.PyBufferedWriterTest.test_write_overflow) ... ok test_writelines (test.test_io.PyBufferedWriterTest.test_writelines) ... ok test_writelines_error (test.test_io.PyBufferedWriterTest.test_writelines_error) ... ok test_writelines_userlist (test.test_io.PyBufferedWriterTest.test_writelines_userlist) ... ok test_writes (test.test_io.PyBufferedWriterTest.test_writes) ... ok test_writes_and_flushes (test.test_io.PyBufferedWriterTest.test_writes_and_flushes) ... ok test_writes_and_seeks (test.test_io.PyBufferedWriterTest.test_writes_and_seeks) ... ok test_writes_and_truncates (test.test_io.PyBufferedWriterTest.test_writes_and_truncates) ... ok test_close_and_closed (test.test_io.CBufferedRWPairTest.test_close_and_closed) ... ok test_constructor (test.test_io.CBufferedRWPairTest.test_constructor) ... ok test_constructor_max_buffer_size_removal (test.test_io.CBufferedRWPairTest.test_constructor_max_buffer_size_removal) ... ok test_constructor_with_not_readable (test.test_io.CBufferedRWPairTest.test_constructor_with_not_readable) ... ok test_constructor_with_not_writeable (test.test_io.CBufferedRWPairTest.test_constructor_with_not_writeable) ... ok test_detach (test.test_io.CBufferedRWPairTest.test_detach) ... ok test_isatty (test.test_io.CBufferedRWPairTest.test_isatty) ... ok test_peek (test.test_io.CBufferedRWPairTest.test_peek) ... ok test_read (test.test_io.CBufferedRWPairTest.test_read) ... ok test_read1 (test.test_io.CBufferedRWPairTest.test_read1) ... ok test_readable (test.test_io.CBufferedRWPairTest.test_readable) ... ok test_reader_close_error_on_close (test.test_io.CBufferedRWPairTest.test_reader_close_error_on_close) ... ok test_reader_writer_close_error_on_close (test.test_io.CBufferedRWPairTest.test_reader_writer_close_error_on_close) ... ok test_readinto (test.test_io.CBufferedRWPairTest.test_readinto) ... ok test_readlines (test.test_io.CBufferedRWPairTest.test_readlines) ... ok test_seekable (test.test_io.CBufferedRWPairTest.test_seekable) ... ok test_uninitialized (test.test_io.CBufferedRWPairTest.test_uninitialized) ... ok test_weakref_clearing (test.test_io.CBufferedRWPairTest.test_weakref_clearing) ... ok test_write (test.test_io.CBufferedRWPairTest.test_write) ... ok test_writeable (test.test_io.CBufferedRWPairTest.test_writeable) ... ok test_writer_close_error_on_close (test.test_io.CBufferedRWPairTest.test_writer_close_error_on_close) ... ok test_close_and_closed (test.test_io.PyBufferedRWPairTest.test_close_and_closed) ... ok test_constructor (test.test_io.PyBufferedRWPairTest.test_constructor) ... ok test_constructor_max_buffer_size_removal (test.test_io.PyBufferedRWPairTest.test_constructor_max_buffer_size_removal) ... ok test_constructor_with_not_readable (test.test_io.PyBufferedRWPairTest.test_constructor_with_not_readable) ... ok test_constructor_with_not_writeable (test.test_io.PyBufferedRWPairTest.test_constructor_with_not_writeable) ... ok test_detach (test.test_io.PyBufferedRWPairTest.test_detach) ... ok test_isatty (test.test_io.PyBufferedRWPairTest.test_isatty) ... ok test_peek (test.test_io.PyBufferedRWPairTest.test_peek) ... ok test_read (test.test_io.PyBufferedRWPairTest.test_read) ... ok test_read1 (test.test_io.PyBufferedRWPairTest.test_read1) ... ok test_readable (test.test_io.PyBufferedRWPairTest.test_readable) ... ok test_reader_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_reader_close_error_on_close) ... ok test_reader_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_reader_writer_close_error_on_close) ... ok test_readinto (test.test_io.PyBufferedRWPairTest.test_readinto) ... ok test_readlines (test.test_io.PyBufferedRWPairTest.test_readlines) ... ok test_seekable (test.test_io.PyBufferedRWPairTest.test_seekable) ... ok test_uninitialized (test.test_io.PyBufferedRWPairTest.test_uninitialized) ... ok test_weakref_clearing (test.test_io.PyBufferedRWPairTest.test_weakref_clearing) ... ok test_write (test.test_io.PyBufferedRWPairTest.test_write) ... ok test_writeable (test.test_io.PyBufferedRWPairTest.test_writeable) ... ok test_writer_close_error_on_close (test.test_io.PyBufferedRWPairTest.test_writer_close_error_on_close) ... ok test_args_error (test.test_io.CBufferedRandomTest.test_args_error) ... ok test_buffer_freeing (test.test_io.CBufferedRandomTest.test_buffer_freeing) ... ok test_buffering (test.test_io.CBufferedRandomTest.test_buffering) ... ok test_close_error_on_close (test.test_io.CBufferedRandomTest.test_close_error_on_close) ... ok test_constructor (test.test_io.CBufferedRandomTest.test_constructor) ... ok test_context_manager (test.test_io.CBufferedRandomTest.test_context_manager) ... ok test_destructor (test.test_io.CBufferedRandomTest.test_destructor) ... ok test_detach (test.test_io.CBufferedRandomTest.test_detach) ... ok test_detach_flush (test.test_io.CBufferedRandomTest.test_detach_flush) ... ok test_error_through_destructor (test.test_io.CBufferedRandomTest.test_error_through_destructor) ... ok test_fileno (test.test_io.CBufferedRandomTest.test_fileno) ... ok test_flush (test.test_io.CBufferedRandomTest.test_flush) ... ok test_flush_and_peek (test.test_io.CBufferedRandomTest.test_flush_and_peek) ... ok test_flush_and_read (test.test_io.CBufferedRandomTest.test_flush_and_read) ... ok test_flush_and_readinto (test.test_io.CBufferedRandomTest.test_flush_and_readinto) ... ok test_flush_and_write (test.test_io.CBufferedRandomTest.test_flush_and_write) ... ok test_flush_error_on_close (test.test_io.CBufferedRandomTest.test_flush_error_on_close) ... ok test_garbage_collection (test.test_io.CBufferedRandomTest.test_garbage_collection) ... ok test_interleaved_read_write (test.test_io.CBufferedRandomTest.test_interleaved_read_write) ... ok test_interleaved_readline_write (test.test_io.CBufferedRandomTest.test_interleaved_readline_write) ... ok test_invalid_args (test.test_io.CBufferedRandomTest.test_invalid_args) ... ok test_max_buffer_size_removal (test.test_io.CBufferedRandomTest.test_max_buffer_size_removal) ... ok test_misbehaved_io (test.test_io.CBufferedRandomTest.test_misbehaved_io) ... ok test_multi_close (test.test_io.CBufferedRandomTest.test_multi_close) ... ok test_no_extraneous_read (test.test_io.CBufferedRandomTest.test_no_extraneous_read) ... ok test_nonnormalized_close_error_on_close (test.test_io.CBufferedRandomTest.test_nonnormalized_close_error_on_close) ... ok test_override_destructor (test.test_io.CBufferedRandomTest.test_override_destructor) ... ok test_read (test.test_io.CBufferedRandomTest.test_read) ... ok test_read1 (test.test_io.CBufferedRandomTest.test_read1) ... ok test_read1_arbitrary (test.test_io.CBufferedRandomTest.test_read1_arbitrary) ... ok test_read_all (test.test_io.CBufferedRandomTest.test_read_all) ... ok test_read_and_write (test.test_io.CBufferedRandomTest.test_read_and_write) ... ok test_read_non_blocking (test.test_io.CBufferedRandomTest.test_read_non_blocking) ... ok test_read_on_closed (test.test_io.CBufferedRandomTest.test_read_on_closed) ... ok test_read_past_eof (test.test_io.CBufferedRandomTest.test_read_past_eof) ... ok test_readinto (test.test_io.CBufferedRandomTest.test_readinto) ... ok test_readinto1 (test.test_io.CBufferedRandomTest.test_readinto1) ... ok test_readinto1_array (test.test_io.CBufferedRandomTest.test_readinto1_array) ... ok test_readinto_array (test.test_io.CBufferedRandomTest.test_readinto_array) ... ok test_readlines (test.test_io.CBufferedRandomTest.test_readlines) ... ok test_readonly_attributes (test.test_io.CBufferedRandomTest.test_readonly_attributes) ... ok test_recursive_repr (test.test_io.CBufferedRandomTest.test_recursive_repr) ... ok test_repr (test.test_io.CBufferedRandomTest.test_repr) ... ok test_seek_and_tell (test.test_io.CBufferedRandomTest.test_seek_and_tell) ... ok test_sizeof (test.test_io.CBufferedRandomTest.test_sizeof) ... ok test_slow_close_from_thread (test.test_io.CBufferedRandomTest.test_slow_close_from_thread) ... ok test_threads (test.test_io.CBufferedRandomTest.test_threads) ... ok test_truncate (test.test_io.CBufferedRandomTest.test_truncate) ... ok test_truncate_after_read_or_write (test.test_io.CBufferedRandomTest.test_truncate_after_read_or_write) ... ok test_truncate_after_write (test.test_io.CBufferedRandomTest.test_truncate_after_write) ... ok test_uninitialized (test.test_io.CBufferedRandomTest.test_uninitialized) ... ok test_write (test.test_io.CBufferedRandomTest.test_write) ... ok test_write_after_readahead (test.test_io.CBufferedRandomTest.test_write_after_readahead) ... ok test_write_and_rewind (test.test_io.CBufferedRandomTest.test_write_and_rewind) ... ok test_write_error_on_close (test.test_io.CBufferedRandomTest.test_write_error_on_close) ... ok test_write_non_blocking (test.test_io.CBufferedRandomTest.test_write_non_blocking) ... ok test_write_overflow (test.test_io.CBufferedRandomTest.test_write_overflow) ... ok test_write_rewind_write (test.test_io.CBufferedRandomTest.test_write_rewind_write) ... ok test_writelines (test.test_io.CBufferedRandomTest.test_writelines) ... ok test_writelines_error (test.test_io.CBufferedRandomTest.test_writelines_error) ... ok test_writelines_userlist (test.test_io.CBufferedRandomTest.test_writelines_userlist) ... ok test_writes (test.test_io.CBufferedRandomTest.test_writes) ... ok test_writes_and_flushes (test.test_io.CBufferedRandomTest.test_writes_and_flushes) ... ok test_writes_and_peek (test.test_io.CBufferedRandomTest.test_writes_and_peek) ... ok test_writes_and_read1s (test.test_io.CBufferedRandomTest.test_writes_and_read1s) ... ok test_writes_and_readintos (test.test_io.CBufferedRandomTest.test_writes_and_readintos) ... ok test_writes_and_reads (test.test_io.CBufferedRandomTest.test_writes_and_reads) ... ok test_writes_and_seeks (test.test_io.CBufferedRandomTest.test_writes_and_seeks) ... ok test_writes_and_truncates (test.test_io.CBufferedRandomTest.test_writes_and_truncates) ... ok test_buffering (test.test_io.PyBufferedRandomTest.test_buffering) ... ok test_close_error_on_close (test.test_io.PyBufferedRandomTest.test_close_error_on_close) ... ok test_constructor (test.test_io.PyBufferedRandomTest.test_constructor) ... ok test_context_manager (test.test_io.PyBufferedRandomTest.test_context_manager) ... ok test_destructor (test.test_io.PyBufferedRandomTest.test_destructor) ... ok test_detach (test.test_io.PyBufferedRandomTest.test_detach) ... ok test_detach_flush (test.test_io.PyBufferedRandomTest.test_detach_flush) ... ok test_error_through_destructor (test.test_io.PyBufferedRandomTest.test_error_through_destructor) ... ok test_fileno (test.test_io.PyBufferedRandomTest.test_fileno) ... ok test_flush (test.test_io.PyBufferedRandomTest.test_flush) ... ok test_flush_and_peek (test.test_io.PyBufferedRandomTest.test_flush_and_peek) ... ok test_flush_and_read (test.test_io.PyBufferedRandomTest.test_flush_and_read) ... ok test_flush_and_readinto (test.test_io.PyBufferedRandomTest.test_flush_and_readinto) ... ok test_flush_and_write (test.test_io.PyBufferedRandomTest.test_flush_and_write) ... ok test_flush_error_on_close (test.test_io.PyBufferedRandomTest.test_flush_error_on_close) ... ok test_interleaved_read_write (test.test_io.PyBufferedRandomTest.test_interleaved_read_write) ... ok test_interleaved_readline_write (test.test_io.PyBufferedRandomTest.test_interleaved_readline_write) ... ok test_invalid_args (test.test_io.PyBufferedRandomTest.test_invalid_args) ... ok test_max_buffer_size_removal (test.test_io.PyBufferedRandomTest.test_max_buffer_size_removal) ... ok test_misbehaved_io (test.test_io.PyBufferedRandomTest.test_misbehaved_io) ... ok test_multi_close (test.test_io.PyBufferedRandomTest.test_multi_close) ... ok test_no_extraneous_read (test.test_io.PyBufferedRandomTest.test_no_extraneous_read) ... ok test_nonnormalized_close_error_on_close (test.test_io.PyBufferedRandomTest.test_nonnormalized_close_error_on_close) ... ok test_override_destructor (test.test_io.PyBufferedRandomTest.test_override_destructor) ... ok test_read (test.test_io.PyBufferedRandomTest.test_read) ... ok test_read1 (test.test_io.PyBufferedRandomTest.test_read1) ... ok test_read1_arbitrary (test.test_io.PyBufferedRandomTest.test_read1_arbitrary) ... ok test_read_all (test.test_io.PyBufferedRandomTest.test_read_all) ... ok test_read_and_write (test.test_io.PyBufferedRandomTest.test_read_and_write) ... ok test_read_non_blocking (test.test_io.PyBufferedRandomTest.test_read_non_blocking) ... ok test_read_on_closed (test.test_io.PyBufferedRandomTest.test_read_on_closed) ... ok test_read_past_eof (test.test_io.PyBufferedRandomTest.test_read_past_eof) ... ok test_readinto (test.test_io.PyBufferedRandomTest.test_readinto) ... ok test_readinto1 (test.test_io.PyBufferedRandomTest.test_readinto1) ... ok test_readinto1_array (test.test_io.PyBufferedRandomTest.test_readinto1_array) ... ok test_readinto_array (test.test_io.PyBufferedRandomTest.test_readinto_array) ... ok test_readlines (test.test_io.PyBufferedRandomTest.test_readlines) ... ok test_readonly_attributes (test.test_io.PyBufferedRandomTest.test_readonly_attributes) ... ok test_recursive_repr (test.test_io.PyBufferedRandomTest.test_recursive_repr) ... ok test_repr (test.test_io.PyBufferedRandomTest.test_repr) ... ok test_seek_and_tell (test.test_io.PyBufferedRandomTest.test_seek_and_tell) ... ok test_slow_close_from_thread (test.test_io.PyBufferedRandomTest.test_slow_close_from_thread) ... ok test_threads (test.test_io.PyBufferedRandomTest.test_threads) ... ok test_truncate (test.test_io.PyBufferedRandomTest.test_truncate) ... ok test_truncate_after_read_or_write (test.test_io.PyBufferedRandomTest.test_truncate_after_read_or_write) ... ok test_truncate_after_write (test.test_io.PyBufferedRandomTest.test_truncate_after_write) ... ok test_uninitialized (test.test_io.PyBufferedRandomTest.test_uninitialized) ... ok test_write (test.test_io.PyBufferedRandomTest.test_write) ... ok test_write_after_readahead (test.test_io.PyBufferedRandomTest.test_write_after_readahead) ... ok test_write_and_rewind (test.test_io.PyBufferedRandomTest.test_write_and_rewind) ... ok test_write_error_on_close (test.test_io.PyBufferedRandomTest.test_write_error_on_close) ... ok test_write_non_blocking (test.test_io.PyBufferedRandomTest.test_write_non_blocking) ... ok test_write_overflow (test.test_io.PyBufferedRandomTest.test_write_overflow) ... ok test_write_rewind_write (test.test_io.PyBufferedRandomTest.test_write_rewind_write) ... ok test_writelines (test.test_io.PyBufferedRandomTest.test_writelines) ... ok test_writelines_error (test.test_io.PyBufferedRandomTest.test_writelines_error) ... ok test_writelines_userlist (test.test_io.PyBufferedRandomTest.test_writelines_userlist) ... ok test_writes (test.test_io.PyBufferedRandomTest.test_writes) ... ok test_writes_and_flushes (test.test_io.PyBufferedRandomTest.test_writes_and_flushes) ... ok test_writes_and_peek (test.test_io.PyBufferedRandomTest.test_writes_and_peek) ... ok test_writes_and_read1s (test.test_io.PyBufferedRandomTest.test_writes_and_read1s) ... ok test_writes_and_readintos (test.test_io.PyBufferedRandomTest.test_writes_and_readintos) ... ok test_writes_and_reads (test.test_io.PyBufferedRandomTest.test_writes_and_reads) ... ok test_writes_and_seeks (test.test_io.PyBufferedRandomTest.test_writes_and_seeks) ... ok test_writes_and_truncates (test.test_io.PyBufferedRandomTest.test_writes_and_truncates) ... ok test_decoder (test.test_io.StatefulIncrementalDecoderTest.test_decoder) ... ok test_newline_bytes (test.test_io.CIncrementalNewlineDecoderTest.test_newline_bytes) ... ok test_newline_decoder (test.test_io.CIncrementalNewlineDecoderTest.test_newline_decoder) ... ok test_translate (test.test_io.CIncrementalNewlineDecoderTest.test_translate) ... ok test_uninitialized (test.test_io.CIncrementalNewlineDecoderTest.test_uninitialized) ... ok test_newline_bytes (test.test_io.PyIncrementalNewlineDecoderTest.test_newline_bytes) ... ok test_newline_decoder (test.test_io.PyIncrementalNewlineDecoderTest.test_newline_decoder) ... ok test_translate (test.test_io.PyIncrementalNewlineDecoderTest.test_translate) ... ok test_append_bom (test.test_io.CTextIOWrapperTest.test_append_bom) ... ok test_basic_io (test.test_io.CTextIOWrapperTest.test_basic_io) ... ok test_bufio_write_through (test.test_io.CTextIOWrapperTest.test_bufio_write_through) ... ok test_close_error_on_close (test.test_io.CTextIOWrapperTest.test_close_error_on_close) ... ok test_constructor (test.test_io.CTextIOWrapperTest.test_constructor) ... ok test_create_at_shutdown_with_encoding (test.test_io.CTextIOWrapperTest.test_create_at_shutdown_with_encoding) ... ok test_create_at_shutdown_without_encoding (test.test_io.CTextIOWrapperTest.test_create_at_shutdown_without_encoding) ... ok test_default_encoding (test.test_io.CTextIOWrapperTest.test_default_encoding) ... ok test_del__CHUNK_SIZE_SystemError (test.test_io.CTextIOWrapperTest.test_del__CHUNK_SIZE_SystemError) ... ok test_destructor (test.test_io.CTextIOWrapperTest.test_destructor) ... ok test_detach (test.test_io.CTextIOWrapperTest.test_detach) ... ok test_encoded_writes (test.test_io.CTextIOWrapperTest.test_encoded_writes) ... ok test_encoding (test.test_io.CTextIOWrapperTest.test_encoding) ... ok test_encoding_errors_reading (test.test_io.CTextIOWrapperTest.test_encoding_errors_reading) ... ok test_encoding_errors_writing (test.test_io.CTextIOWrapperTest.test_encoding_errors_writing) ... ok test_error_through_destructor (test.test_io.CTextIOWrapperTest.test_error_through_destructor) ... ok test_errors_property (test.test_io.CTextIOWrapperTest.test_errors_property) ... ok test_flush_error_on_close (test.test_io.CTextIOWrapperTest.test_flush_error_on_close) ... ok test_garbage_collection (test.test_io.CTextIOWrapperTest.test_garbage_collection) ... ok test_illegal_decoder (test.test_io.CTextIOWrapperTest.test_illegal_decoder) ... ok test_illegal_encoder (test.test_io.CTextIOWrapperTest.test_illegal_encoder) ... ok test_initialization (test.test_io.CTextIOWrapperTest.test_initialization) ... ok test_internal_buffer_size (test.test_io.CTextIOWrapperTest.test_internal_buffer_size) ... ok test_issue1395_1 (test.test_io.CTextIOWrapperTest.test_issue1395_1) ... ok test_issue1395_2 (test.test_io.CTextIOWrapperTest.test_issue1395_2) ... ok test_issue1395_3 (test.test_io.CTextIOWrapperTest.test_issue1395_3) ... ok test_issue1395_4 (test.test_io.CTextIOWrapperTest.test_issue1395_4) ... ok test_issue1395_5 (test.test_io.CTextIOWrapperTest.test_issue1395_5) ... ok test_issue2282 (test.test_io.CTextIOWrapperTest.test_issue2282) ... ok test_issue22849 (test.test_io.CTextIOWrapperTest.test_issue22849) ... ok test_issue25862 (test.test_io.CTextIOWrapperTest.test_issue25862) ... ok test_line_buffering (test.test_io.CTextIOWrapperTest.test_line_buffering) ... ok test_multi_close (test.test_io.CTextIOWrapperTest.test_multi_close) ... ok test_multibyte_seek_and_tell (test.test_io.CTextIOWrapperTest.test_multibyte_seek_and_tell) ... ok test_newlines (test.test_io.CTextIOWrapperTest.test_newlines) ... ok test_newlines_input (test.test_io.CTextIOWrapperTest.test_newlines_input) ... ok test_newlines_output (test.test_io.CTextIOWrapperTest.test_newlines_output) ... ok test_non_text_encoding_codecs_are_rejected (test.test_io.CTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected) ... ok test_nonnormalized_close_error_on_close (test.test_io.CTextIOWrapperTest.test_nonnormalized_close_error_on_close) ... ok test_override_destructor (test.test_io.CTextIOWrapperTest.test_override_destructor) ... ok test_rawio (test.test_io.CTextIOWrapperTest.test_rawio) ... ok test_rawio_write_through (test.test_io.CTextIOWrapperTest.test_rawio_write_through) ... ok test_read_by_chunk (test.test_io.CTextIOWrapperTest.test_read_by_chunk) ... ok test_read_byteslike (test.test_io.CTextIOWrapperTest.test_read_byteslike) ... ok test_read_nonbytes (test.test_io.CTextIOWrapperTest.test_read_nonbytes) ... ok test_read_one_by_one (test.test_io.CTextIOWrapperTest.test_read_one_by_one) ... ok test_readlines (test.test_io.CTextIOWrapperTest.test_readlines) ... ok test_readonly_attributes (test.test_io.CTextIOWrapperTest.test_readonly_attributes) ... ok test_reconfigure_defaults (test.test_io.CTextIOWrapperTest.test_reconfigure_defaults) ... ok test_reconfigure_encoding_read (test.test_io.CTextIOWrapperTest.test_reconfigure_encoding_read) ... ok test_reconfigure_line_buffering (test.test_io.CTextIOWrapperTest.test_reconfigure_line_buffering) ... ok test_reconfigure_locale (test.test_io.CTextIOWrapperTest.test_reconfigure_locale) ... ok test_reconfigure_newline (test.test_io.CTextIOWrapperTest.test_reconfigure_newline) ... ok test_reconfigure_write (test.test_io.CTextIOWrapperTest.test_reconfigure_write) ... ok test_reconfigure_write_fromascii (test.test_io.CTextIOWrapperTest.test_reconfigure_write_fromascii) ... ok test_reconfigure_write_non_seekable (test.test_io.CTextIOWrapperTest.test_reconfigure_write_non_seekable) ... ok test_reconfigure_write_through (test.test_io.CTextIOWrapperTest.test_reconfigure_write_through) ... ok test_recursive_repr (test.test_io.CTextIOWrapperTest.test_recursive_repr) ... ok test_repr (test.test_io.CTextIOWrapperTest.test_repr) ... ok test_rwpair_cleared_before_textio (test.test_io.CTextIOWrapperTest.test_rwpair_cleared_before_textio) ... ok test_seek_and_tell (test.test_io.CTextIOWrapperTest.test_seek_and_tell) ... ok test_seek_append_bom (test.test_io.CTextIOWrapperTest.test_seek_append_bom) ... ok test_seek_bom (test.test_io.CTextIOWrapperTest.test_seek_bom) ... ok test_seek_with_encoder_state (test.test_io.CTextIOWrapperTest.test_seek_with_encoder_state) ... ok test_seeking (test.test_io.CTextIOWrapperTest.test_seeking) ... ok test_seeking_too (test.test_io.CTextIOWrapperTest.test_seeking_too) ... ok test_telling (test.test_io.CTextIOWrapperTest.test_telling) ... ok test_threads_write (test.test_io.CTextIOWrapperTest.test_threads_write) ... ok test_uninitialized (test.test_io.CTextIOWrapperTest.test_uninitialized) ... ok test_unreadable (test.test_io.CTextIOWrapperTest.test_unreadable) ... ok test_unseekable (test.test_io.CTextIOWrapperTest.test_unseekable) ... ok test_writelines (test.test_io.CTextIOWrapperTest.test_writelines) ... ok test_writelines_error (test.test_io.CTextIOWrapperTest.test_writelines_error) ... ok test_writelines_userlist (test.test_io.CTextIOWrapperTest.test_writelines_userlist) ... ok test_append_bom (test.test_io.PyTextIOWrapperTest.test_append_bom) ... ok test_basic_io (test.test_io.PyTextIOWrapperTest.test_basic_io) ... ok test_bufio_write_through (test.test_io.PyTextIOWrapperTest.test_bufio_write_through) ... ok test_close_error_on_close (test.test_io.PyTextIOWrapperTest.test_close_error_on_close) ... ok test_constructor (test.test_io.PyTextIOWrapperTest.test_constructor) ... ok test_create_at_shutdown_with_encoding (test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_with_encoding) ... ok test_create_at_shutdown_without_encoding (test.test_io.PyTextIOWrapperTest.test_create_at_shutdown_without_encoding) ... ok test_default_encoding (test.test_io.PyTextIOWrapperTest.test_default_encoding) ... ok test_destructor (test.test_io.PyTextIOWrapperTest.test_destructor) ... ok test_detach (test.test_io.PyTextIOWrapperTest.test_detach) ... ok test_encoded_writes (test.test_io.PyTextIOWrapperTest.test_encoded_writes) ... ok test_encoding (test.test_io.PyTextIOWrapperTest.test_encoding) ... ok test_encoding_errors_reading (test.test_io.PyTextIOWrapperTest.test_encoding_errors_reading) ... ok test_encoding_errors_writing (test.test_io.PyTextIOWrapperTest.test_encoding_errors_writing) ... ok test_error_through_destructor (test.test_io.PyTextIOWrapperTest.test_error_through_destructor) ... ok test_errors_property (test.test_io.PyTextIOWrapperTest.test_errors_property) ... ok test_flush_error_on_close (test.test_io.PyTextIOWrapperTest.test_flush_error_on_close) ... ok test_illegal_decoder (test.test_io.PyTextIOWrapperTest.test_illegal_decoder) ... ok test_illegal_encoder (test.test_io.PyTextIOWrapperTest.test_illegal_encoder) ... ok test_issue1395_1 (test.test_io.PyTextIOWrapperTest.test_issue1395_1) ... ok test_issue1395_2 (test.test_io.PyTextIOWrapperTest.test_issue1395_2) ... ok test_issue1395_3 (test.test_io.PyTextIOWrapperTest.test_issue1395_3) ... ok test_issue1395_4 (test.test_io.PyTextIOWrapperTest.test_issue1395_4) ... ok test_issue1395_5 (test.test_io.PyTextIOWrapperTest.test_issue1395_5) ... ok test_issue2282 (test.test_io.PyTextIOWrapperTest.test_issue2282) ... ok test_issue22849 (test.test_io.PyTextIOWrapperTest.test_issue22849) ... ok test_issue25862 (test.test_io.PyTextIOWrapperTest.test_issue25862) ... ok test_line_buffering (test.test_io.PyTextIOWrapperTest.test_line_buffering) ... ok test_multi_close (test.test_io.PyTextIOWrapperTest.test_multi_close) ... ok test_multibyte_seek_and_tell (test.test_io.PyTextIOWrapperTest.test_multibyte_seek_and_tell) ... ok test_newlines (test.test_io.PyTextIOWrapperTest.test_newlines) ... ok test_newlines_input (test.test_io.PyTextIOWrapperTest.test_newlines_input) ... ok test_newlines_output (test.test_io.PyTextIOWrapperTest.test_newlines_output) ... ok test_non_text_encoding_codecs_are_rejected (test.test_io.PyTextIOWrapperTest.test_non_text_encoding_codecs_are_rejected) ... ok test_nonnormalized_close_error_on_close (test.test_io.PyTextIOWrapperTest.test_nonnormalized_close_error_on_close) ... ok test_override_destructor (test.test_io.PyTextIOWrapperTest.test_override_destructor) ... ok test_rawio (test.test_io.PyTextIOWrapperTest.test_rawio) ... ok test_rawio_write_through (test.test_io.PyTextIOWrapperTest.test_rawio_write_through) ... ok test_read_by_chunk (test.test_io.PyTextIOWrapperTest.test_read_by_chunk) ... ok test_read_byteslike (test.test_io.PyTextIOWrapperTest.test_read_byteslike) ... ok test_read_nonbytes (test.test_io.PyTextIOWrapperTest.test_read_nonbytes) ... ok test_read_one_by_one (test.test_io.PyTextIOWrapperTest.test_read_one_by_one) ... ok test_readlines (test.test_io.PyTextIOWrapperTest.test_readlines) ... ok test_readonly_attributes (test.test_io.PyTextIOWrapperTest.test_readonly_attributes) ... ok test_reconfigure_defaults (test.test_io.PyTextIOWrapperTest.test_reconfigure_defaults) ... ok test_reconfigure_encoding_read (test.test_io.PyTextIOWrapperTest.test_reconfigure_encoding_read) ... ok test_reconfigure_line_buffering (test.test_io.PyTextIOWrapperTest.test_reconfigure_line_buffering) ... ok test_reconfigure_locale (test.test_io.PyTextIOWrapperTest.test_reconfigure_locale) ... ok test_reconfigure_newline (test.test_io.PyTextIOWrapperTest.test_reconfigure_newline) ... ok test_reconfigure_write (test.test_io.PyTextIOWrapperTest.test_reconfigure_write) ... ok test_reconfigure_write_fromascii (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_fromascii) ... ok test_reconfigure_write_non_seekable (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_non_seekable) ... ok test_reconfigure_write_through (test.test_io.PyTextIOWrapperTest.test_reconfigure_write_through) ... ok test_recursive_repr (test.test_io.PyTextIOWrapperTest.test_recursive_repr) ... ok test_repr (test.test_io.PyTextIOWrapperTest.test_repr) ... ok test_seek_and_tell (test.test_io.PyTextIOWrapperTest.test_seek_and_tell) ... ok test_seek_append_bom (test.test_io.PyTextIOWrapperTest.test_seek_append_bom) ... ok test_seek_bom (test.test_io.PyTextIOWrapperTest.test_seek_bom) ... ok test_seek_with_encoder_state (test.test_io.PyTextIOWrapperTest.test_seek_with_encoder_state) ... ok test_seeking (test.test_io.PyTextIOWrapperTest.test_seeking) ... ok test_seeking_too (test.test_io.PyTextIOWrapperTest.test_seeking_too) ... ok test_telling (test.test_io.PyTextIOWrapperTest.test_telling) ... ok test_threads_write (test.test_io.PyTextIOWrapperTest.test_threads_write) ... ok test_uninitialized (test.test_io.PyTextIOWrapperTest.test_uninitialized) ... ok test_unreadable (test.test_io.PyTextIOWrapperTest.test_unreadable) ... ok test_unseekable (test.test_io.PyTextIOWrapperTest.test_unseekable) ... ok test_writelines (test.test_io.PyTextIOWrapperTest.test_writelines) ... ok test_writelines_error (test.test_io.PyTextIOWrapperTest.test_writelines_error) ... ok test_writelines_userlist (test.test_io.PyTextIOWrapperTest.test_writelines_userlist) ... ok test___all__ (test.test_io.CMiscIOTest.test___all__) ... ok test_abc_inheritance (test.test_io.CMiscIOTest.test_abc_inheritance) ... ok test_abc_inheritance_official (test.test_io.CMiscIOTest.test_abc_inheritance_official) ... ok test_abcs (test.test_io.CMiscIOTest.test_abcs) ... ok test_attributes (test.test_io.CMiscIOTest.test_attributes) ... ok test_blockingioerror (test.test_io.CMiscIOTest.test_blockingioerror) ... ok test_check_encoding_errors (test.test_io.CMiscIOTest.test_check_encoding_errors) ... ok test_check_encoding_warning (test.test_io.CMiscIOTest.test_check_encoding_warning) ... ok test_create_fail (test.test_io.CMiscIOTest.test_create_fail) ... ok test_create_writes (test.test_io.CMiscIOTest.test_create_writes) ... ok test_daemon_threads_shutdown_stderr_deadlock (test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock) ... ok test_daemon_threads_shutdown_stdout_deadlock (test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stdout_deadlock) ... ok test_io_after_close (test.test_io.CMiscIOTest.test_io_after_close) ... ok test_nonblock_pipe_write_bigbuf (test.test_io.CMiscIOTest.test_nonblock_pipe_write_bigbuf) ... ok test_nonblock_pipe_write_smallbuf (test.test_io.CMiscIOTest.test_nonblock_pipe_write_smallbuf) ... ok test_open_allargs (test.test_io.CMiscIOTest.test_open_allargs) ... ok test_open_pipe_with_append (test.test_io.CMiscIOTest.test_open_pipe_with_append) ... ok test_openwrapper (test.test_io.CMiscIOTest.test_openwrapper) ... ok test_pickling (test.test_io.CMiscIOTest.test_pickling) ... ok test_readinto_buffer_overflow (test.test_io.CMiscIOTest.test_readinto_buffer_overflow) ... ok test_removed_u_mode (test.test_io.CMiscIOTest.test_removed_u_mode) ... ok test_text_encoding (test.test_io.CMiscIOTest.test_text_encoding) ... ok test_warn_on_dealloc (test.test_io.CMiscIOTest.test_warn_on_dealloc) ... ok test_warn_on_dealloc_fd (test.test_io.CMiscIOTest.test_warn_on_dealloc_fd) ... ok test___all__ (test.test_io.PyMiscIOTest.test___all__) ... ok test_abc_inheritance (test.test_io.PyMiscIOTest.test_abc_inheritance) ... ok test_abc_inheritance_official (test.test_io.PyMiscIOTest.test_abc_inheritance_official) ... ok test_abcs (test.test_io.PyMiscIOTest.test_abcs) ... ok test_attributes (test.test_io.PyMiscIOTest.test_attributes) ... ok test_blockingioerror (test.test_io.PyMiscIOTest.test_blockingioerror) ... ok test_check_encoding_errors (test.test_io.PyMiscIOTest.test_check_encoding_errors) ... ok test_check_encoding_warning (test.test_io.PyMiscIOTest.test_check_encoding_warning) ... ok test_create_fail (test.test_io.PyMiscIOTest.test_create_fail) ... ok test_create_writes (test.test_io.PyMiscIOTest.test_create_writes) ... ok test_io_after_close (test.test_io.PyMiscIOTest.test_io_after_close) ... ok test_nonblock_pipe_write_bigbuf (test.test_io.PyMiscIOTest.test_nonblock_pipe_write_bigbuf) ... ok test_nonblock_pipe_write_smallbuf (test.test_io.PyMiscIOTest.test_nonblock_pipe_write_smallbuf) ... ok test_open_allargs (test.test_io.PyMiscIOTest.test_open_allargs) ... ok test_open_pipe_with_append (test.test_io.PyMiscIOTest.test_open_pipe_with_append) ... ok test_openwrapper (test.test_io.PyMiscIOTest.test_openwrapper) ... ok test_pickling (test.test_io.PyMiscIOTest.test_pickling) ... ok test_removed_u_mode (test.test_io.PyMiscIOTest.test_removed_u_mode) ... ok test_text_encoding (test.test_io.PyMiscIOTest.test_text_encoding) ... ok test_warn_on_dealloc (test.test_io.PyMiscIOTest.test_warn_on_dealloc) ... ok test_warn_on_dealloc_fd (test.test_io.PyMiscIOTest.test_warn_on_dealloc_fd) ... ok test_interrupted_read_retry_buffered (test.test_io.CSignalsTest.test_interrupted_read_retry_buffered) ... ok test_interrupted_read_retry_text (test.test_io.CSignalsTest.test_interrupted_read_retry_text) ... ok test_interrupted_write_buffered (test.test_io.CSignalsTest.test_interrupted_write_buffered) ... ok test_interrupted_write_retry_buffered (test.test_io.CSignalsTest.test_interrupted_write_retry_buffered) ... ok test_interrupted_write_retry_text (test.test_io.CSignalsTest.test_interrupted_write_retry_text) ... ok test_interrupted_write_text (test.test_io.CSignalsTest.test_interrupted_write_text) ... ok test_interrupted_write_unbuffered (test.test_io.CSignalsTest.test_interrupted_write_unbuffered) ... ok test_reentrant_write_buffered (test.test_io.CSignalsTest.test_reentrant_write_buffered) ... ok test_reentrant_write_text (test.test_io.CSignalsTest.test_reentrant_write_text) ... ok test_interrupted_read_retry_buffered (test.test_io.PySignalsTest.test_interrupted_read_retry_buffered) ... ok test_interrupted_read_retry_text (test.test_io.PySignalsTest.test_interrupted_read_retry_text) ... ok test_interrupted_write_buffered (test.test_io.PySignalsTest.test_interrupted_write_buffered) ... ok test_interrupted_write_retry_buffered (test.test_io.PySignalsTest.test_interrupted_write_retry_buffered) ... ok test_interrupted_write_retry_text (test.test_io.PySignalsTest.test_interrupted_write_retry_text) ... ok test_interrupted_write_text (test.test_io.PySignalsTest.test_interrupted_write_text) ... ok test_interrupted_write_unbuffered (test.test_io.PySignalsTest.test_interrupted_write_unbuffered) ... ok ---------------------------------------------------------------------- Ran 626 tests in 41.932s OK (skipped=2) 0:08:25 load avg: 0.77 [198/432/1] test_ioctl -- test_io passed in 42.5 sec test_ioctl (test.test_ioctl.IoctlTests.test_ioctl) ... ok test_ioctl_mutate (test.test_ioctl.IoctlTests.test_ioctl_mutate) ... ok test_ioctl_mutate_1024 (test.test_ioctl.IoctlTests.test_ioctl_mutate_1024) ... ok test_ioctl_mutate_2048 (test.test_ioctl.IoctlTests.test_ioctl_mutate_2048) ... ok test_ioctl_signed_unsigned_code_param (test.test_ioctl.IoctlTests.test_ioctl_signed_unsigned_code_param) ... ok ---------------------------------------------------------------------- Ran 5 tests in 0.000s OK 0:08:26 load avg: 0.77 [199/432/1] test_ipaddress test_bad_address_split (test.test_ipaddress.AddressTestCase_v4.test_bad_address_split) ... ok test_bad_packed_length (test.test_ipaddress.AddressTestCase_v4.test_bad_packed_length) ... ok test_empty_address (test.test_ipaddress.AddressTestCase_v4.test_empty_address) ... ok test_empty_octet (test.test_ipaddress.AddressTestCase_v4.test_empty_octet) ... ok test_floats_rejected (test.test_ipaddress.AddressTestCase_v4.test_floats_rejected) ... ok test_format (test.test_ipaddress.AddressTestCase_v4.test_format) ... ok test_int (test.test_ipaddress.AddressTestCase_v4.test_int) ... ok test_invalid_characters (test.test_ipaddress.AddressTestCase_v4.test_invalid_characters) ... ok test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v4.test_large_ints_rejected) ... ok test_leading_zeros (test.test_ipaddress.AddressTestCase_v4.test_leading_zeros) ... ok test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v4.test_negative_ints_rejected) ... ok test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v4.test_network_passed_as_address) ... ok test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v4.test_not_an_index_issue15559) ... ok test_octet_length (test.test_ipaddress.AddressTestCase_v4.test_octet_length) ... ok test_octet_limit (test.test_ipaddress.AddressTestCase_v4.test_octet_limit) ... ok test_packed (test.test_ipaddress.AddressTestCase_v4.test_packed) ... ok test_pickle (test.test_ipaddress.AddressTestCase_v4.test_pickle) ... ok test_weakref (test.test_ipaddress.AddressTestCase_v4.test_weakref) ... ok test_bad_address_split_v6_leading_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_leading_colon) ... ok test_bad_address_split_v6_not_enough_parts (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_not_enough_parts) ... ok test_bad_address_split_v6_repeated_double_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_repeated_double_colon) ... ok test_bad_address_split_v6_too_many_colons (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_colons) ... ok test_bad_address_split_v6_too_many_parts (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_too_many_parts) ... ok 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) ... ok test_bad_address_split_v6_trailing_colon (test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_trailing_colon) ... ok test_bad_packed_length (test.test_ipaddress.AddressTestCase_v6.test_bad_packed_length) ... ok test_bad_v4_part_in (test.test_ipaddress.AddressTestCase_v6.test_bad_v4_part_in) ... ok test_blank_scope_id (test.test_ipaddress.AddressTestCase_v6.test_blank_scope_id) ... ok test_empty_address (test.test_ipaddress.AddressTestCase_v6.test_empty_address) ... ok test_floats_rejected (test.test_ipaddress.AddressTestCase_v6.test_floats_rejected) ... ok test_format (test.test_ipaddress.AddressTestCase_v6.test_format) ... ok test_int (test.test_ipaddress.AddressTestCase_v6.test_int) ... ok test_invalid_characters (test.test_ipaddress.AddressTestCase_v6.test_invalid_characters) ... ok test_invalid_scope_id_with_percent (test.test_ipaddress.AddressTestCase_v6.test_invalid_scope_id_with_percent) ... ok test_large_ints_rejected (test.test_ipaddress.AddressTestCase_v6.test_large_ints_rejected) ... ok test_leading_zeros (test.test_ipaddress.AddressTestCase_v6.test_leading_zeros) ... ok test_negative_ints_rejected (test.test_ipaddress.AddressTestCase_v6.test_negative_ints_rejected) ... ok test_network_passed_as_address (test.test_ipaddress.AddressTestCase_v6.test_network_passed_as_address) ... ok test_not_an_index_issue15559 (test.test_ipaddress.AddressTestCase_v6.test_not_an_index_issue15559) ... ok test_packed (test.test_ipaddress.AddressTestCase_v6.test_packed) ... ok test_part_length (test.test_ipaddress.AddressTestCase_v6.test_part_length) ... ok test_pickle (test.test_ipaddress.AddressTestCase_v6.test_pickle) ... ok test_weakref (test.test_ipaddress.AddressTestCase_v6.test_weakref) ... ok test_containment (test.test_ipaddress.ComparisonTests.test_containment) ... ok test_foreign_type_equality (test.test_ipaddress.ComparisonTests.test_foreign_type_equality) ... ok test_foreign_type_ordering (test.test_ipaddress.ComparisonTests.test_foreign_type_ordering) ... ok test_incompatible_versions (test.test_ipaddress.ComparisonTests.test_incompatible_versions) ... ok test_mixed_type_equality (test.test_ipaddress.ComparisonTests.test_mixed_type_equality) ... ok test_mixed_type_key (test.test_ipaddress.ComparisonTests.test_mixed_type_key) ... ok test_mixed_type_ordering (test.test_ipaddress.ComparisonTests.test_mixed_type_ordering) ... ok test_same_type_equality (test.test_ipaddress.ComparisonTests.test_same_type_equality) ... ok test_same_type_ordering (test.test_ipaddress.ComparisonTests.test_same_type_ordering) ... ok test_scoped_ipv6_equality (test.test_ipaddress.ComparisonTests.test_scoped_ipv6_equality) ... ok test_v4_with_v6_scoped_equality (test.test_ipaddress.ComparisonTests.test_v4_with_v6_scoped_equality) ... ok test_ip_address (test.test_ipaddress.FactoryFunctionErrors.test_ip_address) ... ok test_ip_interface (test.test_ipaddress.FactoryFunctionErrors.test_ip_interface) ... ok test_ip_network (test.test_ipaddress.FactoryFunctionErrors.test_ip_network) ... ok test_address_errors (test.test_ipaddress.InterfaceTestCase_v4.test_address_errors) ... ok test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v4.test_bad_packed_length) ... ok test_empty_address (test.test_ipaddress.InterfaceTestCase_v4.test_empty_address) ... ok test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_floats_rejected) ... ok test_int (test.test_ipaddress.InterfaceTestCase_v4.test_int) ... ok test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_large_ints_rejected) ... ok test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v4.test_leading_zeros) ... ok test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v4.test_negative_ints_rejected) ... ok test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v4.test_netmask_errors) ... ok test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v4.test_netmask_in_tuple_errors) ... ok test_no_mask (test.test_ipaddress.InterfaceTestCase_v4.test_no_mask) ... ok test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v4.test_not_an_index_issue15559) ... ok test_packed (test.test_ipaddress.InterfaceTestCase_v4.test_packed) ... ok test_pickle (test.test_ipaddress.InterfaceTestCase_v4.test_pickle) ... ok test_split_netmask (test.test_ipaddress.InterfaceTestCase_v4.test_split_netmask) ... ok test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v4.test_valid_netmask) ... ok test_address_errors (test.test_ipaddress.InterfaceTestCase_v6.test_address_errors) ... ok test_bad_packed_length (test.test_ipaddress.InterfaceTestCase_v6.test_bad_packed_length) ... ok test_blank_scope_id (test.test_ipaddress.InterfaceTestCase_v6.test_blank_scope_id) ... ok test_empty_address (test.test_ipaddress.InterfaceTestCase_v6.test_empty_address) ... ok test_floats_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_floats_rejected) ... ok test_int (test.test_ipaddress.InterfaceTestCase_v6.test_int) ... ok test_invalid_scope_id_with_percent (test.test_ipaddress.InterfaceTestCase_v6.test_invalid_scope_id_with_percent) ... ok test_large_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_large_ints_rejected) ... ok test_leading_zeros (test.test_ipaddress.InterfaceTestCase_v6.test_leading_zeros) ... ok test_negative_ints_rejected (test.test_ipaddress.InterfaceTestCase_v6.test_negative_ints_rejected) ... ok test_netmask_errors (test.test_ipaddress.InterfaceTestCase_v6.test_netmask_errors) ... ok test_netmask_in_tuple_errors (test.test_ipaddress.InterfaceTestCase_v6.test_netmask_in_tuple_errors) ... ok test_no_mask (test.test_ipaddress.InterfaceTestCase_v6.test_no_mask) ... ok test_not_an_index_issue15559 (test.test_ipaddress.InterfaceTestCase_v6.test_not_an_index_issue15559) ... ok test_packed (test.test_ipaddress.InterfaceTestCase_v6.test_packed) ... ok test_pickle (test.test_ipaddress.InterfaceTestCase_v6.test_pickle) ... ok test_split_netmask (test.test_ipaddress.InterfaceTestCase_v6.test_split_netmask) ... ok test_valid_netmask (test.test_ipaddress.InterfaceTestCase_v6.test_valid_netmask) ... ok testAddrExclude (test.test_ipaddress.IpaddrUnitTest.testAddrExclude) ... ok testAddressComparison (test.test_ipaddress.IpaddrUnitTest.testAddressComparison) ... ok testAddressIntMath (test.test_ipaddress.IpaddrUnitTest.testAddressIntMath) ... ok testCollapsing (test.test_ipaddress.IpaddrUnitTest.testCollapsing) ... ok testCompressIPv6Address (test.test_ipaddress.IpaddrUnitTest.testCompressIPv6Address) ... ok testContains (test.test_ipaddress.IpaddrUnitTest.testContains) ... ok testCopyConstructor (test.test_ipaddress.IpaddrUnitTest.testCopyConstructor) ... ok testEmbeddedIpv4 (test.test_ipaddress.IpaddrUnitTest.testEmbeddedIpv4) ... ok testEqual (test.test_ipaddress.IpaddrUnitTest.testEqual) ... ok testExplodeShortHandIpStr (test.test_ipaddress.IpaddrUnitTest.testExplodeShortHandIpStr) ... ok testFancySubnetting (test.test_ipaddress.IpaddrUnitTest.testFancySubnetting) ... ok testForceVersion (test.test_ipaddress.IpaddrUnitTest.testForceVersion) ... ok testGetBroadcast (test.test_ipaddress.IpaddrUnitTest.testGetBroadcast) ... ok testGetIp (test.test_ipaddress.IpaddrUnitTest.testGetIp) ... ok testGetNetmask (test.test_ipaddress.IpaddrUnitTest.testGetNetmask) ... ok testGetNetwork (test.test_ipaddress.IpaddrUnitTest.testGetNetwork) ... ok testGetNum_Addresses (test.test_ipaddress.IpaddrUnitTest.testGetNum_Addresses) ... ok testGetPrefixlen (test.test_ipaddress.IpaddrUnitTest.testGetPrefixlen) ... ok testGetScopeId (test.test_ipaddress.IpaddrUnitTest.testGetScopeId) ... ok testGetSubnetForSingle128 (test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle128) ... ok testGetSubnetForSingle32 (test.test_ipaddress.IpaddrUnitTest.testGetSubnetForSingle32) ... ok testGetSubnets (test.test_ipaddress.IpaddrUnitTest.testGetSubnets) ... ok testGetSubnets3 (test.test_ipaddress.IpaddrUnitTest.testGetSubnets3) ... ok testGetSupernet (test.test_ipaddress.IpaddrUnitTest.testGetSupernet) ... ok testGetSupernet3 (test.test_ipaddress.IpaddrUnitTest.testGetSupernet3) ... ok testGetSupernet4 (test.test_ipaddress.IpaddrUnitTest.testGetSupernet4) ... ok testGetitem (test.test_ipaddress.IpaddrUnitTest.testGetitem) ... ok testHash (test.test_ipaddress.IpaddrUnitTest.testHash) ... ok testHosts (test.test_ipaddress.IpaddrUnitTest.testHosts) ... ok testIPBases (test.test_ipaddress.IpaddrUnitTest.testIPBases) ... ok testIPVersion (test.test_ipaddress.IpaddrUnitTest.testIPVersion) ... ok testIPv4Net (test.test_ipaddress.IpaddrUnitTest.testIPv4Net) ... ok testIPv4NetworkHelpers (test.test_ipaddress.IpaddrUnitTest.testIPv4NetworkHelpers) ... ok testIPv4Tuple (test.test_ipaddress.IpaddrUnitTest.testIPv4Tuple) ... ok testIPv6AddressTooLarge (test.test_ipaddress.IpaddrUnitTest.testIPv6AddressTooLarge) ... ok testIPv6NetworkHelpers (test.test_ipaddress.IpaddrUnitTest.testIPv6NetworkHelpers) ... ok testIPv6Tuple (test.test_ipaddress.IpaddrUnitTest.testIPv6Tuple) ... ok testIntRepresentation (test.test_ipaddress.IpaddrUnitTest.testIntRepresentation) ... ok testInterfaceComparison (test.test_ipaddress.IpaddrUnitTest.testInterfaceComparison) ... ok testInternals (test.test_ipaddress.IpaddrUnitTest.testInternals) ... ok testInvalidIntToBytes (test.test_ipaddress.IpaddrUnitTest.testInvalidIntToBytes) ... ok testIpFromInt (test.test_ipaddress.IpaddrUnitTest.testIpFromInt) ... ok testIpFromPacked (test.test_ipaddress.IpaddrUnitTest.testIpFromPacked) ... ok testIpType (test.test_ipaddress.IpaddrUnitTest.testIpType) ... ok testIpv4Mapped (test.test_ipaddress.IpaddrUnitTest.testIpv4Mapped) ... ok testIpv4MappedPrivateCheck (test.test_ipaddress.IpaddrUnitTest.testIpv4MappedPrivateCheck) ... ok testMaxPrefixLength (test.test_ipaddress.IpaddrUnitTest.testMaxPrefixLength) ... ok testNetworkComparison (test.test_ipaddress.IpaddrUnitTest.testNetworkComparison) ... ok testNetworkElementCaching (test.test_ipaddress.IpaddrUnitTest.testNetworkElementCaching) ... ok testNotEqual (test.test_ipaddress.IpaddrUnitTest.testNotEqual) ... ok testNth (test.test_ipaddress.IpaddrUnitTest.testNth) ... ok testOverlaps (test.test_ipaddress.IpaddrUnitTest.testOverlaps) ... ok testPacked (test.test_ipaddress.IpaddrUnitTest.testPacked) ... ok testPrivateNetworks (test.test_ipaddress.IpaddrUnitTest.testPrivateNetworks) ... ok testRepr (test.test_ipaddress.IpaddrUnitTest.testRepr) ... ok testReservedIpv4 (test.test_ipaddress.IpaddrUnitTest.testReservedIpv4) ... ok testReservedIpv6 (test.test_ipaddress.IpaddrUnitTest.testReservedIpv6) ... ok testReversePointer (test.test_ipaddress.IpaddrUnitTest.testReversePointer) ... ok testSlash0Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash0Constructor) ... ok testSlash128Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash128Constructor) ... ok testSlash32Constructor (test.test_ipaddress.IpaddrUnitTest.testSlash32Constructor) ... ok testStrictNetworks (test.test_ipaddress.IpaddrUnitTest.testStrictNetworks) ... ok testSubnet2 (test.test_ipaddress.IpaddrUnitTest.testSubnet2) ... ok testSubnetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForLargeCidrDiff) ... ok testSubnetFailsForNegativeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSubnetFailsForNegativeCidrDiff) ... ok testSummarizing (test.test_ipaddress.IpaddrUnitTest.testSummarizing) ... ok testSupernetFailsForLargeCidrDiff (test.test_ipaddress.IpaddrUnitTest.testSupernetFailsForLargeCidrDiff) ... ok testTeredo (test.test_ipaddress.IpaddrUnitTest.testTeredo) ... ok testV4HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest.testV4HashIsNotConstant) ... ok testV6HashIsNotConstant (test.test_ipaddress.IpaddrUnitTest.testV6HashIsNotConstant) ... ok testWithStar (test.test_ipaddress.IpaddrUnitTest.testWithStar) ... ok testZeroNetmask (test.test_ipaddress.IpaddrUnitTest.testZeroNetmask) ... ok testsixtofour (test.test_ipaddress.IpaddrUnitTest.testsixtofour) ... ok test_address_errors (test.test_ipaddress.NetworkTestCase_v4.test_address_errors) ... ok test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v4.test_bad_packed_length) ... ok test_empty_address (test.test_ipaddress.NetworkTestCase_v4.test_empty_address) ... ok test_floats_rejected (test.test_ipaddress.NetworkTestCase_v4.test_floats_rejected) ... ok test_int (test.test_ipaddress.NetworkTestCase_v4.test_int) ... ok test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v4.test_large_ints_rejected) ... ok test_leading_zeros (test.test_ipaddress.NetworkTestCase_v4.test_leading_zeros) ... ok test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v4.test_negative_ints_rejected) ... ok test_netmask_errors (test.test_ipaddress.NetworkTestCase_v4.test_netmask_errors) ... ok test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v4.test_netmask_in_tuple_errors) ... ok test_no_mask (test.test_ipaddress.NetworkTestCase_v4.test_no_mask) ... ok test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v4.test_not_an_index_issue15559) ... ok test_packed (test.test_ipaddress.NetworkTestCase_v4.test_packed) ... ok test_pickle (test.test_ipaddress.NetworkTestCase_v4.test_pickle) ... ok test_split_netmask (test.test_ipaddress.NetworkTestCase_v4.test_split_netmask) ... ok test_subnet_of (test.test_ipaddress.NetworkTestCase_v4.test_subnet_of) ... ok test_subnet_of_mixed_types (test.test_ipaddress.NetworkTestCase_v4.test_subnet_of_mixed_types) ... ok test_supernet_of (test.test_ipaddress.NetworkTestCase_v4.test_supernet_of) ... ok test_valid_netmask (test.test_ipaddress.NetworkTestCase_v4.test_valid_netmask) ... ok test_address_errors (test.test_ipaddress.NetworkTestCase_v6.test_address_errors) ... ok test_bad_packed_length (test.test_ipaddress.NetworkTestCase_v6.test_bad_packed_length) ... ok test_blank_scope_id (test.test_ipaddress.NetworkTestCase_v6.test_blank_scope_id) ... ok test_empty_address (test.test_ipaddress.NetworkTestCase_v6.test_empty_address) ... ok test_floats_rejected (test.test_ipaddress.NetworkTestCase_v6.test_floats_rejected) ... ok test_int (test.test_ipaddress.NetworkTestCase_v6.test_int) ... ok test_invalid_scope_id_with_percent (test.test_ipaddress.NetworkTestCase_v6.test_invalid_scope_id_with_percent) ... ok test_large_ints_rejected (test.test_ipaddress.NetworkTestCase_v6.test_large_ints_rejected) ... ok test_leading_zeros (test.test_ipaddress.NetworkTestCase_v6.test_leading_zeros) ... ok test_negative_ints_rejected (test.test_ipaddress.NetworkTestCase_v6.test_negative_ints_rejected) ... ok test_netmask_errors (test.test_ipaddress.NetworkTestCase_v6.test_netmask_errors) ... ok test_netmask_in_tuple_errors (test.test_ipaddress.NetworkTestCase_v6.test_netmask_in_tuple_errors) ... ok test_no_mask (test.test_ipaddress.NetworkTestCase_v6.test_no_mask) ... ok test_not_an_index_issue15559 (test.test_ipaddress.NetworkTestCase_v6.test_not_an_index_issue15559) ... ok test_packed (test.test_ipaddress.NetworkTestCase_v6.test_packed) ... ok test_pickle (test.test_ipaddress.NetworkTestCase_v6.test_pickle) ... ok test_split_netmask (test.test_ipaddress.NetworkTestCase_v6.test_split_netmask) ... ok test_subnet_of (test.test_ipaddress.NetworkTestCase_v6.test_subnet_of) ... ok test_supernet_of (test.test_ipaddress.NetworkTestCase_v6.test_supernet_of) ... ok test_valid_netmask (test.test_ipaddress.NetworkTestCase_v6.test_valid_netmask) ... ok ---------------------------------------------------------------------- Ran 203 tests in 0.045s OK 0:08:26 load avg: 0.77 [200/432/1] test_isinstance test_bases_raises_other_than_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_bases_raises_other_than_attribute_error) ... ok test_class_has_no_bases (test.test_isinstance.TestIsInstanceExceptions.test_class_has_no_bases) ... ok test_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_dont_mask_non_attribute_error) ... ok test_isinstance_dont_mask_non_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_isinstance_dont_mask_non_attribute_error) ... ok test_mask_attribute_error (test.test_isinstance.TestIsInstanceExceptions.test_mask_attribute_error) ... ok test_infinite_cycle_in_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_cycle_in_bases) Regression test for bpo-30570. ... ok test_infinite_recursion_in_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_in_bases) ... ok test_infinite_recursion_via_bases_tuple (test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_via_bases_tuple) Regression test for bpo-30570. ... ok test_infinitely_many_bases (test.test_isinstance.TestIsInstanceIsSubclass.test_infinitely_many_bases) Regression test for bpo-30570. ... ok test_isinstance_abstract (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_abstract) ... ok test_isinstance_normal (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_normal) ... ok test_isinstance_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_recursion_limit) ... ok test_isinstance_with_or_union (test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_with_or_union) ... ok test_issubclass_refcount_handling (test.test_isinstance.TestIsInstanceIsSubclass.test_issubclass_refcount_handling) ... ok test_subclass_abstract (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_abstract) ... ok test_subclass_normal (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_normal) ... ok test_subclass_recursion_limit (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_recursion_limit) ... ok test_subclass_tuple (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_tuple) ... ok test_subclass_with_union (test.test_isinstance.TestIsInstanceIsSubclass.test_subclass_with_union) ... ok test_dont_mask_non_attribute_error (test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error) ... ok test_dont_mask_non_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions.test_dont_mask_non_attribute_error_in_cls_arg) ... ok test_mask_attribute_error (test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error) ... ok test_mask_attribute_error_in_cls_arg (test.test_isinstance.TestIsSubclassExceptions.test_mask_attribute_error_in_cls_arg) ... ok ---------------------------------------------------------------------- Ran 23 tests in 0.001s OK 0:08:27 load avg: 0.78 [201/432/1] test_iter test_3720 (test.test_iter.TestCase.test_3720) ... ok test_builtin_filter (test.test_iter.TestCase.test_builtin_filter) ... ok test_builtin_list (test.test_iter.TestCase.test_builtin_list) ... ok test_builtin_map (test.test_iter.TestCase.test_builtin_map) ... ok test_builtin_max_min (test.test_iter.TestCase.test_builtin_max_min) ... ok test_builtin_tuple (test.test_iter.TestCase.test_builtin_tuple) ... ok test_builtin_zip (test.test_iter.TestCase.test_builtin_zip) ... ok test_countOf (test.test_iter.TestCase.test_countOf) ... ok test_error_iter (test.test_iter.TestCase.test_error_iter) ... ok test_exception_function (test.test_iter.TestCase.test_exception_function) ... ok test_exception_sequence (test.test_iter.TestCase.test_exception_sequence) ... ok test_extending_list_with_iterator_does_not_segfault (test.test_iter.TestCase.test_extending_list_with_iterator_does_not_segfault) ... ok test_free_after_iterating (test.test_iter.TestCase.test_free_after_iterating) ... ok test_in_and_not_in (test.test_iter.TestCase.test_in_and_not_in) ... ok test_indexOf (test.test_iter.TestCase.test_indexOf) ... ok test_iter_basic (test.test_iter.TestCase.test_iter_basic) ... ok test_iter_big_range (test.test_iter.TestCase.test_iter_big_range) ... ok test_iter_callable (test.test_iter.TestCase.test_iter_callable) ... ok test_iter_class_for (test.test_iter.TestCase.test_iter_class_for) ... ok test_iter_class_iter (test.test_iter.TestCase.test_iter_class_iter) ... ok test_iter_dict (test.test_iter.TestCase.test_iter_dict) ... ok test_iter_empty (test.test_iter.TestCase.test_iter_empty) ... ok test_iter_file (test.test_iter.TestCase.test_iter_file) ... ok test_iter_for_loop (test.test_iter.TestCase.test_iter_for_loop) ... ok test_iter_function (test.test_iter.TestCase.test_iter_function) ... ok test_iter_function_concealing_reentrant_exhaustion (test.test_iter.TestCase.test_iter_function_concealing_reentrant_exhaustion) ... ok test_iter_function_stop (test.test_iter.TestCase.test_iter_function_stop) ... ok test_iter_idempotency (test.test_iter.TestCase.test_iter_idempotency) ... ok test_iter_independence (test.test_iter.TestCase.test_iter_independence) ... ok test_iter_neg_setstate (test.test_iter.TestCase.test_iter_neg_setstate) ... ok test_iter_overflow (test.test_iter.TestCase.test_iter_overflow) ... ok test_iter_range (test.test_iter.TestCase.test_iter_range) ... ok test_iter_string (test.test_iter.TestCase.test_iter_string) ... ok test_iter_tuple (test.test_iter.TestCase.test_iter_tuple) ... ok test_mutating_seq_class_exhausted_iter (test.test_iter.TestCase.test_mutating_seq_class_exhausted_iter) ... ok test_mutating_seq_class_iter_pickle (test.test_iter.TestCase.test_mutating_seq_class_iter_pickle) ... ok test_nested_comprehensions_for (test.test_iter.TestCase.test_nested_comprehensions_for) ... ok test_nested_comprehensions_iter (test.test_iter.TestCase.test_nested_comprehensions_iter) ... ok test_new_style_iter_class (test.test_iter.TestCase.test_new_style_iter_class) ... ok test_reduce_mutating_builtins_iter (test.test_iter.TestCase.test_reduce_mutating_builtins_iter) ... ok test_ref_counting_behavior (test.test_iter.TestCase.test_ref_counting_behavior) ... ok test_seq_class_for (test.test_iter.TestCase.test_seq_class_for) ... ok test_seq_class_iter (test.test_iter.TestCase.test_seq_class_iter) ... ok test_sinkstate_callable (test.test_iter.TestCase.test_sinkstate_callable) ... ok test_sinkstate_dict (test.test_iter.TestCase.test_sinkstate_dict) ... ok test_sinkstate_enumerate (test.test_iter.TestCase.test_sinkstate_enumerate) ... ok test_sinkstate_list (test.test_iter.TestCase.test_sinkstate_list) ... ok test_sinkstate_range (test.test_iter.TestCase.test_sinkstate_range) ... ok test_sinkstate_sequence (test.test_iter.TestCase.test_sinkstate_sequence) ... ok test_sinkstate_string (test.test_iter.TestCase.test_sinkstate_string) ... ok test_sinkstate_tuple (test.test_iter.TestCase.test_sinkstate_tuple) ... ok test_sinkstate_yield (test.test_iter.TestCase.test_sinkstate_yield) ... ok test_stop_sequence (test.test_iter.TestCase.test_stop_sequence) ... ok test_unicode_join_endcase (test.test_iter.TestCase.test_unicode_join_endcase) ... ok test_unpack_iter (test.test_iter.TestCase.test_unpack_iter) ... ok test_writelines (test.test_iter.TestCase.test_writelines) ... ok ---------------------------------------------------------------------- Ran 56 tests in 0.147s OK 0:08:27 load avg: 0.78 [202/432/1] test_iterlen test_immutable_during_iteration (test.test_iterlen.TestDeque.test_immutable_during_iteration) ... ok test_invariant (test.test_iterlen.TestDeque.test_invariant) ... ok test_immutable_during_iteration (test.test_iterlen.TestDequeReversed.test_immutable_during_iteration) ... ok test_invariant (test.test_iterlen.TestDequeReversed.test_invariant) ... ok test_immutable_during_iteration (test.test_iterlen.TestDictItems.test_immutable_during_iteration) ... ok test_invariant (test.test_iterlen.TestDictItems.test_invariant) ... ok test_immutable_during_iteration (test.test_iterlen.TestDictKeys.test_immutable_during_iteration) ... ok test_invariant (test.test_iterlen.TestDictKeys.test_invariant) ... ok test_immutable_during_iteration (test.test_iterlen.TestDictValues.test_immutable_during_iteration) ... ok test_invariant (test.test_iterlen.TestDictValues.test_invariant) ... ok test_invalid_hint (test.test_iterlen.TestLengthHintExceptions.test_invalid_hint) ... ok test_issue1242657 (test.test_iterlen.TestLengthHintExceptions.test_issue1242657) ... ok test_invariant (test.test_iterlen.TestList.test_invariant) ... ok test_mutation (test.test_iterlen.TestList.test_mutation) ... ok test_invariant (test.test_iterlen.TestListReversed.test_invariant) ... ok test_mutation (test.test_iterlen.TestListReversed.test_mutation) ... ok test_invariant (test.test_iterlen.TestRepeat.test_invariant) ... ok test_immutable_during_iteration (test.test_iterlen.TestSet.test_immutable_during_iteration) ... ok test_invariant (test.test_iterlen.TestSet.test_invariant) ... ok test_invariant (test.test_iterlen.TestTuple.test_invariant) ... ok test_invariant (test.test_iterlen.TestXrange.test_invariant) ... ok test_invariant (test.test_iterlen.TestXrangeCustomReversed.test_invariant) ... ok ---------------------------------------------------------------------- Ran 22 tests in 0.001s OK 0:08:28 load avg: 0.78 [203/432/1] test_itertools test_repeat (test.test_itertools.LengthTransparency.test_repeat) ... ok test_repeat_with_negative_times (test.test_itertools.LengthTransparency.test_repeat_with_negative_times) ... ok test_issue30347_1 (test.test_itertools.RegressionTests.test_issue30347_1) ... ok test_issue30347_2 (test.test_itertools.RegressionTests.test_issue30347_2) ... ok test_long_chain_of_empty_iterables (test.test_itertools.RegressionTests.test_long_chain_of_empty_iterables) ... ok test_sf_793826 (test.test_itertools.RegressionTests.test_sf_793826) ... ok test_sf_950057 (test.test_itertools.RegressionTests.test_sf_950057) ... ok test_combinations_sizeof (test.test_itertools.SizeofTest.test_combinations_sizeof) ... ok test_combinations_with_replacement_sizeof (test.test_itertools.SizeofTest.test_combinations_with_replacement_sizeof) ... ok test_permutations_sizeof (test.test_itertools.SizeofTest.test_permutations_sizeof) ... ok test_product_sizeof (test.test_itertools.SizeofTest.test_product_sizeof) ... ok test_keywords_in_subclass (test.test_itertools.SubclassWithKwargsTest.test_keywords_in_subclass) ... ok test_StopIteration (test.test_itertools.TestBasicOps.test_StopIteration) ... ok test_accumulate (test.test_itertools.TestBasicOps.test_accumulate) ... ok test_bug_7244 (test.test_itertools.TestBasicOps.test_bug_7244) ... ok test_chain (test.test_itertools.TestBasicOps.test_chain) ... ok test_chain_from_iterable (test.test_itertools.TestBasicOps.test_chain_from_iterable) ... ok test_chain_reducible (test.test_itertools.TestBasicOps.test_chain_reducible) ... ok test_chain_setstate (test.test_itertools.TestBasicOps.test_chain_setstate) ... ok test_combinations (test.test_itertools.TestBasicOps.test_combinations) ... ok test_combinations_overflow (test.test_itertools.TestBasicOps.test_combinations_overflow) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_combinations_result_gc (test.test_itertools.TestBasicOps.test_combinations_result_gc) ... ok test_combinations_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_tuple_reuse) ... ok test_combinations_with_replacement (test.test_itertools.TestBasicOps.test_combinations_with_replacement) ... ok test_combinations_with_replacement_overflow (test.test_itertools.TestBasicOps.test_combinations_with_replacement_overflow) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_combinations_with_replacement_result_gc (test.test_itertools.TestBasicOps.test_combinations_with_replacement_result_gc) ... ok test_combinations_with_replacement_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_with_replacement_tuple_reuse) ... ok test_combinatorics (test.test_itertools.TestBasicOps.test_combinatorics) ... ok test_compress (test.test_itertools.TestBasicOps.test_compress) ... ok test_count (test.test_itertools.TestBasicOps.test_count) ... ok test_count_with_stride (test.test_itertools.TestBasicOps.test_count_with_stride) ... ok test_cycle (test.test_itertools.TestBasicOps.test_cycle) ... ok test_cycle_copy_pickle (test.test_itertools.TestBasicOps.test_cycle_copy_pickle) ... ok test_cycle_setstate (test.test_itertools.TestBasicOps.test_cycle_setstate) ... ok test_cycle_unpickle_compat (test.test_itertools.TestBasicOps.test_cycle_unpickle_compat) ... ok test_dropwhile (test.test_itertools.TestBasicOps.test_dropwhile) ... ok test_filter (test.test_itertools.TestBasicOps.test_filter) ... ok test_filterfalse (test.test_itertools.TestBasicOps.test_filterfalse) ... ok test_groupby (test.test_itertools.TestBasicOps.test_groupby) ... ok test_islice (test.test_itertools.TestBasicOps.test_islice) ... ok test_map (test.test_itertools.TestBasicOps.test_map) ... ok test_pairwise (test.test_itertools.TestBasicOps.test_pairwise) ... ok test_permutations (test.test_itertools.TestBasicOps.test_permutations) ... ok test_permutations_overflow (test.test_itertools.TestBasicOps.test_permutations_overflow) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_permutations_result_gc (test.test_itertools.TestBasicOps.test_permutations_result_gc) ... ok test_permutations_tuple_reuse (test.test_itertools.TestBasicOps.test_permutations_tuple_reuse) ... ok test_product (test.test_itertools.TestBasicOps.test_product) ... ok test_product_issue_25021 (test.test_itertools.TestBasicOps.test_product_issue_25021) ... ok test_product_overflow (test.test_itertools.TestBasicOps.test_product_overflow) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_product_pickling (test.test_itertools.TestBasicOps.test_product_pickling) ... ok test_product_result_gc (test.test_itertools.TestBasicOps.test_product_result_gc) ... ok test_product_tuple_reuse (test.test_itertools.TestBasicOps.test_product_tuple_reuse) ... ok test_repeat (test.test_itertools.TestBasicOps.test_repeat) ... ok test_repeat_with_negative_times (test.test_itertools.TestBasicOps.test_repeat_with_negative_times) ... ok test_starmap (test.test_itertools.TestBasicOps.test_starmap) ... ok test_takewhile (test.test_itertools.TestBasicOps.test_takewhile) ... ok test_tee (test.test_itertools.TestBasicOps.test_tee) ... ok test_tee_concurrent (test.test_itertools.TestBasicOps.test_tee_concurrent) ... ok test_tee_del_backward (test.test_itertools.TestBasicOps.test_tee_del_backward) ... ok test_tee_reenter (test.test_itertools.TestBasicOps.test_tee_reenter) ... ok test_zip (test.test_itertools.TestBasicOps.test_zip) ... ok test_zip_longest_bad_iterable (test.test_itertools.TestBasicOps.test_zip_longest_bad_iterable) ... ok test_zip_longest_pickling (test.test_itertools.TestBasicOps.test_zip_longest_pickling) ... ok test_zip_longest_result_gc (test.test_itertools.TestBasicOps.test_zip_longest_result_gc) ... ok test_zip_longest_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_longest_tuple_reuse) ... ok test_zip_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_tuple_reuse) ... ok test_ziplongest (test.test_itertools.TestBasicOps.test_ziplongest) ... ok test_accumulate (test.test_itertools.TestExamples.test_accumulate) ... ok test_accumulate_reducible (test.test_itertools.TestExamples.test_accumulate_reducible) ... ok test_accumulate_reducible_none (test.test_itertools.TestExamples.test_accumulate_reducible_none) ... ok test_chain (test.test_itertools.TestExamples.test_chain) ... ok test_chain_from_iterable (test.test_itertools.TestExamples.test_chain_from_iterable) ... ok test_combinations (test.test_itertools.TestExamples.test_combinations) ... ok test_combinations_with_replacement (test.test_itertools.TestExamples.test_combinations_with_replacement) ... ok test_compress (test.test_itertools.TestExamples.test_compress) ... ok test_count (test.test_itertools.TestExamples.test_count) ... ok test_cycle (test.test_itertools.TestExamples.test_cycle) ... ok test_dropwhile (test.test_itertools.TestExamples.test_dropwhile) ... ok test_filter (test.test_itertools.TestExamples.test_filter) ... ok test_filterfalse (test.test_itertools.TestExamples.test_filterfalse) ... ok test_groupby (test.test_itertools.TestExamples.test_groupby) ... ok test_islice (test.test_itertools.TestExamples.test_islice) ... ok test_map (test.test_itertools.TestExamples.test_map) ... ok test_permutations (test.test_itertools.TestExamples.test_permutations) ... ok test_product (test.test_itertools.TestExamples.test_product) ... ok test_repeat (test.test_itertools.TestExamples.test_repeat) ... ok test_stapmap (test.test_itertools.TestExamples.test_stapmap) ... ok test_takewhile (test.test_itertools.TestExamples.test_takewhile) ... ok test_zip (test.test_itertools.TestExamples.test_zip) ... ok test_zip_longest (test.test_itertools.TestExamples.test_zip_longest) ... ok test_accumulate (test.test_itertools.TestGC.test_accumulate) ... ok test_chain (test.test_itertools.TestGC.test_chain) ... ok test_chain_from_iterable (test.test_itertools.TestGC.test_chain_from_iterable) ... ok test_combinations (test.test_itertools.TestGC.test_combinations) ... ok test_combinations_with_replacement (test.test_itertools.TestGC.test_combinations_with_replacement) ... ok test_compress (test.test_itertools.TestGC.test_compress) ... ok test_count (test.test_itertools.TestGC.test_count) ... ok test_cycle (test.test_itertools.TestGC.test_cycle) ... ok test_dropwhile (test.test_itertools.TestGC.test_dropwhile) ... ok test_filter (test.test_itertools.TestGC.test_filter) ... ok test_filterfalse (test.test_itertools.TestGC.test_filterfalse) ... ok test_groupby (test.test_itertools.TestGC.test_groupby) ... ok test_islice (test.test_itertools.TestGC.test_islice) ... ok test_issue2246 (test.test_itertools.TestGC.test_issue2246) ... ok test_map (test.test_itertools.TestGC.test_map) ... ok test_pairwise (test.test_itertools.TestGC.test_pairwise) ... ok test_permutations (test.test_itertools.TestGC.test_permutations) ... ok test_product (test.test_itertools.TestGC.test_product) ... ok test_repeat (test.test_itertools.TestGC.test_repeat) ... ok test_starmap (test.test_itertools.TestGC.test_starmap) ... ok test_takewhile (test.test_itertools.TestGC.test_takewhile) ... ok test_zip (test.test_itertools.TestGC.test_zip) ... ok test_zip_longest (test.test_itertools.TestGC.test_zip_longest) ... ok test_islice_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_islice_recipe) ... ok test_accumulate (test.test_itertools.TestVariousIteratorArgs.test_accumulate) ... ok test_chain (test.test_itertools.TestVariousIteratorArgs.test_chain) ... ok test_compress (test.test_itertools.TestVariousIteratorArgs.test_compress) ... ok test_cycle (test.test_itertools.TestVariousIteratorArgs.test_cycle) ... ok test_dropwhile (test.test_itertools.TestVariousIteratorArgs.test_dropwhile) ... ok test_filter (test.test_itertools.TestVariousIteratorArgs.test_filter) ... ok test_filterfalse (test.test_itertools.TestVariousIteratorArgs.test_filterfalse) ... ok test_groupby (test.test_itertools.TestVariousIteratorArgs.test_groupby) ... ok test_islice (test.test_itertools.TestVariousIteratorArgs.test_islice) ... ok test_map (test.test_itertools.TestVariousIteratorArgs.test_map) ... ok test_pairwise (test.test_itertools.TestVariousIteratorArgs.test_pairwise) ... ok test_product (test.test_itertools.TestVariousIteratorArgs.test_product) ... ok test_starmap (test.test_itertools.TestVariousIteratorArgs.test_starmap) ... ok test_takewhile (test.test_itertools.TestVariousIteratorArgs.test_takewhile) ... ok test_tee (test.test_itertools.TestVariousIteratorArgs.test_tee) ... ok test_zip (test.test_itertools.TestVariousIteratorArgs.test_zip) ... ok test_ziplongest (test.test_itertools.TestVariousIteratorArgs.test_ziplongest) ... ok ---------------------------------------------------------------------- Ran 131 tests in 1.877s OK (skipped=4) 0:08:30 load avg: 0.78 [204/432/1] test_json json () Doctest: json ... ok encode (json.encoder.JSONEncoder) Doctest: json.encoder.JSONEncoder.encode ... ok test_pyjson (test.test_json.TestPyTest.test_pyjson) ... ok test_cjson (test.test_json.TestCTest.test_cjson) ... ok json () Doctest: json ... ok encode (json.encoder.JSONEncoder) Doctest: json.encoder.JSONEncoder.encode ... ok test_pyjson (test.test_json.TestPyTest.test_pyjson) ... ok test_cjson (test.test_json.TestCTest.test_cjson) ... ok test_decimal (test.test_json.test_decode.TestCDecode.test_decimal) ... ok test_decoder_optimizations (test.test_json.test_decode.TestCDecode.test_decoder_optimizations) ... ok test_empty_objects (test.test_json.test_decode.TestCDecode.test_empty_objects) ... ok test_extra_data (test.test_json.test_decode.TestCDecode.test_extra_data) ... ok test_float (test.test_json.test_decode.TestCDecode.test_float) ... ok test_invalid_escape (test.test_json.test_decode.TestCDecode.test_invalid_escape) ... ok test_invalid_input_type (test.test_json.test_decode.TestCDecode.test_invalid_input_type) ... ok test_keys_reuse (test.test_json.test_decode.TestCDecode.test_keys_reuse) ... ok test_limit_int (test.test_json.test_decode.TestCDecode.test_limit_int) ... ok test_negative_index (test.test_json.test_decode.TestCDecode.test_negative_index) ... ok test_object_pairs_hook (test.test_json.test_decode.TestCDecode.test_object_pairs_hook) ... ok test_string_with_utf8_bom (test.test_json.test_decode.TestCDecode.test_string_with_utf8_bom) ... ok test_decimal (test.test_json.test_decode.TestPyDecode.test_decimal) ... ok test_decoder_optimizations (test.test_json.test_decode.TestPyDecode.test_decoder_optimizations) ... ok test_empty_objects (test.test_json.test_decode.TestPyDecode.test_empty_objects) ... ok test_extra_data (test.test_json.test_decode.TestPyDecode.test_extra_data) ... ok test_float (test.test_json.test_decode.TestPyDecode.test_float) ... ok test_invalid_escape (test.test_json.test_decode.TestPyDecode.test_invalid_escape) ... ok test_invalid_input_type (test.test_json.test_decode.TestPyDecode.test_invalid_input_type) ... ok test_keys_reuse (test.test_json.test_decode.TestPyDecode.test_keys_reuse) ... ok test_limit_int (test.test_json.test_decode.TestPyDecode.test_limit_int) ... ok test_negative_index (test.test_json.test_decode.TestPyDecode.test_negative_index) ... ok test_object_pairs_hook (test.test_json.test_decode.TestPyDecode.test_object_pairs_hook) ... ok test_string_with_utf8_bom (test.test_json.test_decode.TestPyDecode.test_string_with_utf8_bom) ... ok test_default (test.test_json.test_default.TestCDefault.test_default) ... ok test_default (test.test_json.test_default.TestPyDefault.test_default) ... ok test_dump (test.test_json.test_dump.TestCDump.test_dump) ... ok test_dump_skipkeys (test.test_json.test_dump.TestCDump.test_dump_skipkeys) ... ok test_dumps (test.test_json.test_dump.TestCDump.test_dumps) ... ok test_encode_evil_dict (test.test_json.test_dump.TestCDump.test_encode_evil_dict) ... ok test_encode_mutated (test.test_json.test_dump.TestCDump.test_encode_mutated) ... ok test_encode_truefalse (test.test_json.test_dump.TestCDump.test_encode_truefalse) ... ok test_large_list (test.test_json.test_dump.TestCDump.test_large_list) ... ok test_dump (test.test_json.test_dump.TestPyDump.test_dump) ... ok test_dump_skipkeys (test.test_json.test_dump.TestPyDump.test_dump_skipkeys) ... ok test_dumps (test.test_json.test_dump.TestPyDump.test_dumps) ... ok test_encode_evil_dict (test.test_json.test_dump.TestPyDump.test_encode_evil_dict) ... ok test_encode_mutated (test.test_json.test_dump.TestPyDump.test_encode_mutated) ... ok test_encode_truefalse (test.test_json.test_dump.TestPyDump.test_encode_truefalse) ... ok test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_encode_basestring_ascii) ... ok test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_ordered_dict) ... ok test_overflow (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_overflow) ... skipped 'not enough memory: 8589934592.0G minimum needed' test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestCEncodeBasestringAscii.test_sorted_dict) ... ok test_encode_basestring_ascii (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_encode_basestring_ascii) ... ok test_ordered_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_ordered_dict) ... ok test_sorted_dict (test.test_json.test_encode_basestring_ascii.TestPyEncodeBasestringAscii.test_sorted_dict) ... ok test_dict_keys (test.test_json.test_enum.TestCEnum.test_dict_keys) ... ok test_dict_values (test.test_json.test_enum.TestCEnum.test_dict_values) ... ok test_floats (test.test_json.test_enum.TestCEnum.test_floats) ... ok test_ints (test.test_json.test_enum.TestCEnum.test_ints) ... ok test_list (test.test_json.test_enum.TestCEnum.test_list) ... ok test_weird_floats (test.test_json.test_enum.TestCEnum.test_weird_floats) ... ok test_dict_keys (test.test_json.test_enum.TestPyEnum.test_dict_keys) ... ok test_dict_values (test.test_json.test_enum.TestPyEnum.test_dict_values) ... ok test_floats (test.test_json.test_enum.TestPyEnum.test_floats) ... ok test_ints (test.test_json.test_enum.TestPyEnum.test_ints) ... ok test_list (test.test_json.test_enum.TestPyEnum.test_list) ... ok test_weird_floats (test.test_json.test_enum.TestPyEnum.test_weird_floats) ... ok test_extra_data (test.test_json.test_fail.TestCFail.test_extra_data) ... ok test_failures (test.test_json.test_fail.TestCFail.test_failures) ... ok test_linecol (test.test_json.test_fail.TestCFail.test_linecol) ... ok test_non_string_keys_dict (test.test_json.test_fail.TestCFail.test_non_string_keys_dict) ... ok test_not_serializable (test.test_json.test_fail.TestCFail.test_not_serializable) ... ok test_truncated_input (test.test_json.test_fail.TestCFail.test_truncated_input) ... ok test_unexpected_data (test.test_json.test_fail.TestCFail.test_unexpected_data) ... ok test_extra_data (test.test_json.test_fail.TestPyFail.test_extra_data) ... ok test_failures (test.test_json.test_fail.TestPyFail.test_failures) ... ok test_linecol (test.test_json.test_fail.TestPyFail.test_linecol) ... ok test_non_string_keys_dict (test.test_json.test_fail.TestPyFail.test_non_string_keys_dict) ... ok test_not_serializable (test.test_json.test_fail.TestPyFail.test_not_serializable) ... ok test_truncated_input (test.test_json.test_fail.TestPyFail.test_truncated_input) ... ok test_unexpected_data (test.test_json.test_fail.TestPyFail.test_unexpected_data) ... ok test_allow_nan (test.test_json.test_float.TestCFloat.test_allow_nan) ... ok test_floats (test.test_json.test_float.TestCFloat.test_floats) ... ok test_ints (test.test_json.test_float.TestCFloat.test_ints) ... ok test_out_of_range (test.test_json.test_float.TestCFloat.test_out_of_range) ... ok test_allow_nan (test.test_json.test_float.TestPyFloat.test_allow_nan) ... ok test_floats (test.test_json.test_float.TestPyFloat.test_floats) ... ok test_ints (test.test_json.test_float.TestPyFloat.test_ints) ... ok test_out_of_range (test.test_json.test_float.TestPyFloat.test_out_of_range) ... ok test_indent (test.test_json.test_indent.TestCIndent.test_indent) ... ok test_indent0 (test.test_json.test_indent.TestCIndent.test_indent0) ... ok test_indent (test.test_json.test_indent.TestPyIndent.test_indent) ... ok test_indent0 (test.test_json.test_indent.TestPyIndent.test_indent0) ... ok test_parse (test.test_json.test_pass1.TestCPass1.test_parse) ... ok test_parse (test.test_json.test_pass1.TestPyPass1.test_parse) ... ok test_parse (test.test_json.test_pass2.TestCPass2.test_parse) ... ok test_parse (test.test_json.test_pass2.TestPyPass2.test_parse) ... ok test_parse (test.test_json.test_pass3.TestCPass3.test_parse) ... ok test_parse (test.test_json.test_pass3.TestPyPass3.test_parse) ... ok test_defaultrecursion (test.test_json.test_recursion.TestCRecursion.test_defaultrecursion) ... ok test_dictrecursion (test.test_json.test_recursion.TestCRecursion.test_dictrecursion) ... ok test_endless_recursion (test.test_json.test_recursion.TestCRecursion.test_endless_recursion) ... ok test_highly_nested_objects_decoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_decoding) ... ok test_highly_nested_objects_encoding (test.test_json.test_recursion.TestCRecursion.test_highly_nested_objects_encoding) ... ok test_listrecursion (test.test_json.test_recursion.TestCRecursion.test_listrecursion) ... ok test_defaultrecursion (test.test_json.test_recursion.TestPyRecursion.test_defaultrecursion) ... ok test_dictrecursion (test.test_json.test_recursion.TestPyRecursion.test_dictrecursion) ... ok test_endless_recursion (test.test_json.test_recursion.TestPyRecursion.test_endless_recursion) ... ok test_highly_nested_objects_decoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_decoding) ... ok test_highly_nested_objects_encoding (test.test_json.test_recursion.TestPyRecursion.test_highly_nested_objects_encoding) ... ok test_listrecursion (test.test_json.test_recursion.TestPyRecursion.test_listrecursion) ... ok test_bad_escapes (test.test_json.test_scanstring.TestCScanstring.test_bad_escapes) ... ok test_overflow (test.test_json.test_scanstring.TestCScanstring.test_overflow) ... ok test_scanstring (test.test_json.test_scanstring.TestCScanstring.test_scanstring) ... ok test_surrogates (test.test_json.test_scanstring.TestCScanstring.test_surrogates) ... ok test_bad_escapes (test.test_json.test_scanstring.TestPyScanstring.test_bad_escapes) ... ok test_overflow (test.test_json.test_scanstring.TestPyScanstring.test_overflow) ... ok test_scanstring (test.test_json.test_scanstring.TestPyScanstring.test_scanstring) ... ok test_surrogates (test.test_json.test_scanstring.TestPyScanstring.test_surrogates) ... ok test_illegal_separators (test.test_json.test_separators.TestCSeparators.test_illegal_separators) ... ok test_separators (test.test_json.test_separators.TestCSeparators.test_separators) ... ok test_illegal_separators (test.test_json.test_separators.TestPySeparators.test_illegal_separators) ... ok test_separators (test.test_json.test_separators.TestPySeparators.test_separators) ... ok test_bad_bool_args (test.test_json.test_speedups.TestDecode.test_bad_bool_args) ... ok test_make_scanner (test.test_json.test_speedups.TestDecode.test_make_scanner) ... ok test_bad_bool_args (test.test_json.test_speedups.TestEncode.test_bad_bool_args) ... ok test_bad_markers_argument_to_encoder (test.test_json.test_speedups.TestEncode.test_bad_markers_argument_to_encoder) ... ok test_bad_str_encoder (test.test_json.test_speedups.TestEncode.test_bad_str_encoder) ... ok test_make_encoder (test.test_json.test_speedups.TestEncode.test_make_encoder) ... ok test_unsortable_keys (test.test_json.test_speedups.TestEncode.test_unsortable_keys) ... ok test_encode_basestring_ascii (test.test_json.test_speedups.TestSpeedups.test_encode_basestring_ascii) ... ok test_scanstring (test.test_json.test_speedups.TestSpeedups.test_scanstring) ... ok test_broken_pipe_error (test.test_json.test_tool.TestTool.test_broken_pipe_error) ... ok test_compact (test.test_json.test_tool.TestTool.test_compact) ... ok test_ensure_ascii_default (test.test_json.test_tool.TestTool.test_ensure_ascii_default) ... ok test_help_flag (test.test_json.test_tool.TestTool.test_help_flag) ... ok test_indent (test.test_json.test_tool.TestTool.test_indent) ... ok test_infile_outfile (test.test_json.test_tool.TestTool.test_infile_outfile) ... ok test_infile_stdout (test.test_json.test_tool.TestTool.test_infile_stdout) ... ok test_jsonlines (test.test_json.test_tool.TestTool.test_jsonlines) ... ok test_no_ensure_ascii_flag (test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag) ... ok test_no_indent (test.test_json.test_tool.TestTool.test_no_indent) ... ok test_non_ascii_infile (test.test_json.test_tool.TestTool.test_non_ascii_infile) ... ok test_sort_keys_flag (test.test_json.test_tool.TestTool.test_sort_keys_flag) ... ok test_stdin_stdout (test.test_json.test_tool.TestTool.test_stdin_stdout) ... ok test_tab (test.test_json.test_tool.TestTool.test_tab) ... ok test_writing_in_place (test.test_json.test_tool.TestTool.test_writing_in_place) ... ok test_big_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_decode) ... ok test_big_unicode_encode (test.test_json.test_unicode.TestCUnicode.test_big_unicode_encode) ... ok test_bytes_decode (test.test_json.test_unicode.TestCUnicode.test_bytes_decode) ... ok test_bytes_encode (test.test_json.test_unicode.TestCUnicode.test_bytes_encode) ... ok test_encoding3 (test.test_json.test_unicode.TestCUnicode.test_encoding3) ... ok test_encoding4 (test.test_json.test_unicode.TestCUnicode.test_encoding4) ... ok test_encoding5 (test.test_json.test_unicode.TestCUnicode.test_encoding5) ... ok test_encoding6 (test.test_json.test_unicode.TestCUnicode.test_encoding6) ... ok test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestCUnicode.test_object_pairs_hook_with_unicode) ... ok test_unicode_decode (test.test_json.test_unicode.TestCUnicode.test_unicode_decode) ... ok test_unicode_preservation (test.test_json.test_unicode.TestCUnicode.test_unicode_preservation) ... ok test_big_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_decode) ... ok test_big_unicode_encode (test.test_json.test_unicode.TestPyUnicode.test_big_unicode_encode) ... ok test_bytes_decode (test.test_json.test_unicode.TestPyUnicode.test_bytes_decode) ... ok test_bytes_encode (test.test_json.test_unicode.TestPyUnicode.test_bytes_encode) ... ok test_encoding3 (test.test_json.test_unicode.TestPyUnicode.test_encoding3) ... ok test_encoding4 (test.test_json.test_unicode.TestPyUnicode.test_encoding4) ... ok test_encoding5 (test.test_json.test_unicode.TestPyUnicode.test_encoding5) ... ok test_encoding6 (test.test_json.test_unicode.TestPyUnicode.test_encoding6) ... ok test_object_pairs_hook_with_unicode (test.test_json.test_unicode.TestPyUnicode.test_object_pairs_hook_with_unicode) ... ok test_unicode_decode (test.test_json.test_unicode.TestPyUnicode.test_unicode_decode) ... ok test_unicode_preservation (test.test_json.test_unicode.TestPyUnicode.test_unicode_preservation) ... ok ---------------------------------------------------------------------- Ran 168 tests in 0.933s OK (skipped=1) 0:08:32 load avg: 0.88 [205/432/1] test_keyword test_all_keywords_fail_to_be_used_as_names (test.test_keyword.Test_iskeyword.test_all_keywords_fail_to_be_used_as_names) ... ok test_all_soft_keywords_can_be_used_as_names (test.test_keyword.Test_iskeyword.test_all_soft_keywords_can_be_used_as_names) ... ok test_async_and_await_are_keywords (test.test_keyword.Test_iskeyword.test_async_and_await_are_keywords) ... ok test_changing_the_kwlist_does_not_affect_iskeyword (test.test_keyword.Test_iskeyword.test_changing_the_kwlist_does_not_affect_iskeyword) ... ok test_changing_the_softkwlist_does_not_affect_issoftkeyword (test.test_keyword.Test_iskeyword.test_changing_the_softkwlist_does_not_affect_issoftkeyword) ... ok test_keywords_are_sorted (test.test_keyword.Test_iskeyword.test_keywords_are_sorted) ... ok test_match_and_case_are_soft_keywords (test.test_keyword.Test_iskeyword.test_match_and_case_are_soft_keywords) ... ok test_none_value_is_not_a_keyword (test.test_keyword.Test_iskeyword.test_none_value_is_not_a_keyword) ... ok test_softkeywords_are_sorted (test.test_keyword.Test_iskeyword.test_softkeywords_are_sorted) ... ok test_true_is_a_keyword (test.test_keyword.Test_iskeyword.test_true_is_a_keyword) ... ok test_uppercase_true_is_not_a_keyword (test.test_keyword.Test_iskeyword.test_uppercase_true_is_not_a_keyword) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.001s OK 0:08:33 load avg: 0.88 [206/432/1] test_keywordonlyarg testFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testFunctionCall) ... ok testKwDefaults (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testKwDefaults) ... ok testRaiseErrorFuncallWithUnexpectedKeywordArgument (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testRaiseErrorFuncallWithUnexpectedKeywordArgument) ... ok testSyntaxErrorForFunctionCall (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionCall) ... ok testSyntaxErrorForFunctionDefinition (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxErrorForFunctionDefinition) ... ok testSyntaxForManyArguments (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testSyntaxForManyArguments) ... ok testTooManyPositionalErrorMessage (test.test_keywordonlyarg.KeywordOnlyArgTestCase.testTooManyPositionalErrorMessage) ... ok test_default_evaluation_order (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_default_evaluation_order) ... ok test_issue13343 (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_issue13343) ... ok test_kwonly_methods (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_kwonly_methods) ... ok test_mangling (test.test_keywordonlyarg.KeywordOnlyArgTestCase.test_mangling) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.001s OK 0:08:33 load avg: 0.88 [207/432/1] test_kqueue test_kqueue skipped -- test works only on BSD 0:08:33 load avg: 0.88 [208/432/1] test_largefile -- test_kqueue skipped test_large_read (test.test_largefile.CLargeFileTest.test_large_read) ... skipped 'not enough memory: 4.7G minimum needed' test_lseek (test.test_largefile.CLargeFileTest.test_lseek) ... ok test_osstat (test.test_largefile.CLargeFileTest.test_osstat) ... ok test_seek_read (test.test_largefile.CLargeFileTest.test_seek_read) ... ok test_seekable (test.test_largefile.CLargeFileTest.test_seekable) ... ok test_truncate (test.test_largefile.CLargeFileTest.test_truncate) ... ok test_large_read (test.test_largefile.PyLargeFileTest.test_large_read) ... skipped 'not enough memory: 4.7G minimum needed' test_lseek (test.test_largefile.PyLargeFileTest.test_lseek) ... ok test_osstat (test.test_largefile.PyLargeFileTest.test_osstat) ... ok test_seek_read (test.test_largefile.PyLargeFileTest.test_seek_read) ... ok test_seekable (test.test_largefile.PyLargeFileTest.test_seekable) ... ok test_truncate (test.test_largefile.PyLargeFileTest.test_truncate) ... ok test_it (test.test_largefile.TestCopyfile.test_it) ... ok test_it (test.test_largefile.TestSocketSendfile.test_it) ... ok ---------------------------------------------------------------------- Ran 14 tests in 6.562s OK (skipped=2) 0:08:41 load avg: 0.97 [209/432/1] test_launcher test_launcher skipped -- test only applies to Windows 0:08:41 load avg: 0.97 [210/432/1] test_lib2to3 -- test_launcher skipped test_all_project_files (lib2to3.tests.test_all_fixers.Test_all.test_all_project_files) ... Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/btm_utils.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixer_util.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pygram.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/patcomp.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/__main__.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/main.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/btm_matcher.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/__init__.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixer_base.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pytree.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/refactor.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/token.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/literals.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/pgen.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/parse.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/grammar.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/driver.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/__init__.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/conv.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/tokenize.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/support.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_refactor.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_pytree.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_main.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_util.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/__main__.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_parser.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/__init__.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/pytree_idempotency.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_fixers.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_all_fixers.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/py3_test_grammar.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/py2_test_grammar.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/bom.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/crlf.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/infinite_recursion.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/different_encoding.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/false_encoding.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/bad_order.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/parrot_example.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_except.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_set_literal.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_sys_exc.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_getcwdu.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_throw.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_imports2.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_next.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_methodattrs.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_dict.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_zip.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_idioms.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_buffer.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_has_key.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_asserts.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_tuple_params.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_execfile.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_ne.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_print.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_raw_input.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_import.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_long.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_apply.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_map.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_numliterals.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_nonzero.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_filter.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_input.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_paren.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_itertools_imports.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_reduce.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_raise.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_imports.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/__init__.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_metaclass.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_itertools.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_operator.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_exitfunc.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_funcattrs.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_repr.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_ws_comma.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_unicode.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_basestring.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_exec.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_xrange.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_future.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_urllib.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_reload.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_isinstance.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_standarderror.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_types.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_intern.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_renames.py Refactor file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_xreadlines.py ok test_1 (lib2to3.tests.test_fixers.Test_apply.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_apply.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_apply.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_apply.test_4) ... ok test_5 (lib2to3.tests.test_fixers.Test_apply.test_5) ... ok test_6 (lib2to3.tests.test_fixers.Test_apply.test_6) ... ok test_call (lib2to3.tests.test_fixers.Test_apply.test_call) ... ok test_complex_1 (lib2to3.tests.test_fixers.Test_apply.test_complex_1) ... ok test_complex_2 (lib2to3.tests.test_fixers.Test_apply.test_complex_2) ... ok test_complex_3 (lib2to3.tests.test_fixers.Test_apply.test_complex_3) ... ok test_dotted_name (lib2to3.tests.test_fixers.Test_apply.test_dotted_name) ... ok test_extreme (lib2to3.tests.test_fixers.Test_apply.test_extreme) ... ok test_space_1 (lib2to3.tests.test_fixers.Test_apply.test_space_1) ... ok test_space_2 (lib2to3.tests.test_fixers.Test_apply.test_space_2) ... ok test_subscript (lib2to3.tests.test_fixers.Test_apply.test_subscript) ... ok test_unchanged_1 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_1) ... ok test_unchanged_2 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_2) ... ok test_unchanged_3 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_3) ... ok test_unchanged_4 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_4) ... ok test_unchanged_5 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_5) ... ok test_unchanged_6 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_6) ... ok test_unchanged_6b (lib2to3.tests.test_fixers.Test_apply.test_unchanged_6b) ... ok test_unchanged_7 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_7) ... ok test_unchanged_8 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_8) ... ok test_unchanged_9 (lib2to3.tests.test_fixers.Test_apply.test_unchanged_9) ... ok test_weird_comments (lib2to3.tests.test_fixers.Test_apply.test_weird_comments) ... ok test_deprecated_names (lib2to3.tests.test_fixers.Test_asserts.test_deprecated_names) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_asserts.test_unchanged) ... ok test_variants (lib2to3.tests.test_fixers.Test_asserts.test_variants) ... ok test_basestring (lib2to3.tests.test_fixers.Test_basestring.test_basestring) ... ok test_buffer (lib2to3.tests.test_fixers.Test_buffer.test_buffer) ... ok test_slicing (lib2to3.tests.test_fixers.Test_buffer.test_slicing) ... ok test_01 (lib2to3.tests.test_fixers.Test_dict.test_01) ... ok test_02 (lib2to3.tests.test_fixers.Test_dict.test_02) ... ok test_03 (lib2to3.tests.test_fixers.Test_dict.test_03) ... ok test_04 (lib2to3.tests.test_fixers.Test_dict.test_04) ... ok test_05 (lib2to3.tests.test_fixers.Test_dict.test_05) ... ok test_06 (lib2to3.tests.test_fixers.Test_dict.test_06) ... ok test_07 (lib2to3.tests.test_fixers.Test_dict.test_07) ... ok test_08 (lib2to3.tests.test_fixers.Test_dict.test_08) ... ok test_09 (lib2to3.tests.test_fixers.Test_dict.test_09) ... ok test_10 (lib2to3.tests.test_fixers.Test_dict.test_10) ... ok test_11 (lib2to3.tests.test_fixers.Test_dict.test_11) ... ok test_12 (lib2to3.tests.test_fixers.Test_dict.test_12) ... ok test_13 (lib2to3.tests.test_fixers.Test_dict.test_13) ... ok test_14 (lib2to3.tests.test_fixers.Test_dict.test_14) ... ok test_15 (lib2to3.tests.test_fixers.Test_dict.test_15) ... ok test_16 (lib2to3.tests.test_fixers.Test_dict.test_16) ... ok test_17 (lib2to3.tests.test_fixers.Test_dict.test_17) ... ok test_18 (lib2to3.tests.test_fixers.Test_dict.test_18) ... ok test_19 (lib2to3.tests.test_fixers.Test_dict.test_19) ... ok test_20 (lib2to3.tests.test_fixers.Test_dict.test_20) ... ok test_21 (lib2to3.tests.test_fixers.Test_dict.test_21) ... ok test_22 (lib2to3.tests.test_fixers.Test_dict.test_22) ... ok test_23 (lib2to3.tests.test_fixers.Test_dict.test_23) ... ok test_24 (lib2to3.tests.test_fixers.Test_dict.test_24) ... ok test_25 (lib2to3.tests.test_fixers.Test_dict.test_25) ... ok test_26 (lib2to3.tests.test_fixers.Test_dict.test_26) ... ok test_27 (lib2to3.tests.test_fixers.Test_dict.test_27) ... ok test_28 (lib2to3.tests.test_fixers.Test_dict.test_28) ... ok test_29 (lib2to3.tests.test_fixers.Test_dict.test_29) ... ok test_30 (lib2to3.tests.test_fixers.Test_dict.test_30) ... ok test_31 (lib2to3.tests.test_fixers.Test_dict.test_31) ... ok test_32 (lib2to3.tests.test_fixers.Test_dict.test_32) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_dict.test_prefix_preservation) ... ok test_trailing_comment (lib2to3.tests.test_fixers.Test_dict.test_trailing_comment) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_dict.test_unchanged) ... ok test_bare_except (lib2to3.tests.test_fixers.Test_except.test_bare_except) ... ok test_bare_except_and_else_finally (lib2to3.tests.test_fixers.Test_except.test_bare_except_and_else_finally) ... ok test_list_unpack (lib2to3.tests.test_fixers.Test_except.test_list_unpack) ... ok test_multi_class (lib2to3.tests.test_fixers.Test_except.test_multi_class) ... ok test_multi_fixed_excepts_before_bare_except (lib2to3.tests.test_fixers.Test_except.test_multi_fixed_excepts_before_bare_except) ... ok test_one_line_suites (lib2to3.tests.test_fixers.Test_except.test_one_line_suites) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_except.test_prefix_preservation) ... ok test_simple (lib2to3.tests.test_fixers.Test_except.test_simple) ... ok test_simple_no_space_before_target (lib2to3.tests.test_fixers.Test_except.test_simple_no_space_before_target) ... ok test_tuple_unpack (lib2to3.tests.test_fixers.Test_except.test_tuple_unpack) ... ok test_unchanged_1 (lib2to3.tests.test_fixers.Test_except.test_unchanged_1) ... ok test_unchanged_2 (lib2to3.tests.test_fixers.Test_except.test_unchanged_2) ... ok test_unchanged_3 (lib2to3.tests.test_fixers.Test_except.test_unchanged_3) ... ok test_weird_target_1 (lib2to3.tests.test_fixers.Test_except.test_weird_target_1) ... ok test_weird_target_2 (lib2to3.tests.test_fixers.Test_except.test_weird_target_2) ... ok test_weird_target_3 (lib2to3.tests.test_fixers.Test_except.test_weird_target_3) ... ok test_basic (lib2to3.tests.test_fixers.Test_exec.test_basic) ... ok test_complex_1 (lib2to3.tests.test_fixers.Test_exec.test_complex_1) ... ok test_complex_2 (lib2to3.tests.test_fixers.Test_exec.test_complex_2) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_exec.test_prefix_preservation) ... ok test_unchanged_1 (lib2to3.tests.test_fixers.Test_exec.test_unchanged_1) ... ok test_unchanged_2 (lib2to3.tests.test_fixers.Test_exec.test_unchanged_2) ... ok test_unchanged_3 (lib2to3.tests.test_fixers.Test_exec.test_unchanged_3) ... ok test_unchanged_4 (lib2to3.tests.test_fixers.Test_exec.test_unchanged_4) ... ok test_with_globals (lib2to3.tests.test_fixers.Test_exec.test_with_globals) ... ok test_with_globals_locals (lib2to3.tests.test_fixers.Test_exec.test_with_globals_locals) ... ok test_conversion (lib2to3.tests.test_fixers.Test_execfile.test_conversion) ... ok test_spacing (lib2to3.tests.test_fixers.Test_execfile.test_spacing) ... ok test_comments (lib2to3.tests.test_fixers.Test_exitfunc.test_comments) ... ok test_complex_expression (lib2to3.tests.test_fixers.Test_exitfunc.test_complex_expression) ... ok test_in_a_function (lib2to3.tests.test_fixers.Test_exitfunc.test_in_a_function) ... ok test_names_import (lib2to3.tests.test_fixers.Test_exitfunc.test_names_import) ... ok test_no_sys_import (lib2to3.tests.test_fixers.Test_exitfunc.test_no_sys_import) ... ok test_simple (lib2to3.tests.test_fixers.Test_exitfunc.test_simple) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_exitfunc.test_unchanged) ... ok test_filter_basic (lib2to3.tests.test_fixers.Test_filter.test_filter_basic) ... ok test_filter_nochange (lib2to3.tests.test_fixers.Test_filter.test_filter_nochange) ... ok test_filter_trailers (lib2to3.tests.test_fixers.Test_filter.test_filter_trailers) ... ok test_future_builtins (lib2to3.tests.test_fixers.Test_filter.test_future_builtins) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_filter.test_prefix_preservation) ... ok test (lib2to3.tests.test_fixers.Test_funcattrs.test) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_funcattrs.test_unchanged) ... ok test_future (lib2to3.tests.test_fixers.Test_future.test_future) ... ok test_run_order (lib2to3.tests.test_fixers.Test_future.test_run_order) ... ok test_basic (lib2to3.tests.test_fixers.Test_getcwdu.test_basic) ... ok test_comment (lib2to3.tests.test_fixers.Test_getcwdu.test_comment) ... ok test_indentation (lib2to3.tests.test_fixers.Test_getcwdu.test_indentation) ... ok test_multilation (lib2to3.tests.test_fixers.Test_getcwdu.test_multilation) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_getcwdu.test_unchanged) ... ok test_1 (lib2to3.tests.test_fixers.Test_has_key.test_1) ... ok test_10 (lib2to3.tests.test_fixers.Test_has_key.test_10) ... ok test_11 (lib2to3.tests.test_fixers.Test_has_key.test_11) ... ok test_2 (lib2to3.tests.test_fixers.Test_has_key.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_has_key.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_has_key.test_4) ... ok test_5 (lib2to3.tests.test_fixers.Test_has_key.test_5) ... ok test_6 (lib2to3.tests.test_fixers.Test_has_key.test_6) ... ok test_7 (lib2to3.tests.test_fixers.Test_has_key.test_7) ... ok test_8 (lib2to3.tests.test_fixers.Test_has_key.test_8) ... ok test_9 (lib2to3.tests.test_fixers.Test_has_key.test_9) ... ok test_eq_expression (lib2to3.tests.test_fixers.Test_idioms.test_eq_expression) ... ok test_eq_reverse (lib2to3.tests.test_fixers.Test_idioms.test_eq_reverse) ... ok test_eq_simple (lib2to3.tests.test_fixers.Test_idioms.test_eq_simple) ... ok test_is_expression (lib2to3.tests.test_fixers.Test_idioms.test_is_expression) ... ok test_is_not_expression (lib2to3.tests.test_fixers.Test_idioms.test_is_not_expression) ... ok test_is_not_reverse (lib2to3.tests.test_fixers.Test_idioms.test_is_not_reverse) ... ok test_is_not_simple (lib2to3.tests.test_fixers.Test_idioms.test_is_not_simple) ... ok test_is_reverse (lib2to3.tests.test_fixers.Test_idioms.test_is_reverse) ... ok test_is_simple (lib2to3.tests.test_fixers.Test_idioms.test_is_simple) ... ok test_ne_expression (lib2to3.tests.test_fixers.Test_idioms.test_ne_expression) ... ok test_ne_reverse (lib2to3.tests.test_fixers.Test_idioms.test_ne_reverse) ... ok test_ne_simple (lib2to3.tests.test_fixers.Test_idioms.test_ne_simple) ... ok test_sort_list_call (lib2to3.tests.test_fixers.Test_idioms.test_sort_list_call) ... ok test_sort_simple_expr (lib2to3.tests.test_fixers.Test_idioms.test_sort_simple_expr) ... ok test_sort_unchanged (lib2to3.tests.test_fixers.Test_idioms.test_sort_unchanged) ... ok test_type_unchanged (lib2to3.tests.test_fixers.Test_idioms.test_type_unchanged) ... ok test_while (lib2to3.tests.test_fixers.Test_idioms.test_while) ... ok test_while_unchanged (lib2to3.tests.test_fixers.Test_idioms.test_while_unchanged) ... ok test_already_relative_import (lib2to3.tests.test_fixers.Test_import.test_already_relative_import) ... ok test_comments_and_indent (lib2to3.tests.test_fixers.Test_import.test_comments_and_indent) ... ok test_dotted_from (lib2to3.tests.test_fixers.Test_import.test_dotted_from) ... ok test_dotted_import (lib2to3.tests.test_fixers.Test_import.test_dotted_import) ... ok test_dotted_import_as (lib2to3.tests.test_fixers.Test_import.test_dotted_import_as) ... ok test_files_checked (lib2to3.tests.test_fixers.Test_import.test_files_checked) ... ok test_from (lib2to3.tests.test_fixers.Test_import.test_from) ... ok test_from_as (lib2to3.tests.test_fixers.Test_import.test_from_as) ... ok test_import (lib2to3.tests.test_fixers.Test_import.test_import) ... ok test_import_as (lib2to3.tests.test_fixers.Test_import.test_import_as) ... ok test_import_from_package (lib2to3.tests.test_fixers.Test_import.test_import_from_package) ... ok test_in_package (lib2to3.tests.test_fixers.Test_import.test_in_package) ... ok test_local_and_absolute (lib2to3.tests.test_fixers.Test_import.test_local_and_absolute) ... ok test_not_in_package (lib2to3.tests.test_fixers.Test_import.test_not_in_package) ... ok test_prefix (lib2to3.tests.test_fixers.Test_import.test_prefix) ... ok test_with_absolute_import_enabled (lib2to3.tests.test_fixers.Test_import.test_with_absolute_import_enabled) ... ok test_import_from (lib2to3.tests.test_fixers.Test_imports.test_import_from) ... ok test_import_from_as (lib2to3.tests.test_fixers.Test_imports.test_import_from_as) ... ok test_import_module (lib2to3.tests.test_fixers.Test_imports.test_import_module) ... ok test_import_module_as (lib2to3.tests.test_fixers.Test_imports.test_import_module_as) ... ok test_import_module_usage (lib2to3.tests.test_fixers.Test_imports.test_import_module_usage) ... ok test_multiple_imports (lib2to3.tests.test_fixers.Test_imports.test_multiple_imports) ... ok test_multiple_imports_as (lib2to3.tests.test_fixers.Test_imports.test_multiple_imports_as) ... ok test_star (lib2to3.tests.test_fixers.Test_imports.test_star) ... ok test_import_from (lib2to3.tests.test_fixers.Test_imports2.test_import_from) ... ok test_import_from_as (lib2to3.tests.test_fixers.Test_imports2.test_import_from_as) ... ok test_import_module (lib2to3.tests.test_fixers.Test_imports2.test_import_module) ... ok test_import_module_as (lib2to3.tests.test_fixers.Test_imports2.test_import_module_as) ... ok test_import_module_usage (lib2to3.tests.test_fixers.Test_imports2.test_import_module_usage) ... ok test_star (lib2to3.tests.test_fixers.Test_imports2.test_star) ... ok test_after_local_imports_refactoring (lib2to3.tests.test_fixers.Test_imports_fixer_order.test_after_local_imports_refactoring) ... ok test_import_from (lib2to3.tests.test_fixers.Test_imports_fixer_order.test_import_from) ... ok test_import_from_as (lib2to3.tests.test_fixers.Test_imports_fixer_order.test_import_from_as) ... ok test_import_module (lib2to3.tests.test_fixers.Test_imports_fixer_order.test_import_module) ... ok test_import_module_as (lib2to3.tests.test_fixers.Test_imports_fixer_order.test_import_module_as) ... ok test_import_module_usage (lib2to3.tests.test_fixers.Test_imports_fixer_order.test_import_module_usage) ... ok test_star (lib2to3.tests.test_fixers.Test_imports_fixer_order.test_star) ... ok test_1 (lib2to3.tests.test_fixers.Test_input.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_input.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_input.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_input.test_4) ... ok test_idempotency (lib2to3.tests.test_fixers.Test_input.test_idempotency) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_input.test_prefix_preservation) ... ok test_trailing_comment (lib2to3.tests.test_fixers.Test_input.test_trailing_comment) ... ok test (lib2to3.tests.test_fixers.Test_intern.test) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_intern.test_prefix_preservation) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_intern.test_unchanged) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_isinstance.test_prefix_preservation) ... ok test_remove_multiple_items (lib2to3.tests.test_fixers.Test_isinstance.test_remove_multiple_items) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_isinstance.test_unchanged) ... ok test_0 (lib2to3.tests.test_fixers.Test_itertools.test_0) ... ok test_1 (lib2to3.tests.test_fixers.Test_itertools.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_itertools.test_2) ... ok test_qualified (lib2to3.tests.test_fixers.Test_itertools.test_qualified) ... ok test_run_order (lib2to3.tests.test_fixers.Test_itertools.test_run_order) ... ok test_space_1 (lib2to3.tests.test_fixers.Test_itertools.test_space_1) ... ok test_space_2 (lib2to3.tests.test_fixers.Test_itertools.test_space_2) ... ok test_comments (lib2to3.tests.test_fixers.Test_itertools_imports.test_comments) ... ok test_ifilter_and_zip_longest (lib2to3.tests.test_fixers.Test_itertools_imports.test_ifilter_and_zip_longest) ... ok test_import_as (lib2to3.tests.test_fixers.Test_itertools_imports.test_import_as) ... ok test_import_star (lib2to3.tests.test_fixers.Test_itertools_imports.test_import_star) ... ok test_none (lib2to3.tests.test_fixers.Test_itertools_imports.test_none) ... ok test_reduced (lib2to3.tests.test_fixers.Test_itertools_imports.test_reduced) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_itertools_imports.test_unchanged) ... ok test_1 (lib2to3.tests.test_fixers.Test_long.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_long.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_long.test_3) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_long.test_prefix_preservation) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_long.test_unchanged) ... ok test_None_with_multiple_arguments (lib2to3.tests.test_fixers.Test_map.test_None_with_multiple_arguments) ... ok test_future_builtins (lib2to3.tests.test_fixers.Test_map.test_future_builtins) ... ok test_map_basic (lib2to3.tests.test_fixers.Test_map.test_map_basic) ... ok test_map_nochange (lib2to3.tests.test_fixers.Test_map.test_map_nochange) ... ok test_map_trailers (lib2to3.tests.test_fixers.Test_map.test_map_trailers) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_map.test_prefix_preservation) ... ok test_trailing_comment (lib2to3.tests.test_fixers.Test_map.test_trailing_comment) ... ok test_comments (lib2to3.tests.test_fixers.Test_metaclass.test_comments) ... ok test_meta (lib2to3.tests.test_fixers.Test_metaclass.test_meta) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_metaclass.test_unchanged) ... ok test (lib2to3.tests.test_fixers.Test_methodattrs.test) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_methodattrs.test_unchanged) ... ok test_basic (lib2to3.tests.test_fixers.Test_ne.test_basic) ... ok test_chained (lib2to3.tests.test_fixers.Test_ne.test_chained) ... ok test_no_spaces (lib2to3.tests.test_fixers.Test_ne.test_no_spaces) ... ok test_1 (lib2to3.tests.test_fixers.Test_next.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_next.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_next.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_next.test_4) ... ok test_5 (lib2to3.tests.test_fixers.Test_next.test_5) ... ok test_6 (lib2to3.tests.test_fixers.Test_next.test_6) ... ok test_assign_to_next (lib2to3.tests.test_fixers.Test_next.test_assign_to_next) ... ok test_assign_to_next_in_list (lib2to3.tests.test_fixers.Test_next.test_assign_to_next_in_list) ... ok test_assign_to_next_in_tuple (lib2to3.tests.test_fixers.Test_next.test_assign_to_next_in_tuple) ... ok test_builtin_assign (lib2to3.tests.test_fixers.Test_next.test_builtin_assign) ... ok test_builtin_assign_in_list (lib2to3.tests.test_fixers.Test_next.test_builtin_assign_in_list) ... ok test_builtin_assign_in_tuple (lib2to3.tests.test_fixers.Test_next.test_builtin_assign_in_tuple) ... ok test_method_1 (lib2to3.tests.test_fixers.Test_next.test_method_1) ... ok test_method_2 (lib2to3.tests.test_fixers.Test_next.test_method_2) ... ok test_method_3 (lib2to3.tests.test_fixers.Test_next.test_method_3) ... ok test_method_4 (lib2to3.tests.test_fixers.Test_next.test_method_4) ... ok test_method_unchanged (lib2to3.tests.test_fixers.Test_next.test_method_unchanged) ... ok test_noncall_access_1 (lib2to3.tests.test_fixers.Test_next.test_noncall_access_1) ... ok test_noncall_access_2 (lib2to3.tests.test_fixers.Test_next.test_noncall_access_2) ... ok test_noncall_access_3 (lib2to3.tests.test_fixers.Test_next.test_noncall_access_3) ... ok test_prefix_preservation_1 (lib2to3.tests.test_fixers.Test_next.test_prefix_preservation_1) ... ok test_prefix_preservation_2 (lib2to3.tests.test_fixers.Test_next.test_prefix_preservation_2) ... ok test_prefix_preservation_3 (lib2to3.tests.test_fixers.Test_next.test_prefix_preservation_3) ... ok test_prefix_preservation_4 (lib2to3.tests.test_fixers.Test_next.test_prefix_preservation_4) ... ok test_prefix_preservation_5 (lib2to3.tests.test_fixers.Test_next.test_prefix_preservation_5) ... ok test_prefix_preservation_6 (lib2to3.tests.test_fixers.Test_next.test_prefix_preservation_6) ... ok test_shadowing_assign_list_1 (lib2to3.tests.test_fixers.Test_next.test_shadowing_assign_list_1) ... ok test_shadowing_assign_list_2 (lib2to3.tests.test_fixers.Test_next.test_shadowing_assign_list_2) ... ok test_shadowing_assign_simple (lib2to3.tests.test_fixers.Test_next.test_shadowing_assign_simple) ... ok test_shadowing_assign_tuple_1 (lib2to3.tests.test_fixers.Test_next.test_shadowing_assign_tuple_1) ... ok test_shadowing_assign_tuple_2 (lib2to3.tests.test_fixers.Test_next.test_shadowing_assign_tuple_2) ... ok test_shadowing_for_simple (lib2to3.tests.test_fixers.Test_next.test_shadowing_for_simple) ... ok test_shadowing_for_tuple_1 (lib2to3.tests.test_fixers.Test_next.test_shadowing_for_tuple_1) ... ok test_shadowing_for_tuple_2 (lib2to3.tests.test_fixers.Test_next.test_shadowing_for_tuple_2) ... ok test_shadowing_funcdef_1 (lib2to3.tests.test_fixers.Test_next.test_shadowing_funcdef_1) ... ok test_shadowing_funcdef_2 (lib2to3.tests.test_fixers.Test_next.test_shadowing_funcdef_2) ... ok test_shadowing_global_1 (lib2to3.tests.test_fixers.Test_next.test_shadowing_global_1) ... ok test_shadowing_global_2 (lib2to3.tests.test_fixers.Test_next.test_shadowing_global_2) ... ok test_shadowing_import_1 (lib2to3.tests.test_fixers.Test_next.test_shadowing_import_1) ... ok test_shadowing_import_2 (lib2to3.tests.test_fixers.Test_next.test_shadowing_import_2) ... ok test_shadowing_import_3 (lib2to3.tests.test_fixers.Test_next.test_shadowing_import_3) ... ok test_shadowing_import_from_1 (lib2to3.tests.test_fixers.Test_next.test_shadowing_import_from_1) ... ok test_shadowing_import_from_2 (lib2to3.tests.test_fixers.Test_next.test_shadowing_import_from_2) ... ok test_shadowing_import_from_3 (lib2to3.tests.test_fixers.Test_next.test_shadowing_import_from_3) ... ok test_shadowing_import_from_4 (lib2to3.tests.test_fixers.Test_next.test_shadowing_import_from_4) ... ok test_1 (lib2to3.tests.test_fixers.Test_nonzero.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_nonzero.test_2) ... ok test_unchanged_1 (lib2to3.tests.test_fixers.Test_nonzero.test_unchanged_1) ... ok test_unchanged_2 (lib2to3.tests.test_fixers.Test_nonzero.test_unchanged_2) ... ok test_unchanged_func (lib2to3.tests.test_fixers.Test_nonzero.test_unchanged_func) ... ok test_comments_and_spacing (lib2to3.tests.test_fixers.Test_numliterals.test_comments_and_spacing) ... ok test_long_hex (lib2to3.tests.test_fixers.Test_numliterals.test_long_hex) ... ok test_long_int_1 (lib2to3.tests.test_fixers.Test_numliterals.test_long_int_1) ... ok test_long_int_2 (lib2to3.tests.test_fixers.Test_numliterals.test_long_int_2) ... ok test_octal_1 (lib2to3.tests.test_fixers.Test_numliterals.test_octal_1) ... ok test_unchanged_complex_bare (lib2to3.tests.test_fixers.Test_numliterals.test_unchanged_complex_bare) ... ok test_unchanged_complex_float (lib2to3.tests.test_fixers.Test_numliterals.test_unchanged_complex_float) ... ok test_unchanged_complex_int (lib2to3.tests.test_fixers.Test_numliterals.test_unchanged_complex_int) ... ok test_unchanged_exp (lib2to3.tests.test_fixers.Test_numliterals.test_unchanged_exp) ... ok test_unchanged_float (lib2to3.tests.test_fixers.Test_numliterals.test_unchanged_float) ... ok test_unchanged_hex (lib2to3.tests.test_fixers.Test_numliterals.test_unchanged_hex) ... ok test_unchanged_int (lib2to3.tests.test_fixers.Test_numliterals.test_unchanged_int) ... ok test_unchanged_octal (lib2to3.tests.test_fixers.Test_numliterals.test_unchanged_octal) ... ok test_bare_isCallable (lib2to3.tests.test_fixers.Test_operator.test_bare_isCallable) ... ok test_bare_operator_irepeat (lib2to3.tests.test_fixers.Test_operator.test_bare_operator_irepeat) ... ok test_bare_operator_isMappingType (lib2to3.tests.test_fixers.Test_operator.test_bare_operator_isMappingType) ... ok test_bare_operator_isNumberType (lib2to3.tests.test_fixers.Test_operator.test_bare_operator_isNumberType) ... ok test_bare_operator_isSequenceType (lib2to3.tests.test_fixers.Test_operator.test_bare_operator_isSequenceType) ... ok test_bare_operator_repeat (lib2to3.tests.test_fixers.Test_operator.test_bare_operator_repeat) ... ok test_bare_sequenceIncludes (lib2to3.tests.test_fixers.Test_operator.test_bare_sequenceIncludes) ... ok test_operator_irepeat (lib2to3.tests.test_fixers.Test_operator.test_operator_irepeat) ... ok test_operator_isCallable (lib2to3.tests.test_fixers.Test_operator.test_operator_isCallable) ... ok test_operator_isMappingType (lib2to3.tests.test_fixers.Test_operator.test_operator_isMappingType) ... ok test_operator_isNumberType (lib2to3.tests.test_fixers.Test_operator.test_operator_isNumberType) ... ok test_operator_isSequenceType (lib2to3.tests.test_fixers.Test_operator.test_operator_isSequenceType) ... ok test_operator_repeat (lib2to3.tests.test_fixers.Test_operator.test_operator_repeat) ... ok test_operator_sequenceIncludes (lib2to3.tests.test_fixers.Test_operator.test_operator_sequenceIncludes) ... ok test_0 (lib2to3.tests.test_fixers.Test_paren.test_0) ... ok test_1 (lib2to3.tests.test_fixers.Test_paren.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_paren.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_paren.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_paren.test_4) ... ok test_5 (lib2to3.tests.test_fixers.Test_paren.test_5) ... ok test_6 (lib2to3.tests.test_fixers.Test_paren.test_6) ... ok test_unchanged_0 (lib2to3.tests.test_fixers.Test_paren.test_unchanged_0) ... ok test_unchanged_1 (lib2to3.tests.test_fixers.Test_paren.test_unchanged_1) ... ok test_unchanged_2 (lib2to3.tests.test_fixers.Test_paren.test_unchanged_2) ... ok test_unchanged_3 (lib2to3.tests.test_fixers.Test_paren.test_unchanged_3) ... ok test_unchanged_4 (lib2to3.tests.test_fixers.Test_paren.test_unchanged_4) ... ok test_1 (lib2to3.tests.test_fixers.Test_print.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_print.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_print.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_print.test_4) ... ok test_5 (lib2to3.tests.test_fixers.Test_print.test_5) ... ok test_idempotency (lib2to3.tests.test_fixers.Test_print.test_idempotency) ... ok test_idempotency_print_as_function (lib2to3.tests.test_fixers.Test_print.test_idempotency_print_as_function) ... ok test_no_trailing_comma (lib2to3.tests.test_fixers.Test_print.test_no_trailing_comma) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_print.test_prefix_preservation) ... ok test_spaces_before_file (lib2to3.tests.test_fixers.Test_print.test_spaces_before_file) ... ok test_trailing_comma_1 (lib2to3.tests.test_fixers.Test_print.test_trailing_comma_1) ... ok test_trailing_comma_2 (lib2to3.tests.test_fixers.Test_print.test_trailing_comma_2) ... ok test_trailing_comma_3 (lib2to3.tests.test_fixers.Test_print.test_trailing_comma_3) ... ok test_tuple (lib2to3.tests.test_fixers.Test_print.test_tuple) ... ok test_vargs_without_trailing_comma (lib2to3.tests.test_fixers.Test_print.test_vargs_without_trailing_comma) ... ok test_with_future_print_function (lib2to3.tests.test_fixers.Test_print.test_with_future_print_function) ... ok test_with_trailing_comma (lib2to3.tests.test_fixers.Test_print.test_with_trailing_comma) ... ok test_None_value (lib2to3.tests.test_fixers.Test_raise.test_None_value) ... ok test_basic (lib2to3.tests.test_fixers.Test_raise.test_basic) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_raise.test_prefix_preservation) ... ok test_string_exc (lib2to3.tests.test_fixers.Test_raise.test_string_exc) ... ok test_string_exc_val (lib2to3.tests.test_fixers.Test_raise.test_string_exc_val) ... ok test_string_exc_val_tb (lib2to3.tests.test_fixers.Test_raise.test_string_exc_val_tb) ... ok test_tb_1 (lib2to3.tests.test_fixers.Test_raise.test_tb_1) ... ok test_tb_2 (lib2to3.tests.test_fixers.Test_raise.test_tb_2) ... ok test_tb_3 (lib2to3.tests.test_fixers.Test_raise.test_tb_3) ... ok test_tb_4 (lib2to3.tests.test_fixers.Test_raise.test_tb_4) ... ok test_tb_5 (lib2to3.tests.test_fixers.Test_raise.test_tb_5) ... ok test_tb_6 (lib2to3.tests.test_fixers.Test_raise.test_tb_6) ... ok test_tuple_detection (lib2to3.tests.test_fixers.Test_raise.test_tuple_detection) ... ok test_tuple_exc_1 (lib2to3.tests.test_fixers.Test_raise.test_tuple_exc_1) ... ok test_tuple_exc_2 (lib2to3.tests.test_fixers.Test_raise.test_tuple_exc_2) ... ok test_tuple_value (lib2to3.tests.test_fixers.Test_raise.test_tuple_value) ... ok test_with_comments (lib2to3.tests.test_fixers.Test_raise.test_with_comments) ... ok test_1 (lib2to3.tests.test_fixers.Test_raw_input.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_raw_input.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_raw_input.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_raw_input.test_4) ... ok test_5 (lib2to3.tests.test_fixers.Test_raw_input.test_5) ... ok test_6 (lib2to3.tests.test_fixers.Test_raw_input.test_6) ... ok test_8 (lib2to3.tests.test_fixers.Test_raw_input.test_8) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_raw_input.test_prefix_preservation) ... ok test_bug_7253 (lib2to3.tests.test_fixers.Test_reduce.test_bug_7253) ... ok test_call_with_lambda (lib2to3.tests.test_fixers.Test_reduce.test_call_with_lambda) ... ok test_simple_call (lib2to3.tests.test_fixers.Test_reduce.test_simple_call) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_reduce.test_unchanged) ... ok test (lib2to3.tests.test_fixers.Test_reload.test) ... ok test_comment (lib2to3.tests.test_fixers.Test_reload.test_comment) ... ok test_space (lib2to3.tests.test_fixers.Test_reload.test_space) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_reload.test_unchanged) ... ok test_import_from (lib2to3.tests.test_fixers.Test_renames.test_import_from) ... ok test_import_from_as (lib2to3.tests.test_fixers.Test_renames.test_import_from_as) ... ok test_import_module_usage (lib2to3.tests.test_fixers.Test_renames.test_import_module_usage) ... ok test_complex (lib2to3.tests.test_fixers.Test_repr.test_complex) ... ok test_nested (lib2to3.tests.test_fixers.Test_repr.test_nested) ... ok test_nested_tuples (lib2to3.tests.test_fixers.Test_repr.test_nested_tuples) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_repr.test_prefix_preservation) ... ok test_simple_1 (lib2to3.tests.test_fixers.Test_repr.test_simple_1) ... ok test_simple_2 (lib2to3.tests.test_fixers.Test_repr.test_simple_2) ... ok test_tuple (lib2to3.tests.test_fixers.Test_repr.test_tuple) ... ok test_basic (lib2to3.tests.test_fixers.Test_set_literal.test_basic) ... ok test_comments (lib2to3.tests.test_fixers.Test_set_literal.test_comments) ... ok test_listcomps (lib2to3.tests.test_fixers.Test_set_literal.test_listcomps) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_set_literal.test_unchanged) ... ok test_whitespace (lib2to3.tests.test_fixers.Test_set_literal.test_whitespace) ... ok test (lib2to3.tests.test_fixers.Test_standarderror.test) ... ok test_0 (lib2to3.tests.test_fixers.Test_sys_exc.test_0) ... ok test_1 (lib2to3.tests.test_fixers.Test_sys_exc.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_sys_exc.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_sys_exc.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_sys_exc.test_4) ... ok test_5 (lib2to3.tests.test_fixers.Test_sys_exc.test_5) ... ok test_1 (lib2to3.tests.test_fixers.Test_throw.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_throw.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_throw.test_3) ... ok test_4 (lib2to3.tests.test_fixers.Test_throw.test_4) ... ok test_tb_1 (lib2to3.tests.test_fixers.Test_throw.test_tb_1) ... ok test_tb_2 (lib2to3.tests.test_fixers.Test_throw.test_tb_2) ... ok test_tb_3 (lib2to3.tests.test_fixers.Test_throw.test_tb_3) ... ok test_tb_4 (lib2to3.tests.test_fixers.Test_throw.test_tb_4) ... ok test_tb_5 (lib2to3.tests.test_fixers.Test_throw.test_tb_5) ... ok test_tb_6 (lib2to3.tests.test_fixers.Test_throw.test_tb_6) ... ok test_tb_7 (lib2to3.tests.test_fixers.Test_throw.test_tb_7) ... ok test_tb_8 (lib2to3.tests.test_fixers.Test_throw.test_tb_8) ... ok test_untouched_1 (lib2to3.tests.test_fixers.Test_throw.test_untouched_1) ... ok test_untouched_2 (lib2to3.tests.test_fixers.Test_throw.test_untouched_2) ... ok test_untouched_3 (lib2to3.tests.test_fixers.Test_throw.test_untouched_3) ... ok test_warn_1 (lib2to3.tests.test_fixers.Test_throw.test_warn_1) ... ok test_warn_2 (lib2to3.tests.test_fixers.Test_throw.test_warn_2) ... ok test_warn_3 (lib2to3.tests.test_fixers.Test_throw.test_warn_3) ... ok test_1 (lib2to3.tests.test_fixers.Test_tuple_params.test_1) ... ok test_2 (lib2to3.tests.test_fixers.Test_tuple_params.test_2) ... ok test_3 (lib2to3.tests.test_fixers.Test_tuple_params.test_3) ... ok test_docstring (lib2to3.tests.test_fixers.Test_tuple_params.test_docstring) ... ok test_keywords (lib2to3.tests.test_fixers.Test_tuple_params.test_keywords) ... ok test_lambda_nested (lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_nested) ... ok test_lambda_nested_multi_use (lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_nested_multi_use) ... ok test_lambda_no_change (lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_no_change) ... ok test_lambda_one_tuple (lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_one_tuple) ... ok test_lambda_parens_single_arg (lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_parens_single_arg) ... ok test_lambda_simple (lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_simple) ... ok test_lambda_simple_multi_use (lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_simple_multi_use) ... ok test_lambda_simple_reverse (lib2to3.tests.test_fixers.Test_tuple_params.test_lambda_simple_reverse) ... ok test_multi_1 (lib2to3.tests.test_fixers.Test_tuple_params.test_multi_1) ... ok test_multi_2 (lib2to3.tests.test_fixers.Test_tuple_params.test_multi_2) ... ok test_semicolon (lib2to3.tests.test_fixers.Test_tuple_params.test_semicolon) ... ok test_unchanged_1 (lib2to3.tests.test_fixers.Test_tuple_params.test_unchanged_1) ... ok test_unchanged_2 (lib2to3.tests.test_fixers.Test_tuple_params.test_unchanged_2) ... ok test_unchanged_3 (lib2to3.tests.test_fixers.Test_tuple_params.test_unchanged_3) ... ok test_varargs (lib2to3.tests.test_fixers.Test_tuple_params.test_varargs) ... ok test_basic_types_convert (lib2to3.tests.test_fixers.Test_types.test_basic_types_convert) ... ok test_bytes_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode.test_bytes_literal_escape_u) ... ok test_native_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode.test_native_literal_escape_u) ... ok test_native_unicode_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode.test_native_unicode_literal_escape_u) ... ok test_unichr (lib2to3.tests.test_fixers.Test_unicode.test_unichr) ... ok test_unicode_call (lib2to3.tests.test_fixers.Test_unicode.test_unicode_call) ... ok test_unicode_literal_1 (lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_1) ... ok test_unicode_literal_2 (lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_2) ... ok test_unicode_literal_3 (lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_3) ... ok test_unicode_literal_escape_u (lib2to3.tests.test_fixers.Test_unicode.test_unicode_literal_escape_u) ... ok test_whitespace (lib2to3.tests.test_fixers.Test_unicode.test_whitespace) ... ok test_import_from (lib2to3.tests.test_fixers.Test_urllib.test_import_from) ... ok test_import_from_as (lib2to3.tests.test_fixers.Test_urllib.test_import_from_as) ... ok test_import_module (lib2to3.tests.test_fixers.Test_urllib.test_import_module) ... ok test_import_module_as (lib2to3.tests.test_fixers.Test_urllib.test_import_module_as) ... ok test_import_module_usage (lib2to3.tests.test_fixers.Test_urllib.test_import_module_usage) ... ok test_indented (lib2to3.tests.test_fixers.Test_urllib.test_indented) ... ok test_single_import (lib2to3.tests.test_fixers.Test_urllib.test_single_import) ... ok test_star (lib2to3.tests.test_fixers.Test_urllib.test_star) ... ok test_in_consuming_context (lib2to3.tests.test_fixers.Test_xrange.test_in_consuming_context) ... ok test_in_contains_test (lib2to3.tests.test_fixers.Test_xrange.test_in_contains_test) ... ok test_prefix_preservation (lib2to3.tests.test_fixers.Test_xrange.test_prefix_preservation) ... ok test_range_in_for (lib2to3.tests.test_fixers.Test_xrange.test_range_in_for) ... ok test_single_arg (lib2to3.tests.test_fixers.Test_xrange.test_single_arg) ... ok test_three_args (lib2to3.tests.test_fixers.Test_xrange.test_three_args) ... ok test_two_args (lib2to3.tests.test_fixers.Test_xrange.test_two_args) ... ok test_wrap_in_list (lib2to3.tests.test_fixers.Test_xrange.test_wrap_in_list) ... ok test_xrange_in_for (lib2to3.tests.test_fixers.Test_xrange.test_xrange_in_for) ... ok test_double_transform (lib2to3.tests.test_fixers.Test_xrange_with_reduce.test_double_transform) ... ok test_attr_ref (lib2to3.tests.test_fixers.Test_xreadlines.test_attr_ref) ... ok test_call (lib2to3.tests.test_fixers.Test_xreadlines.test_call) ... ok test_unchanged (lib2to3.tests.test_fixers.Test_xreadlines.test_unchanged) ... ok test_future_builtins (lib2to3.tests.test_fixers.Test_zip.test_future_builtins) ... ok test_zip_basic (lib2to3.tests.test_fixers.Test_zip.test_zip_basic) ... ok test_zip_nochange (lib2to3.tests.test_fixers.Test_zip.test_zip_nochange) ... ok test_zip_trailers (lib2to3.tests.test_fixers.Test_zip.test_zip_trailers) ... ok test_filename_changing_on_output_single_dir (lib2to3.tests.test_main.TestMain.test_filename_changing_on_output_single_dir) 2to3 a single directory with a new output dir and suffix. ... ok test_filename_changing_on_output_single_file (lib2to3.tests.test_main.TestMain.test_filename_changing_on_output_single_file) 2to3 a single file with a new output dir. ... ok test_filename_changing_on_output_two_files (lib2to3.tests.test_main.TestMain.test_filename_changing_on_output_two_files) 2to3 two files in one directory with a new output dir. ... ok test_unencodable_diff (lib2to3.tests.test_main.TestMain.test_unencodable_diff) ... ok test_async_for (lib2to3.tests.test_parser.TestAsyncAwait.test_async_for) ... ok test_async_generator (lib2to3.tests.test_parser.TestAsyncAwait.test_async_generator) ... ok test_async_var (lib2to3.tests.test_parser.TestAsyncAwait.test_async_var) ... ok test_async_with (lib2to3.tests.test_parser.TestAsyncAwait.test_async_with) ... ok test_await_expr (lib2to3.tests.test_parser.TestAsyncAwait.test_await_expr) ... ok test_new_syntax (lib2to3.tests.test_parser.TestClassDef.test_new_syntax) ... ok test_formfeed (lib2to3.tests.test_parser.TestDriver.test_formfeed) ... ok test_new (lib2to3.tests.test_parser.TestExcept.test_new) ... ok test_old (lib2to3.tests.test_parser.TestExcept.test_old) ... ok test_1 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_1) ... ok test_10 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_10) ... ok test_11 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_11) ... ok test_12 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_12) ... ok test_13 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_13) ... ok test_14 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_14) ... ok test_15 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_15) ... ok test_16 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_16) ... ok test_17 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_17) ... ok test_18 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_18) ... ok test_19 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_19) ... ok test_2 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_2) ... ok test_20 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_20) ... ok test_21 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_21) ... ok test_3 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_3) ... ok test_4 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_4) ... ok test_5 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_5) ... ok test_6 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_6) ... ok test_7 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_7) ... ok test_8 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_8) ... ok test_9 (lib2to3.tests.test_parser.TestFunctionAnnotations.test_9) ... ok test_non_ascii_identifiers (lib2to3.tests.test_parser.TestIdentifier.test_non_ascii_identifiers) ... ok test_multiline_bytes_literals (lib2to3.tests.test_parser.TestLiterals.test_multiline_bytes_literals) ... ok test_multiline_bytes_tripquote_literals (lib2to3.tests.test_parser.TestLiterals.test_multiline_bytes_tripquote_literals) ... ok test_multiline_str_literals (lib2to3.tests.test_parser.TestLiterals.test_multiline_str_literals) ... ok test_matrix_multiplication_operator (lib2to3.tests.test_parser.TestMatrixMultiplication.test_matrix_multiplication_operator) ... ok test_named_assignment_generator (lib2to3.tests.test_parser.TestNamedAssignments.test_named_assignment_generator) ... ok test_named_assignment_if (lib2to3.tests.test_parser.TestNamedAssignments.test_named_assignment_if) ... ok test_named_assignment_listcomp (lib2to3.tests.test_parser.TestNamedAssignments.test_named_assignment_listcomp) ... ok test_named_assignment_while (lib2to3.tests.test_parser.TestNamedAssignments.test_named_assignment_while) ... ok test_new_binary_notation (lib2to3.tests.test_parser.TestNumericLiterals.test_new_binary_notation) ... ok test_new_octal_notation (lib2to3.tests.test_parser.TestNumericLiterals.test_new_octal_notation) ... ok test_all_project_files (lib2to3.tests.test_parser.TestParserIdempotency.test_all_project_files) ... Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/btm_utils.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixer_util.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pygram.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/patcomp.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/__main__.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/main.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/btm_matcher.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/__init__.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixer_base.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pytree.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/refactor.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/token.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/literals.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/pgen.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/parse.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/grammar.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/driver.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/__init__.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/conv.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/pgen2/tokenize.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/support.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_refactor.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_pytree.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_main.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_util.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/__main__.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_parser.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/__init__.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/pytree_idempotency.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_fixers.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/test_all_fixers.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/py3_test_grammar.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/py2_test_grammar.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/bom.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/crlf.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/infinite_recursion.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/different_encoding.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/false_encoding.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/bad_order.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/parrot_example.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_except.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_set_literal.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_sys_exc.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_getcwdu.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_throw.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_imports2.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_next.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_methodattrs.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_dict.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_zip.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_idioms.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_buffer.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_has_key.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_asserts.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_tuple_params.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_execfile.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_ne.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_print.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_raw_input.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_import.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_long.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_apply.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_map.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_numliterals.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_nonzero.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_filter.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_input.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_paren.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_itertools_imports.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_reduce.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_raise.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_imports.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/__init__.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_metaclass.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_itertools.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_operator.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_exitfunc.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_funcattrs.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_repr.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_ws_comma.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_unicode.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_basestring.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_exec.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_xrange.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_future.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_urllib.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_reload.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_isinstance.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_standarderror.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_types.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_intern.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_renames.py Parse file: /build/python/src/Python-3.11.5/Lib/lib2to3/fixes/fix_xreadlines.py ok test_extended_unpacking (lib2to3.tests.test_parser.TestParserIdempotency.test_extended_unpacking) ... ok test_load_grammar_from_pickle (lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_pickle) ... ok test_load_grammar_from_subprocess (lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_subprocess) ... ok test_load_grammar_from_txt_file (lib2to3.tests.test_parser.TestPgen2Caching.test_load_grammar_from_txt_file) ... ok test_load_packaged_grammar (lib2to3.tests.test_parser.TestPgen2Caching.test_load_packaged_grammar) ... ok test_ParseError (lib2to3.tests.test_parser.TestPickleableException.test_ParseError) ... ok test_all_markers (lib2to3.tests.test_parser.TestPositionalOnlyArgs.test_all_markers) ... ok test_all_with_args_and_kwargs (lib2to3.tests.test_parser.TestPositionalOnlyArgs.test_all_with_args_and_kwargs) ... ok test_lambda_soup (lib2to3.tests.test_parser.TestPositionalOnlyArgs.test_lambda_soup) ... ok test_one_pos_only_arg (lib2to3.tests.test_parser.TestPositionalOnlyArgs.test_one_pos_only_arg) ... ok test_only_positional_or_keyword (lib2to3.tests.test_parser.TestPositionalOnlyArgs.test_only_positional_or_keyword) ... ok test_2x_style_1 (lib2to3.tests.test_parser.TestRaiseChanges.test_2x_style_1) ... ok test_2x_style_2 (lib2to3.tests.test_parser.TestRaiseChanges.test_2x_style_2) ... ok test_2x_style_3 (lib2to3.tests.test_parser.TestRaiseChanges.test_2x_style_3) ... ok test_2x_style_invalid_1 (lib2to3.tests.test_parser.TestRaiseChanges.test_2x_style_invalid_1) ... ok test_3x_style (lib2to3.tests.test_parser.TestRaiseChanges.test_3x_style) ... ok test_3x_style_invalid_1 (lib2to3.tests.test_parser.TestRaiseChanges.test_3x_style_invalid_1) ... ok test_3x_style_invalid_2 (lib2to3.tests.test_parser.TestRaiseChanges.test_3x_style_invalid_2) ... ok test_3x_style_invalid_3 (lib2to3.tests.test_parser.TestRaiseChanges.test_3x_style_invalid_3) ... ok test_3x_style_invalid_4 (lib2to3.tests.test_parser.TestRaiseChanges.test_3x_style_invalid_4) ... ok test_1 (lib2to3.tests.test_parser.TestSetLiteral.test_1) ... ok test_2 (lib2to3.tests.test_parser.TestSetLiteral.test_2) ... ok test_3 (lib2to3.tests.test_parser.TestSetLiteral.test_3) ... ok test_4 (lib2to3.tests.test_parser.TestSetLiteral.test_4) ... ok test_lit (lib2to3.tests.test_parser.TestStringLiterals.test_lit) ... ok test_argument_unpacking_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_argument_unpacking_1) ... ok test_argument_unpacking_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_argument_unpacking_2) ... ok test_argument_unpacking_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_argument_unpacking_3) ... ok test_complex_double_star_expression (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_complex_double_star_expression) ... ok test_complex_star_expression (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_complex_star_expression) ... ok test_dict_display_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_dict_display_1) ... ok test_dict_display_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_dict_display_2) ... ok test_double_star_dict_literal (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_double_star_dict_literal) ... ok test_double_star_dict_literal_after_keywords (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_double_star_dict_literal_after_keywords) ... ok test_double_star_expression (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_double_star_expression) ... ok test_list_display (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_list_display) ... ok test_mid_positional_star (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_mid_positional_star) ... ok test_set_display (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_set_display) ... ok test_star_expression (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_star_expression) ... ok test_trailing_commas_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_1) ... ok test_trailing_commas_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_2) ... ok test_trailing_commas_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_3) ... ok test_trailing_commas_4 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_4) ... ok test_trailing_commas_5 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_5) ... ok test_trailing_commas_6 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_6) ... ok test_trailing_commas_7 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_7) ... ok test_trailing_commas_8 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_8) ... ok test_trailing_commas_9 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_9) ... ok test_trailing_commas_lambda_1 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_1) ... ok test_trailing_commas_lambda_2 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_2) ... ok test_trailing_commas_lambda_3 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_3) ... ok test_trailing_commas_lambda_4 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_4) ... ok test_trailing_commas_lambda_5 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_5) ... ok test_trailing_commas_lambda_6 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_6) ... ok test_trailing_commas_lambda_7 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_7) ... ok test_trailing_commas_lambda_8 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_8) ... ok test_trailing_commas_lambda_9 (lib2to3.tests.test_parser.TestUnpackingGeneralizations.test_trailing_commas_lambda_9) ... ok test_1 (lib2to3.tests.test_parser.TestVarAnnotations.test_1) ... ok test_2 (lib2to3.tests.test_parser.TestVarAnnotations.test_2) ... ok test_3 (lib2to3.tests.test_parser.TestVarAnnotations.test_3) ... ok test_4 (lib2to3.tests.test_parser.TestVarAnnotations.test_4) ... ok test_5 (lib2to3.tests.test_parser.TestVarAnnotations.test_5) ... ok test_6 (lib2to3.tests.test_parser.TestVarAnnotations.test_6) ... ok test_yield_from (lib2to3.tests.test_parser.TestYieldFrom.test_yield_from) ... ok test_changed (lib2to3.tests.test_pytree.TestNodes.test_changed) ... ok test_depth (lib2to3.tests.test_pytree.TestNodes.test_depth) ... ok test_get_suffix (lib2to3.tests.test_pytree.TestNodes.test_get_suffix) ... ok test_instantiate_base (lib2to3.tests.test_pytree.TestNodes.test_instantiate_base) ... ok test_leaf (lib2to3.tests.test_pytree.TestNodes.test_leaf) ... ok test_leaf_constructor_prefix (lib2to3.tests.test_pytree.TestNodes.test_leaf_constructor_prefix) ... ok test_leaf_equality (lib2to3.tests.test_pytree.TestNodes.test_leaf_equality) ... ok test_leaf_next_sibling (lib2to3.tests.test_pytree.TestNodes.test_leaf_next_sibling) ... ok test_leaf_prefix (lib2to3.tests.test_pytree.TestNodes.test_leaf_prefix) ... ok test_leaf_prev_sibling (lib2to3.tests.test_pytree.TestNodes.test_leaf_prev_sibling) ... ok test_leaf_repr (lib2to3.tests.test_pytree.TestNodes.test_leaf_repr) ... ok test_leaf_str (lib2to3.tests.test_pytree.TestNodes.test_leaf_str) ... ok test_leaf_str_numeric_value (lib2to3.tests.test_pytree.TestNodes.test_leaf_str_numeric_value) ... ok test_leaves (lib2to3.tests.test_pytree.TestNodes.test_leaves) ... ok test_node (lib2to3.tests.test_pytree.TestNodes.test_node) ... ok test_node_append_child (lib2to3.tests.test_pytree.TestNodes.test_node_append_child) ... ok test_node_constructor_prefix (lib2to3.tests.test_pytree.TestNodes.test_node_constructor_prefix) ... ok test_node_equality (lib2to3.tests.test_pytree.TestNodes.test_node_equality) ... ok test_node_insert_child (lib2to3.tests.test_pytree.TestNodes.test_node_insert_child) ... ok test_node_next_sibling (lib2to3.tests.test_pytree.TestNodes.test_node_next_sibling) ... ok test_node_prefix (lib2to3.tests.test_pytree.TestNodes.test_node_prefix) ... ok test_node_prev_sibling (lib2to3.tests.test_pytree.TestNodes.test_node_prev_sibling) ... ok test_node_recursive_equality (lib2to3.tests.test_pytree.TestNodes.test_node_recursive_equality) ... ok test_node_repr (lib2to3.tests.test_pytree.TestNodes.test_node_repr) ... ok test_node_set_child (lib2to3.tests.test_pytree.TestNodes.test_node_set_child) ... ok test_node_str (lib2to3.tests.test_pytree.TestNodes.test_node_str) ... ok test_post_order (lib2to3.tests.test_pytree.TestNodes.test_post_order) ... ok test_pre_order (lib2to3.tests.test_pytree.TestNodes.test_pre_order) ... ok test_remove (lib2to3.tests.test_pytree.TestNodes.test_remove) ... ok test_remove_parentless (lib2to3.tests.test_pytree.TestNodes.test_remove_parentless) ... ok test_replace (lib2to3.tests.test_pytree.TestNodes.test_replace) ... ok test_replace_with_list (lib2to3.tests.test_pytree.TestNodes.test_replace_with_list) ... ok test_basic_patterns (lib2to3.tests.test_pytree.TestPatterns.test_basic_patterns) ... ok test_generate_matches (lib2to3.tests.test_pytree.TestPatterns.test_generate_matches) ... ok test_has_key_example (lib2to3.tests.test_pytree.TestPatterns.test_has_key_example) ... ok test_wildcard (lib2to3.tests.test_pytree.TestPatterns.test_wildcard) ... ok test_bom (lib2to3.tests.test_refactor.TestRefactoringTool.test_bom) ... ok test_crlf_newlines (lib2to3.tests.test_refactor.TestRefactoringTool.test_crlf_newlines) ... ok test_crlf_unchanged (lib2to3.tests.test_refactor.TestRefactoringTool.test_crlf_unchanged) ... ok test_detect_future_features (lib2to3.tests.test_refactor.TestRefactoringTool.test_detect_future_features) ... ok test_exec_function_option (lib2to3.tests.test_refactor.TestRefactoringTool.test_exec_function_option) ... ok test_explicit (lib2to3.tests.test_refactor.TestRefactoringTool.test_explicit) ... ok test_false_file_encoding (lib2to3.tests.test_refactor.TestRefactoringTool.test_false_file_encoding) ... ok test_file_encoding (lib2to3.tests.test_refactor.TestRefactoringTool.test_file_encoding) ... ok test_fixer_loading (lib2to3.tests.test_refactor.TestRefactoringTool.test_fixer_loading) ... ok test_fixer_loading_helpers (lib2to3.tests.test_refactor.TestRefactoringTool.test_fixer_loading_helpers) ... ok test_get_headnode_dict (lib2to3.tests.test_refactor.TestRefactoringTool.test_get_headnode_dict) ... ok test_naughty_fixers (lib2to3.tests.test_refactor.TestRefactoringTool.test_naughty_fixers) ... ok test_print_function_option (lib2to3.tests.test_refactor.TestRefactoringTool.test_print_function_option) ... ok test_refactor_dir (lib2to3.tests.test_refactor.TestRefactoringTool.test_refactor_dir) ... ok test_refactor_docstring (lib2to3.tests.test_refactor.TestRefactoringTool.test_refactor_docstring) ... ok test_refactor_file (lib2to3.tests.test_refactor.TestRefactoringTool.test_refactor_file) ... ok test_refactor_file_write_unchanged_file (lib2to3.tests.test_refactor.TestRefactoringTool.test_refactor_file_write_unchanged_file) ... ok test_refactor_stdin (lib2to3.tests.test_refactor.TestRefactoringTool.test_refactor_stdin) ... ok test_refactor_string (lib2to3.tests.test_refactor.TestRefactoringTool.test_refactor_string) ... ok test_write_unchanged_files_option (lib2to3.tests.test_refactor.TestRefactoringTool.test_write_unchanged_files_option) ... ok test (lib2to3.tests.test_util.Test_Attr.test) ... ok test_returns (lib2to3.tests.test_util.Test_Attr.test_returns) ... ok test (lib2to3.tests.test_util.Test_Call.test) ... ok test (lib2to3.tests.test_util.Test_Name.test) ... ok test_in_function (lib2to3.tests.test_util.Test_does_tree_import.test_in_function) ... ok test_class_def (lib2to3.tests.test_util.Test_find_binding.test_class_def) ... ok test_for (lib2to3.tests.test_util.Test_find_binding.test_for) ... ok test_for_nested (lib2to3.tests.test_util.Test_find_binding.test_for_nested) ... ok test_from_import (lib2to3.tests.test_util.Test_find_binding.test_from_import) ... ok test_from_import_as (lib2to3.tests.test_util.Test_find_binding.test_from_import_as) ... ok test_from_import_as_with_package (lib2to3.tests.test_util.Test_find_binding.test_from_import_as_with_package) ... ok test_from_import_with_package (lib2to3.tests.test_util.Test_find_binding.test_from_import_with_package) ... ok test_function_def (lib2to3.tests.test_util.Test_find_binding.test_function_def) ... ok test_if (lib2to3.tests.test_util.Test_find_binding.test_if) ... ok test_if_nested (lib2to3.tests.test_util.Test_find_binding.test_if_nested) ... ok test_import_as (lib2to3.tests.test_util.Test_find_binding.test_import_as) ... ok test_import_as_with_package (lib2to3.tests.test_util.Test_find_binding.test_import_as_with_package) ... ok test_invalid_assignments (lib2to3.tests.test_util.Test_find_binding.test_invalid_assignments) ... ok test_list_assignment (lib2to3.tests.test_util.Test_find_binding.test_list_assignment) ... ok test_simple_assignment (lib2to3.tests.test_util.Test_find_binding.test_simple_assignment) ... ok test_simple_import (lib2to3.tests.test_util.Test_find_binding.test_simple_import) ... ok test_simple_import_with_package (lib2to3.tests.test_util.Test_find_binding.test_simple_import_with_package) ... ok test_try_except (lib2to3.tests.test_util.Test_find_binding.test_try_except) ... ok test_try_except_finally (lib2to3.tests.test_util.Test_find_binding.test_try_except_finally) ... ok test_try_except_finally_nested (lib2to3.tests.test_util.Test_find_binding.test_try_except_finally_nested) ... ok test_try_except_nested (lib2to3.tests.test_util.Test_find_binding.test_try_except_nested) ... ok test_tuple_assignment (lib2to3.tests.test_util.Test_find_binding.test_tuple_assignment) ... ok test_while (lib2to3.tests.test_util.Test_find_binding.test_while) ... ok test_while_nested (lib2to3.tests.test_util.Test_find_binding.test_while_nested) ... ok test_nothing (lib2to3.tests.test_util.Test_find_indentation.test_nothing) ... ok test_simple (lib2to3.tests.test_util.Test_find_indentation.test_simple) ... ok test_invalid (lib2to3.tests.test_util.Test_is_list.test_invalid) ... ok test_valid (lib2to3.tests.test_util.Test_is_list.test_valid) ... ok test_invalid (lib2to3.tests.test_util.Test_is_tuple.test_invalid) ... ok test_valid (lib2to3.tests.test_util.Test_is_tuple.test_valid) ... ok test_after_docstring (lib2to3.tests.test_util.Test_touch_import.test_after_docstring) ... ok test_after_imports (lib2to3.tests.test_util.Test_touch_import.test_after_imports) ... ok test_beginning (lib2to3.tests.test_util.Test_touch_import.test_beginning) ... ok test_from_import (lib2to3.tests.test_util.Test_touch_import.test_from_import) ... ok test_name_import (lib2to3.tests.test_util.Test_touch_import.test_name_import) ... ok ---------------------------------------------------------------------- Ran 671 tests in 9.742s OK 0:08:51 load avg: 0.98 [211/432/1] test_linecache test_getline (test.test_linecache.BadUnicode_NoDeclaration.test_getline) ... ok test_getlines (test.test_linecache.BadUnicode_NoDeclaration.test_getlines) ... ok test_getline (test.test_linecache.BadUnicode_WithDeclaration.test_getline) ... ok test_getlines (test.test_linecache.BadUnicode_WithDeclaration.test_getlines) ... ok test_getline (test.test_linecache.EmptyFile.test_getline) ... ok test_getlines (test.test_linecache.EmptyFile.test_getlines) ... ok test_getline (test.test_linecache.GoodUnicode.test_getline) ... ok test_getlines (test.test_linecache.GoodUnicode.test_getlines) ... ok test_checkcache_for_deleted_file (test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file) ... ok test_checkcache_for_modified_file (test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file) ... ok test_checkcache_with_no_parameter (test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter) ... ok test_checkcache (test.test_linecache.LineCacheTests.test_checkcache) ... ok test_clearcache (test.test_linecache.LineCacheTests.test_clearcache) ... ok test_getline (test.test_linecache.LineCacheTests.test_getline) ... ok test_lazycache_already_cached (test.test_linecache.LineCacheTests.test_lazycache_already_cached) ... ok test_lazycache_bad_filename (test.test_linecache.LineCacheTests.test_lazycache_bad_filename) ... ok test_lazycache_check (test.test_linecache.LineCacheTests.test_lazycache_check) ... ok test_lazycache_no_globals (test.test_linecache.LineCacheTests.test_lazycache_no_globals) ... ok test_lazycache_provide_after_failed_lookup (test.test_linecache.LineCacheTests.test_lazycache_provide_after_failed_lookup) ... ok test_lazycache_smoke (test.test_linecache.LineCacheTests.test_lazycache_smoke) ... ok test_memoryerror (test.test_linecache.LineCacheTests.test_memoryerror) ... ok test_no_ending_newline (test.test_linecache.LineCacheTests.test_no_ending_newline) ... ok test_getline (test.test_linecache.SingleEmptyLine.test_getline) ... ok test_getlines (test.test_linecache.SingleEmptyLine.test_getlines) ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.004s OK 0:08:52 load avg: 1.14 [212/432/1] test_list test_addmul (test.test_list.ListTest.test_addmul) ... ok test_append (test.test_list.ListTest.test_append) ... ok test_basic (test.test_list.ListTest.test_basic) ... ok test_bigrepeat (test.test_list.ListTest.test_bigrepeat) ... ok test_clear (test.test_list.ListTest.test_clear) ... ok test_constructor_exception_handling (test.test_list.ListTest.test_constructor_exception_handling) ... ok test_constructors (test.test_list.ListTest.test_constructors) ... ok test_contains (test.test_list.ListTest.test_contains) ... ok test_contains_fake (test.test_list.ListTest.test_contains_fake) ... ok test_contains_order (test.test_list.ListTest.test_contains_order) ... ok test_copy (test.test_list.ListTest.test_copy) ... ok test_count (test.test_list.ListTest.test_count) ... ok test_count_index_remove_crashes (test.test_list.ListTest.test_count_index_remove_crashes) ... ok test_delitem (test.test_list.ListTest.test_delitem) ... ok test_delslice (test.test_list.ListTest.test_delslice) ... ok test_equal_operator_modifying_operand (test.test_list.ListTest.test_equal_operator_modifying_operand) ... ok test_exhausted_iterator (test.test_list.ListTest.test_exhausted_iterator) ... ok test_extend (test.test_list.ListTest.test_extend) ... ok test_extendedslicing (test.test_list.ListTest.test_extendedslicing) ... ok test_free_after_iterating (test.test_list.ListTest.test_free_after_iterating) ... ok test_getitem (test.test_list.ListTest.test_getitem) ... ok test_getitem_error (test.test_list.ListTest.test_getitem_error) ... ok test_getitemoverwriteiter (test.test_list.ListTest.test_getitemoverwriteiter) ... ok test_getslice (test.test_list.ListTest.test_getslice) ... ok test_iadd (test.test_list.ListTest.test_iadd) ... ok test_identity (test.test_list.ListTest.test_identity) ... ok test_imul (test.test_list.ListTest.test_imul) ... ok test_index (test.test_list.ListTest.test_index) ... ok test_init (test.test_list.ListTest.test_init) ... ok test_insert (test.test_list.ListTest.test_insert) ... ok test_iterator_pickle (test.test_list.ListTest.test_iterator_pickle) ... ok test_keyword_args (test.test_list.ListTest.test_keyword_args) ... ok test_keywords_in_subclass (test.test_list.ListTest.test_keywords_in_subclass) ... ok test_len (test.test_list.ListTest.test_len) ... ok test_list_resize_overflow (test.test_list.ListTest.test_list_resize_overflow) ... ok test_minmax (test.test_list.ListTest.test_minmax) ... ok test_no_comdat_folding (test.test_list.ListTest.test_no_comdat_folding) ... ok test_overflow (test.test_list.ListTest.test_overflow) ... ok test_pickle (test.test_list.ListTest.test_pickle) ... ok test_pop (test.test_list.ListTest.test_pop) ... ok test_preallocation (test.test_list.ListTest.test_preallocation) ... ok test_remove (test.test_list.ListTest.test_remove) ... ok test_repeat (test.test_list.ListTest.test_repeat) ... ok test_repr (test.test_list.ListTest.test_repr) ... ok test_repr_deep (test.test_list.ListTest.test_repr_deep) ... ok test_repr_large (test.test_list.ListTest.test_repr_large) ... ok test_reverse (test.test_list.ListTest.test_reverse) ... ok test_reversed (test.test_list.ListTest.test_reversed) ... ok test_reversed_pickle (test.test_list.ListTest.test_reversed_pickle) ... ok test_set_subscript (test.test_list.ListTest.test_set_subscript) ... ok test_setitem (test.test_list.ListTest.test_setitem) ... ok test_setitem_error (test.test_list.ListTest.test_setitem_error) ... ok test_setslice (test.test_list.ListTest.test_setslice) ... ok test_slice (test.test_list.ListTest.test_slice) ... ok test_sort (test.test_list.ListTest.test_sort) ... ok test_step_overflow (test.test_list.ListTest.test_step_overflow) ... ok test_subscript (test.test_list.ListTest.test_subscript) ... ok test_truth (test.test_list.ListTest.test_truth) ... ok ---------------------------------------------------------------------- Ran 58 tests in 0.341s OK 0:08:53 load avg: 1.14 [213/432/1] test_listcomps doctests (test.test_listcomps.__test__) Doctest: test.test_listcomps.__test__.doctests ... ok ---------------------------------------------------------------------- Ran 1 test in 0.002s OK 0:08:53 load avg: 1.14 [214/432/1] test_lltrace test_lltrace (test.test_lltrace.TestLLTrace.test_lltrace) ... skipped 'lltrace requires Py_DEBUG' test_lltrace_different_module (test.test_lltrace.TestLLTrace.test_lltrace_different_module) ... skipped 'lltrace requires Py_DEBUG' test_lltrace_does_not_crash_on_subscript_operator (test.test_lltrace.TestLLTrace.test_lltrace_does_not_crash_on_subscript_operator) ... skipped 'lltrace requires Py_DEBUG' ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK (skipped=3) 0:08:54 load avg: 1.14 [215/432/1] test_locale test_c (test.test_locale.NormalizeTest.test_c) ... ok test_devanagari_modifier (test.test_locale.NormalizeTest.test_devanagari_modifier) ... ok test_empty (test.test_locale.NormalizeTest.test_empty) ... ok test_english (test.test_locale.NormalizeTest.test_english) ... ok test_euc_encoding (test.test_locale.NormalizeTest.test_euc_encoding) ... ok test_euro_modifier (test.test_locale.NormalizeTest.test_euro_modifier) ... ok test_hyphenated_encoding (test.test_locale.NormalizeTest.test_hyphenated_encoding) ... ok test_japanese (test.test_locale.NormalizeTest.test_japanese) ... ok test_latin_modifier (test.test_locale.NormalizeTest.test_latin_modifier) ... ok test_locale_alias (test.test_locale.NormalizeTest.test_locale_alias) ... ok test_valencia_modifier (test.test_locale.NormalizeTest.test_valencia_modifier) ... ok test_atof (test.test_locale.TestCDelocalizeTest.test_atof) ... ok test_atoi (test.test_locale.TestCDelocalizeTest.test_atoi) ... ok test_delocalize (test.test_locale.TestCDelocalizeTest.test_delocalize) ... ok test_localize (test.test_locale.TestCLocalize.test_localize) ... ok test_grouping (test.test_locale.TestCNumberFormatting.test_grouping) ... ok test_grouping_and_padding (test.test_locale.TestCNumberFormatting.test_grouping_and_padding) ... ok test_strcoll (test.test_locale.TestCollation.test_strcoll) ... ok test_strxfrm (test.test_locale.TestCollation.test_strxfrm) ... ok test_strcoll (test.test_locale.TestEnUSCollation.test_strcoll) ... testing with 'en_US.UTF-8'... ok test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation.test_strcoll_with_diacritic) ... testing with 'en_US.UTF-8'... ok test_strxfrm (test.test_locale.TestEnUSCollation.test_strxfrm) ... testing with 'en_US.UTF-8'... ok test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation.test_strxfrm_with_diacritic) ... testing with 'en_US.UTF-8'... ok test_atof (test.test_locale.TestEnUSDelocalize.test_atof) ... ok test_atoi (test.test_locale.TestEnUSDelocalize.test_atoi) ... ok test_delocalize (test.test_locale.TestEnUSDelocalize.test_delocalize) ... ok test_localize (test.test_locale.TestEnUSLocalize.test_localize) ... ok test_complex_formatting (test.test_locale.TestEnUSNumberFormatting.test_complex_formatting) ... ok test_currency (test.test_locale.TestEnUSNumberFormatting.test_currency) ... ok test_format_deprecation (test.test_locale.TestEnUSNumberFormatting.test_format_deprecation) ... ok test_grouping (test.test_locale.TestEnUSNumberFormatting.test_grouping) ... ok test_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting.test_grouping_and_padding) ... ok test_integer_grouping (test.test_locale.TestEnUSNumberFormatting.test_integer_grouping) ... ok test_integer_grouping_and_padding (test.test_locale.TestEnUSNumberFormatting.test_integer_grouping_and_padding) ... ok test_padding (test.test_locale.TestEnUSNumberFormatting.test_padding) ... ok test_simple (test.test_locale.TestEnUSNumberFormatting.test_simple) ... ok test_onlyOnePattern (test.test_locale.TestFormatPatternArg.test_onlyOnePattern) ... ok test_currency (test.test_locale.TestFrFRNumberFormatting.test_currency) ... ok test_decimal_point (test.test_locale.TestFrFRNumberFormatting.test_decimal_point) ... ok test_grouping (test.test_locale.TestFrFRNumberFormatting.test_grouping) ... ok test_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting.test_grouping_and_padding) ... ok test_integer_grouping (test.test_locale.TestFrFRNumberFormatting.test_integer_grouping) ... ok test_integer_grouping_and_padding (test.test_locale.TestFrFRNumberFormatting.test_integer_grouping_and_padding) ... ok test_mapping (test.test_locale.TestLocaleFormatString.test_mapping) ... ok test_percent_escape (test.test_locale.TestLocaleFormatString.test_percent_escape) ... ok test_defaults_UTF8 (test.test_locale.TestMiscellaneous.test_defaults_UTF8) ... ok test_getencoding (test.test_locale.TestMiscellaneous.test_getencoding) ... ok test_getpreferredencoding (test.test_locale.TestMiscellaneous.test_getpreferredencoding) ... ok test_getsetlocale_issue1813 (test.test_locale.TestMiscellaneous.test_getsetlocale_issue1813) ... skipped 'test needs Turkish locale' test_invalid_iterable_in_localetuple (test.test_locale.TestMiscellaneous.test_invalid_iterable_in_localetuple) ... ok test_invalid_locale_format_in_localetuple (test.test_locale.TestMiscellaneous.test_invalid_locale_format_in_localetuple) ... ok test_setlocale_category (test.test_locale.TestMiscellaneous.test_setlocale_category) ... ok test_strcoll_3303 (test.test_locale.TestMiscellaneous.test_strcoll_3303) ... ok test_complex_formatting (test.test_locale.TestNumberFormatting.test_complex_formatting) ... testing with 'en_US.UTF-8'... ok test_format_deprecation (test.test_locale.TestNumberFormatting.test_format_deprecation) ... testing with 'en_US.UTF-8'... ok test_grouping (test.test_locale.TestNumberFormatting.test_grouping) ... testing with 'en_US.UTF-8'... ok test_grouping_and_padding (test.test_locale.TestNumberFormatting.test_grouping_and_padding) ... testing with 'en_US.UTF-8'... ok test_integer_grouping (test.test_locale.TestNumberFormatting.test_integer_grouping) ... testing with 'en_US.UTF-8'... ok test_integer_grouping_and_padding (test.test_locale.TestNumberFormatting.test_integer_grouping_and_padding) ... testing with 'en_US.UTF-8'... ok test_padding (test.test_locale.TestNumberFormatting.test_padding) ... testing with 'en_US.UTF-8'... ok test_simple (test.test_locale.TestNumberFormatting.test_simple) ... testing with 'en_US.UTF-8'... ok test_atof (test.test_locale.TestfrFRDelocalizeTest.test_atof) ... ok test_atoi (test.test_locale.TestfrFRDelocalizeTest.test_atoi) ... ok test_delocalize (test.test_locale.TestfrFRDelocalizeTest.test_delocalize) ... ok test_localize (test.test_locale.TestfrFRLocalize.test_localize) ... ok ---------------------------------------------------------------------- Ran 65 tests in 0.010s OK (skipped=1) 0:08:55 load avg: 1.14 [216/432/1] test_logging test_critical (test.test_logging.BasicConfigTest.test_critical) ... ok test_datefmt (test.test_logging.BasicConfigTest.test_datefmt) ... ok test_debug (test.test_logging.BasicConfigTest.test_debug) ... ok test_encoding (test.test_logging.BasicConfigTest.test_encoding) ... ok test_encoding_errors (test.test_logging.BasicConfigTest.test_encoding_errors) ... ok test_encoding_errors_default (test.test_logging.BasicConfigTest.test_encoding_errors_default) ... ok test_encoding_errors_none (test.test_logging.BasicConfigTest.test_encoding_errors_none) ... ok test_error (test.test_logging.BasicConfigTest.test_error) ... ok test_filemode (test.test_logging.BasicConfigTest.test_filemode) ... ok test_filename (test.test_logging.BasicConfigTest.test_filename) ... ok test_force (test.test_logging.BasicConfigTest.test_force) ... ok test_format (test.test_logging.BasicConfigTest.test_format) ... ok test_handlers (test.test_logging.BasicConfigTest.test_handlers) ... ok test_incompatible (test.test_logging.BasicConfigTest.test_incompatible) ... ok test_info (test.test_logging.BasicConfigTest.test_info) ... ok test_level (test.test_logging.BasicConfigTest.test_level) ... ok test_log (test.test_logging.BasicConfigTest.test_log) ... ok test_no_kwargs (test.test_logging.BasicConfigTest.test_no_kwargs) ... ok test_stream (test.test_logging.BasicConfigTest.test_stream) ... ok test_strformatstyle (test.test_logging.BasicConfigTest.test_strformatstyle) ... ok test_stringtemplatestyle (test.test_logging.BasicConfigTest.test_stringtemplatestyle) ... ok test_style (test.test_logging.BasicConfigTest.test_style) ... ok test_warning (test.test_logging.BasicConfigTest.test_warning) ... ok test_callable_filter (test.test_logging.BasicFilterTest.test_callable_filter) ... ok test_empty_filter (test.test_logging.BasicFilterTest.test_empty_filter) ... ok test_filter (test.test_logging.BasicFilterTest.test_filter) ... ok test_custom (test.test_logging.BufferingFormatterTest.test_custom) ... ok test_default (test.test_logging.BufferingFormatterTest.test_default) ... ok test_flat (test.test_logging.BuiltinLevelsTest.test_flat) ... ok test_issue27935 (test.test_logging.BuiltinLevelsTest.test_issue27935) ... ok test_nested_explicit (test.test_logging.BuiltinLevelsTest.test_nested_explicit) ... ok test_nested_inherited (test.test_logging.BuiltinLevelsTest.test_nested_inherited) ... ok test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest.test_nested_with_virtual_parent) ... ok test_regression_22386 (test.test_logging.BuiltinLevelsTest.test_regression_22386) See issue #22386 for more information. ... ok test_regression_29220 (test.test_logging.BuiltinLevelsTest.test_regression_29220) See issue #29220 for more information. ... ok test_child_loggers (test.test_logging.ChildLoggerTest.test_child_loggers) ... ok test_90195 (test.test_logging.ConfigDictTest.test_90195) ... ok test_baseconfig (test.test_logging.ConfigDictTest.test_baseconfig) ... ok test_config0_ok (test.test_logging.ConfigDictTest.test_config0_ok) ... ok test_config11_ok (test.test_logging.ConfigDictTest.test_config11_ok) ... ok test_config12_failure (test.test_logging.ConfigDictTest.test_config12_failure) ... ok test_config13_failure (test.test_logging.ConfigDictTest.test_config13_failure) ... ok test_config14_ok (test.test_logging.ConfigDictTest.test_config14_ok) ... ok test_config15_ok (test.test_logging.ConfigDictTest.test_config15_ok) ... ok test_config1_ok (test.test_logging.ConfigDictTest.test_config1_ok) ... ok test_config2_failure (test.test_logging.ConfigDictTest.test_config2_failure) ... ok test_config2a_failure (test.test_logging.ConfigDictTest.test_config2a_failure) ... ok test_config2b_failure (test.test_logging.ConfigDictTest.test_config2b_failure) ... ok test_config3_failure (test.test_logging.ConfigDictTest.test_config3_failure) ... ok test_config4_ok (test.test_logging.ConfigDictTest.test_config4_ok) ... ok test_config4a_ok (test.test_logging.ConfigDictTest.test_config4a_ok) ... ok test_config5_ok (test.test_logging.ConfigDictTest.test_config5_ok) ... ok test_config6_failure (test.test_logging.ConfigDictTest.test_config6_failure) ... ok test_config7_ok (test.test_logging.ConfigDictTest.test_config7_ok) ... ok test_config_10_ok (test.test_logging.ConfigDictTest.test_config_10_ok) ... ok test_config_8_ok (test.test_logging.ConfigDictTest.test_config_8_ok) ... ok test_config_8a_ok (test.test_logging.ConfigDictTest.test_config_8a_ok) ... ok test_config_9_ok (test.test_logging.ConfigDictTest.test_config_9_ok) ... ok test_config_callable_filter_works (test.test_logging.ConfigDictTest.test_config_callable_filter_works) ... ok test_config_filter_method_works (test.test_logging.ConfigDictTest.test_config_filter_method_works) ... ok test_config_filter_works (test.test_logging.ConfigDictTest.test_config_filter_works) ... ok test_custom_formatter_class_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate) ... ok test_custom_formatter_class_with_validate2 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2) ... ok test_custom_formatter_class_with_validate2_with_wrong_fmt (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate2_with_wrong_fmt) ... ok test_custom_formatter_class_with_validate3 (test.test_logging.ConfigDictTest.test_custom_formatter_class_with_validate3) ... ok test_custom_formatter_function_with_validate (test.test_logging.ConfigDictTest.test_custom_formatter_function_with_validate) ... ok test_invalid_type_raises (test.test_logging.ConfigDictTest.test_invalid_type_raises) ... ok test_listen_config_10_ok (test.test_logging.ConfigDictTest.test_listen_config_10_ok) ... ok test_listen_config_1_ok (test.test_logging.ConfigDictTest.test_listen_config_1_ok) ... ok test_listen_verify (test.test_logging.ConfigDictTest.test_listen_verify) ... ok test_namedtuple (test.test_logging.ConfigDictTest.test_namedtuple) ... ok test_out_of_order (test.test_logging.ConfigDictTest.test_out_of_order) ... ok test_out_of_order_with_dollar_style (test.test_logging.ConfigDictTest.test_out_of_order_with_dollar_style) ... ok test_config0_ok (test.test_logging.ConfigFileTest.test_config0_ok) ... ok test_config0_using_cp_ok (test.test_logging.ConfigFileTest.test_config0_using_cp_ok) ... ok test_config1_ok (test.test_logging.ConfigFileTest.test_config1_ok) ... ok test_config2_failure (test.test_logging.ConfigFileTest.test_config2_failure) ... ok test_config3_failure (test.test_logging.ConfigFileTest.test_config3_failure) ... ok test_config4_ok (test.test_logging.ConfigFileTest.test_config4_ok) ... ok test_config5_ok (test.test_logging.ConfigFileTest.test_config5_ok) ... ok test_config6_ok (test.test_logging.ConfigFileTest.test_config6_ok) ... ok test_config7_ok (test.test_logging.ConfigFileTest.test_config7_ok) ... ok test_config8_ok (test.test_logging.ConfigFileTest.test_config8_ok) ... ok test_config_set_handler_names (test.test_logging.ConfigFileTest.test_config_set_handler_names) ... ok test_defaults_do_no_interpolation (test.test_logging.ConfigFileTest.test_defaults_do_no_interpolation) bpo-33802 defaults should not get interpolated ... ok test_exception_if_confg_file_is_empty (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_empty) ... ok test_exception_if_confg_file_is_invalid (test.test_logging.ConfigFileTest.test_exception_if_confg_file_is_invalid) ... ok test_exception_if_config_file_does_not_exist (test.test_logging.ConfigFileTest.test_exception_if_config_file_does_not_exist) ... ok test_logger_disabling (test.test_logging.ConfigFileTest.test_logger_disabling) ... ok test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest.test_handler_filter) ... ok test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest.test_logger_filter) ... ok test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest.test_specific_filters) ... ok test_output (test.test_logging.DatagramHandlerTest.test_output) ... ok test_encoding_cyrillic_unicode (test.test_logging.EncodingTest.test_encoding_cyrillic_unicode) ... ok test_encoding_plain_file (test.test_logging.EncodingTest.test_encoding_plain_file) ... ok test_formatting (test.test_logging.ExceptionTest.test_formatting) ... ok test_delay (test.test_logging.FileHandlerTest.test_delay) ... ok test_emit_after_closing_in_write_mode (test.test_logging.FileHandlerTest.test_emit_after_closing_in_write_mode) ... ok test_braces (test.test_logging.FormatterTest.test_braces) ... ok test_default_msec_format_none (test.test_logging.FormatterTest.test_default_msec_format_none) ... ok test_defaults_parameter (test.test_logging.FormatterTest.test_defaults_parameter) ... ok test_dollars (test.test_logging.FormatterTest.test_dollars) ... ok test_format_validate (test.test_logging.FormatterTest.test_format_validate) ... ok test_invalid_style (test.test_logging.FormatterTest.test_invalid_style) ... ok test_issue_89047 (test.test_logging.FormatterTest.test_issue_89047) ... ok test_percent (test.test_logging.FormatterTest.test_percent) ... ok test_time (test.test_logging.FormatterTest.test_time) ... ok test_output (test.test_logging.HTTPHandlerTest.test_output) ... ok test_builtin_handlers (test.test_logging.HandlerTest.test_builtin_handlers) ... ok test_name (test.test_logging.HandlerTest.test_name) ... ok test_path_objects (test.test_logging.HandlerTest.test_path_objects) Test that Path objects are accepted as filename arguments to handlers. ... ok test_post_fork_child_no_deadlock (test.test_logging.HandlerTest.test_post_fork_child_no_deadlock) Ensure child logging locks are not held; bpo-6721 & bpo-36533. ... ok test_race (test.test_logging.HandlerTest.test_race) ... ok test_output (test.test_logging.IPv6SysLogHandlerTest.test_output) ... ok test_udp_reconnection (test.test_logging.IPv6SysLogHandlerTest.test_udp_reconnection) ... ok test_last_resort (test.test_logging.LastResortTest.test_last_resort) ... ok test_logrecord_class (test.test_logging.LogRecordFactoryTest.test_logrecord_class) ... ok test_dict_arg (test.test_logging.LogRecordTest.test_dict_arg) ... ok test_multiprocessing (test.test_logging.LogRecordTest.test_multiprocessing) ... ok test_optional (test.test_logging.LogRecordTest.test_optional) ... ok test_str_rep (test.test_logging.LogRecordTest.test_str_rep) ... ok test_critical (test.test_logging.LoggerAdapterTest.test_critical) ... ok test_exception (test.test_logging.LoggerAdapterTest.test_exception) ... ok test_exception_excinfo (test.test_logging.LoggerAdapterTest.test_exception_excinfo) ... ok test_has_handlers (test.test_logging.LoggerAdapterTest.test_has_handlers) ... ok test_is_enabled_for (test.test_logging.LoggerAdapterTest.test_is_enabled_for) ... ok test_nested (test.test_logging.LoggerAdapterTest.test_nested) ... ok test_caching (test.test_logging.LoggerTest.test_caching) ... ok test_exception (test.test_logging.LoggerTest.test_exception) ... ok test_find_caller_with_stack_info (test.test_logging.LoggerTest.test_find_caller_with_stack_info) ... ok test_find_caller_with_stacklevel (test.test_logging.LoggerTest.test_find_caller_with_stacklevel) ... ok test_has_handlers (test.test_logging.LoggerTest.test_has_handlers) ... ok test_has_handlers_no_propagate (test.test_logging.LoggerTest.test_has_handlers_no_propagate) ... ok test_invalid_names (test.test_logging.LoggerTest.test_invalid_names) ... ok test_is_enabled_for (test.test_logging.LoggerTest.test_is_enabled_for) ... ok test_is_enabled_for_disabled_logger (test.test_logging.LoggerTest.test_is_enabled_for_disabled_logger) ... ok test_log_invalid_level_no_raise (test.test_logging.LoggerTest.test_log_invalid_level_no_raise) ... ok test_log_invalid_level_with_raise (test.test_logging.LoggerTest.test_log_invalid_level_with_raise) ... ok test_make_record_with_extra_no_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_no_overwrite) ... ok test_make_record_with_extra_overwrite (test.test_logging.LoggerTest.test_make_record_with_extra_overwrite) ... ok test_pickling (test.test_logging.LoggerTest.test_pickling) ... ok test_root_logger_aliases (test.test_logging.LoggerTest.test_root_logger_aliases) ... ok test_set_invalid_level (test.test_logging.LoggerTest.test_set_invalid_level) ... ok test_manager_loggerclass (test.test_logging.ManagerTest.test_manager_loggerclass) ... ok test_set_log_record_factory (test.test_logging.ManagerTest.test_set_log_record_factory) ... ok test_flush (test.test_logging.MemoryHandlerTest.test_flush) ... ok test_flush_on_close (test.test_logging.MemoryHandlerTest.test_flush_on_close) Test that the flush-on-close configuration works as expected. ... ok test_race_between_set_target_and_flush (test.test_logging.MemoryHandlerTest.test_race_between_set_target_and_flush) ... ok test_persistent_loggers (test.test_logging.MemoryTest.test_persistent_loggers) ... ok test__all__ (test.test_logging.MiscTestCase.test__all__) ... ok test_critical (test.test_logging.ModuleLevelMiscTest.test_critical) ... ok test_debug (test.test_logging.ModuleLevelMiscTest.test_debug) ... ok test_disable (test.test_logging.ModuleLevelMiscTest.test_disable) ... ok test_error (test.test_logging.ModuleLevelMiscTest.test_error) ... ok test_get_level_names_mapping (test.test_logging.ModuleLevelMiscTest.test_get_level_names_mapping) ... ok test_info (test.test_logging.ModuleLevelMiscTest.test_info) ... ok test_log (test.test_logging.ModuleLevelMiscTest.test_log) ... ok test_logging_at_shutdown (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown) ... ok test_logging_at_shutdown_open (test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_open) ... ok test_recursion_error (test.test_logging.ModuleLevelMiscTest.test_recursion_error) ... ok test_set_logger_class (test.test_logging.ModuleLevelMiscTest.test_set_logger_class) ... ok test_subclass_logger_cache (test.test_logging.ModuleLevelMiscTest.test_subclass_logger_cache) ... ok test_warning (test.test_logging.ModuleLevelMiscTest.test_warning) ... ok test_basic (test.test_logging.NTEventLogHandlerTest.test_basic) ... skipped 'win32evtlog/win32evtlogutil/pywintypes required for this test.' test_formatting (test.test_logging.QueueHandlerTest.test_formatting) ... ok test_queue_handler (test.test_logging.QueueHandlerTest.test_queue_handler) ... ok test_queue_listener (test.test_logging.QueueHandlerTest.test_queue_listener) ... ok test_queue_listener_with_StreamHandler (test.test_logging.QueueHandlerTest.test_queue_listener_with_StreamHandler) ... ok test_queue_listener_with_multiple_handlers (test.test_logging.QueueHandlerTest.test_queue_listener_with_multiple_handlers) ... ok test_calls_task_done_after_stop (test.test_logging.QueueListenerTest.test_calls_task_done_after_stop) ... ok test_handle_called_with_mp_queue (test.test_logging.QueueListenerTest.test_handle_called_with_mp_queue) ... ok test_handle_called_with_queue_queue (test.test_logging.QueueListenerTest.test_handle_called_with_queue_queue) ... ok test_no_messages_in_queue_after_stop (test.test_logging.QueueListenerTest.test_no_messages_in_queue_after_stop) Five messages are logged then the QueueListener is stopped. This ... ok test_file_created (test.test_logging.RotatingFileHandlerTest.test_file_created) ... ok test_namer_rotator_inheritance (test.test_logging.RotatingFileHandlerTest.test_namer_rotator_inheritance) ... ok test_rollover_filenames (test.test_logging.RotatingFileHandlerTest.test_rollover_filenames) ... ok test_rotator (test.test_logging.RotatingFileHandlerTest.test_rotator) ... ok test_should_not_rollover (test.test_logging.RotatingFileHandlerTest.test_should_not_rollover) ... ok test_should_rollover (test.test_logging.RotatingFileHandlerTest.test_should_rollover) ... ok test_basic (test.test_logging.SMTPHandlerTest.test_basic) ... ok test_no_failure (test.test_logging.ShutdownTest.test_no_failure) ... ok test_with_ioerror_in_acquire (test.test_logging.ShutdownTest.test_with_ioerror_in_acquire) ... ok test_with_ioerror_in_close (test.test_logging.ShutdownTest.test_with_ioerror_in_close) ... ok test_with_ioerror_in_flush (test.test_logging.ShutdownTest.test_with_ioerror_in_flush) ... ok test_with_other_error_in_acquire_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_with_raise) ... ok test_with_other_error_in_acquire_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_acquire_without_raise) ... ok test_with_other_error_in_close_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_with_raise) ... ok test_with_other_error_in_close_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_close_without_raise) ... ok test_with_other_error_in_flush_with_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_with_raise) ... ok test_with_other_error_in_flush_without_raise (test.test_logging.ShutdownTest.test_with_other_error_in_flush_without_raise) ... ok test_with_valueerror_in_acquire (test.test_logging.ShutdownTest.test_with_valueerror_in_acquire) ... ok test_with_valueerror_in_close (test.test_logging.ShutdownTest.test_with_valueerror_in_close) ... ok test_with_valueerror_in_flush (test.test_logging.ShutdownTest.test_with_valueerror_in_flush) ... ok test_noserver (test.test_logging.SocketHandlerTest.test_noserver) ... ok test_output (test.test_logging.SocketHandlerTest.test_output) ... ok test_can_represent_stream_with_int_name (test.test_logging.StreamHandlerTest.test_can_represent_stream_with_int_name) ... ok test_error_handling (test.test_logging.StreamHandlerTest.test_error_handling) ... ok test_stream_setting (test.test_logging.StreamHandlerTest.test_stream_setting) Test setting the handler's stream ... ok test_output (test.test_logging.SysLogHandlerTest.test_output) ... ok test_udp_reconnection (test.test_logging.SysLogHandlerTest.test_udp_reconnection) ... ok test_compute_files_to_delete (test.test_logging.TimedRotatingFileHandlerTest.test_compute_files_to_delete) ... ok test_compute_rollover_D (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_D) ... ok test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_H) ... ok test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_M) ... ok test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_MIDNIGHT) ... ok test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_S) ... ok test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_W0) ... ok test_compute_rollover_daily_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_daily_attime) ... ok test_compute_rollover_weekly_attime (test.test_logging.TimedRotatingFileHandlerTest.test_compute_rollover_weekly_attime) ... ok test_invalid (test.test_logging.TimedRotatingFileHandlerTest.test_invalid) ... ok test_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_rollover) ... ok test_should_not_rollover (test.test_logging.TimedRotatingFileHandlerTest.test_should_not_rollover) ... ok test_output (test.test_logging.UnixDatagramHandlerTest.test_output) ... ok test_noserver (test.test_logging.UnixSocketHandlerTest.test_noserver) ... ok test_output (test.test_logging.UnixSocketHandlerTest.test_output) ... ok test_output (test.test_logging.UnixSysLogHandlerTest.test_output) ... ok test_udp_reconnection (test.test_logging.UnixSysLogHandlerTest.test_udp_reconnection) ... ok test_warnings (test.test_logging.WarningsTest.test_warnings) ... ok test_warnings_no_handlers (test.test_logging.WarningsTest.test_warnings_no_handlers) ... ok ---------------------------------------------------------------------- Ran 219 tests in 21.910s OK (skipped=1) 0:09:17 load avg: 1.02 [217/432/1] test_long test__format__ (test.test_long.LongTest.test__format__) ... ok test_access_to_nonexistent_digit_0 (test.test_long.LongTest.test_access_to_nonexistent_digit_0) ... ok test_as_integer_ratio (test.test_long.LongTest.test_as_integer_ratio) ... ok test_big_lshift (test.test_long.LongTest.test_big_lshift) ... ok test_big_rshift (test.test_long.LongTest.test_big_rshift) ... ok test_bit_count (test.test_long.LongTest.test_bit_count) ... ok test_bit_length (test.test_long.LongTest.test_bit_length) ... ok test_bitop_identities (test.test_long.LongTest.test_bitop_identities) ... ok test_conversion (test.test_long.LongTest.test_conversion) ... ok test_correctly_rounded_true_division (test.test_long.LongTest.test_correctly_rounded_true_division) ... ok test_division (test.test_long.LongTest.test_division) ... ok test_divmod_uses_cached_small_ints (test.test_long.LongTest.test_divmod_uses_cached_small_ints) ... ok test_float_conversion (test.test_long.LongTest.test_float_conversion) ... ok test_float_overflow (test.test_long.LongTest.test_float_overflow) ... ok test_floordiv (test.test_long.LongTest.test_floordiv) ... ok test_format (test.test_long.LongTest.test_format) ... ok test_from_bytes (test.test_long.LongTest.test_from_bytes) ... ok test_from_bytes_small (test.test_long.LongTest.test_from_bytes_small) ... ok test_huge_lshift (test.test_long.LongTest.test_huge_lshift) ... skipped 'not enough memory: 2290649224.5G minimum needed' test_huge_lshift_of_zero (test.test_long.LongTest.test_huge_lshift_of_zero) ... ok test_huge_rshift (test.test_long.LongTest.test_huge_rshift) ... ok test_huge_rshift_of_huge (test.test_long.LongTest.test_huge_rshift_of_huge) ... skipped 'not enough memory: 1145324612.3G minimum needed' test_karatsuba (test.test_long.LongTest.test_karatsuba) ... ok test_logs (test.test_long.LongTest.test_logs) ... ok test_long (test.test_long.LongTest.test_long) ... ok test_lshift_of_zero (test.test_long.LongTest.test_lshift_of_zero) ... ok test_medium_lshift (test.test_long.LongTest.test_medium_lshift) ... ok test_medium_rshift (test.test_long.LongTest.test_medium_rshift) ... ok test_mixed_compares (test.test_long.LongTest.test_mixed_compares) ... ok test_mod_division (test.test_long.LongTest.test_mod_division) ... ok test_nan_inf (test.test_long.LongTest.test_nan_inf) ... ok test_negative_shift_count (test.test_long.LongTest.test_negative_shift_count) ... ok test_pow_uses_cached_small_ints (test.test_long.LongTest.test_pow_uses_cached_small_ints) ... ok test_round (test.test_long.LongTest.test_round) ... ok test_shift_bool (test.test_long.LongTest.test_shift_bool) ... ok test_small_ints (test.test_long.LongTest.test_small_ints) ... ok test_small_ints_in_huge_calculation (test.test_long.LongTest.test_small_ints_in_huge_calculation) ... ok test_small_lshift (test.test_long.LongTest.test_small_lshift) ... ok test_small_rshift (test.test_long.LongTest.test_small_rshift) ... ok test_square (test.test_long.LongTest.test_square) ... ok test_to_bytes (test.test_long.LongTest.test_to_bytes) ... ok test_true_division (test.test_long.LongTest.test_true_division) ... ok ---------------------------------------------------------------------- Ran 42 tests in 0.875s OK (skipped=2) 0:09:19 load avg: 1.02 [218/432/1] test_longexp test_longexp (test.test_longexp.LongExpText.test_longexp) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.069s OK 0:09:19 load avg: 1.02 [219/432/1] test_lzma test_bad_args (test.test_lzma.CompressDecompressFunctionTestCase.test_bad_args) ... ok test_decompress_bad_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_bad_input) ... ok test_decompress_good_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_good_input) ... ok test_decompress_incomplete_input (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_incomplete_input) ... ok test_decompress_memlimit (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_memlimit) ... ok test_decompress_multistream (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream) ... ok test_decompress_multistream_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_multistream_trailing_junk) ... ok test_decompress_trailing_junk (test.test_lzma.CompressDecompressFunctionTestCase.test_decompress_trailing_junk) ... ok test_roundtrip (test.test_lzma.CompressDecompressFunctionTestCase.test_roundtrip) ... ok test_bad_filter_spec (test.test_lzma.CompressorDecompressorTestCase.test_bad_filter_spec) ... ok test_compressor_bigmem (test.test_lzma.CompressorDecompressorTestCase.test_compressor_bigmem) ... ok test_decompressor_after_eof (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_after_eof) ... ok test_decompressor_alone (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_alone) ... ok test_decompressor_auto (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_auto) ... ok test_decompressor_bad_input (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bad_input) ... ok test_decompressor_bigmem (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bigmem) ... ok test_decompressor_bug_28275 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_bug_28275) ... ok test_decompressor_chunks (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks) ... ok test_decompressor_chunks_empty (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_empty) ... ok test_decompressor_chunks_maxsize (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_chunks_maxsize) ... ok test_decompressor_inputbuf_1 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_1) ... ok test_decompressor_inputbuf_2 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_2) ... ok test_decompressor_inputbuf_3 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_inputbuf_3) ... ok test_decompressor_memlimit (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_memlimit) ... ok test_decompressor_multistream (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_multistream) ... ok test_decompressor_raw_1 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_1) ... ok test_decompressor_raw_2 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_2) ... ok test_decompressor_raw_3 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_3) ... ok test_decompressor_raw_4 (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_raw_4) ... ok test_decompressor_unused_data (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_unused_data) ... ok test_decompressor_xz (test.test_lzma.CompressorDecompressorTestCase.test_decompressor_xz) ... ok test_pickle (test.test_lzma.CompressorDecompressorTestCase.test_pickle) ... ok test_refleaks_in_decompressor___init__ (test.test_lzma.CompressorDecompressorTestCase.test_refleaks_in_decompressor___init__) ... skipped "object has no attribute 'gettotalrefcount'" test_roundtrip_alone (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_alone) ... ok test_roundtrip_chunks (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_chunks) ... ok test_roundtrip_empty_chunks (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_empty_chunks) ... ok test_roundtrip_raw (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw) ... ok test_roundtrip_raw_empty (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_raw_empty) ... ok test_roundtrip_xz (test.test_lzma.CompressorDecompressorTestCase.test_roundtrip_xz) ... ok test_simple_bad_args (test.test_lzma.CompressorDecompressorTestCase.test_simple_bad_args) ... ok test_close (test.test_lzma.FileTestCase.test_close) ... ok test_closed (test.test_lzma.FileTestCase.test_closed) ... ok test_decompress_limited (test.test_lzma.FileTestCase.test_decompress_limited) Decompressed data buffering should be limited ... ok test_fileno (test.test_lzma.FileTestCase.test_fileno) ... ok test_init (test.test_lzma.FileTestCase.test_init) ... ok test_init_bad_check (test.test_lzma.FileTestCase.test_init_bad_check) ... ok test_init_bad_filter_spec (test.test_lzma.FileTestCase.test_init_bad_filter_spec) ... ok test_init_bad_mode (test.test_lzma.FileTestCase.test_init_bad_mode) ... ok test_init_bad_preset (test.test_lzma.FileTestCase.test_init_bad_preset) ... ok test_init_mode (test.test_lzma.FileTestCase.test_init_mode) ... ok test_init_with_PathLike_filename (test.test_lzma.FileTestCase.test_init_with_PathLike_filename) ... ok test_init_with_filename (test.test_lzma.FileTestCase.test_init_with_filename) ... ok test_init_with_preset_and_filters (test.test_lzma.FileTestCase.test_init_with_preset_and_filters) ... ok test_init_with_x_mode (test.test_lzma.FileTestCase.test_init_with_x_mode) ... ok test_issue21872 (test.test_lzma.FileTestCase.test_issue21872) ... ok test_issue44439 (test.test_lzma.FileTestCase.test_issue44439) ... ok test_iterator (test.test_lzma.FileTestCase.test_iterator) ... ok test_peek (test.test_lzma.FileTestCase.test_peek) ... ok test_peek_bad_args (test.test_lzma.FileTestCase.test_peek_bad_args) ... ok test_read (test.test_lzma.FileTestCase.test_read) ... ok test_read1 (test.test_lzma.FileTestCase.test_read1) ... ok test_read1_0 (test.test_lzma.FileTestCase.test_read1_0) ... ok test_read1_10 (test.test_lzma.FileTestCase.test_read1_10) ... ok test_read1_bad_args (test.test_lzma.FileTestCase.test_read1_bad_args) ... ok test_read1_multistream (test.test_lzma.FileTestCase.test_read1_multistream) ... ok test_read_0 (test.test_lzma.FileTestCase.test_read_0) ... ok test_read_10 (test.test_lzma.FileTestCase.test_read_10) ... ok test_read_bad_args (test.test_lzma.FileTestCase.test_read_bad_args) ... ok test_read_bad_data (test.test_lzma.FileTestCase.test_read_bad_data) ... ok test_read_from_file (test.test_lzma.FileTestCase.test_read_from_file) ... ok test_read_from_file_with_bytes_filename (test.test_lzma.FileTestCase.test_read_from_file_with_bytes_filename) ... skipped 'Temporary file name needs to be ASCII' test_read_incomplete (test.test_lzma.FileTestCase.test_read_incomplete) ... ok test_read_multistream (test.test_lzma.FileTestCase.test_read_multistream) ... ok test_read_multistream_buffer_size_aligned (test.test_lzma.FileTestCase.test_read_multistream_buffer_size_aligned) ... ok test_read_multistream_trailing_junk (test.test_lzma.FileTestCase.test_read_multistream_trailing_junk) ... ok test_read_trailing_junk (test.test_lzma.FileTestCase.test_read_trailing_junk) ... ok test_read_truncated (test.test_lzma.FileTestCase.test_read_truncated) ... ok test_readable (test.test_lzma.FileTestCase.test_readable) ... ok test_readline (test.test_lzma.FileTestCase.test_readline) ... ok test_readlines (test.test_lzma.FileTestCase.test_readlines) ... ok test_seek_backward (test.test_lzma.FileTestCase.test_seek_backward) ... ok test_seek_backward_across_streams (test.test_lzma.FileTestCase.test_seek_backward_across_streams) ... ok test_seek_backward_relative_to_end (test.test_lzma.FileTestCase.test_seek_backward_relative_to_end) ... ok test_seek_bad_args (test.test_lzma.FileTestCase.test_seek_bad_args) ... ok test_seek_forward (test.test_lzma.FileTestCase.test_seek_forward) ... ok test_seek_forward_across_streams (test.test_lzma.FileTestCase.test_seek_forward_across_streams) ... ok test_seek_forward_relative_to_current (test.test_lzma.FileTestCase.test_seek_forward_relative_to_current) ... ok test_seek_forward_relative_to_end (test.test_lzma.FileTestCase.test_seek_forward_relative_to_end) ... ok test_seek_past_end (test.test_lzma.FileTestCase.test_seek_past_end) ... ok test_seek_past_start (test.test_lzma.FileTestCase.test_seek_past_start) ... ok test_seekable (test.test_lzma.FileTestCase.test_seekable) ... ok test_tell (test.test_lzma.FileTestCase.test_tell) ... ok test_tell_bad_args (test.test_lzma.FileTestCase.test_tell_bad_args) ... ok test_writable (test.test_lzma.FileTestCase.test_writable) ... ok test_write (test.test_lzma.FileTestCase.test_write) ... ok test_write_10 (test.test_lzma.FileTestCase.test_write_10) ... ok test_write_append (test.test_lzma.FileTestCase.test_write_append) ... ok test_write_append_to_file (test.test_lzma.FileTestCase.test_write_append_to_file) ... ok test_write_bad_args (test.test_lzma.FileTestCase.test_write_bad_args) ... ok test_write_to_file (test.test_lzma.FileTestCase.test_write_to_file) ... ok test_write_to_file_with_bytes_filename (test.test_lzma.FileTestCase.test_write_to_file_with_bytes_filename) ... skipped 'Temporary file name needs to be ASCII' test_writelines (test.test_lzma.FileTestCase.test_writelines) ... ok test__decode_filter_properties (test.test_lzma.MiscellaneousTestCase.test__decode_filter_properties) ... ok test__encode_filter_properties (test.test_lzma.MiscellaneousTestCase.test__encode_filter_properties) ... ok test_filter_properties_roundtrip (test.test_lzma.MiscellaneousTestCase.test_filter_properties_roundtrip) ... ok test_is_check_supported (test.test_lzma.MiscellaneousTestCase.test_is_check_supported) ... ok test_bad_params (test.test_lzma.OpenTestCase.test_bad_params) ... ok test_binary_modes (test.test_lzma.OpenTestCase.test_binary_modes) ... ok test_encoding (test.test_lzma.OpenTestCase.test_encoding) ... ok test_encoding_error_handler (test.test_lzma.OpenTestCase.test_encoding_error_handler) ... ok test_filename (test.test_lzma.OpenTestCase.test_filename) ... ok test_format_and_filters (test.test_lzma.OpenTestCase.test_format_and_filters) ... ok test_newline (test.test_lzma.OpenTestCase.test_newline) ... ok test_text_modes (test.test_lzma.OpenTestCase.test_text_modes) ... ok test_with_pathlike_filename (test.test_lzma.OpenTestCase.test_with_pathlike_filename) ... ok test_x_mode (test.test_lzma.OpenTestCase.test_x_mode) ... ok ---------------------------------------------------------------------- Ran 116 tests in 2.803s OK (skipped=3) 0:09:23 load avg: 1.02 [220/432/1] test_mailbox test_empty_maildir (test.test_mailbox.MaildirTestCase.test_empty_maildir) Test an empty maildir mailbox ... ok test_nonempty_maildir_both (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_both) ... ok test_nonempty_maildir_cur (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_cur) ... ok test_nonempty_maildir_new (test.test_mailbox.MaildirTestCase.test_nonempty_maildir_new) ... ok test__all__ (test.test_mailbox.MiscTestCase.test__all__) ... ok test_add (test.test_mailbox.TestBabyl.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestBabyl.test_add_8bit_body) ... ok test_add_StringIO_warns (test.test_mailbox.TestBabyl.test_add_StringIO_warns) ... ok test_add_binary_file (test.test_mailbox.TestBabyl.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestBabyl.test_add_binary_nonascii_file) ... ok test_add_doesnt_rewrite (test.test_mailbox.TestBabyl.test_add_doesnt_rewrite) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestBabyl.test_add_invalid_8bit_bytes_header) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestBabyl.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestBabyl.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestBabyl.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestBabyl.test_add_that_raises_leaves_mailbox_empty) ... ok test_clear (test.test_mailbox.TestBabyl.test_clear) ... ok test_close (test.test_mailbox.TestBabyl.test_close) ... ok test_contains (test.test_mailbox.TestBabyl.test_contains) ... ok test_delitem (test.test_mailbox.TestBabyl.test_delitem) ... ok test_discard (test.test_mailbox.TestBabyl.test_discard) ... ok test_dump_message (test.test_mailbox.TestBabyl.test_dump_message) ... ok test_flush (test.test_mailbox.TestBabyl.test_flush) ... ok test_get (test.test_mailbox.TestBabyl.test_get) ... ok test_get_bytes (test.test_mailbox.TestBabyl.test_get_bytes) ... ok test_get_file (test.test_mailbox.TestBabyl.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice) ... ok test_get_message (test.test_mailbox.TestBabyl.test_get_message) ... ok test_get_string (test.test_mailbox.TestBabyl.test_get_string) ... ok test_getitem (test.test_mailbox.TestBabyl.test_getitem) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestBabyl.test_invalid_nonascii_header_as_string) ... ok test_items (test.test_mailbox.TestBabyl.test_items) ... ok test_iter (test.test_mailbox.TestBabyl.test_iter) ... ok test_iteritems (test.test_mailbox.TestBabyl.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestBabyl.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestBabyl.test_itervalues) ... ok test_keys (test.test_mailbox.TestBabyl.test_keys) ... ok test_labels (test.test_mailbox.TestBabyl.test_labels) ... ok test_len (test.test_mailbox.TestBabyl.test_len) ... ok test_lock_unlock (test.test_mailbox.TestBabyl.test_lock_unlock) ... ok test_permissions_after_flush (test.test_mailbox.TestBabyl.test_permissions_after_flush) ... ok test_pop (test.test_mailbox.TestBabyl.test_pop) ... ok test_popitem (test.test_mailbox.TestBabyl.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestBabyl.test_popitem_and_flush_twice) ... ok test_remove (test.test_mailbox.TestBabyl.test_remove) ... ok test_set_item (test.test_mailbox.TestBabyl.test_set_item) ... ok test_update (test.test_mailbox.TestBabyl.test_update) ... ok test_values (test.test_mailbox.TestBabyl.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestBabylMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestBabylMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestBabylMessage.test_explain_to) ... ok test_initialize_incorrectly (test.test_mailbox.TestBabylMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestBabylMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestBabylMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestBabylMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestBabylMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestBabylMessage.test_initialize_with_string) ... ok test_labels (test.test_mailbox.TestBabylMessage.test_labels) ... ok test_visible (test.test_mailbox.TestBabylMessage.test_visible) ... ok test_closing_fd (test.test_mailbox.TestFakeMailBox.test_closing_fd) ... ok test_add (test.test_mailbox.TestMH.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestMH.test_add_8bit_body) ... ok test_add_StringIO_warns (test.test_mailbox.TestMH.test_add_StringIO_warns) ... ok test_add_and_remove_folders (test.test_mailbox.TestMH.test_add_and_remove_folders) ... ok test_add_binary_file (test.test_mailbox.TestMH.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestMH.test_add_binary_nonascii_file) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMH.test_add_invalid_8bit_bytes_header) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestMH.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestMH.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestMH.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMH.test_add_that_raises_leaves_mailbox_empty) ... ok test_clear (test.test_mailbox.TestMH.test_clear) ... ok test_close (test.test_mailbox.TestMH.test_close) ... ok test_contains (test.test_mailbox.TestMH.test_contains) ... ok test_delitem (test.test_mailbox.TestMH.test_delitem) ... ok test_discard (test.test_mailbox.TestMH.test_discard) ... ok test_dump_message (test.test_mailbox.TestMH.test_dump_message) ... ok test_flush (test.test_mailbox.TestMH.test_flush) ... ok test_get (test.test_mailbox.TestMH.test_get) ... ok test_get_bytes (test.test_mailbox.TestMH.test_get_bytes) ... ok test_get_file (test.test_mailbox.TestMH.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestMH.test_get_file_can_be_closed_twice) ... ok test_get_folder (test.test_mailbox.TestMH.test_get_folder) ... ok test_get_message (test.test_mailbox.TestMH.test_get_message) ... ok test_get_string (test.test_mailbox.TestMH.test_get_string) ... ok test_getitem (test.test_mailbox.TestMH.test_getitem) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestMH.test_invalid_nonascii_header_as_string) ... ok test_issue2625 (test.test_mailbox.TestMH.test_issue2625) ... ok test_issue7627 (test.test_mailbox.TestMH.test_issue7627) ... ok test_items (test.test_mailbox.TestMH.test_items) ... ok test_iter (test.test_mailbox.TestMH.test_iter) ... ok test_iteritems (test.test_mailbox.TestMH.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestMH.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestMH.test_itervalues) ... ok test_keys (test.test_mailbox.TestMH.test_keys) ... ok test_len (test.test_mailbox.TestMH.test_len) ... ok test_list_folders (test.test_mailbox.TestMH.test_list_folders) ... ok test_lock_unlock (test.test_mailbox.TestMH.test_lock_unlock) ... ok test_pack (test.test_mailbox.TestMH.test_pack) ... ok test_pop (test.test_mailbox.TestMH.test_pop) ... ok test_popitem (test.test_mailbox.TestMH.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestMH.test_popitem_and_flush_twice) ... ok test_remove (test.test_mailbox.TestMH.test_remove) ... ok test_sequences (test.test_mailbox.TestMH.test_sequences) ... ok test_set_item (test.test_mailbox.TestMH.test_set_item) ... ok test_update (test.test_mailbox.TestMH.test_update) ... ok test_values (test.test_mailbox.TestMH.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMHMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMHMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestMHMessage.test_explain_to) ... ok test_initialize_incorrectly (test.test_mailbox.TestMHMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMHMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMHMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMHMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMHMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMHMessage.test_initialize_with_string) ... ok test_sequences (test.test_mailbox.TestMHMessage.test_sequences) ... ok test_add (test.test_mailbox.TestMMDF.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestMMDF.test_add_8bit_body) ... ok test_add_StringIO_warns (test.test_mailbox.TestMMDF.test_add_StringIO_warns) ... ok test_add_and_close (test.test_mailbox.TestMMDF.test_add_and_close) ... ok test_add_binary_file (test.test_mailbox.TestMMDF.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestMMDF.test_add_binary_nonascii_file) ... ok test_add_doesnt_rewrite (test.test_mailbox.TestMMDF.test_add_doesnt_rewrite) ... ok test_add_from_bytes (test.test_mailbox.TestMMDF.test_add_from_bytes) ... ok test_add_from_string (test.test_mailbox.TestMMDF.test_add_from_string) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMMDF.test_add_invalid_8bit_bytes_header) ... ok test_add_mbox_or_mmdf_message (test.test_mailbox.TestMMDF.test_add_mbox_or_mmdf_message) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestMMDF.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestMMDF.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestMMDF.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMMDF.test_add_that_raises_leaves_mailbox_empty) ... ok test_clear (test.test_mailbox.TestMMDF.test_clear) ... ok test_close (test.test_mailbox.TestMMDF.test_close) ... ok test_contains (test.test_mailbox.TestMMDF.test_contains) ... ok test_delitem (test.test_mailbox.TestMMDF.test_delitem) ... ok test_discard (test.test_mailbox.TestMMDF.test_discard) ... ok test_dump_message (test.test_mailbox.TestMMDF.test_dump_message) ... ok test_flush (test.test_mailbox.TestMMDF.test_flush) ... ok test_get (test.test_mailbox.TestMMDF.test_get) ... ok test_get_bytes (test.test_mailbox.TestMMDF.test_get_bytes) ... ok test_get_bytes_from (test.test_mailbox.TestMMDF.test_get_bytes_from) ... ok test_get_file (test.test_mailbox.TestMMDF.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice) ... ok test_get_message (test.test_mailbox.TestMMDF.test_get_message) ... ok test_get_string (test.test_mailbox.TestMMDF.test_get_string) ... ok test_get_string_from (test.test_mailbox.TestMMDF.test_get_string_from) ... ok test_getitem (test.test_mailbox.TestMMDF.test_getitem) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestMMDF.test_invalid_nonascii_header_as_string) ... ok test_items (test.test_mailbox.TestMMDF.test_items) ... ok test_iter (test.test_mailbox.TestMMDF.test_iter) ... ok test_iteritems (test.test_mailbox.TestMMDF.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestMMDF.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestMMDF.test_itervalues) ... ok test_keys (test.test_mailbox.TestMMDF.test_keys) ... ok test_len (test.test_mailbox.TestMMDF.test_len) ... ok test_lock_conflict (test.test_mailbox.TestMMDF.test_lock_conflict) ... ok test_lock_unlock (test.test_mailbox.TestMMDF.test_lock_unlock) ... ok test_open_close_open (test.test_mailbox.TestMMDF.test_open_close_open) ... ok test_permissions_after_flush (test.test_mailbox.TestMMDF.test_permissions_after_flush) ... ok test_pop (test.test_mailbox.TestMMDF.test_pop) ... ok test_popitem (test.test_mailbox.TestMMDF.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestMMDF.test_popitem_and_flush_twice) ... ok test_relock (test.test_mailbox.TestMMDF.test_relock) ... ok test_remove (test.test_mailbox.TestMMDF.test_remove) ... ok test_set_item (test.test_mailbox.TestMMDF.test_set_item) ... ok test_update (test.test_mailbox.TestMMDF.test_update) ... ok test_values (test.test_mailbox.TestMMDF.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMMDFMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMMDFMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestMMDFMessage.test_explain_to) ... ok test_flags (test.test_mailbox.TestMMDFMessage.test_flags) ... ok test_from (test.test_mailbox.TestMMDFMessage.test_from) ... ok test_initialize_incorrectly (test.test_mailbox.TestMMDFMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMMDFMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMMDFMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMMDFMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMMDFMessage.test_initialize_with_string) ... ok test_initialize_with_unixfrom (test.test_mailbox.TestMMDFMessage.test_initialize_with_unixfrom) ... ok test_notimplemented (test.test_mailbox.TestMailboxSuperclass.test_notimplemented) ... ok test_add (test.test_mailbox.TestMaildir.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestMaildir.test_add_8bit_body) ... ok test_add_MM (test.test_mailbox.TestMaildir.test_add_MM) ... ok test_add_StringIO_warns (test.test_mailbox.TestMaildir.test_add_StringIO_warns) ... ok test_add_and_remove_folders (test.test_mailbox.TestMaildir.test_add_and_remove_folders) ... ok test_add_binary_file (test.test_mailbox.TestMaildir.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestMaildir.test_add_binary_nonascii_file) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMaildir.test_add_invalid_8bit_bytes_header) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestMaildir.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestMaildir.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestMaildir.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMaildir.test_add_that_raises_leaves_mailbox_empty) ... ok test_clean (test.test_mailbox.TestMaildir.test_clean) ... ok test_clear (test.test_mailbox.TestMaildir.test_clear) ... ok test_close (test.test_mailbox.TestMaildir.test_close) ... ok test_consistent_factory (test.test_mailbox.TestMaildir.test_consistent_factory) ... ok test_contains (test.test_mailbox.TestMaildir.test_contains) ... ok test_create_tmp (test.test_mailbox.TestMaildir.test_create_tmp) ... ok test_delitem (test.test_mailbox.TestMaildir.test_delitem) ... ok test_directory_in_folder (test.test_mailbox.TestMaildir.test_directory_in_folder) ... ok test_discard (test.test_mailbox.TestMaildir.test_discard) ... ok test_dump_message (test.test_mailbox.TestMaildir.test_dump_message) ... ok test_file_permissions (test.test_mailbox.TestMaildir.test_file_permissions) ... ok test_flush (test.test_mailbox.TestMaildir.test_flush) ... ok test_folder (test.test_mailbox.TestMaildir.test_folder) ... ok test_folder_file_perms (test.test_mailbox.TestMaildir.test_folder_file_perms) ... ok test_get (test.test_mailbox.TestMaildir.test_get) ... ok test_get_MM (test.test_mailbox.TestMaildir.test_get_MM) ... ok test_get_bytes (test.test_mailbox.TestMaildir.test_get_bytes) ... ok test_get_file (test.test_mailbox.TestMaildir.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice) ... ok test_get_folder (test.test_mailbox.TestMaildir.test_get_folder) ... ok test_get_message (test.test_mailbox.TestMaildir.test_get_message) ... ok test_get_string (test.test_mailbox.TestMaildir.test_get_string) ... ok test_getitem (test.test_mailbox.TestMaildir.test_getitem) ... ok test_initialize_existing (test.test_mailbox.TestMaildir.test_initialize_existing) ... ok test_initialize_new (test.test_mailbox.TestMaildir.test_initialize_new) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestMaildir.test_invalid_nonascii_header_as_string) ... ok test_items (test.test_mailbox.TestMaildir.test_items) ... ok test_iter (test.test_mailbox.TestMaildir.test_iter) ... ok test_iteritems (test.test_mailbox.TestMaildir.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestMaildir.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestMaildir.test_itervalues) ... ok test_keys (test.test_mailbox.TestMaildir.test_keys) ... ok test_len (test.test_mailbox.TestMaildir.test_len) ... ok test_list_folders (test.test_mailbox.TestMaildir.test_list_folders) ... ok test_lock_unlock (test.test_mailbox.TestMaildir.test_lock_unlock) ... ok test_lookup (test.test_mailbox.TestMaildir.test_lookup) ... ok test_pop (test.test_mailbox.TestMaildir.test_pop) ... ok test_popitem (test.test_mailbox.TestMaildir.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestMaildir.test_popitem_and_flush_twice) ... ok test_refresh (test.test_mailbox.TestMaildir.test_refresh) ... ok test_refresh_after_safety_period (test.test_mailbox.TestMaildir.test_refresh_after_safety_period) ... ok test_remove (test.test_mailbox.TestMaildir.test_remove) ... ok test_reread (test.test_mailbox.TestMaildir.test_reread) ... ok test_set_MM (test.test_mailbox.TestMaildir.test_set_MM) ... ok test_set_item (test.test_mailbox.TestMaildir.test_set_item) ... ok test_update (test.test_mailbox.TestMaildir.test_update) ... ok test_values (test.test_mailbox.TestMaildir.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMaildirMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMaildirMessage.test_become_message) ... ok test_date (test.test_mailbox.TestMaildirMessage.test_date) ... ok test_explain_to (test.test_mailbox.TestMaildirMessage.test_explain_to) ... ok test_flags (test.test_mailbox.TestMaildirMessage.test_flags) ... ok test_info (test.test_mailbox.TestMaildirMessage.test_info) ... ok test_info_and_flags (test.test_mailbox.TestMaildirMessage.test_info_and_flags) ... ok test_initialize_incorrectly (test.test_mailbox.TestMaildirMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMaildirMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMaildirMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMaildirMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMaildirMessage.test_initialize_with_string) ... ok test_subdir (test.test_mailbox.TestMaildirMessage.test_subdir) ... ok test_add (test.test_mailbox.TestMbox.test_add) ... ok test_add_8bit_body (test.test_mailbox.TestMbox.test_add_8bit_body) ... ok test_add_StringIO_warns (test.test_mailbox.TestMbox.test_add_StringIO_warns) ... ok test_add_and_close (test.test_mailbox.TestMbox.test_add_and_close) ... ok test_add_binary_file (test.test_mailbox.TestMbox.test_add_binary_file) ... ok test_add_binary_nonascii_file (test.test_mailbox.TestMbox.test_add_binary_nonascii_file) ... ok test_add_doesnt_rewrite (test.test_mailbox.TestMbox.test_add_doesnt_rewrite) ... ok test_add_from_bytes (test.test_mailbox.TestMbox.test_add_from_bytes) ... ok test_add_from_string (test.test_mailbox.TestMbox.test_add_from_string) ... ok test_add_invalid_8bit_bytes_header (test.test_mailbox.TestMbox.test_add_invalid_8bit_bytes_header) ... ok test_add_mbox_or_mmdf_message (test.test_mailbox.TestMbox.test_add_mbox_or_mmdf_message) ... ok test_add_nonascii_StringIO_raises (test.test_mailbox.TestMbox.test_add_nonascii_StringIO_raises) ... ok test_add_nonascii_string_header_raises (test.test_mailbox.TestMbox.test_add_nonascii_string_header_raises) ... ok test_add_text_file_warns (test.test_mailbox.TestMbox.test_add_text_file_warns) ... ok test_add_that_raises_leaves_mailbox_empty (test.test_mailbox.TestMbox.test_add_that_raises_leaves_mailbox_empty) ... ok test_clear (test.test_mailbox.TestMbox.test_clear) ... ok test_close (test.test_mailbox.TestMbox.test_close) ... ok test_contains (test.test_mailbox.TestMbox.test_contains) ... ok test_delitem (test.test_mailbox.TestMbox.test_delitem) ... ok test_discard (test.test_mailbox.TestMbox.test_discard) ... ok test_dump_message (test.test_mailbox.TestMbox.test_dump_message) ... ok test_file_perms (test.test_mailbox.TestMbox.test_file_perms) ... ok test_flush (test.test_mailbox.TestMbox.test_flush) ... ok test_get (test.test_mailbox.TestMbox.test_get) ... ok test_get_bytes (test.test_mailbox.TestMbox.test_get_bytes) ... ok test_get_bytes_from (test.test_mailbox.TestMbox.test_get_bytes_from) ... ok test_get_file (test.test_mailbox.TestMbox.test_get_file) ... ok test_get_file_can_be_closed_twice (test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice) ... ok test_get_message (test.test_mailbox.TestMbox.test_get_message) ... ok test_get_string (test.test_mailbox.TestMbox.test_get_string) ... ok test_get_string_from (test.test_mailbox.TestMbox.test_get_string_from) ... ok test_getitem (test.test_mailbox.TestMbox.test_getitem) ... ok test_invalid_nonascii_header_as_string (test.test_mailbox.TestMbox.test_invalid_nonascii_header_as_string) ... ok test_items (test.test_mailbox.TestMbox.test_items) ... ok test_iter (test.test_mailbox.TestMbox.test_iter) ... ok test_iteritems (test.test_mailbox.TestMbox.test_iteritems) ... ok test_iterkeys (test.test_mailbox.TestMbox.test_iterkeys) ... ok test_itervalues (test.test_mailbox.TestMbox.test_itervalues) ... ok test_keys (test.test_mailbox.TestMbox.test_keys) ... ok test_len (test.test_mailbox.TestMbox.test_len) ... ok test_lock_conflict (test.test_mailbox.TestMbox.test_lock_conflict) ... ok test_lock_unlock (test.test_mailbox.TestMbox.test_lock_unlock) ... ok test_message_separator (test.test_mailbox.TestMbox.test_message_separator) ... ok test_open_close_open (test.test_mailbox.TestMbox.test_open_close_open) ... ok test_permissions_after_flush (test.test_mailbox.TestMbox.test_permissions_after_flush) ... ok test_pop (test.test_mailbox.TestMbox.test_pop) ... ok test_popitem (test.test_mailbox.TestMbox.test_popitem) ... ok test_popitem_and_flush_twice (test.test_mailbox.TestMbox.test_popitem_and_flush_twice) ... ok test_relock (test.test_mailbox.TestMbox.test_relock) ... ok test_remove (test.test_mailbox.TestMbox.test_remove) ... ok test_set_item (test.test_mailbox.TestMbox.test_set_item) ... ok test_terminating_newline (test.test_mailbox.TestMbox.test_terminating_newline) ... ok test_update (test.test_mailbox.TestMbox.test_update) ... ok test_values (test.test_mailbox.TestMbox.test_values) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMboxMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMboxMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestMboxMessage.test_explain_to) ... ok test_flags (test.test_mailbox.TestMboxMessage.test_flags) ... ok test_from (test.test_mailbox.TestMboxMessage.test_from) ... ok test_initialize_incorrectly (test.test_mailbox.TestMboxMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMboxMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMboxMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMboxMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMboxMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMboxMessage.test_initialize_with_string) ... ok test_initialize_with_unixfrom (test.test_mailbox.TestMboxMessage.test_initialize_with_unixfrom) ... ok test_all_eMM_attributes_exist (test.test_mailbox.TestMessage.test_all_eMM_attributes_exist) ... ok test_become_message (test.test_mailbox.TestMessage.test_become_message) ... ok test_explain_to (test.test_mailbox.TestMessage.test_explain_to) ... ok test_initialize_incorrectly (test.test_mailbox.TestMessage.test_initialize_incorrectly) ... ok test_initialize_with_binary_file (test.test_mailbox.TestMessage.test_initialize_with_binary_file) ... ok test_initialize_with_eMM (test.test_mailbox.TestMessage.test_initialize_with_eMM) ... ok test_initialize_with_file (test.test_mailbox.TestMessage.test_initialize_with_file) ... ok test_initialize_with_nothing (test.test_mailbox.TestMessage.test_initialize_with_nothing) ... ok test_initialize_with_string (test.test_mailbox.TestMessage.test_initialize_with_string) ... ok test_babyl_to_babyl (test.test_mailbox.TestMessageConversion.test_babyl_to_babyl) ... ok test_babyl_to_maildir (test.test_mailbox.TestMessageConversion.test_babyl_to_maildir) ... ok test_babyl_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_babyl_to_mboxmmdf) ... ok test_babyl_to_mh (test.test_mailbox.TestMessageConversion.test_babyl_to_mh) ... ok test_maildir_to_babyl (test.test_mailbox.TestMessageConversion.test_maildir_to_babyl) ... ok test_maildir_to_maildir (test.test_mailbox.TestMessageConversion.test_maildir_to_maildir) ... ok test_maildir_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_maildir_to_mboxmmdf) ... ok test_maildir_to_mh (test.test_mailbox.TestMessageConversion.test_maildir_to_mh) ... ok test_mboxmmdf_to_babyl (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_babyl) ... ok test_mboxmmdf_to_maildir (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_maildir) ... ok test_mboxmmdf_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mboxmmdf) ... ok test_mboxmmdf_to_mh (test.test_mailbox.TestMessageConversion.test_mboxmmdf_to_mh) ... ok test_mh_to_babyl (test.test_mailbox.TestMessageConversion.test_mh_to_babyl) ... ok test_mh_to_maildir (test.test_mailbox.TestMessageConversion.test_mh_to_maildir) ... ok test_mh_to_mboxmmdf (test.test_mailbox.TestMessageConversion.test_mh_to_mboxmmdf) ... ok test_mh_to_mh (test.test_mailbox.TestMessageConversion.test_mh_to_mh) ... ok test_plain_to_x (test.test_mailbox.TestMessageConversion.test_plain_to_x) ... ok test_type_specific_attributes_removed_on_conversion (test.test_mailbox.TestMessageConversion.test_type_specific_attributes_removed_on_conversion) ... ok test_x_from_bytes (test.test_mailbox.TestMessageConversion.test_x_from_bytes) ... ok test_x_to_invalid (test.test_mailbox.TestMessageConversion.test_x_to_invalid) ... ok test_x_to_plain (test.test_mailbox.TestMessageConversion.test_x_to_plain) ... ok test_close (test.test_mailbox.TestPartialFile.test_close) ... ok test_initialize (test.test_mailbox.TestPartialFile.test_initialize) ... ok test_iteration (test.test_mailbox.TestPartialFile.test_iteration) ... ok test_read (test.test_mailbox.TestPartialFile.test_read) ... ok test_readline (test.test_mailbox.TestPartialFile.test_readline) ... ok test_readlines (test.test_mailbox.TestPartialFile.test_readlines) ... ok test_seek_and_tell (test.test_mailbox.TestPartialFile.test_seek_and_tell) ... ok test_close (test.test_mailbox.TestProxyFile.test_close) ... ok test_initialize (test.test_mailbox.TestProxyFile.test_initialize) ... ok test_iteration (test.test_mailbox.TestProxyFile.test_iteration) ... ok test_read (test.test_mailbox.TestProxyFile.test_read) ... ok test_readline (test.test_mailbox.TestProxyFile.test_readline) ... ok test_readlines (test.test_mailbox.TestProxyFile.test_readlines) ... ok test_seek_and_tell (test.test_mailbox.TestProxyFile.test_seek_and_tell) ... ok ---------------------------------------------------------------------- Ran 364 tests in 0.842s OK 0:09:24 load avg: 1.02 [221/432/1] test_mailcap test_findmatch (test.test_mailcap.FindmatchTest.test_findmatch) ... /build/python/src/Python-3.11.5/Lib/mailcap.py:230: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command. warnings.warn(msg, UnsafeMailcapInput) ok test_test (test.test_mailcap.FindmatchTest.test_test) ... ok test_mock_getcaps (test.test_mailcap.GetcapsTest.test_mock_getcaps) ... ok test_system_mailcap (test.test_mailcap.GetcapsTest.test_system_mailcap) ... ok test_listmailcapfiles (test.test_mailcap.HelperFunctionTest.test_listmailcapfiles) ... ok test_lookup (test.test_mailcap.HelperFunctionTest.test_lookup) ... ok test_readmailcapfile (test.test_mailcap.HelperFunctionTest.test_readmailcapfile) ... ok test_subst (test.test_mailcap.HelperFunctionTest.test_subst) ... /build/python/src/Python-3.11.5/Lib/mailcap.py:230: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command. warnings.warn(msg, UnsafeMailcapInput) ok ---------------------------------------------------------------------- Ran 8 tests in 0.007s OK 0:09:25 load avg: 1.02 [222/432/1] test_marshal test_array (test.test_marshal.BufferTestCase.test_array) ... ok test_bytearray (test.test_marshal.BufferTestCase.test_bytearray) ... ok test_memoryview (test.test_marshal.BufferTestCase.test_memoryview) ... ok test_bad_reader (test.test_marshal.BugsTestCase.test_bad_reader) ... ok test_bug_5888452 (test.test_marshal.BugsTestCase.test_bug_5888452) ... ok test_deterministic_sets (test.test_marshal.BugsTestCase.test_deterministic_sets) ... ok test_eof (test.test_marshal.BugsTestCase.test_eof) ... ok test_exact_type_match (test.test_marshal.BugsTestCase.test_exact_type_match) ... ok test_fuzz (test.test_marshal.BugsTestCase.test_fuzz) ... ok test_invalid_longs (test.test_marshal.BugsTestCase.test_invalid_longs) ... ok test_large_marshal (test.test_marshal.BugsTestCase.test_large_marshal) ... ok test_loads_recursion (test.test_marshal.BugsTestCase.test_loads_recursion) ... ok test_loads_reject_unicode_strings (test.test_marshal.BugsTestCase.test_loads_reject_unicode_strings) ... ok test_multiple_dumps_and_loads (test.test_marshal.BugsTestCase.test_multiple_dumps_and_loads) ... ok test_patch_873224 (test.test_marshal.BugsTestCase.test_patch_873224) ... ok test_recursion_limit (test.test_marshal.BugsTestCase.test_recursion_limit) ... ok test_version_argument (test.test_marshal.BugsTestCase.test_version_argument) ... ok test_read_last_object_from_file (test.test_marshal.CAPI_TestCase.test_read_last_object_from_file) ... ok test_read_long_from_file (test.test_marshal.CAPI_TestCase.test_read_long_from_file) ... ok test_read_object_from_file (test.test_marshal.CAPI_TestCase.test_read_object_from_file) ... ok test_read_short_from_file (test.test_marshal.CAPI_TestCase.test_read_short_from_file) ... ok test_write_long_to_file (test.test_marshal.CAPI_TestCase.test_write_long_to_file) ... ok test_write_object_to_file (test.test_marshal.CAPI_TestCase.test_write_object_to_file) ... ok test_code (test.test_marshal.CodeTestCase.test_code) ... ok test_different_filenames (test.test_marshal.CodeTestCase.test_different_filenames) ... ok test_many_codeobjects (test.test_marshal.CodeTestCase.test_many_codeobjects) ... ok test_minimal_linetable_with_no_debug_ranges (test.test_marshal.CodeTestCase.test_minimal_linetable_with_no_debug_ranges) ... ok test_same_filename_used (test.test_marshal.CodeTestCase.test_same_filename_used) ... ok test0To3 (test.test_marshal.CompatibilityTestCase.test0To3) ... ok test1To3 (test.test_marshal.CompatibilityTestCase.test1To3) ... ok test2To3 (test.test_marshal.CompatibilityTestCase.test2To3) ... ok test3To3 (test.test_marshal.CompatibilityTestCase.test3To3) ... ok test_dict (test.test_marshal.ContainerTestCase.test_dict) ... ok test_list (test.test_marshal.ContainerTestCase.test_list) ... ok test_sets (test.test_marshal.ContainerTestCase.test_sets) ... ok test_tuple (test.test_marshal.ContainerTestCase.test_tuple) ... ok test_exceptions (test.test_marshal.ExceptionTestCase.test_exceptions) ... ok test_floats (test.test_marshal.FloatTestCase.test_floats) ... ok testBytes (test.test_marshal.InstancingTestCase.testBytes) ... ok testDict (test.test_marshal.InstancingTestCase.testDict) ... ok testFloat (test.test_marshal.InstancingTestCase.testFloat) ... ok testFrozenSet (test.test_marshal.InstancingTestCase.testFrozenSet) ... ok testInt (test.test_marshal.InstancingTestCase.testInt) ... ok testList (test.test_marshal.InstancingTestCase.testList) ... ok testModule (test.test_marshal.InstancingTestCase.testModule) ... ok testRecursion (test.test_marshal.InstancingTestCase.testRecursion) ... ok testSet (test.test_marshal.InstancingTestCase.testSet) ... ok testStr (test.test_marshal.InstancingTestCase.testStr) ... ok testTuple (test.test_marshal.InstancingTestCase.testTuple) ... ok test_bool (test.test_marshal.IntTestCase.test_bool) ... ok test_int64 (test.test_marshal.IntTestCase.test_int64) ... ok test_ints (test.test_marshal.IntTestCase.test_ints) ... ok testIntern (test.test_marshal.InterningTestCase.testIntern) ... ok testNoIntern (test.test_marshal.InterningTestCase.testNoIntern) ... ok test_bytearray (test.test_marshal.LargeValuesTestCase.test_bytearray) ... skipped 'not enough memory: 4.0G minimum needed' test_bytes (test.test_marshal.LargeValuesTestCase.test_bytes) ... skipped 'not enough memory: 4.0G minimum needed' test_frozenset (test.test_marshal.LargeValuesTestCase.test_frozenset) ... skipped 'not enough memory: 256.0G minimum needed' test_list (test.test_marshal.LargeValuesTestCase.test_list) ... skipped 'not enough memory: 18.0G minimum needed' test_set (test.test_marshal.LargeValuesTestCase.test_set) ... skipped 'not enough memory: 256.0G minimum needed' test_str (test.test_marshal.LargeValuesTestCase.test_str) ... skipped 'not enough memory: 4.0G minimum needed' test_tuple (test.test_marshal.LargeValuesTestCase.test_tuple) ... skipped 'not enough memory: 18.0G minimum needed' test_bytes (test.test_marshal.StringTestCase.test_bytes) ... ok test_string (test.test_marshal.StringTestCase.test_string) ... ok test_unicode (test.test_marshal.StringTestCase.test_unicode) ... ok ---------------------------------------------------------------------- Ran 64 tests in 0.167s OK (skipped=7) 0:09:26 load avg: 1.02 [223/432/1] test_math test_asymmetry (test.test_math.IsCloseTests.test_asymmetry) ... ok test_decimals (test.test_math.IsCloseTests.test_decimals) ... ok test_eight_decimal_places (test.test_math.IsCloseTests.test_eight_decimal_places) ... ok test_fractions (test.test_math.IsCloseTests.test_fractions) ... ok test_identical (test.test_math.IsCloseTests.test_identical) ... ok test_identical_infinite (test.test_math.IsCloseTests.test_identical_infinite) ... ok test_inf_ninf_nan (test.test_math.IsCloseTests.test_inf_ninf_nan) ... ok test_integers (test.test_math.IsCloseTests.test_integers) ... ok test_near_zero (test.test_math.IsCloseTests.test_near_zero) ... ok test_negative_tolerances (test.test_math.IsCloseTests.test_negative_tolerances) ... ok test_zero_tolerance (test.test_math.IsCloseTests.test_zero_tolerance) ... ok testAcos (test.test_math.MathTests.testAcos) ... ok testAcosh (test.test_math.MathTests.testAcosh) ... ok testAsin (test.test_math.MathTests.testAsin) ... ok testAsinh (test.test_math.MathTests.testAsinh) ... ok testAtan (test.test_math.MathTests.testAtan) ... ok testAtan2 (test.test_math.MathTests.testAtan2) ... ok testAtanh (test.test_math.MathTests.testAtanh) ... ok testCbrt (test.test_math.MathTests.testCbrt) ... ok testCeil (test.test_math.MathTests.testCeil) ... ok testComb (test.test_math.MathTests.testComb) ... ok testConstants (test.test_math.MathTests.testConstants) ... ok testCopysign (test.test_math.MathTests.testCopysign) ... ok testCos (test.test_math.MathTests.testCos) ... ok testCosh (test.test_math.MathTests.testCosh) ... ok testDegrees (test.test_math.MathTests.testDegrees) ... ok testDist (test.test_math.MathTests.testDist) ... ok testExp (test.test_math.MathTests.testExp) ... ok testExp2 (test.test_math.MathTests.testExp2) ... ok testFabs (test.test_math.MathTests.testFabs) ... ok testFactorial (test.test_math.MathTests.testFactorial) ... ok testFactorialHugeInputs (test.test_math.MathTests.testFactorialHugeInputs) ... ok testFactorialNonIntegers (test.test_math.MathTests.testFactorialNonIntegers) ... ok testFloor (test.test_math.MathTests.testFloor) ... ok testFmod (test.test_math.MathTests.testFmod) ... ok testFrexp (test.test_math.MathTests.testFrexp) ... ok testFsum (test.test_math.MathTests.testFsum) ... ok testGcd (test.test_math.MathTests.testGcd) ... ok testHypot (test.test_math.MathTests.testHypot) ... ok testHypotAccuracy (test.test_math.MathTests.testHypotAccuracy) ... ok testIsfinite (test.test_math.MathTests.testIsfinite) ... ok testIsinf (test.test_math.MathTests.testIsinf) ... ok testIsnan (test.test_math.MathTests.testIsnan) ... ok testIsqrt (test.test_math.MathTests.testIsqrt) ... ok testLdexp (test.test_math.MathTests.testLdexp) ... ok testLog (test.test_math.MathTests.testLog) ... ok testLog10 (test.test_math.MathTests.testLog10) ... ok testLog1p (test.test_math.MathTests.testLog1p) ... ok testLog2 (test.test_math.MathTests.testLog2) ... ok testLog2Exact (test.test_math.MathTests.testLog2Exact) ... ok testModf (test.test_math.MathTests.testModf) ... ok testPerm (test.test_math.MathTests.testPerm) ... ok testPow (test.test_math.MathTests.testPow) ... ok testRadians (test.test_math.MathTests.testRadians) ... ok testRemainder (test.test_math.MathTests.testRemainder) ... ok testSin (test.test_math.MathTests.testSin) ... ok testSinh (test.test_math.MathTests.testSinh) ... ok testSqrt (test.test_math.MathTests.testSqrt) ... ok testTan (test.test_math.MathTests.testTan) ... ok testTanh (test.test_math.MathTests.testTanh) ... ok testTanhSign (test.test_math.MathTests.testTanhSign) ... ok test_exceptions (test.test_math.MathTests.test_exceptions) ... ok test_inf_constant (test.test_math.MathTests.test_inf_constant) ... ok test_issue39871 (test.test_math.MathTests.test_issue39871) ... ok test_lcm (test.test_math.MathTests.test_lcm) ... ok test_math_dist_leak (test.test_math.MathTests.test_math_dist_leak) ... ok test_mtestfile (test.test_math.MathTests.test_mtestfile) ... ok test_nan_constant (test.test_math.MathTests.test_nan_constant) ... ok test_nextafter (test.test_math.MathTests.test_nextafter) ... ok test_prod (test.test_math.MathTests.test_prod) ... ok test_testfile (test.test_math.MathTests.test_testfile) ... ok test_trunc (test.test_math.MathTests.test_trunc) ... ok test_ulp (test.test_math.MathTests.test_ulp) ... ok /build/python/src/Python-3.11.5/Lib/test/ieee754.txt Doctest: ieee754.txt ... ok ---------------------------------------------------------------------- Ran 74 tests in 0.774s OK 0:09:27 load avg: 1.17 [224/432/1] test_memoryio testInit (test.test_memoryio.CBytesIOTest.testInit) ... ok testRead (test.test_memoryio.CBytesIOTest.testRead) ... ok testReadNoArgs (test.test_memoryio.CBytesIOTest.testReadNoArgs) ... ok testSeek (test.test_memoryio.CBytesIOTest.testSeek) ... ok testTell (test.test_memoryio.CBytesIOTest.testTell) ... ok test_bytes_array (test.test_memoryio.CBytesIOTest.test_bytes_array) ... ok test_cow_mutable (test.test_memoryio.CBytesIOTest.test_cow_mutable) ... ok test_cow_setstate (test.test_memoryio.CBytesIOTest.test_cow_setstate) ... ok test_cow_truncate (test.test_memoryio.CBytesIOTest.test_cow_truncate) ... ok test_cow_write (test.test_memoryio.CBytesIOTest.test_cow_write) ... ok test_detach (test.test_memoryio.CBytesIOTest.test_detach) ... ok test_flags (test.test_memoryio.CBytesIOTest.test_flags) ... ok test_flush (test.test_memoryio.CBytesIOTest.test_flush) ... ok test_getbuffer (test.test_memoryio.CBytesIOTest.test_getbuffer) ... ok test_getstate (test.test_memoryio.CBytesIOTest.test_getstate) ... ok test_getvalue (test.test_memoryio.CBytesIOTest.test_getvalue) ... ok test_init (test.test_memoryio.CBytesIOTest.test_init) ... ok test_instance_dict_leak (test.test_memoryio.CBytesIOTest.test_instance_dict_leak) ... ok test_issue5449 (test.test_memoryio.CBytesIOTest.test_issue5449) ... ok test_iterator (test.test_memoryio.CBytesIOTest.test_iterator) ... ok test_overseek (test.test_memoryio.CBytesIOTest.test_overseek) ... ok test_pickling (test.test_memoryio.CBytesIOTest.test_pickling) ... ok test_read (test.test_memoryio.CBytesIOTest.test_read) ... ok test_read1 (test.test_memoryio.CBytesIOTest.test_read1) ... ok test_readinto (test.test_memoryio.CBytesIOTest.test_readinto) ... ok test_readline (test.test_memoryio.CBytesIOTest.test_readline) ... ok test_readlines (test.test_memoryio.CBytesIOTest.test_readlines) ... ok test_relative_seek (test.test_memoryio.CBytesIOTest.test_relative_seek) ... ok test_seek (test.test_memoryio.CBytesIOTest.test_seek) ... ok test_setstate (test.test_memoryio.CBytesIOTest.test_setstate) ... ok test_sizeof (test.test_memoryio.CBytesIOTest.test_sizeof) ... ok test_subclassing (test.test_memoryio.CBytesIOTest.test_subclassing) ... ok test_tell (test.test_memoryio.CBytesIOTest.test_tell) ... ok test_truncate (test.test_memoryio.CBytesIOTest.test_truncate) ... ok test_unicode (test.test_memoryio.CBytesIOTest.test_unicode) ... ok test_write (test.test_memoryio.CBytesIOTest.test_write) ... ok test_writelines (test.test_memoryio.CBytesIOTest.test_writelines) ... ok test_writelines_error (test.test_memoryio.CBytesIOTest.test_writelines_error) ... ok test_issue5265 (test.test_memoryio.CStringIOPickleTest.test_issue5265) ... ok test_newline_argument (test.test_memoryio.CStringIOPickleTest.test_newline_argument) ... ok test_newline_cr (test.test_memoryio.CStringIOPickleTest.test_newline_cr) ... ok test_newline_crlf (test.test_memoryio.CStringIOPickleTest.test_newline_crlf) ... ok test_newline_default (test.test_memoryio.CStringIOPickleTest.test_newline_default) ... ok test_newline_empty (test.test_memoryio.CStringIOPickleTest.test_newline_empty) ... ok test_newline_lf (test.test_memoryio.CStringIOPickleTest.test_newline_lf) ... ok test_newline_none (test.test_memoryio.CStringIOPickleTest.test_newline_none) ... ok test_newlines_property (test.test_memoryio.CStringIOPickleTest.test_newlines_property) ... ok test_relative_seek (test.test_memoryio.CStringIOPickleTest.test_relative_seek) ... ok test_textio_properties (test.test_memoryio.CStringIOPickleTest.test_textio_properties) ... ok testInit (test.test_memoryio.CStringIOTest.testInit) ... ok testRead (test.test_memoryio.CStringIOTest.testRead) ... ok testReadNoArgs (test.test_memoryio.CStringIOTest.testReadNoArgs) ... ok testSeek (test.test_memoryio.CStringIOTest.testSeek) ... ok testTell (test.test_memoryio.CStringIOTest.testTell) ... ok test_detach (test.test_memoryio.CStringIOTest.test_detach) ... ok test_flags (test.test_memoryio.CStringIOTest.test_flags) ... ok test_flush (test.test_memoryio.CStringIOTest.test_flush) ... ok test_getstate (test.test_memoryio.CStringIOTest.test_getstate) ... ok test_getvalue (test.test_memoryio.CStringIOTest.test_getvalue) ... ok test_init (test.test_memoryio.CStringIOTest.test_init) ... ok test_instance_dict_leak (test.test_memoryio.CStringIOTest.test_instance_dict_leak) ... ok test_issue5265 (test.test_memoryio.CStringIOTest.test_issue5265) ... ok test_iterator (test.test_memoryio.CStringIOTest.test_iterator) ... ok test_lone_surrogates (test.test_memoryio.CStringIOTest.test_lone_surrogates) ... ok test_newline_argument (test.test_memoryio.CStringIOTest.test_newline_argument) ... ok test_newline_cr (test.test_memoryio.CStringIOTest.test_newline_cr) ... ok test_newline_crlf (test.test_memoryio.CStringIOTest.test_newline_crlf) ... ok test_newline_default (test.test_memoryio.CStringIOTest.test_newline_default) ... ok test_newline_empty (test.test_memoryio.CStringIOTest.test_newline_empty) ... ok test_newline_lf (test.test_memoryio.CStringIOTest.test_newline_lf) ... ok test_newline_none (test.test_memoryio.CStringIOTest.test_newline_none) ... ok test_newlines_property (test.test_memoryio.CStringIOTest.test_newlines_property) ... ok test_overseek (test.test_memoryio.CStringIOTest.test_overseek) ... ok test_pickling (test.test_memoryio.CStringIOTest.test_pickling) ... ok test_read (test.test_memoryio.CStringIOTest.test_read) ... ok test_readline (test.test_memoryio.CStringIOTest.test_readline) ... ok test_readlines (test.test_memoryio.CStringIOTest.test_readlines) ... ok test_relative_seek (test.test_memoryio.CStringIOTest.test_relative_seek) ... ok test_seek (test.test_memoryio.CStringIOTest.test_seek) ... ok test_setstate (test.test_memoryio.CStringIOTest.test_setstate) ... ok test_subclassing (test.test_memoryio.CStringIOTest.test_subclassing) ... ok test_tell (test.test_memoryio.CStringIOTest.test_tell) ... ok test_textio_properties (test.test_memoryio.CStringIOTest.test_textio_properties) ... ok test_truncate (test.test_memoryio.CStringIOTest.test_truncate) ... ok test_widechar (test.test_memoryio.CStringIOTest.test_widechar) ... ok test_write (test.test_memoryio.CStringIOTest.test_write) ... ok test_writelines (test.test_memoryio.CStringIOTest.test_writelines) ... ok test_writelines_error (test.test_memoryio.CStringIOTest.test_writelines_error) ... ok testInit (test.test_memoryio.PyBytesIOTest.testInit) ... ok testRead (test.test_memoryio.PyBytesIOTest.testRead) ... ok testReadNoArgs (test.test_memoryio.PyBytesIOTest.testReadNoArgs) ... ok testSeek (test.test_memoryio.PyBytesIOTest.testSeek) ... ok testTell (test.test_memoryio.PyBytesIOTest.testTell) ... ok test_bytes_array (test.test_memoryio.PyBytesIOTest.test_bytes_array) ... ok test_detach (test.test_memoryio.PyBytesIOTest.test_detach) ... ok test_flags (test.test_memoryio.PyBytesIOTest.test_flags) ... ok test_flush (test.test_memoryio.PyBytesIOTest.test_flush) ... ok test_getbuffer (test.test_memoryio.PyBytesIOTest.test_getbuffer) ... ok test_getvalue (test.test_memoryio.PyBytesIOTest.test_getvalue) ... ok test_init (test.test_memoryio.PyBytesIOTest.test_init) ... ok test_instance_dict_leak (test.test_memoryio.PyBytesIOTest.test_instance_dict_leak) ... ok test_issue5449 (test.test_memoryio.PyBytesIOTest.test_issue5449) ... ok test_iterator (test.test_memoryio.PyBytesIOTest.test_iterator) ... ok test_overseek (test.test_memoryio.PyBytesIOTest.test_overseek) ... ok test_pickling (test.test_memoryio.PyBytesIOTest.test_pickling) ... ok test_read (test.test_memoryio.PyBytesIOTest.test_read) ... ok test_read1 (test.test_memoryio.PyBytesIOTest.test_read1) ... ok test_readinto (test.test_memoryio.PyBytesIOTest.test_readinto) ... ok test_readline (test.test_memoryio.PyBytesIOTest.test_readline) ... ok test_readlines (test.test_memoryio.PyBytesIOTest.test_readlines) ... ok test_relative_seek (test.test_memoryio.PyBytesIOTest.test_relative_seek) ... ok test_seek (test.test_memoryio.PyBytesIOTest.test_seek) ... ok test_subclassing (test.test_memoryio.PyBytesIOTest.test_subclassing) ... ok test_tell (test.test_memoryio.PyBytesIOTest.test_tell) ... ok test_truncate (test.test_memoryio.PyBytesIOTest.test_truncate) ... ok test_unicode (test.test_memoryio.PyBytesIOTest.test_unicode) ... ok test_write (test.test_memoryio.PyBytesIOTest.test_write) ... ok test_writelines (test.test_memoryio.PyBytesIOTest.test_writelines) ... ok test_writelines_error (test.test_memoryio.PyBytesIOTest.test_writelines_error) ... ok test_issue5265 (test.test_memoryio.PyStringIOPickleTest.test_issue5265) ... ok test_newline_argument (test.test_memoryio.PyStringIOPickleTest.test_newline_argument) ... ok test_newline_cr (test.test_memoryio.PyStringIOPickleTest.test_newline_cr) ... ok test_newline_crlf (test.test_memoryio.PyStringIOPickleTest.test_newline_crlf) ... ok test_newline_default (test.test_memoryio.PyStringIOPickleTest.test_newline_default) ... ok test_newline_empty (test.test_memoryio.PyStringIOPickleTest.test_newline_empty) ... ok test_newline_lf (test.test_memoryio.PyStringIOPickleTest.test_newline_lf) ... ok test_newline_none (test.test_memoryio.PyStringIOPickleTest.test_newline_none) ... ok test_newlines_property (test.test_memoryio.PyStringIOPickleTest.test_newlines_property) ... ok test_relative_seek (test.test_memoryio.PyStringIOPickleTest.test_relative_seek) ... ok test_textio_properties (test.test_memoryio.PyStringIOPickleTest.test_textio_properties) ... ok testInit (test.test_memoryio.PyStringIOTest.testInit) ... ok testRead (test.test_memoryio.PyStringIOTest.testRead) ... ok testReadNoArgs (test.test_memoryio.PyStringIOTest.testReadNoArgs) ... ok testSeek (test.test_memoryio.PyStringIOTest.testSeek) ... ok testTell (test.test_memoryio.PyStringIOTest.testTell) ... ok test_detach (test.test_memoryio.PyStringIOTest.test_detach) ... ok test_flags (test.test_memoryio.PyStringIOTest.test_flags) ... ok test_flush (test.test_memoryio.PyStringIOTest.test_flush) ... ok test_getvalue (test.test_memoryio.PyStringIOTest.test_getvalue) ... ok test_init (test.test_memoryio.PyStringIOTest.test_init) ... ok test_instance_dict_leak (test.test_memoryio.PyStringIOTest.test_instance_dict_leak) ... ok test_issue5265 (test.test_memoryio.PyStringIOTest.test_issue5265) ... ok test_iterator (test.test_memoryio.PyStringIOTest.test_iterator) ... ok test_lone_surrogates (test.test_memoryio.PyStringIOTest.test_lone_surrogates) ... ok test_newline_argument (test.test_memoryio.PyStringIOTest.test_newline_argument) ... ok test_newline_cr (test.test_memoryio.PyStringIOTest.test_newline_cr) ... ok test_newline_crlf (test.test_memoryio.PyStringIOTest.test_newline_crlf) ... ok test_newline_default (test.test_memoryio.PyStringIOTest.test_newline_default) ... ok test_newline_empty (test.test_memoryio.PyStringIOTest.test_newline_empty) ... ok test_newline_lf (test.test_memoryio.PyStringIOTest.test_newline_lf) ... ok test_newline_none (test.test_memoryio.PyStringIOTest.test_newline_none) ... ok test_newlines_property (test.test_memoryio.PyStringIOTest.test_newlines_property) ... ok test_overseek (test.test_memoryio.PyStringIOTest.test_overseek) ... ok test_pickling (test.test_memoryio.PyStringIOTest.test_pickling) ... ok test_read (test.test_memoryio.PyStringIOTest.test_read) ... ok test_readline (test.test_memoryio.PyStringIOTest.test_readline) ... ok test_readlines (test.test_memoryio.PyStringIOTest.test_readlines) ... ok test_relative_seek (test.test_memoryio.PyStringIOTest.test_relative_seek) ... ok test_seek (test.test_memoryio.PyStringIOTest.test_seek) ... ok test_subclassing (test.test_memoryio.PyStringIOTest.test_subclassing) ... ok test_tell (test.test_memoryio.PyStringIOTest.test_tell) ... ok test_textio_properties (test.test_memoryio.PyStringIOTest.test_textio_properties) ... ok test_truncate (test.test_memoryio.PyStringIOTest.test_truncate) ... ok test_write (test.test_memoryio.PyStringIOTest.test_write) ... ok test_writelines (test.test_memoryio.PyStringIOTest.test_writelines) ... ok test_writelines_error (test.test_memoryio.PyStringIOTest.test_writelines_error) ... ok ---------------------------------------------------------------------- Ran 166 tests in 0.315s OK 0:09:28 load avg: 1.17 [225/432/1] test_memoryview test_attributes_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_readonly) ... skipped 'no read-only type to test' test_attributes_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_attributes_writable) ... ok test_compare (test.test_memoryview.ArrayMemorySliceSliceTest.test_compare) ... ok test_contextmanager (test.test_memoryview.ArrayMemorySliceSliceTest.test_contextmanager) ... ok test_delitem (test.test_memoryview.ArrayMemorySliceSliceTest.test_delitem) ... ok test_gc (test.test_memoryview.ArrayMemorySliceSliceTest.test_gc) ... ok test_getbuf_fail (test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuf_fail) ... ok test_getbuffer (test.test_memoryview.ArrayMemorySliceSliceTest.test_getbuffer) ... skipped 'XXX test should be adapted for non-byte buffers' test_getitem (test.test_memoryview.ArrayMemorySliceSliceTest.test_getitem) ... ok test_hash (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash) ... skipped 'no read-only type to test' test_hash_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_hash_writable) ... ok test_issue22668 (test.test_memoryview.ArrayMemorySliceSliceTest.test_issue22668) ... ok test_iter (test.test_memoryview.ArrayMemorySliceSliceTest.test_iter) ... ok test_release (test.test_memoryview.ArrayMemorySliceSliceTest.test_release) ... ok test_reversed (test.test_memoryview.ArrayMemorySliceSliceTest.test_reversed) ... ok test_setitem_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_readonly) ... skipped 'no read-only type to test' test_setitem_writable (test.test_memoryview.ArrayMemorySliceSliceTest.test_setitem_writable) ... ok test_tobytes (test.test_memoryview.ArrayMemorySliceSliceTest.test_tobytes) ... ok test_tolist (test.test_memoryview.ArrayMemorySliceSliceTest.test_tolist) ... skipped 'XXX NotImplementedError: tolist() only supports byte views' test_toreadonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_toreadonly) ... ok test_weakref (test.test_memoryview.ArrayMemorySliceSliceTest.test_weakref) ... ok test_writable_readonly (test.test_memoryview.ArrayMemorySliceSliceTest.test_writable_readonly) ... skipped 'no read-only type to test' test_attributes_readonly (test.test_memoryview.ArrayMemorySliceTest.test_attributes_readonly) ... skipped 'no read-only type to test' test_attributes_writable (test.test_memoryview.ArrayMemorySliceTest.test_attributes_writable) ... ok test_compare (test.test_memoryview.ArrayMemorySliceTest.test_compare) ... ok test_contextmanager (test.test_memoryview.ArrayMemorySliceTest.test_contextmanager) ... ok test_delitem (test.test_memoryview.ArrayMemorySliceTest.test_delitem) ... ok test_gc (test.test_memoryview.ArrayMemorySliceTest.test_gc) ... ok test_getbuf_fail (test.test_memoryview.ArrayMemorySliceTest.test_getbuf_fail) ... ok test_getbuffer (test.test_memoryview.ArrayMemorySliceTest.test_getbuffer) ... skipped 'XXX test should be adapted for non-byte buffers' test_getitem (test.test_memoryview.ArrayMemorySliceTest.test_getitem) ... ok test_hash (test.test_memoryview.ArrayMemorySliceTest.test_hash) ... skipped 'no read-only type to test' test_hash_writable (test.test_memoryview.ArrayMemorySliceTest.test_hash_writable) ... ok test_issue22668 (test.test_memoryview.ArrayMemorySliceTest.test_issue22668) ... ok test_iter (test.test_memoryview.ArrayMemorySliceTest.test_iter) ... ok test_refs (test.test_memoryview.ArrayMemorySliceTest.test_refs) ... ok test_release (test.test_memoryview.ArrayMemorySliceTest.test_release) ... ok test_reversed (test.test_memoryview.ArrayMemorySliceTest.test_reversed) ... ok test_setitem_readonly (test.test_memoryview.ArrayMemorySliceTest.test_setitem_readonly) ... skipped 'no read-only type to test' test_setitem_writable (test.test_memoryview.ArrayMemorySliceTest.test_setitem_writable) ... ok test_tobytes (test.test_memoryview.ArrayMemorySliceTest.test_tobytes) ... ok test_tolist (test.test_memoryview.ArrayMemorySliceTest.test_tolist) ... skipped 'XXX NotImplementedError: tolist() only supports byte views' test_toreadonly (test.test_memoryview.ArrayMemorySliceTest.test_toreadonly) ... ok test_weakref (test.test_memoryview.ArrayMemorySliceTest.test_weakref) ... ok test_writable_readonly (test.test_memoryview.ArrayMemorySliceTest.test_writable_readonly) ... skipped 'no read-only type to test' test_array_assign (test.test_memoryview.ArrayMemoryviewTest.test_array_assign) ... ok test_attributes_readonly (test.test_memoryview.ArrayMemoryviewTest.test_attributes_readonly) ... skipped 'no read-only type to test' test_attributes_writable (test.test_memoryview.ArrayMemoryviewTest.test_attributes_writable) ... ok test_compare (test.test_memoryview.ArrayMemoryviewTest.test_compare) ... ok test_contextmanager (test.test_memoryview.ArrayMemoryviewTest.test_contextmanager) ... ok test_delitem (test.test_memoryview.ArrayMemoryviewTest.test_delitem) ... ok test_gc (test.test_memoryview.ArrayMemoryviewTest.test_gc) ... ok test_getbuf_fail (test.test_memoryview.ArrayMemoryviewTest.test_getbuf_fail) ... ok test_getbuffer (test.test_memoryview.ArrayMemoryviewTest.test_getbuffer) ... skipped 'XXX test should be adapted for non-byte buffers' test_getitem (test.test_memoryview.ArrayMemoryviewTest.test_getitem) ... ok test_hash (test.test_memoryview.ArrayMemoryviewTest.test_hash) ... skipped 'no read-only type to test' test_hash_writable (test.test_memoryview.ArrayMemoryviewTest.test_hash_writable) ... ok test_issue22668 (test.test_memoryview.ArrayMemoryviewTest.test_issue22668) ... ok test_iter (test.test_memoryview.ArrayMemoryviewTest.test_iter) ... ok test_release (test.test_memoryview.ArrayMemoryviewTest.test_release) ... ok test_reversed (test.test_memoryview.ArrayMemoryviewTest.test_reversed) ... ok test_setitem_readonly (test.test_memoryview.ArrayMemoryviewTest.test_setitem_readonly) ... skipped 'no read-only type to test' test_setitem_writable (test.test_memoryview.ArrayMemoryviewTest.test_setitem_writable) ... ok test_tobytes (test.test_memoryview.ArrayMemoryviewTest.test_tobytes) ... ok test_tolist (test.test_memoryview.ArrayMemoryviewTest.test_tolist) ... skipped 'XXX NotImplementedError: tolist() only supports byte views' test_toreadonly (test.test_memoryview.ArrayMemoryviewTest.test_toreadonly) ... ok test_weakref (test.test_memoryview.ArrayMemoryviewTest.test_weakref) ... ok test_writable_readonly (test.test_memoryview.ArrayMemoryviewTest.test_writable_readonly) ... skipped 'no read-only type to test' test_attributes_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_readonly) ... ok test_attributes_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_attributes_writable) ... ok test_compare (test.test_memoryview.BytesMemorySliceSliceTest.test_compare) ... ok test_contextmanager (test.test_memoryview.BytesMemorySliceSliceTest.test_contextmanager) ... ok test_delitem (test.test_memoryview.BytesMemorySliceSliceTest.test_delitem) ... ok test_gc (test.test_memoryview.BytesMemorySliceSliceTest.test_gc) ... ok test_getbuf_fail (test.test_memoryview.BytesMemorySliceSliceTest.test_getbuf_fail) ... ok test_getbuffer (test.test_memoryview.BytesMemorySliceSliceTest.test_getbuffer) ... ok test_getitem (test.test_memoryview.BytesMemorySliceSliceTest.test_getitem) ... ok test_hash (test.test_memoryview.BytesMemorySliceSliceTest.test_hash) ... ok test_hash_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_hash_writable) ... ok test_issue22668 (test.test_memoryview.BytesMemorySliceSliceTest.test_issue22668) ... ok test_iter (test.test_memoryview.BytesMemorySliceSliceTest.test_iter) ... ok test_release (test.test_memoryview.BytesMemorySliceSliceTest.test_release) ... ok test_reversed (test.test_memoryview.BytesMemorySliceSliceTest.test_reversed) ... ok test_setitem_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_readonly) ... ok test_setitem_writable (test.test_memoryview.BytesMemorySliceSliceTest.test_setitem_writable) ... ok test_tobytes (test.test_memoryview.BytesMemorySliceSliceTest.test_tobytes) ... ok test_tolist (test.test_memoryview.BytesMemorySliceSliceTest.test_tolist) ... ok test_toreadonly (test.test_memoryview.BytesMemorySliceSliceTest.test_toreadonly) ... ok test_weakref (test.test_memoryview.BytesMemorySliceSliceTest.test_weakref) ... ok test_writable_readonly (test.test_memoryview.BytesMemorySliceSliceTest.test_writable_readonly) ... ok test_attributes_readonly (test.test_memoryview.BytesMemorySliceTest.test_attributes_readonly) ... ok test_attributes_writable (test.test_memoryview.BytesMemorySliceTest.test_attributes_writable) ... ok test_compare (test.test_memoryview.BytesMemorySliceTest.test_compare) ... ok test_contextmanager (test.test_memoryview.BytesMemorySliceTest.test_contextmanager) ... ok test_delitem (test.test_memoryview.BytesMemorySliceTest.test_delitem) ... ok test_gc (test.test_memoryview.BytesMemorySliceTest.test_gc) ... ok test_getbuf_fail (test.test_memoryview.BytesMemorySliceTest.test_getbuf_fail) ... ok test_getbuffer (test.test_memoryview.BytesMemorySliceTest.test_getbuffer) ... ok test_getitem (test.test_memoryview.BytesMemorySliceTest.test_getitem) ... ok test_hash (test.test_memoryview.BytesMemorySliceTest.test_hash) ... ok test_hash_writable (test.test_memoryview.BytesMemorySliceTest.test_hash_writable) ... ok test_issue22668 (test.test_memoryview.BytesMemorySliceTest.test_issue22668) ... ok test_iter (test.test_memoryview.BytesMemorySliceTest.test_iter) ... ok test_refs (test.test_memoryview.BytesMemorySliceTest.test_refs) ... ok test_release (test.test_memoryview.BytesMemorySliceTest.test_release) ... ok test_reversed (test.test_memoryview.BytesMemorySliceTest.test_reversed) ... ok test_setitem_readonly (test.test_memoryview.BytesMemorySliceTest.test_setitem_readonly) ... ok test_setitem_writable (test.test_memoryview.BytesMemorySliceTest.test_setitem_writable) ... ok test_tobytes (test.test_memoryview.BytesMemorySliceTest.test_tobytes) ... ok test_tolist (test.test_memoryview.BytesMemorySliceTest.test_tolist) ... ok test_toreadonly (test.test_memoryview.BytesMemorySliceTest.test_toreadonly) ... ok test_weakref (test.test_memoryview.BytesMemorySliceTest.test_weakref) ... ok test_writable_readonly (test.test_memoryview.BytesMemorySliceTest.test_writable_readonly) ... ok test_attributes_readonly (test.test_memoryview.BytesMemoryviewTest.test_attributes_readonly) ... ok test_attributes_writable (test.test_memoryview.BytesMemoryviewTest.test_attributes_writable) ... ok test_compare (test.test_memoryview.BytesMemoryviewTest.test_compare) ... ok test_constructor (test.test_memoryview.BytesMemoryviewTest.test_constructor) ... ok test_contextmanager (test.test_memoryview.BytesMemoryviewTest.test_contextmanager) ... ok test_delitem (test.test_memoryview.BytesMemoryviewTest.test_delitem) ... ok test_gc (test.test_memoryview.BytesMemoryviewTest.test_gc) ... ok test_getbuf_fail (test.test_memoryview.BytesMemoryviewTest.test_getbuf_fail) ... ok test_getbuffer (test.test_memoryview.BytesMemoryviewTest.test_getbuffer) ... ok test_getitem (test.test_memoryview.BytesMemoryviewTest.test_getitem) ... ok test_hash (test.test_memoryview.BytesMemoryviewTest.test_hash) ... ok test_hash_writable (test.test_memoryview.BytesMemoryviewTest.test_hash_writable) ... ok test_issue22668 (test.test_memoryview.BytesMemoryviewTest.test_issue22668) ... ok test_iter (test.test_memoryview.BytesMemoryviewTest.test_iter) ... ok test_release (test.test_memoryview.BytesMemoryviewTest.test_release) ... ok test_reversed (test.test_memoryview.BytesMemoryviewTest.test_reversed) ... ok test_setitem_readonly (test.test_memoryview.BytesMemoryviewTest.test_setitem_readonly) ... ok test_setitem_writable (test.test_memoryview.BytesMemoryviewTest.test_setitem_writable) ... ok test_tobytes (test.test_memoryview.BytesMemoryviewTest.test_tobytes) ... ok test_tolist (test.test_memoryview.BytesMemoryviewTest.test_tolist) ... ok test_toreadonly (test.test_memoryview.BytesMemoryviewTest.test_toreadonly) ... ok test_weakref (test.test_memoryview.BytesMemoryviewTest.test_weakref) ... ok test_writable_readonly (test.test_memoryview.BytesMemoryviewTest.test_writable_readonly) ... ok test_copy (test.test_memoryview.OtherTest.test_copy) ... ok test_ctypes_cast (test.test_memoryview.OtherTest.test_ctypes_cast) ... ok test_memoryview_hex (test.test_memoryview.OtherTest.test_memoryview_hex) ... ok test_pickle (test.test_memoryview.OtherTest.test_pickle) ... ok test_use_released_memory (test.test_memoryview.OtherTest.test_use_released_memory) ... ok ---------------------------------------------------------------------- Ran 141 tests in 1.953s OK (skipped=18) 0:09:30 load avg: 1.17 [226/432/1] test_metaclass doctests (test.test_metaclass.__test__) Doctest: test.test_metaclass.__test__.doctests ... ok ---------------------------------------------------------------------- Ran 1 test in 0.002s OK 0:09:31 load avg: 1.17 [227/432/1] test_mimetypes test_case_sensitivity (test.test_mimetypes.MimeTypesTestCase.test_case_sensitivity) ... ok test_data_urls (test.test_mimetypes.MimeTypesTestCase.test_data_urls) ... ok test_default_data (test.test_mimetypes.MimeTypesTestCase.test_default_data) ... ok test_encoding (test.test_mimetypes.MimeTypesTestCase.test_encoding) ... ok test_file_parsing (test.test_mimetypes.MimeTypesTestCase.test_file_parsing) ... ok test_filename_with_url_delimiters (test.test_mimetypes.MimeTypesTestCase.test_filename_with_url_delimiters) ... ok test_guess_all_types (test.test_mimetypes.MimeTypesTestCase.test_guess_all_types) ... ok test_guess_known_extensions (test.test_mimetypes.MimeTypesTestCase.test_guess_known_extensions) ... ok test_init_reinitializes (test.test_mimetypes.MimeTypesTestCase.test_init_reinitializes) ... ok test_init_stability (test.test_mimetypes.MimeTypesTestCase.test_init_stability) ... ok test_keywords_args_api (test.test_mimetypes.MimeTypesTestCase.test_keywords_args_api) ... ok test_non_standard_types (test.test_mimetypes.MimeTypesTestCase.test_non_standard_types) ... ok test_path_like_ob (test.test_mimetypes.MimeTypesTestCase.test_path_like_ob) ... ok test_preferred_extension (test.test_mimetypes.MimeTypesTestCase.test_preferred_extension) ... ok test_read_mime_types (test.test_mimetypes.MimeTypesTestCase.test_read_mime_types) ... ok test_guess_extension (test.test_mimetypes.MimetypesCliTestCase.test_guess_extension) ... ok test_guess_type (test.test_mimetypes.MimetypesCliTestCase.test_guess_type) ... ok test_help_option (test.test_mimetypes.MimetypesCliTestCase.test_help_option) ... ok test_invalid_option (test.test_mimetypes.MimetypesCliTestCase.test_invalid_option) ... ok test__all__ (test.test_mimetypes.MiscTestCase.test__all__) ... ok test_registry_accelerator (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_accelerator) ... skipped 'Windows only' test_registry_parsing (test.test_mimetypes.Win32MimeTypesTestCase.test_registry_parsing) ... skipped 'Windows only' ---------------------------------------------------------------------- Ran 22 tests in 0.003s OK (skipped=2) 0:09:32 load avg: 1.16 [228/432/1] test_minidom testAAA (test.test_minidom.MinidomTest.testAAA) ... ok testAAB (test.test_minidom.MinidomTest.testAAB) ... ok testAddAttr (test.test_minidom.MinidomTest.testAddAttr) ... ok testAltNewline (test.test_minidom.MinidomTest.testAltNewline) ... ok testAppendChild (test.test_minidom.MinidomTest.testAppendChild) ... ok testAppendChildFragment (test.test_minidom.MinidomTest.testAppendChildFragment) ... ok testAttrListItem (test.test_minidom.MinidomTest.testAttrListItem) ... ok testAttrListItemNS (test.test_minidom.MinidomTest.testAttrListItemNS) ... ok testAttrListItems (test.test_minidom.MinidomTest.testAttrListItems) ... ok testAttrListKeys (test.test_minidom.MinidomTest.testAttrListKeys) ... ok testAttrListKeysNS (test.test_minidom.MinidomTest.testAttrListKeysNS) ... ok testAttrListLength (test.test_minidom.MinidomTest.testAttrListLength) ... ok testAttrListValues (test.test_minidom.MinidomTest.testAttrListValues) ... ok testAttrList__getitem__ (test.test_minidom.MinidomTest.testAttrList__getitem__) ... ok testAttrList__setitem__ (test.test_minidom.MinidomTest.testAttrList__setitem__) ... ok testAttrModeSetsNonOptionalAttrs (test.test_minidom.MinidomTest.testAttrModeSetsNonOptionalAttrs) ... ok testAttrModeSetsParamsAsAttrs (test.test_minidom.MinidomTest.testAttrModeSetsParamsAsAttrs) ... ok testAttributeRepr (test.test_minidom.MinidomTest.testAttributeRepr) ... ok testBug0777884 (test.test_minidom.MinidomTest.testBug0777884) ... ok testBug1433694 (test.test_minidom.MinidomTest.testBug1433694) ... ok testChangeAttr (test.test_minidom.MinidomTest.testChangeAttr) ... ok testChildNodes (test.test_minidom.MinidomTest.testChildNodes) ... ok testCloneAttributeDeep (test.test_minidom.MinidomTest.testCloneAttributeDeep) ... ok testCloneAttributeShallow (test.test_minidom.MinidomTest.testCloneAttributeShallow) ... ok testCloneDocumentDeep (test.test_minidom.MinidomTest.testCloneDocumentDeep) ... ok testCloneDocumentShallow (test.test_minidom.MinidomTest.testCloneDocumentShallow) ... ok testCloneDocumentTypeDeepNotOk (test.test_minidom.MinidomTest.testCloneDocumentTypeDeepNotOk) ... ok testCloneDocumentTypeDeepOk (test.test_minidom.MinidomTest.testCloneDocumentTypeDeepOk) ... ok testCloneDocumentTypeShallowNotOk (test.test_minidom.MinidomTest.testCloneDocumentTypeShallowNotOk) ... ok testCloneDocumentTypeShallowOk (test.test_minidom.MinidomTest.testCloneDocumentTypeShallowOk) ... ok testCloneElementDeep (test.test_minidom.MinidomTest.testCloneElementDeep) ... ok testCloneElementShallow (test.test_minidom.MinidomTest.testCloneElementShallow) ... ok testCloneNodeEntity (test.test_minidom.MinidomTest.testCloneNodeEntity) ... ok testClonePIDeep (test.test_minidom.MinidomTest.testClonePIDeep) ... ok testClonePIShallow (test.test_minidom.MinidomTest.testClonePIShallow) ... ok testComment (test.test_minidom.MinidomTest.testComment) ... ok testContext (test.test_minidom.MinidomTest.testContext) ... ok testCreateAttributeNS (test.test_minidom.MinidomTest.testCreateAttributeNS) ... ok testCreateElementNS (test.test_minidom.MinidomTest.testCreateElementNS) ... ok testDeepcopiedDocument (test.test_minidom.MinidomTest.testDeepcopiedDocument) ... ok testDeleteAttr (test.test_minidom.MinidomTest.testDeleteAttr) ... ok testDocRemoveChild (test.test_minidom.MinidomTest.testDocRemoveChild) ... ok testDocumentAsyncAttr (test.test_minidom.MinidomTest.testDocumentAsyncAttr) ... ok testDocumentElement (test.test_minidom.MinidomTest.testDocumentElement) ... ok testElement (test.test_minidom.MinidomTest.testElement) ... ok testElementReprAndStr (test.test_minidom.MinidomTest.testElementReprAndStr) ... ok testElementReprAndStrUnicode (test.test_minidom.MinidomTest.testElementReprAndStrUnicode) ... ok testElementReprAndStrUnicodeNS (test.test_minidom.MinidomTest.testElementReprAndStrUnicodeNS) ... ok testEmptyXMLNSValue (test.test_minidom.MinidomTest.testEmptyXMLNSValue) ... ok testEncodings (test.test_minidom.MinidomTest.testEncodings) ... ok testExceptionOnSpacesInXMLNSValue (test.test_minidom.MinidomTest.testExceptionOnSpacesInXMLNSValue) ... ok testFirstChild (test.test_minidom.MinidomTest.testFirstChild) ... ok testGetAttrLength (test.test_minidom.MinidomTest.testGetAttrLength) ... ok testGetAttrList (test.test_minidom.MinidomTest.testGetAttrList) ... ok testGetAttrValues (test.test_minidom.MinidomTest.testGetAttrValues) ... ok testGetAttribute (test.test_minidom.MinidomTest.testGetAttribute) ... ok testGetAttributeNS (test.test_minidom.MinidomTest.testGetAttributeNS) ... ok testGetAttributeNode (test.test_minidom.MinidomTest.testGetAttributeNode) ... ok testGetElementsByTagName (test.test_minidom.MinidomTest.testGetElementsByTagName) ... ok testGetElementsByTagNameNS (test.test_minidom.MinidomTest.testGetElementsByTagNameNS) ... ok testGetEmptyNodeListFromElementsByTagNameNS (test.test_minidom.MinidomTest.testGetEmptyNodeListFromElementsByTagNameNS) ... ok testHasAttribute (test.test_minidom.MinidomTest.testHasAttribute) ... ok testHasChildNodes (test.test_minidom.MinidomTest.testHasChildNodes) ... ok testImportDocumentDeep (test.test_minidom.MinidomTest.testImportDocumentDeep) ... ok testImportDocumentShallow (test.test_minidom.MinidomTest.testImportDocumentShallow) ... ok testImportDocumentTypeDeep (test.test_minidom.MinidomTest.testImportDocumentTypeDeep) ... ok testImportDocumentTypeShallow (test.test_minidom.MinidomTest.testImportDocumentTypeShallow) ... ok testInsertBefore (test.test_minidom.MinidomTest.testInsertBefore) ... ok testInsertBeforeFragment (test.test_minidom.MinidomTest.testInsertBeforeFragment) ... ok testLegalChildren (test.test_minidom.MinidomTest.testLegalChildren) ... ok testNamedNodeMapSetItem (test.test_minidom.MinidomTest.testNamedNodeMapSetItem) ... ok testNodeListItem (test.test_minidom.MinidomTest.testNodeListItem) ... ok testNonZero (test.test_minidom.MinidomTest.testNonZero) ... ok testNormalize (test.test_minidom.MinidomTest.testNormalize) ... ok testNormalizeCombineAndNextSibling (test.test_minidom.MinidomTest.testNormalizeCombineAndNextSibling) ... ok testNormalizeDeleteAndCombine (test.test_minidom.MinidomTest.testNormalizeDeleteAndCombine) ... ok testNormalizeDeleteWithNextSibling (test.test_minidom.MinidomTest.testNormalizeDeleteWithNextSibling) ... ok testNormalizeDeleteWithPrevSibling (test.test_minidom.MinidomTest.testNormalizeDeleteWithPrevSibling) ... ok testNormalizeDeleteWithTwoNonTextSiblings (test.test_minidom.MinidomTest.testNormalizeDeleteWithTwoNonTextSiblings) ... ok testNormalizeRecursion (test.test_minidom.MinidomTest.testNormalizeRecursion) ... ok testParents (test.test_minidom.MinidomTest.testParents) ... ok testParse (test.test_minidom.MinidomTest.testParse) ... ok testParseAttributeNamespaces (test.test_minidom.MinidomTest.testParseAttributeNamespaces) ... ok testParseAttributes (test.test_minidom.MinidomTest.testParseAttributes) ... ok testParseElement (test.test_minidom.MinidomTest.testParseElement) ... ok testParseElementNamespaces (test.test_minidom.MinidomTest.testParseElementNamespaces) ... ok testParseFromBinaryFile (test.test_minidom.MinidomTest.testParseFromBinaryFile) ... ok testParseFromTextFile (test.test_minidom.MinidomTest.testParseFromTextFile) ... ok testParseProcessingInstructions (test.test_minidom.MinidomTest.testParseProcessingInstructions) ... ok testParseString (test.test_minidom.MinidomTest.testParseString) ... ok testPatch1094164 (test.test_minidom.MinidomTest.testPatch1094164) ... ok testPickledDocument (test.test_minidom.MinidomTest.testPickledDocument) ... ok testProcessingInstruction (test.test_minidom.MinidomTest.testProcessingInstruction) ... ok testProcessingInstructionNameError (test.test_minidom.MinidomTest.testProcessingInstructionNameError) ... ok testProcessingInstructionRepr (test.test_minidom.MinidomTest.testProcessingInstructionRepr) ... ok testRemoveAttr (test.test_minidom.MinidomTest.testRemoveAttr) ... ok testRemoveAttrNS (test.test_minidom.MinidomTest.testRemoveAttrNS) ... ok testRemoveAttributeNode (test.test_minidom.MinidomTest.testRemoveAttributeNode) ... ok testRemoveNamedItem (test.test_minidom.MinidomTest.testRemoveNamedItem) ... ok testRemoveNamedItemNS (test.test_minidom.MinidomTest.testRemoveNamedItemNS) ... ok testRenameAttribute (test.test_minidom.MinidomTest.testRenameAttribute) ... ok testRenameElement (test.test_minidom.MinidomTest.testRenameElement) ... ok testRenameOther (test.test_minidom.MinidomTest.testRenameOther) ... ok testReplaceChildFragment (test.test_minidom.MinidomTest.testReplaceChildFragment) ... ok testReplaceWholeText (test.test_minidom.MinidomTest.testReplaceWholeText) ... ok testSchemaType (test.test_minidom.MinidomTest.testSchemaType) ... ok testSerializeCommentNodeWithDoubleHyphen (test.test_minidom.MinidomTest.testSerializeCommentNodeWithDoubleHyphen) ... ok testSetAttrValueandNodeValue (test.test_minidom.MinidomTest.testSetAttrValueandNodeValue) ... ok testSetIdAttribute (test.test_minidom.MinidomTest.testSetIdAttribute) ... ok testSetIdAttributeNS (test.test_minidom.MinidomTest.testSetIdAttributeNS) ... ok testSetIdAttributeNode (test.test_minidom.MinidomTest.testSetIdAttributeNode) ... ok testSiblings (test.test_minidom.MinidomTest.testSiblings) ... ok testStandalone (test.test_minidom.MinidomTest.testStandalone) ... ok testTextNodeRepr (test.test_minidom.MinidomTest.testTextNodeRepr) ... ok testTextRepr (test.test_minidom.MinidomTest.testTextRepr) ... ok testTooManyDocumentElements (test.test_minidom.MinidomTest.testTooManyDocumentElements) ... ok testUnlink (test.test_minidom.MinidomTest.testUnlink) ... ok testUserData (test.test_minidom.MinidomTest.testUserData) ... ok testWholeText (test.test_minidom.MinidomTest.testWholeText) ... ok testWriteText (test.test_minidom.MinidomTest.testWriteText) ... ok testWriteXML (test.test_minidom.MinidomTest.testWriteXML) ... ok test_cdata_parsing (test.test_minidom.MinidomTest.test_cdata_parsing) ... ok test_minidom_attribute_order (test.test_minidom.MinidomTest.test_minidom_attribute_order) ... ok test_toprettyxml_preserves_content_of_text_node (test.test_minidom.MinidomTest.test_toprettyxml_preserves_content_of_text_node) ... ok test_toprettyxml_with_adjacent_text_nodes (test.test_minidom.MinidomTest.test_toprettyxml_with_adjacent_text_nodes) ... ok test_toprettyxml_with_attributes_ordered (test.test_minidom.MinidomTest.test_toprettyxml_with_attributes_ordered) ... ok test_toprettyxml_with_cdata (test.test_minidom.MinidomTest.test_toprettyxml_with_cdata) ... ok test_toprettyxml_with_text_nodes (test.test_minidom.MinidomTest.test_toprettyxml_with_text_nodes) ... ok test_toxml_with_attributes_ordered (test.test_minidom.MinidomTest.test_toxml_with_attributes_ordered) ... ok ---------------------------------------------------------------------- Ran 129 tests in 0.013s OK 0:09:32 load avg: 1.16 [229/432/1] test_mmap test_around_2GB (test.test_mmap.LargeMmapTests.test_around_2GB) ... ok test_around_4GB (test.test_mmap.LargeMmapTests.test_around_4GB) ... ok test_large_filesize (test.test_mmap.LargeMmapTests.test_large_filesize) ... ok test_large_offset (test.test_mmap.LargeMmapTests.test_large_offset) ... ok test_access_parameter (test.test_mmap.MmapTests.test_access_parameter) ... ok test_anonymous (test.test_mmap.MmapTests.test_anonymous) ... ok test_bad_file_desc (test.test_mmap.MmapTests.test_bad_file_desc) ... ok test_basic (test.test_mmap.MmapTests.test_basic) ... ok test_concat_repeat_exception (test.test_mmap.MmapTests.test_concat_repeat_exception) ... ok test_context_manager (test.test_mmap.MmapTests.test_context_manager) ... ok test_context_manager_exception (test.test_mmap.MmapTests.test_context_manager_exception) ... ok test_crasher_on_windows (test.test_mmap.MmapTests.test_crasher_on_windows) ... skipped 'requires Windows' test_double_close (test.test_mmap.MmapTests.test_double_close) ... ok test_empty_file (test.test_mmap.MmapTests.test_empty_file) ... ok test_entire_file (test.test_mmap.MmapTests.test_entire_file) ... ok test_error (test.test_mmap.MmapTests.test_error) ... ok test_extended_getslice (test.test_mmap.MmapTests.test_extended_getslice) ... ok test_extended_set_del_slice (test.test_mmap.MmapTests.test_extended_set_del_slice) ... ok test_find_does_not_access_beyond_buffer (test.test_mmap.MmapTests.test_find_does_not_access_beyond_buffer) ... ok test_find_end (test.test_mmap.MmapTests.test_find_end) ... ok test_flush_return_value (test.test_mmap.MmapTests.test_flush_return_value) ... ok test_invalid_descriptor (test.test_mmap.MmapTests.test_invalid_descriptor) ... skipped 'requires Windows' test_io_methods (test.test_mmap.MmapTests.test_io_methods) ... ok test_length_0_large_offset (test.test_mmap.MmapTests.test_length_0_large_offset) ... ok test_length_0_offset (test.test_mmap.MmapTests.test_length_0_offset) ... ok test_madvise (test.test_mmap.MmapTests.test_madvise) ... ok test_mmap_closed_by_int_scenarios (test.test_mmap.MmapTests.test_mmap_closed_by_int_scenarios) gh-103987: Test that mmap objects raise ValueError ... ok test_move (test.test_mmap.MmapTests.test_move) ... ok test_non_ascii_byte (test.test_mmap.MmapTests.test_non_ascii_byte) ... ok test_offset (test.test_mmap.MmapTests.test_offset) ... ok test_prot_readonly (test.test_mmap.MmapTests.test_prot_readonly) ... ok test_read_all (test.test_mmap.MmapTests.test_read_all) ... ok test_read_invalid_arg (test.test_mmap.MmapTests.test_read_invalid_arg) ... ok test_repr (test.test_mmap.MmapTests.test_repr) ... ok test_resize_down_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_down_when_mapped_to_pagefile) If the mmap is backed by the pagefile ensure a resize down up can happen ... skipped 'requires Windows' test_resize_fails_if_mapping_held_elsewhere (test.test_mmap.MmapTests.test_resize_fails_if_mapping_held_elsewhere) If more than one mapping is held against a named file on Windows, neither ... skipped 'requires Windows' test_resize_past_pos (test.test_mmap.MmapTests.test_resize_past_pos) ... ok test_resize_succeeds_with_error_for_second_named_mapping (test.test_mmap.MmapTests.test_resize_succeeds_with_error_for_second_named_mapping) If a more than one mapping exists of the same name, none of them can ... skipped 'requires Windows' test_resize_up_when_mapped_to_pagefile (test.test_mmap.MmapTests.test_resize_up_when_mapped_to_pagefile) If the mmap is backed by the pagefile ensure a resize up can happen ... skipped 'requires Windows' test_rfind (test.test_mmap.MmapTests.test_rfind) ... ok test_sizeof (test.test_mmap.MmapTests.test_sizeof) ... skipped 'requires Windows' test_subclass (test.test_mmap.MmapTests.test_subclass) ... ok test_tagname (test.test_mmap.MmapTests.test_tagname) ... skipped 'requires Windows' test_tougher_find (test.test_mmap.MmapTests.test_tougher_find) ... ok test_weakref (test.test_mmap.MmapTests.test_weakref) ... ok test_write_returning_the_number_of_bytes_written (test.test_mmap.MmapTests.test_write_returning_the_number_of_bytes_written) ... ok ---------------------------------------------------------------------- Ran 46 tests in 0.222s OK (skipped=8) 0:09:33 load avg: 1.16 [230/432/1] test_module test_annotations_are_created_correctly (test.test_module.ModuleTests.test_annotations_are_created_correctly) ... ok test_annotations_getset_raises (test.test_module.ModuleTests.test_annotations_getset_raises) ... ok test_ascii_docstring (test.test_module.ModuleTests.test_ascii_docstring) ... ok test_clear_dict_in_ref_cycle (test.test_module.ModuleTests.test_clear_dict_in_ref_cycle) ... ok test_descriptor_errors_propagate (test.test_module.ModuleTests.test_descriptor_errors_propagate) ... ok test_dont_clear_dict (test.test_module.ModuleTests.test_dont_clear_dict) ... ok test_lazy_create_annotations (test.test_module.ModuleTests.test_lazy_create_annotations) ... ok test_missing_getattr (test.test_module.ModuleTests.test_missing_getattr) ... ok test_module_dir (test.test_module.ModuleTests.test_module_dir) ... ok test_module_dir_errors (test.test_module.ModuleTests.test_module_dir_errors) ... ok test_module_finalization_at_shutdown (test.test_module.ModuleTests.test_module_finalization_at_shutdown) ... ok test_module_getattr (test.test_module.ModuleTests.test_module_getattr) ... ok test_module_getattr_errors (test.test_module.ModuleTests.test_module_getattr_errors) ... ok test_module_getattr_tricky (test.test_module.ModuleTests.test_module_getattr_tricky) ... ok test_module_repr_builtin (test.test_module.ModuleTests.test_module_repr_builtin) ... ok test_module_repr_minimal (test.test_module.ModuleTests.test_module_repr_minimal) ... ok test_module_repr_source (test.test_module.ModuleTests.test_module_repr_source) ... ok test_module_repr_with_bare_loader (test.test_module.ModuleTests.test_module_repr_with_bare_loader) ... ok test_module_repr_with_bare_loader_and_filename (test.test_module.ModuleTests.test_module_repr_with_bare_loader_and_filename) ... ok test_module_repr_with_bare_loader_but_no_name (test.test_module.ModuleTests.test_module_repr_with_bare_loader_but_no_name) ... ok test_module_repr_with_filename_only (test.test_module.ModuleTests.test_module_repr_with_filename_only) ... ok test_module_repr_with_full_loader (test.test_module.ModuleTests.test_module_repr_with_full_loader) ... ok test_module_repr_with_full_loader_and_filename (test.test_module.ModuleTests.test_module_repr_with_full_loader_and_filename) ... ok test_module_repr_with_full_loader_but_no_name (test.test_module.ModuleTests.test_module_repr_with_full_loader_but_no_name) ... ok test_module_repr_with_loader_as_None (test.test_module.ModuleTests.test_module_repr_with_loader_as_None) ... ok test_module_repr_with_name (test.test_module.ModuleTests.test_module_repr_with_name) ... ok test_module_repr_with_name_and_filename (test.test_module.ModuleTests.test_module_repr_with_name_and_filename) ... ok test_no_docstring (test.test_module.ModuleTests.test_no_docstring) ... ok test_reinit (test.test_module.ModuleTests.test_reinit) ... ok test_repeated_attribute_pops (test.test_module.ModuleTests.test_repeated_attribute_pops) ... ok test_setting_annotations (test.test_module.ModuleTests.test_setting_annotations) ... ok test_subclass_with_slots (test.test_module.ModuleTests.test_subclass_with_slots) ... ok test_unicode_docstring (test.test_module.ModuleTests.test_unicode_docstring) ... ok test_uninitialized (test.test_module.ModuleTests.test_uninitialized) ... ok test_uninitialized_missing_getattr (test.test_module.ModuleTests.test_uninitialized_missing_getattr) ... ok test_weakref (test.test_module.ModuleTests.test_weakref) ... ok ---------------------------------------------------------------------- Ran 36 tests in 0.479s OK 0:09:34 load avg: 1.16 [231/432/1] test_modulefinder test_absolute_imports (test.test_modulefinder.ModuleFinderTest.test_absolute_imports) ... ok test_bytecode (test.test_modulefinder.ModuleFinderTest.test_bytecode) ... ok test_coding_default_utf8 (test.test_modulefinder.ModuleFinderTest.test_coding_default_utf8) ... ok test_coding_explicit_cp1252 (test.test_modulefinder.ModuleFinderTest.test_coding_explicit_cp1252) ... ok test_coding_explicit_utf8 (test.test_modulefinder.ModuleFinderTest.test_coding_explicit_utf8) ... ok test_extended_opargs (test.test_modulefinder.ModuleFinderTest.test_extended_opargs) ... ok test_load_module_api (test.test_modulefinder.ModuleFinderTest.test_load_module_api) ... ok test_maybe (test.test_modulefinder.ModuleFinderTest.test_maybe) ... ok test_maybe_new (test.test_modulefinder.ModuleFinderTest.test_maybe_new) ... ok test_package (test.test_modulefinder.ModuleFinderTest.test_package) ... ok test_relative_imports (test.test_modulefinder.ModuleFinderTest.test_relative_imports) ... ok test_relative_imports_2 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_2) ... ok test_relative_imports_3 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_3) ... ok test_relative_imports_4 (test.test_modulefinder.ModuleFinderTest.test_relative_imports_4) ... ok test_replace_paths (test.test_modulefinder.ModuleFinderTest.test_replace_paths) ... ok test_same_name_as_bad (test.test_modulefinder.ModuleFinderTest.test_same_name_as_bad) ... ok test_syntax_error (test.test_modulefinder.ModuleFinderTest.test_syntax_error) ... ok ---------------------------------------------------------------------- Ran 17 tests in 0.101s OK 0:09:35 load avg: 1.16 [232/432/1] test_msilib test_msilib skipped -- No module named '_msi' 0:09:35 load avg: 1.16 [233/432/1] test_multibytecodec -- test_msilib skipped test_encode (test.test_multibytecodec.TestHZStateful.test_encode) ... ok test_incrementalencoder (test.test_multibytecodec.TestHZStateful.test_incrementalencoder) ... ok test_incrementalencoder_final (test.test_multibytecodec.TestHZStateful.test_incrementalencoder_final) ... ok test_encode (test.test_multibytecodec.TestStateful.test_encode) ... ok test_incrementalencoder (test.test_multibytecodec.TestStateful.test_incrementalencoder) ... ok test_incrementalencoder_final (test.test_multibytecodec.TestStateful.test_incrementalencoder_final) ... ok test_bug1572832 (test.test_multibytecodec.Test_ISO2022.test_bug1572832) ... ok test_g2 (test.test_multibytecodec.Test_ISO2022.test_g2) ... ok test_iso2022_jp_g0 (test.test_multibytecodec.Test_ISO2022.test_iso2022_jp_g0) ... ok test_dbcs (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs) ... ok test_dbcs_keep_buffer (test.test_multibytecodec.Test_IncrementalDecoder.test_dbcs_keep_buffer) ... ok test_decode_unicode (test.test_multibytecodec.Test_IncrementalDecoder.test_decode_unicode) ... ok test_iso2022 (test.test_multibytecodec.Test_IncrementalDecoder.test_iso2022) ... ok test_setstate_validates_input (test.test_multibytecodec.Test_IncrementalDecoder.test_setstate_validates_input) ... ok test_state_methods (test.test_multibytecodec.Test_IncrementalDecoder.test_state_methods) ... ok test_getstate_returns_expected_value (test.test_multibytecodec.Test_IncrementalEncoder.test_getstate_returns_expected_value) ... ok test_issue5640 (test.test_multibytecodec.Test_IncrementalEncoder.test_issue5640) ... ok test_setstate_validates_input_bytes (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_bytes) ... ok test_setstate_validates_input_size (test.test_multibytecodec.Test_IncrementalEncoder.test_setstate_validates_input_size) ... ok test_state_methods_with_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_buffer_state) ... ok test_state_methods_with_non_buffer_state (test.test_multibytecodec.Test_IncrementalEncoder.test_state_methods_with_non_buffer_state) ... ok test_stateful (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful) ... ok test_stateful_keep_buffer (test.test_multibytecodec.Test_IncrementalEncoder.test_stateful_keep_buffer) ... ok test_stateless (test.test_multibytecodec.Test_IncrementalEncoder.test_stateless) ... ok test_subinterp (test.test_multibytecodec.Test_IncrementalEncoder.test_subinterp) ... ok test_codingspec (test.test_multibytecodec.Test_MultibyteCodec.test_codingspec) ... ok test_decode_unicode (test.test_multibytecodec.Test_MultibyteCodec.test_decode_unicode) ... ok test_errorcallback_custom_ignore (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_custom_ignore) ... ok test_errorcallback_longindex (test.test_multibytecodec.Test_MultibyteCodec.test_errorcallback_longindex) ... ok test_init_segfault (test.test_multibytecodec.Test_MultibyteCodec.test_init_segfault) ... ok test_nullcoding (test.test_multibytecodec.Test_MultibyteCodec.test_nullcoding) ... ok test_str_decode (test.test_multibytecodec.Test_MultibyteCodec.test_str_decode) ... ok test_bug1728403 (test.test_multibytecodec.Test_StreamReader.test_bug1728403) ... ok test_gb18030 (test.test_multibytecodec.Test_StreamWriter.test_gb18030) ... ok test_streamwriter_strwrite (test.test_multibytecodec.Test_StreamWriter.test_streamwriter_strwrite) ... ok test_utf_8 (test.test_multibytecodec.Test_StreamWriter.test_utf_8) ... ok ---------------------------------------------------------------------- Ran 36 tests in 0.372s OK 0:09:36 load avg: 1.16 [234/432/1] test_multiprocessing_fork test__all__ (test.test_multiprocessing_fork.MiscTestCase.test__all__) ... ok test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_fork.MiscTestCase.test_spawn_sys_executable_none_allows_import) ... skipped "start_method='fork', not 'spawn'; avoids redundant testing." test_answer_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest.test_answer_challenge_auth_failure) ... ok test_deliver_challenge_auth_failure (test.test_multiprocessing_fork.OtherTest.test_deliver_challenge_auth_failure) ... ok test_semlock_subclass (test.test_multiprocessing_fork.SemLockTests.test_semlock_subclass) ... ok test_closefd (test.test_multiprocessing_fork.TestCloseFds.test_closefd) ... ok test_flags (test.test_multiprocessing_fork.TestFlags.test_flags) ... ok test_lock (test.test_multiprocessing_fork.TestForkAwareThreadLock.test_lock) ... ok test_ignore (test.test_multiprocessing_fork.TestIgnoreEINTR.test_ignore) ... ok test_ignore_listener (test.test_multiprocessing_fork.TestIgnoreEINTR.test_ignore_listener) ... ok test_manager_initializer (test.test_multiprocessing_fork.TestInitializers.test_manager_initializer) ... ok test_pool_initializer (test.test_multiprocessing_fork.TestInitializers.test_pool_initializer) ... ok test_only_run_in_spawn_testsuite (test.test_multiprocessing_fork.TestInternalDecorators.test_only_run_in_spawn_testsuite) ... skipped 'only run in test_multiprocessing_spawn.' test_invalid_family (test.test_multiprocessing_fork.TestInvalidFamily.test_invalid_family) ... ok test_invalid_family_win32 (test.test_multiprocessing_fork.TestInvalidFamily.test_invalid_family_win32) ... skipped 'skipped on non-Windows platforms' test_invalid_handles (test.test_multiprocessing_fork.TestInvalidHandle.test_invalid_handles) ... ok test_global_named_resource_spawn (test.test_multiprocessing_fork.TestNamedResource.test_global_named_resource_spawn) ... skipped "start_method='fork', not 'spawn'; spawn specific test." test_noforkbomb (test.test_multiprocessing_fork.TestNoForkBomb.test_noforkbomb) ... ok test_release_unused_processes (test.test_multiprocessing_fork.TestPoolNotLeakOnFailure.test_release_unused_processes) ... ok test_resource_tracker (test.test_multiprocessing_fork.TestResourceTracker.test_resource_tracker) ... ok test_resource_tracker_reused (test.test_multiprocessing_fork.TestResourceTracker.test_resource_tracker_reused) ... ok test_resource_tracker_sigint (test.test_multiprocessing_fork.TestResourceTracker.test_resource_tracker_sigint) ... ok test_resource_tracker_sigkill (test.test_multiprocessing_fork.TestResourceTracker.test_resource_tracker_sigkill) ... ok test_resource_tracker_sigterm (test.test_multiprocessing_fork.TestResourceTracker.test_resource_tracker_sigterm) ... ok test_too_long_name_resource (test.test_multiprocessing_fork.TestResourceTracker.test_too_long_name_resource) ... ok test_close (test.test_multiprocessing_fork.TestSimpleQueue.test_close) ... ok test_closed (test.test_multiprocessing_fork.TestSimpleQueue.test_closed) ... ok test_empty (test.test_multiprocessing_fork.TestSimpleQueue.test_empty) ... ok test_context (test.test_multiprocessing_fork.TestStartMethod.test_context) ... ok test_context_check_module_types (test.test_multiprocessing_fork.TestStartMethod.test_context_check_module_types) ... ok test_get_all (test.test_multiprocessing_fork.TestStartMethod.test_get_all) ... ok test_mixed_startmethod (test.test_multiprocessing_fork.TestStartMethod.test_mixed_startmethod) ... skipped "start_method='fork', not 'spawn'; avoids redundant testing." test_preload_resources (test.test_multiprocessing_fork.TestStartMethod.test_preload_resources) ... skipped "test only relevant for 'forkserver' method" test_set_get (test.test_multiprocessing_fork.TestStartMethod.test_set_get) ... ok test_flushing (test.test_multiprocessing_fork.TestStdinBadfiledescriptor.test_flushing) ... ok test_pool_in_process (test.test_multiprocessing_fork.TestStdinBadfiledescriptor.test_pool_in_process) ... ok test_queue_in_process (test.test_multiprocessing_fork.TestStdinBadfiledescriptor.test_queue_in_process) ... ok test_array (test.test_multiprocessing_fork.TestSyncManagerTypes.test_array) ... ok test_barrier (test.test_multiprocessing_fork.TestSyncManagerTypes.test_barrier) ... ok test_bounded_semaphore (test.test_multiprocessing_fork.TestSyncManagerTypes.test_bounded_semaphore) ... ok test_condition (test.test_multiprocessing_fork.TestSyncManagerTypes.test_condition) ... ok test_dict (test.test_multiprocessing_fork.TestSyncManagerTypes.test_dict) ... ok test_event (test.test_multiprocessing_fork.TestSyncManagerTypes.test_event) ... ok test_joinable_queue (test.test_multiprocessing_fork.TestSyncManagerTypes.test_joinable_queue) ... ok test_list (test.test_multiprocessing_fork.TestSyncManagerTypes.test_list) ... ok test_lock (test.test_multiprocessing_fork.TestSyncManagerTypes.test_lock) ... ok test_namespace (test.test_multiprocessing_fork.TestSyncManagerTypes.test_namespace) ... ok test_pool (test.test_multiprocessing_fork.TestSyncManagerTypes.test_pool) ... ok test_queue (test.test_multiprocessing_fork.TestSyncManagerTypes.test_queue) ... ok test_rlock (test.test_multiprocessing_fork.TestSyncManagerTypes.test_rlock) ... ok test_semaphore (test.test_multiprocessing_fork.TestSyncManagerTypes.test_semaphore) ... ok test_value (test.test_multiprocessing_fork.TestSyncManagerTypes.test_value) ... ok test_timeout (test.test_multiprocessing_fork.TestTimeouts.test_timeout) ... ok test_neg_timeout (test.test_multiprocessing_fork.TestWait.test_neg_timeout) ... ok test_wait (test.test_multiprocessing_fork.TestWait.test_wait) ... ok test_wait_integer (test.test_multiprocessing_fork.TestWait.test_wait_integer) ... ok test_wait_slow (test.test_multiprocessing_fork.TestWait.test_wait_slow) ... ok test_wait_socket (test.test_multiprocessing_fork.TestWait.test_wait_socket) ... ok test_wait_socket_slow (test.test_multiprocessing_fork.TestWait.test_wait_socket_slow) ... ok test_wait_timeout (test.test_multiprocessing_fork.TestWait.test_wait_timeout) ... ok test_abort (test.test_multiprocessing_fork.WithManagerTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_fork.WithManagerTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_fork.WithManagerTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_fork.WithManagerTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_fork.WithManagerTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_fork.WithManagerTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_fork.WithManagerTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_fork.WithManagerTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_fork.WithManagerTestBarrier.test_thousand) ... skipped 'test not appropriate for manager' test_timeout (test.test_multiprocessing_fork.WithManagerTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_fork.WithManagerTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_fork.WithManagerTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_fork.WithManagerTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_fork.WithManagerTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_fork.WithManagerTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_fork.WithManagerTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_fork.WithManagerTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_fork.WithManagerTestCondition.test_waitfor_timeout) ... ok test_dict (test.test_multiprocessing_fork.WithManagerTestContainers.test_dict) ... ok test_dict_iter (test.test_multiprocessing_fork.WithManagerTestContainers.test_dict_iter) ... ok test_dict_proxy_nested (test.test_multiprocessing_fork.WithManagerTestContainers.test_dict_proxy_nested) ... ok test_list (test.test_multiprocessing_fork.WithManagerTestContainers.test_list) ... ok test_list_iter (test.test_multiprocessing_fork.WithManagerTestContainers.test_list_iter) ... ok test_list_proxy_in_list (test.test_multiprocessing_fork.WithManagerTestContainers.test_list_proxy_in_list) ... ok test_namespace (test.test_multiprocessing_fork.WithManagerTestContainers.test_namespace) ... ok test_nested_queue (test.test_multiprocessing_fork.WithManagerTestContainers.test_nested_queue) ... ok test_event (test.test_multiprocessing_fork.WithManagerTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_fork.WithManagerTestEvent.test_repr) ... ok test_lock (test.test_multiprocessing_fork.WithManagerTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_fork.WithManagerTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_fork.WithManagerTestLock.test_rlock) ... ok test_rapid_restart (test.test_multiprocessing_fork.WithManagerTestManagerRestart.test_rapid_restart) ... ok test_mymanager (test.test_multiprocessing_fork.WithManagerTestMyManager.test_mymanager) ... ok test_mymanager_context (test.test_multiprocessing_fork.WithManagerTestMyManager.test_mymanager_context) ... ok test_mymanager_context_prestarted (test.test_multiprocessing_fork.WithManagerTestMyManager.test_mymanager_context_prestarted) ... ok test_apply (test.test_multiprocessing_fork.WithManagerTestPool.test_apply) ... ok test_async (test.test_multiprocessing_fork.WithManagerTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_fork.WithManagerTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_fork.WithManagerTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_fork.WithManagerTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_fork.WithManagerTestPool.test_enter) ... skipped 'test not applicable to manager' test_imap (test.test_multiprocessing_fork.WithManagerTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool.test_imap_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_imap_unordered (test.test_multiprocessing_fork.WithManagerTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_make_pool (test.test_multiprocessing_fork.WithManagerTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_fork.WithManagerTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_fork.WithManagerTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_fork.WithManagerTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_fork.WithManagerTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithManagerTestPool.test_map_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_map_no_failfast (test.test_multiprocessing_fork.WithManagerTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_fork.WithManagerTestPool.test_map_unplicklable) ... ok test_release_task_refs (test.test_multiprocessing_fork.WithManagerTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_fork.WithManagerTestPool.test_resource_warning) ... skipped 'test not applicable to manager' test_starmap (test.test_multiprocessing_fork.WithManagerTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_fork.WithManagerTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_fork.WithManagerTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_fork.WithManagerTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_fork.WithManagerTestPool.test_wrapped_exception) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.WithManagerTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_fork.WithManagerTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_fork.WithManagerTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_fork.WithManagerTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_fork.WithManagerTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_fork.WithManagerTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for manager' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for manager' test_task_done (test.test_multiprocessing_fork.WithManagerTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_fork.WithManagerTestQueue.test_timeout) ... ok test_remote (test.test_multiprocessing_fork.WithManagerTestRemoteManager.test_remote) ... ok test_bounded_semaphore (test.test_multiprocessing_fork.WithManagerTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_fork.WithManagerTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_fork.WithManagerTestSemaphore.test_timeout) ... skipped 'test not appropriate for manager' test_array (test.test_multiprocessing_fork.WithProcessesTestArray.test_array) ... ok test_array_from_size (test.test_multiprocessing_fork.WithProcessesTestArray.test_array_from_size) ... ok test_getobj_getlock_obj (test.test_multiprocessing_fork.WithProcessesTestArray.test_getobj_getlock_obj) ... ok test_rawarray (test.test_multiprocessing_fork.WithProcessesTestArray.test_rawarray) ... ok test_abort (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_thousand) ... ok test_timeout (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_fork.WithProcessesTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_fork.WithProcessesTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_fork.WithProcessesTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_fork.WithProcessesTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_fork.WithProcessesTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_fork.WithProcessesTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_fork.WithProcessesTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_fork.WithProcessesTestCondition.test_waitfor_timeout) ... ok test_connection (test.test_multiprocessing_fork.WithProcessesTestConnection.test_connection) ... ok test_context (test.test_multiprocessing_fork.WithProcessesTestConnection.test_context) ... ok test_duplex_false (test.test_multiprocessing_fork.WithProcessesTestConnection.test_duplex_false) ... ok test_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection.test_fd_transfer) ... ok test_large_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection.test_large_fd_transfer) ... ok test_missing_fd_transfer (test.test_multiprocessing_fork.WithProcessesTestConnection.test_missing_fd_transfer) ... ok test_sendbytes (test.test_multiprocessing_fork.WithProcessesTestConnection.test_sendbytes) ... ok test_spawn_close (test.test_multiprocessing_fork.WithProcessesTestConnection.test_spawn_close) ... ok test_event (test.test_multiprocessing_fork.WithProcessesTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_fork.WithProcessesTestEvent.test_repr) ... ok test_finalize (test.test_multiprocessing_fork.WithProcessesTestFinalize.test_finalize) ... ok test_thread_safety (test.test_multiprocessing_fork.WithProcessesTestFinalize.test_thread_safety) ... ok test_free_from_gc (test.test_multiprocessing_fork.WithProcessesTestHeap.test_free_from_gc) ... ok test_heap (test.test_multiprocessing_fork.WithProcessesTestHeap.test_heap) ... ok test_abstract_socket (test.test_multiprocessing_fork.WithProcessesTestListener.test_abstract_socket) ... ok test_context (test.test_multiprocessing_fork.WithProcessesTestListener.test_context) ... ok test_multiple_bind (test.test_multiprocessing_fork.WithProcessesTestListener.test_multiple_bind) ... ok test_issue14725 (test.test_multiprocessing_fork.WithProcessesTestListenerClient.test_issue14725) ... ok test_issue16955 (test.test_multiprocessing_fork.WithProcessesTestListenerClient.test_issue16955) ... ok test_listener_client (test.test_multiprocessing_fork.WithProcessesTestListenerClient.test_listener_client) ... ok test_lock (test.test_multiprocessing_fork.WithProcessesTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_fork.WithProcessesTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_fork.WithProcessesTestLock.test_rlock) ... ok test_enable_logging (test.test_multiprocessing_fork.WithProcessesTestLogging.test_enable_logging) ... ok test_level (test.test_multiprocessing_fork.WithProcessesTestLogging.test_level) ... ok test_rapid_restart (test.test_multiprocessing_fork.WithProcessesTestManagerRestart.test_rapid_restart) ... ok test_access (test.test_multiprocessing_fork.WithProcessesTestPicklingConnections.test_access) ... ok test_pickling (test.test_multiprocessing_fork.WithProcessesTestPicklingConnections.test_pickling) ... ok test_boundaries (test.test_multiprocessing_fork.WithProcessesTestPoll.test_boundaries) ... ok test_dont_merge (test.test_multiprocessing_fork.WithProcessesTestPoll.test_dont_merge) ... ok test_empty_string (test.test_multiprocessing_fork.WithProcessesTestPoll.test_empty_string) ... ok test_strings (test.test_multiprocessing_fork.WithProcessesTestPoll.test_strings) ... ok test_poll_eintr (test.test_multiprocessing_fork.WithProcessesTestPollEintr.test_poll_eintr) ... ok test_apply (test.test_multiprocessing_fork.WithProcessesTestPool.test_apply) ... ok test_async (test.test_multiprocessing_fork.WithProcessesTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_fork.WithProcessesTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_fork.WithProcessesTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_fork.WithProcessesTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_fork.WithProcessesTestPool.test_enter) ... ok test_imap (test.test_multiprocessing_fork.WithProcessesTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool.test_imap_handle_iterable_exception) ... ok test_imap_unordered (test.test_multiprocessing_fork.WithProcessesTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception) ... ok test_make_pool (test.test_multiprocessing_fork.WithProcessesTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_fork.WithProcessesTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_fork.WithProcessesTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_fork.WithProcessesTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_fork.WithProcessesTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithProcessesTestPool.test_map_handle_iterable_exception) ... ok test_map_no_failfast (test.test_multiprocessing_fork.WithProcessesTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_fork.WithProcessesTestPool.test_map_unplicklable) ... ok test_release_task_refs (test.test_multiprocessing_fork.WithProcessesTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_fork.WithProcessesTestPool.test_resource_warning) ... ok test_starmap (test.test_multiprocessing_fork.WithProcessesTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_fork.WithProcessesTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_fork.WithProcessesTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_fork.WithProcessesTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_fork.WithProcessesTestPool.test_wrapped_exception) ... ok test_async_error_callback (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerErrors.test_async_error_callback) ... ok test_unpickleable_result (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerErrors.test_unpickleable_result) ... ok test_pool_maxtasksperchild_invalid (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid) ... ok test_pool_worker_lifetime (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime) ... ok test_pool_worker_lifetime_early_close (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close) ... ok test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_fork.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing) ... ok test_active_children (test.test_multiprocessing_fork.WithProcessesTestProcess.test_active_children) ... ok test_args_argument (test.test_multiprocessing_fork.WithProcessesTestProcess.test_args_argument) ... ok test_child_fd_inflation (test.test_multiprocessing_fork.WithProcessesTestProcess.test_child_fd_inflation) ... skipped 'test not appropriate for fork' test_close (test.test_multiprocessing_fork.WithProcessesTestProcess.test_close) ... ok test_cpu_count (test.test_multiprocessing_fork.WithProcessesTestProcess.test_cpu_count) ... ok test_current (test.test_multiprocessing_fork.WithProcessesTestProcess.test_current) ... ok test_daemon_argument (test.test_multiprocessing_fork.WithProcessesTestProcess.test_daemon_argument) ... ok test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.WithProcessesTestProcess.test_error_on_stdio_flush_1) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.WithProcessesTestProcess.test_error_on_stdio_flush_2) ... ok test_forkserver_sigint (test.test_multiprocessing_fork.WithProcessesTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for fork' test_forkserver_sigkill (test.test_multiprocessing_fork.WithProcessesTestProcess.test_forkserver_sigkill) ... skipped 'test not appropriate for fork' test_kill (test.test_multiprocessing_fork.WithProcessesTestProcess.test_kill) ... ok test_lose_target_ref (test.test_multiprocessing_fork.WithProcessesTestProcess.test_lose_target_ref) ... ok test_many_processes (test.test_multiprocessing_fork.WithProcessesTestProcess.test_many_processes) ... ok test_parent_process (test.test_multiprocessing_fork.WithProcessesTestProcess.test_parent_process) ... ok test_parent_process_attributes (test.test_multiprocessing_fork.WithProcessesTestProcess.test_parent_process_attributes) ... ok test_process (test.test_multiprocessing_fork.WithProcessesTestProcess.test_process) ... ok test_process_mainthread_native_id (test.test_multiprocessing_fork.WithProcessesTestProcess.test_process_mainthread_native_id) ... ok test_recursion (test.test_multiprocessing_fork.WithProcessesTestProcess.test_recursion) ... ok test_sentinel (test.test_multiprocessing_fork.WithProcessesTestProcess.test_sentinel) ... ok test_set_executable (test.test_multiprocessing_fork.WithProcessesTestProcess.test_set_executable) ... ok test_terminate (test.test_multiprocessing_fork.WithProcessesTestProcess.test_terminate) ... ok test_wait_for_threads (test.test_multiprocessing_fork.WithProcessesTestProcess.test_wait_for_threads) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.WithProcessesTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_fork.WithProcessesTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_fork.WithProcessesTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_fork.WithProcessesTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_fork.WithProcessesTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_fork.WithProcessesTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc) ... ok test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error) ... ok test_task_done (test.test_multiprocessing_fork.WithProcessesTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_fork.WithProcessesTestQueue.test_timeout) ... ok test_bounded_semaphore (test.test_multiprocessing_fork.WithProcessesTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_fork.WithProcessesTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_fork.WithProcessesTestSemaphore.test_timeout) ... ok test_copy (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes.test_copy) ... ok test_sharedctypes (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes.test_sharedctypes) ... ok test_synchronize (test.test_multiprocessing_fork.WithProcessesTestSharedCTypes.test_synchronize) ... ok test_invalid_shared_memory_cration (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_invalid_shared_memory_cration) ... ok test_shared_memory_ShareableList_basics (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics) ... ok test_shared_memory_ShareableList_pickling (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) ... ok test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object) ... ok test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics) ... ok test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker) ... ok test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint) ... ok test_shared_memory_across_processes (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_across_processes) ... ok test_shared_memory_basics (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_basics) ... ok test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination) ... Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/multiprocessing/resource_tracker.py", line 209, in main ok test_shared_memory_pickle_unpickle (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) ... cache[rtype].remove(name) KeyError: '/psm_518ddb4d' ok test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object) ... ok test_shared_memory_recreate (test.test_multiprocessing_fork.WithProcessesTestSharedMemory.test_shared_memory_recreate) ... ok test_stderr_flush (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess.test_stderr_flush) ... ok test_subclassing (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess.test_subclassing) ... ok test_sys_exit (test.test_multiprocessing_fork.WithProcessesTestSubclassingProcess.test_sys_exit) ... ok test_getobj_getlock (test.test_multiprocessing_fork.WithProcessesTestValue.test_getobj_getlock) ... ok test_rawvalue (test.test_multiprocessing_fork.WithProcessesTestValue.test_rawvalue) ... ok test_value (test.test_multiprocessing_fork.WithProcessesTestValue.test_value) ... ok test_abort (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_thousand) ... ok test_timeout (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_fork.WithThreadsTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_fork.WithThreadsTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_fork.WithThreadsTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_fork.WithThreadsTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_fork.WithThreadsTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_fork.WithThreadsTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_fork.WithThreadsTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_fork.WithThreadsTestCondition.test_waitfor_timeout) ... ok test_connection (test.test_multiprocessing_fork.WithThreadsTestConnection.test_connection) ... ok test_context (test.test_multiprocessing_fork.WithThreadsTestConnection.test_context) ... ok test_duplex_false (test.test_multiprocessing_fork.WithThreadsTestConnection.test_duplex_false) ... ok test_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection.test_fd_transfer) ... skipped 'only makes sense with processes' test_large_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection.test_large_fd_transfer) ... skipped 'only makes sense with processes' test_missing_fd_transfer (test.test_multiprocessing_fork.WithThreadsTestConnection.test_missing_fd_transfer) ... skipped 'only makes sense with processes' test_sendbytes (test.test_multiprocessing_fork.WithThreadsTestConnection.test_sendbytes) ... skipped 'test not appropriate for threads' test_spawn_close (test.test_multiprocessing_fork.WithThreadsTestConnection.test_spawn_close) ... ok test_event (test.test_multiprocessing_fork.WithThreadsTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_fork.WithThreadsTestEvent.test_repr) ... ok test_issue14725 (test.test_multiprocessing_fork.WithThreadsTestListenerClient.test_issue14725) ... ok test_issue16955 (test.test_multiprocessing_fork.WithThreadsTestListenerClient.test_issue16955) ... ok test_listener_client (test.test_multiprocessing_fork.WithThreadsTestListenerClient.test_listener_client) ... ok test_lock (test.test_multiprocessing_fork.WithThreadsTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_fork.WithThreadsTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_fork.WithThreadsTestLock.test_rlock) ... ok test_rapid_restart (test.test_multiprocessing_fork.WithThreadsTestManagerRestart.test_rapid_restart) ... ok test_boundaries (test.test_multiprocessing_fork.WithThreadsTestPoll.test_boundaries) ... ok test_dont_merge (test.test_multiprocessing_fork.WithThreadsTestPoll.test_dont_merge) ... ok test_empty_string (test.test_multiprocessing_fork.WithThreadsTestPoll.test_empty_string) ... ok test_strings (test.test_multiprocessing_fork.WithThreadsTestPoll.test_strings) ... ok test_apply (test.test_multiprocessing_fork.WithThreadsTestPool.test_apply) ... ok test_async (test.test_multiprocessing_fork.WithThreadsTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_fork.WithThreadsTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_fork.WithThreadsTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_fork.WithThreadsTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_fork.WithThreadsTestPool.test_enter) ... ok test_imap (test.test_multiprocessing_fork.WithThreadsTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool.test_imap_handle_iterable_exception) ... ok test_imap_unordered (test.test_multiprocessing_fork.WithThreadsTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception) ... ok test_make_pool (test.test_multiprocessing_fork.WithThreadsTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_fork.WithThreadsTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_fork.WithThreadsTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_fork.WithThreadsTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_fork.WithThreadsTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_fork.WithThreadsTestPool.test_map_handle_iterable_exception) ... ok test_map_no_failfast (test.test_multiprocessing_fork.WithThreadsTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_fork.WithThreadsTestPool.test_map_unplicklable) ... skipped 'test not appropriate for threads' test_release_task_refs (test.test_multiprocessing_fork.WithThreadsTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_fork.WithThreadsTestPool.test_resource_warning) ... ok test_starmap (test.test_multiprocessing_fork.WithThreadsTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_fork.WithThreadsTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_fork.WithThreadsTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_fork.WithThreadsTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_fork.WithThreadsTestPool.test_wrapped_exception) ... ok test_active_children (test.test_multiprocessing_fork.WithThreadsTestProcess.test_active_children) ... ok test_args_argument (test.test_multiprocessing_fork.WithThreadsTestProcess.test_args_argument) ... ok test_child_fd_inflation (test.test_multiprocessing_fork.WithThreadsTestProcess.test_child_fd_inflation) ... skipped 'test not appropriate for threads' test_close (test.test_multiprocessing_fork.WithThreadsTestProcess.test_close) ... skipped 'test not appropriate for threads' test_cpu_count (test.test_multiprocessing_fork.WithThreadsTestProcess.test_cpu_count) ... ok test_current (test.test_multiprocessing_fork.WithThreadsTestProcess.test_current) ... skipped 'test not appropriate for threads' test_daemon_argument (test.test_multiprocessing_fork.WithThreadsTestProcess.test_daemon_argument) ... skipped 'test not appropriate for threads' test_error_on_stdio_flush_1 (test.test_multiprocessing_fork.WithThreadsTestProcess.test_error_on_stdio_flush_1) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_fork.WithThreadsTestProcess.test_error_on_stdio_flush_2) ... ok test_forkserver_sigint (test.test_multiprocessing_fork.WithThreadsTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for threads' test_forkserver_sigkill (test.test_multiprocessing_fork.WithThreadsTestProcess.test_forkserver_sigkill) ... skipped 'test not appropriate for threads' test_kill (test.test_multiprocessing_fork.WithThreadsTestProcess.test_kill) ... skipped 'test not appropriate for threads' test_lose_target_ref (test.test_multiprocessing_fork.WithThreadsTestProcess.test_lose_target_ref) ... ok test_many_processes (test.test_multiprocessing_fork.WithThreadsTestProcess.test_many_processes) ... skipped 'test not appropriate for threads' test_parent_process (test.test_multiprocessing_fork.WithThreadsTestProcess.test_parent_process) ... skipped 'test not appropriate for threads' test_parent_process_attributes (test.test_multiprocessing_fork.WithThreadsTestProcess.test_parent_process_attributes) ... skipped 'test not appropriate for threads' test_process (test.test_multiprocessing_fork.WithThreadsTestProcess.test_process) ... ok test_process_mainthread_native_id (test.test_multiprocessing_fork.WithThreadsTestProcess.test_process_mainthread_native_id) ... skipped 'test not appropriate for threads' test_recursion (test.test_multiprocessing_fork.WithThreadsTestProcess.test_recursion) ... ok test_sentinel (test.test_multiprocessing_fork.WithThreadsTestProcess.test_sentinel) ... skipped 'test not appropriate for threads' test_set_executable (test.test_multiprocessing_fork.WithThreadsTestProcess.test_set_executable) ... skipped 'test not appropriate for threads' test_terminate (test.test_multiprocessing_fork.WithThreadsTestProcess.test_terminate) ... skipped 'test not appropriate for threads' test_wait_for_threads (test.test_multiprocessing_fork.WithThreadsTestProcess.test_wait_for_threads) ... skipped 'test not appropriate for threads' test_closed_queue_put_get_exceptions (test.test_multiprocessing_fork.WithThreadsTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_fork.WithThreadsTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_fork.WithThreadsTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_fork.WithThreadsTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_fork.WithThreadsTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_fork.WithThreadsTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_fork.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for threads' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_fork.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for threads' test_task_done (test.test_multiprocessing_fork.WithThreadsTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_fork.WithThreadsTestQueue.test_timeout) ... ok test_bounded_semaphore (test.test_multiprocessing_fork.WithThreadsTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_fork.WithThreadsTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_fork.WithThreadsTestSemaphore.test_timeout) ... skipped 'test not appropriate for threads' test_import (test.test_multiprocessing_fork._TestImportStar.test_import) ... ok ---------------------------------------------------------------------- Ran 379 tests in 75.682s OK (skipped=41) 0:10:53 load avg: 0.69 [235/432/1] test_multiprocessing_forkserver -- test_multiprocessing_fork passed in 1 min 16 sec test__all__ (test.test_multiprocessing_forkserver.MiscTestCase.test__all__) ... ok test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_forkserver.MiscTestCase.test_spawn_sys_executable_none_allows_import) ... skipped "start_method='forkserver', not 'spawn'; avoids redundant testing." test_answer_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest.test_answer_challenge_auth_failure) ... ok test_deliver_challenge_auth_failure (test.test_multiprocessing_forkserver.OtherTest.test_deliver_challenge_auth_failure) ... ok test_semlock_subclass (test.test_multiprocessing_forkserver.SemLockTests.test_semlock_subclass) ... ok test_closefd (test.test_multiprocessing_forkserver.TestCloseFds.test_closefd) ... ok test_flags (test.test_multiprocessing_forkserver.TestFlags.test_flags) ... ok test_lock (test.test_multiprocessing_forkserver.TestForkAwareThreadLock.test_lock) ... ok test_ignore (test.test_multiprocessing_forkserver.TestIgnoreEINTR.test_ignore) ... ok test_ignore_listener (test.test_multiprocessing_forkserver.TestIgnoreEINTR.test_ignore_listener) ... ok test_manager_initializer (test.test_multiprocessing_forkserver.TestInitializers.test_manager_initializer) ... ok test_pool_initializer (test.test_multiprocessing_forkserver.TestInitializers.test_pool_initializer) ... ok test_only_run_in_spawn_testsuite (test.test_multiprocessing_forkserver.TestInternalDecorators.test_only_run_in_spawn_testsuite) ... skipped 'only run in test_multiprocessing_spawn.' test_invalid_family (test.test_multiprocessing_forkserver.TestInvalidFamily.test_invalid_family) ... ok test_invalid_family_win32 (test.test_multiprocessing_forkserver.TestInvalidFamily.test_invalid_family_win32) ... skipped 'skipped on non-Windows platforms' test_invalid_handles (test.test_multiprocessing_forkserver.TestInvalidHandle.test_invalid_handles) ... ok test_global_named_resource_spawn (test.test_multiprocessing_forkserver.TestNamedResource.test_global_named_resource_spawn) ... skipped "start_method='forkserver', not 'spawn'; spawn specific test." test_noforkbomb (test.test_multiprocessing_forkserver.TestNoForkBomb.test_noforkbomb) ... ok test_release_unused_processes (test.test_multiprocessing_forkserver.TestPoolNotLeakOnFailure.test_release_unused_processes) ... ok test_resource_tracker (test.test_multiprocessing_forkserver.TestResourceTracker.test_resource_tracker) ... ok test_resource_tracker_reused (test.test_multiprocessing_forkserver.TestResourceTracker.test_resource_tracker_reused) ... ok test_resource_tracker_sigint (test.test_multiprocessing_forkserver.TestResourceTracker.test_resource_tracker_sigint) ... ok test_resource_tracker_sigkill (test.test_multiprocessing_forkserver.TestResourceTracker.test_resource_tracker_sigkill) ... ok test_resource_tracker_sigterm (test.test_multiprocessing_forkserver.TestResourceTracker.test_resource_tracker_sigterm) ... ok test_too_long_name_resource (test.test_multiprocessing_forkserver.TestResourceTracker.test_too_long_name_resource) ... ok test_close (test.test_multiprocessing_forkserver.TestSimpleQueue.test_close) ... ok test_closed (test.test_multiprocessing_forkserver.TestSimpleQueue.test_closed) ... ok test_empty (test.test_multiprocessing_forkserver.TestSimpleQueue.test_empty) ... ok test_context (test.test_multiprocessing_forkserver.TestStartMethod.test_context) ... ok test_context_check_module_types (test.test_multiprocessing_forkserver.TestStartMethod.test_context_check_module_types) ... ok test_get_all (test.test_multiprocessing_forkserver.TestStartMethod.test_get_all) ... ok test_mixed_startmethod (test.test_multiprocessing_forkserver.TestStartMethod.test_mixed_startmethod) ... skipped "start_method='forkserver', not 'spawn'; avoids redundant testing." test_preload_resources (test.test_multiprocessing_forkserver.TestStartMethod.test_preload_resources) ... ok test_set_get (test.test_multiprocessing_forkserver.TestStartMethod.test_set_get) ... ok test_flushing (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor.test_flushing) ... ok test_pool_in_process (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor.test_pool_in_process) ... ok test_queue_in_process (test.test_multiprocessing_forkserver.TestStdinBadfiledescriptor.test_queue_in_process) ... ok test_array (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_array) ... ok test_barrier (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_barrier) ... ok test_bounded_semaphore (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_bounded_semaphore) ... ok test_condition (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_condition) ... ok test_dict (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_dict) ... ok test_event (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_event) ... ok test_joinable_queue (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_joinable_queue) ... ok test_list (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_list) ... ok test_lock (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_lock) ... ok test_namespace (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_namespace) ... ok test_pool (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_pool) ... ok test_queue (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_queue) ... ok test_rlock (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_rlock) ... ok test_semaphore (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_semaphore) ... ok test_value (test.test_multiprocessing_forkserver.TestSyncManagerTypes.test_value) ... ok test_timeout (test.test_multiprocessing_forkserver.TestTimeouts.test_timeout) ... ok test_neg_timeout (test.test_multiprocessing_forkserver.TestWait.test_neg_timeout) ... ok test_wait (test.test_multiprocessing_forkserver.TestWait.test_wait) ... ok test_wait_integer (test.test_multiprocessing_forkserver.TestWait.test_wait_integer) ... ok test_wait_slow (test.test_multiprocessing_forkserver.TestWait.test_wait_slow) ... ok test_wait_socket (test.test_multiprocessing_forkserver.TestWait.test_wait_socket) ... ok test_wait_socket_slow (test.test_multiprocessing_forkserver.TestWait.test_wait_socket_slow) ... ok test_wait_timeout (test.test_multiprocessing_forkserver.TestWait.test_wait_timeout) ... ok test_abort (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_thousand) ... skipped 'test not appropriate for manager' test_timeout (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_forkserver.WithManagerTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_forkserver.WithManagerTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_forkserver.WithManagerTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_forkserver.WithManagerTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_forkserver.WithManagerTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_forkserver.WithManagerTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_forkserver.WithManagerTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_forkserver.WithManagerTestCondition.test_waitfor_timeout) ... ok test_dict (test.test_multiprocessing_forkserver.WithManagerTestContainers.test_dict) ... ok test_dict_iter (test.test_multiprocessing_forkserver.WithManagerTestContainers.test_dict_iter) ... ok test_dict_proxy_nested (test.test_multiprocessing_forkserver.WithManagerTestContainers.test_dict_proxy_nested) ... ok test_list (test.test_multiprocessing_forkserver.WithManagerTestContainers.test_list) ... ok test_list_iter (test.test_multiprocessing_forkserver.WithManagerTestContainers.test_list_iter) ... ok test_list_proxy_in_list (test.test_multiprocessing_forkserver.WithManagerTestContainers.test_list_proxy_in_list) ... ok test_namespace (test.test_multiprocessing_forkserver.WithManagerTestContainers.test_namespace) ... ok test_nested_queue (test.test_multiprocessing_forkserver.WithManagerTestContainers.test_nested_queue) ... ok test_event (test.test_multiprocessing_forkserver.WithManagerTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_forkserver.WithManagerTestEvent.test_repr) ... ok test_lock (test.test_multiprocessing_forkserver.WithManagerTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_forkserver.WithManagerTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_forkserver.WithManagerTestLock.test_rlock) ... ok test_rapid_restart (test.test_multiprocessing_forkserver.WithManagerTestManagerRestart.test_rapid_restart) ... ok test_mymanager (test.test_multiprocessing_forkserver.WithManagerTestMyManager.test_mymanager) ... ok test_mymanager_context (test.test_multiprocessing_forkserver.WithManagerTestMyManager.test_mymanager_context) ... ok test_mymanager_context_prestarted (test.test_multiprocessing_forkserver.WithManagerTestMyManager.test_mymanager_context_prestarted) ... ok test_apply (test.test_multiprocessing_forkserver.WithManagerTestPool.test_apply) ... ok test_async (test.test_multiprocessing_forkserver.WithManagerTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_forkserver.WithManagerTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_forkserver.WithManagerTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_forkserver.WithManagerTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_forkserver.WithManagerTestPool.test_enter) ... skipped 'test not applicable to manager' test_imap (test.test_multiprocessing_forkserver.WithManagerTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool.test_imap_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_imap_unordered (test.test_multiprocessing_forkserver.WithManagerTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_make_pool (test.test_multiprocessing_forkserver.WithManagerTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_forkserver.WithManagerTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_forkserver.WithManagerTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_forkserver.WithManagerTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_forkserver.WithManagerTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithManagerTestPool.test_map_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_map_no_failfast (test.test_multiprocessing_forkserver.WithManagerTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_forkserver.WithManagerTestPool.test_map_unplicklable) ... ok test_release_task_refs (test.test_multiprocessing_forkserver.WithManagerTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_forkserver.WithManagerTestPool.test_resource_warning) ... skipped 'test not applicable to manager' test_starmap (test.test_multiprocessing_forkserver.WithManagerTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_forkserver.WithManagerTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_forkserver.WithManagerTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_forkserver.WithManagerTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_forkserver.WithManagerTestPool.test_wrapped_exception) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for manager' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for manager' test_task_done (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_forkserver.WithManagerTestQueue.test_timeout) ... ok test_remote (test.test_multiprocessing_forkserver.WithManagerTestRemoteManager.test_remote) ... ok test_bounded_semaphore (test.test_multiprocessing_forkserver.WithManagerTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_forkserver.WithManagerTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_forkserver.WithManagerTestSemaphore.test_timeout) ... skipped 'test not appropriate for manager' test_array (test.test_multiprocessing_forkserver.WithProcessesTestArray.test_array) ... ok test_array_from_size (test.test_multiprocessing_forkserver.WithProcessesTestArray.test_array_from_size) ... ok test_getobj_getlock_obj (test.test_multiprocessing_forkserver.WithProcessesTestArray.test_getobj_getlock_obj) ... ok test_rawarray (test.test_multiprocessing_forkserver.WithProcessesTestArray.test_rawarray) ... ok test_abort (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_thousand) ... ok test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_forkserver.WithProcessesTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_forkserver.WithProcessesTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_forkserver.WithProcessesTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_forkserver.WithProcessesTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_forkserver.WithProcessesTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_forkserver.WithProcessesTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_forkserver.WithProcessesTestCondition.test_waitfor_timeout) ... ok test_connection (test.test_multiprocessing_forkserver.WithProcessesTestConnection.test_connection) ... ok test_context (test.test_multiprocessing_forkserver.WithProcessesTestConnection.test_context) ... ok test_duplex_false (test.test_multiprocessing_forkserver.WithProcessesTestConnection.test_duplex_false) ... ok test_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection.test_fd_transfer) ... ok test_large_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection.test_large_fd_transfer) ... ok test_missing_fd_transfer (test.test_multiprocessing_forkserver.WithProcessesTestConnection.test_missing_fd_transfer) ... ok test_sendbytes (test.test_multiprocessing_forkserver.WithProcessesTestConnection.test_sendbytes) ... ok test_spawn_close (test.test_multiprocessing_forkserver.WithProcessesTestConnection.test_spawn_close) ... ok test_event (test.test_multiprocessing_forkserver.WithProcessesTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_forkserver.WithProcessesTestEvent.test_repr) ... ok test_finalize (test.test_multiprocessing_forkserver.WithProcessesTestFinalize.test_finalize) ... ok test_thread_safety (test.test_multiprocessing_forkserver.WithProcessesTestFinalize.test_thread_safety) ... ok test_free_from_gc (test.test_multiprocessing_forkserver.WithProcessesTestHeap.test_free_from_gc) ... ok test_heap (test.test_multiprocessing_forkserver.WithProcessesTestHeap.test_heap) ... ok test_abstract_socket (test.test_multiprocessing_forkserver.WithProcessesTestListener.test_abstract_socket) ... ok test_context (test.test_multiprocessing_forkserver.WithProcessesTestListener.test_context) ... ok test_multiple_bind (test.test_multiprocessing_forkserver.WithProcessesTestListener.test_multiple_bind) ... ok test_issue14725 (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient.test_issue14725) ... ok test_issue16955 (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient.test_issue16955) ... ok test_listener_client (test.test_multiprocessing_forkserver.WithProcessesTestListenerClient.test_listener_client) ... ok test_lock (test.test_multiprocessing_forkserver.WithProcessesTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_forkserver.WithProcessesTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_forkserver.WithProcessesTestLock.test_rlock) ... ok test_enable_logging (test.test_multiprocessing_forkserver.WithProcessesTestLogging.test_enable_logging) ... ok test_level (test.test_multiprocessing_forkserver.WithProcessesTestLogging.test_level) ... ok test_rapid_restart (test.test_multiprocessing_forkserver.WithProcessesTestManagerRestart.test_rapid_restart) ... ok test_access (test.test_multiprocessing_forkserver.WithProcessesTestPicklingConnections.test_access) ... ok test_pickling (test.test_multiprocessing_forkserver.WithProcessesTestPicklingConnections.test_pickling) ... ok test_boundaries (test.test_multiprocessing_forkserver.WithProcessesTestPoll.test_boundaries) ... ok test_dont_merge (test.test_multiprocessing_forkserver.WithProcessesTestPoll.test_dont_merge) ... ok test_empty_string (test.test_multiprocessing_forkserver.WithProcessesTestPoll.test_empty_string) ... ok test_strings (test.test_multiprocessing_forkserver.WithProcessesTestPoll.test_strings) ... ok test_poll_eintr (test.test_multiprocessing_forkserver.WithProcessesTestPollEintr.test_poll_eintr) ... ok test_apply (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_apply) ... ok test_async (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_enter) ... ok test_imap (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_imap_handle_iterable_exception) ... ok test_imap_unordered (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception) ... ok test_make_pool (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_map_handle_iterable_exception) ... ok test_map_no_failfast (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_map_unplicklable) ... ok test_release_task_refs (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_resource_warning) ... ok test_starmap (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_forkserver.WithProcessesTestPool.test_wrapped_exception) ... ok test_async_error_callback (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerErrors.test_async_error_callback) ... ok test_unpickleable_result (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerErrors.test_unpickleable_result) ... ok test_pool_maxtasksperchild_invalid (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid) ... ok test_pool_worker_lifetime (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime) ... ok test_pool_worker_lifetime_early_close (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close) ... ok test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_forkserver.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing) ... ok test_active_children (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_active_children) ... ok test_args_argument (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_args_argument) ... ok test_child_fd_inflation (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_child_fd_inflation) ... ok test_close (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_close) ... ok test_cpu_count (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_cpu_count) ... ok test_current (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_current) ... ok test_daemon_argument (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_daemon_argument) ... ok test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_error_on_stdio_flush_1) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_error_on_stdio_flush_2) ... ok test_forkserver_sigint (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_forkserver_sigint) ... ok test_forkserver_sigkill (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_forkserver_sigkill) ... ok test_kill (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_kill) ... ok test_lose_target_ref (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_lose_target_ref) ... ok test_many_processes (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_many_processes) ... ok test_parent_process (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_parent_process) ... ok test_parent_process_attributes (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_parent_process_attributes) ... ok test_process (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_process) ... ok test_process_mainthread_native_id (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_process_mainthread_native_id) ... ok test_recursion (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_recursion) ... ok test_sentinel (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_sentinel) ... ok test_set_executable (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_set_executable) ... ok test_terminate (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_terminate) ... ok test_wait_for_threads (test.test_multiprocessing_forkserver.WithProcessesTestProcess.test_wait_for_threads) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc) ... ok test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error) ... ok test_task_done (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestQueue.test_timeout) ... ok test_bounded_semaphore (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_forkserver.WithProcessesTestSemaphore.test_timeout) ... ok test_copy (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes.test_copy) ... ok test_sharedctypes (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes.test_sharedctypes) ... ok test_synchronize (test.test_multiprocessing_forkserver.WithProcessesTestSharedCTypes.test_synchronize) ... ok test_invalid_shared_memory_cration (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_invalid_shared_memory_cration) ... ok test_shared_memory_ShareableList_basics (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics) ... ok test_shared_memory_ShareableList_pickling (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) ... ok test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object) ... ok test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics) ... ok test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker) ... ok test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint) ... ok test_shared_memory_across_processes (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_across_processes) ... ok test_shared_memory_basics (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_basics) ... ok test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination) ... Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/multiprocessing/resource_tracker.py", line 209, in main ok test_shared_memory_pickle_unpickle (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) ... cache[rtype].remove(name) KeyError: '/psm_838a8cb6' ok test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object) ... ok test_shared_memory_recreate (test.test_multiprocessing_forkserver.WithProcessesTestSharedMemory.test_shared_memory_recreate) ... ok test_stderr_flush (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess.test_stderr_flush) ... ok test_subclassing (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess.test_subclassing) ... ok test_sys_exit (test.test_multiprocessing_forkserver.WithProcessesTestSubclassingProcess.test_sys_exit) ... ok test_getobj_getlock (test.test_multiprocessing_forkserver.WithProcessesTestValue.test_getobj_getlock) ... ok test_rawvalue (test.test_multiprocessing_forkserver.WithProcessesTestValue.test_rawvalue) ... ok test_value (test.test_multiprocessing_forkserver.WithProcessesTestValue.test_value) ... ok test_abort (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_thousand) ... ok test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_forkserver.WithThreadsTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_forkserver.WithThreadsTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_forkserver.WithThreadsTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_forkserver.WithThreadsTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_forkserver.WithThreadsTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_forkserver.WithThreadsTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_forkserver.WithThreadsTestCondition.test_waitfor_timeout) ... ok test_connection (test.test_multiprocessing_forkserver.WithThreadsTestConnection.test_connection) ... ok test_context (test.test_multiprocessing_forkserver.WithThreadsTestConnection.test_context) ... ok test_duplex_false (test.test_multiprocessing_forkserver.WithThreadsTestConnection.test_duplex_false) ... ok test_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection.test_fd_transfer) ... skipped 'only makes sense with processes' test_large_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection.test_large_fd_transfer) ... skipped 'only makes sense with processes' test_missing_fd_transfer (test.test_multiprocessing_forkserver.WithThreadsTestConnection.test_missing_fd_transfer) ... skipped 'only makes sense with processes' test_sendbytes (test.test_multiprocessing_forkserver.WithThreadsTestConnection.test_sendbytes) ... skipped 'test not appropriate for threads' test_spawn_close (test.test_multiprocessing_forkserver.WithThreadsTestConnection.test_spawn_close) ... ok test_event (test.test_multiprocessing_forkserver.WithThreadsTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_forkserver.WithThreadsTestEvent.test_repr) ... ok test_issue14725 (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient.test_issue14725) ... ok test_issue16955 (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient.test_issue16955) ... ok test_listener_client (test.test_multiprocessing_forkserver.WithThreadsTestListenerClient.test_listener_client) ... ok test_lock (test.test_multiprocessing_forkserver.WithThreadsTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_forkserver.WithThreadsTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_forkserver.WithThreadsTestLock.test_rlock) ... ok test_rapid_restart (test.test_multiprocessing_forkserver.WithThreadsTestManagerRestart.test_rapid_restart) ... ok test_boundaries (test.test_multiprocessing_forkserver.WithThreadsTestPoll.test_boundaries) ... ok test_dont_merge (test.test_multiprocessing_forkserver.WithThreadsTestPoll.test_dont_merge) ... ok test_empty_string (test.test_multiprocessing_forkserver.WithThreadsTestPoll.test_empty_string) ... ok test_strings (test.test_multiprocessing_forkserver.WithThreadsTestPoll.test_strings) ... ok test_apply (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_apply) ... ok test_async (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_enter) ... ok test_imap (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_imap_handle_iterable_exception) ... ok test_imap_unordered (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception) ... ok test_make_pool (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_map_handle_iterable_exception) ... ok test_map_no_failfast (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_map_unplicklable) ... skipped 'test not appropriate for threads' test_release_task_refs (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_resource_warning) ... ok test_starmap (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_forkserver.WithThreadsTestPool.test_wrapped_exception) ... ok test_active_children (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_active_children) ... ok test_args_argument (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_args_argument) ... ok test_child_fd_inflation (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_child_fd_inflation) ... skipped 'test not appropriate for threads' test_close (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_close) ... skipped 'test not appropriate for threads' test_cpu_count (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_cpu_count) ... ok test_current (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_current) ... skipped 'test not appropriate for threads' test_daemon_argument (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_daemon_argument) ... skipped 'test not appropriate for threads' test_error_on_stdio_flush_1 (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_error_on_stdio_flush_1) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_error_on_stdio_flush_2) ... ok test_forkserver_sigint (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for threads' test_forkserver_sigkill (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_forkserver_sigkill) ... skipped 'test not appropriate for threads' test_kill (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_kill) ... skipped 'test not appropriate for threads' test_lose_target_ref (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_lose_target_ref) ... ok test_many_processes (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_many_processes) ... skipped 'test not appropriate for threads' test_parent_process (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_parent_process) ... skipped 'test not appropriate for threads' test_parent_process_attributes (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_parent_process_attributes) ... skipped 'test not appropriate for threads' test_process (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_process) ... ok test_process_mainthread_native_id (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_process_mainthread_native_id) ... skipped 'test not appropriate for threads' test_recursion (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_recursion) ... ok test_sentinel (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_sentinel) ... skipped 'test not appropriate for threads' test_set_executable (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_set_executable) ... skipped 'test not appropriate for threads' test_terminate (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_terminate) ... skipped 'test not appropriate for threads' test_wait_for_threads (test.test_multiprocessing_forkserver.WithThreadsTestProcess.test_wait_for_threads) ... skipped 'test not appropriate for threads' test_closed_queue_put_get_exceptions (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for threads' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for threads' test_task_done (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestQueue.test_timeout) ... ok test_bounded_semaphore (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_forkserver.WithThreadsTestSemaphore.test_timeout) ... skipped 'test not appropriate for threads' test_import (test.test_multiprocessing_forkserver._TestImportStar.test_import) ... ok ---------------------------------------------------------------------- Ran 379 tests in 74.766s OK (skipped=37) 0:12:08 load avg: 0.76 [236/432/1] test_multiprocessing_main_handling -- test_multiprocessing_forkserver passed in 1 min 15 sec test_basic_script (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script) ... ok test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_basic_script_no_suffix) ... ok test_directory (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory) ... ok test_directory_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_directory_compiled) ... ok test_ipython_workaround (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_ipython_workaround) ... ok test_module_in_package (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package) ... ok test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_package_in_zipfile) ... ok test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_module_in_subpackage_in_zipfile) ... ok test_package (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package) ... ok test_package_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_package_compiled) ... ok test_script_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_script_compiled) ... ok test_zipfile (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile) ... ok test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkCmdLineTest.test_zipfile_compiled) ... ok test_basic_script (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script) ... ok test_basic_script_no_suffix (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_basic_script_no_suffix) ... ok test_directory (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory) ... ok test_directory_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_directory_compiled) ... ok test_ipython_workaround (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_ipython_workaround) ... ok test_module_in_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package) ... ok test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_package_in_zipfile) ... ok test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_module_in_subpackage_in_zipfile) ... ok test_package (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package) ... ok test_package_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_package_compiled) ... ok test_script_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_script_compiled) ... ok test_zipfile (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile) ... ok test_zipfile_compiled (test.test_multiprocessing_main_handling.ForkServerCmdLineTest.test_zipfile_compiled) ... ok test_basic_script (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script) ... ok test_basic_script_no_suffix (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_basic_script_no_suffix) ... ok test_directory (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory) ... ok test_directory_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_directory_compiled) ... ok test_ipython_workaround (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_ipython_workaround) ... ok test_module_in_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package) ... ok test_module_in_package_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_package_in_zipfile) ... ok test_module_in_subpackage_in_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_module_in_subpackage_in_zipfile) ... ok test_package (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package) ... ok test_package_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_package_compiled) ... ok test_script_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_script_compiled) ... ok test_zipfile (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile) ... ok test_zipfile_compiled (test.test_multiprocessing_main_handling.SpawnCmdLineTest.test_zipfile_compiled) ... ok ---------------------------------------------------------------------- Ran 39 tests in 4.168s OK 0:12:13 load avg: 1.10 [237/432/1] test_multiprocessing_spawn test__all__ (test.test_multiprocessing_spawn.MiscTestCase.test__all__) ... ok test_spawn_sys_executable_none_allows_import (test.test_multiprocessing_spawn.MiscTestCase.test_spawn_sys_executable_none_allows_import) ... ok test_answer_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest.test_answer_challenge_auth_failure) ... ok test_deliver_challenge_auth_failure (test.test_multiprocessing_spawn.OtherTest.test_deliver_challenge_auth_failure) ... ok test_semlock_subclass (test.test_multiprocessing_spawn.SemLockTests.test_semlock_subclass) ... ok test_closefd (test.test_multiprocessing_spawn.TestCloseFds.test_closefd) ... ok test_flags (test.test_multiprocessing_spawn.TestFlags.test_flags) ... ok test_lock (test.test_multiprocessing_spawn.TestForkAwareThreadLock.test_lock) ... ok test_ignore (test.test_multiprocessing_spawn.TestIgnoreEINTR.test_ignore) ... ok test_ignore_listener (test.test_multiprocessing_spawn.TestIgnoreEINTR.test_ignore_listener) ... ok test_manager_initializer (test.test_multiprocessing_spawn.TestInitializers.test_manager_initializer) ... ok test_pool_initializer (test.test_multiprocessing_spawn.TestInitializers.test_pool_initializer) ... ok test_only_run_in_spawn_testsuite (test.test_multiprocessing_spawn.TestInternalDecorators.test_only_run_in_spawn_testsuite) ... ok test_invalid_family (test.test_multiprocessing_spawn.TestInvalidFamily.test_invalid_family) ... ok test_invalid_family_win32 (test.test_multiprocessing_spawn.TestInvalidFamily.test_invalid_family_win32) ... skipped 'skipped on non-Windows platforms' test_invalid_handles (test.test_multiprocessing_spawn.TestInvalidHandle.test_invalid_handles) ... ok test_global_named_resource_spawn (test.test_multiprocessing_spawn.TestNamedResource.test_global_named_resource_spawn) ... ok test_noforkbomb (test.test_multiprocessing_spawn.TestNoForkBomb.test_noforkbomb) ... ok test_release_unused_processes (test.test_multiprocessing_spawn.TestPoolNotLeakOnFailure.test_release_unused_processes) ... ok test_resource_tracker (test.test_multiprocessing_spawn.TestResourceTracker.test_resource_tracker) ... ok test_resource_tracker_reused (test.test_multiprocessing_spawn.TestResourceTracker.test_resource_tracker_reused) ... ok test_resource_tracker_sigint (test.test_multiprocessing_spawn.TestResourceTracker.test_resource_tracker_sigint) ... ok test_resource_tracker_sigkill (test.test_multiprocessing_spawn.TestResourceTracker.test_resource_tracker_sigkill) ... ok test_resource_tracker_sigterm (test.test_multiprocessing_spawn.TestResourceTracker.test_resource_tracker_sigterm) ... ok test_too_long_name_resource (test.test_multiprocessing_spawn.TestResourceTracker.test_too_long_name_resource) ... ok test_close (test.test_multiprocessing_spawn.TestSimpleQueue.test_close) ... ok test_closed (test.test_multiprocessing_spawn.TestSimpleQueue.test_closed) ... ok test_empty (test.test_multiprocessing_spawn.TestSimpleQueue.test_empty) ... ok test_context (test.test_multiprocessing_spawn.TestStartMethod.test_context) ... ok test_context_check_module_types (test.test_multiprocessing_spawn.TestStartMethod.test_context_check_module_types) ... ok test_get_all (test.test_multiprocessing_spawn.TestStartMethod.test_get_all) ... ok test_mixed_startmethod (test.test_multiprocessing_spawn.TestStartMethod.test_mixed_startmethod) ... ok test_preload_resources (test.test_multiprocessing_spawn.TestStartMethod.test_preload_resources) ... skipped "test only relevant for 'forkserver' method" test_set_get (test.test_multiprocessing_spawn.TestStartMethod.test_set_get) ... ok test_flushing (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor.test_flushing) ... ok test_pool_in_process (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor.test_pool_in_process) ... ok test_queue_in_process (test.test_multiprocessing_spawn.TestStdinBadfiledescriptor.test_queue_in_process) ... ok test_array (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_array) ... ok test_barrier (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_barrier) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_bounded_semaphore) ... ok test_condition (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_condition) ... ok test_dict (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_dict) ... ok test_event (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_event) ... ok test_joinable_queue (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_joinable_queue) ... ok test_list (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_list) ... ok test_lock (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_lock) ... ok test_namespace (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_namespace) ... ok test_pool (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_pool) ... ok test_queue (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_queue) ... ok test_rlock (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_rlock) ... ok test_semaphore (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_semaphore) ... ok test_value (test.test_multiprocessing_spawn.TestSyncManagerTypes.test_value) ... ok test_timeout (test.test_multiprocessing_spawn.TestTimeouts.test_timeout) ... ok test_neg_timeout (test.test_multiprocessing_spawn.TestWait.test_neg_timeout) ... ok test_wait (test.test_multiprocessing_spawn.TestWait.test_wait) ... ok test_wait_integer (test.test_multiprocessing_spawn.TestWait.test_wait_integer) ... ok test_wait_slow (test.test_multiprocessing_spawn.TestWait.test_wait_slow) ... ok test_wait_socket (test.test_multiprocessing_spawn.TestWait.test_wait_socket) ... ok test_wait_socket_slow (test.test_multiprocessing_spawn.TestWait.test_wait_socket_slow) ... ok test_wait_timeout (test.test_multiprocessing_spawn.TestWait.test_wait_timeout) ... ok test_abort (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_thousand) ... skipped 'test not appropriate for manager' test_timeout (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.WithManagerTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.WithManagerTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_spawn.WithManagerTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_spawn.WithManagerTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_spawn.WithManagerTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_spawn.WithManagerTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_spawn.WithManagerTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.WithManagerTestCondition.test_waitfor_timeout) ... ok test_dict (test.test_multiprocessing_spawn.WithManagerTestContainers.test_dict) ... ok test_dict_iter (test.test_multiprocessing_spawn.WithManagerTestContainers.test_dict_iter) ... ok test_dict_proxy_nested (test.test_multiprocessing_spawn.WithManagerTestContainers.test_dict_proxy_nested) ... ok test_list (test.test_multiprocessing_spawn.WithManagerTestContainers.test_list) ... ok test_list_iter (test.test_multiprocessing_spawn.WithManagerTestContainers.test_list_iter) ... ok test_list_proxy_in_list (test.test_multiprocessing_spawn.WithManagerTestContainers.test_list_proxy_in_list) ... ok test_namespace (test.test_multiprocessing_spawn.WithManagerTestContainers.test_namespace) ... ok test_nested_queue (test.test_multiprocessing_spawn.WithManagerTestContainers.test_nested_queue) ... ok test_event (test.test_multiprocessing_spawn.WithManagerTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_spawn.WithManagerTestEvent.test_repr) ... ok test_lock (test.test_multiprocessing_spawn.WithManagerTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_spawn.WithManagerTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_spawn.WithManagerTestLock.test_rlock) ... ok test_rapid_restart (test.test_multiprocessing_spawn.WithManagerTestManagerRestart.test_rapid_restart) ... ok test_mymanager (test.test_multiprocessing_spawn.WithManagerTestMyManager.test_mymanager) ... ok test_mymanager_context (test.test_multiprocessing_spawn.WithManagerTestMyManager.test_mymanager_context) ... ok test_mymanager_context_prestarted (test.test_multiprocessing_spawn.WithManagerTestMyManager.test_mymanager_context_prestarted) ... ok test_apply (test.test_multiprocessing_spawn.WithManagerTestPool.test_apply) ... ok test_async (test.test_multiprocessing_spawn.WithManagerTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_spawn.WithManagerTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_spawn.WithManagerTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_spawn.WithManagerTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_spawn.WithManagerTestPool.test_enter) ... skipped 'test not applicable to manager' test_imap (test.test_multiprocessing_spawn.WithManagerTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool.test_imap_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_imap_unordered (test.test_multiprocessing_spawn.WithManagerTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool.test_imap_unordered_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_make_pool (test.test_multiprocessing_spawn.WithManagerTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_spawn.WithManagerTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_spawn.WithManagerTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.WithManagerTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_spawn.WithManagerTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithManagerTestPool.test_map_handle_iterable_exception) ... skipped 'test not appropriate for manager' test_map_no_failfast (test.test_multiprocessing_spawn.WithManagerTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.WithManagerTestPool.test_map_unplicklable) ... ok test_release_task_refs (test.test_multiprocessing_spawn.WithManagerTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_spawn.WithManagerTestPool.test_resource_warning) ... skipped 'test not applicable to manager' test_starmap (test.test_multiprocessing_spawn.WithManagerTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_spawn.WithManagerTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_spawn.WithManagerTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_spawn.WithManagerTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.WithManagerTestPool.test_wrapped_exception) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithManagerTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_spawn.WithManagerTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_spawn.WithManagerTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.WithManagerTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_spawn.WithManagerTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_spawn.WithManagerTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithManagerTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for manager' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithManagerTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for manager' test_task_done (test.test_multiprocessing_spawn.WithManagerTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_spawn.WithManagerTestQueue.test_timeout) ... ok test_remote (test.test_multiprocessing_spawn.WithManagerTestRemoteManager.test_remote) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.WithManagerTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_spawn.WithManagerTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_spawn.WithManagerTestSemaphore.test_timeout) ... skipped 'test not appropriate for manager' test_array (test.test_multiprocessing_spawn.WithProcessesTestArray.test_array) ... ok test_array_from_size (test.test_multiprocessing_spawn.WithProcessesTestArray.test_array_from_size) ... ok test_getobj_getlock_obj (test.test_multiprocessing_spawn.WithProcessesTestArray.test_getobj_getlock_obj) ... ok test_rawarray (test.test_multiprocessing_spawn.WithProcessesTestArray.test_rawarray) ... ok test_abort (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_thousand) ... ok test_timeout (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.WithProcessesTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.WithProcessesTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_spawn.WithProcessesTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_spawn.WithProcessesTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_spawn.WithProcessesTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_spawn.WithProcessesTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_spawn.WithProcessesTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.WithProcessesTestCondition.test_waitfor_timeout) ... ok test_connection (test.test_multiprocessing_spawn.WithProcessesTestConnection.test_connection) ... ok test_context (test.test_multiprocessing_spawn.WithProcessesTestConnection.test_context) ... ok test_duplex_false (test.test_multiprocessing_spawn.WithProcessesTestConnection.test_duplex_false) ... ok test_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection.test_fd_transfer) ... ok test_large_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection.test_large_fd_transfer) ... ok test_missing_fd_transfer (test.test_multiprocessing_spawn.WithProcessesTestConnection.test_missing_fd_transfer) ... ok test_sendbytes (test.test_multiprocessing_spawn.WithProcessesTestConnection.test_sendbytes) ... ok test_spawn_close (test.test_multiprocessing_spawn.WithProcessesTestConnection.test_spawn_close) ... ok test_event (test.test_multiprocessing_spawn.WithProcessesTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_spawn.WithProcessesTestEvent.test_repr) ... ok test_finalize (test.test_multiprocessing_spawn.WithProcessesTestFinalize.test_finalize) ... ok test_thread_safety (test.test_multiprocessing_spawn.WithProcessesTestFinalize.test_thread_safety) ... ok test_free_from_gc (test.test_multiprocessing_spawn.WithProcessesTestHeap.test_free_from_gc) ... ok test_heap (test.test_multiprocessing_spawn.WithProcessesTestHeap.test_heap) ... ok test_abstract_socket (test.test_multiprocessing_spawn.WithProcessesTestListener.test_abstract_socket) ... ok test_context (test.test_multiprocessing_spawn.WithProcessesTestListener.test_context) ... ok test_multiple_bind (test.test_multiprocessing_spawn.WithProcessesTestListener.test_multiple_bind) ... ok test_issue14725 (test.test_multiprocessing_spawn.WithProcessesTestListenerClient.test_issue14725) ... ok test_issue16955 (test.test_multiprocessing_spawn.WithProcessesTestListenerClient.test_issue16955) ... ok test_listener_client (test.test_multiprocessing_spawn.WithProcessesTestListenerClient.test_listener_client) ... ok test_lock (test.test_multiprocessing_spawn.WithProcessesTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_spawn.WithProcessesTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_spawn.WithProcessesTestLock.test_rlock) ... ok test_enable_logging (test.test_multiprocessing_spawn.WithProcessesTestLogging.test_enable_logging) ... ok test_level (test.test_multiprocessing_spawn.WithProcessesTestLogging.test_level) ... ok test_rapid_restart (test.test_multiprocessing_spawn.WithProcessesTestManagerRestart.test_rapid_restart) ... ok test_access (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections.test_access) ... ok test_pickling (test.test_multiprocessing_spawn.WithProcessesTestPicklingConnections.test_pickling) ... ok test_boundaries (test.test_multiprocessing_spawn.WithProcessesTestPoll.test_boundaries) ... ok test_dont_merge (test.test_multiprocessing_spawn.WithProcessesTestPoll.test_dont_merge) ... ok test_empty_string (test.test_multiprocessing_spawn.WithProcessesTestPoll.test_empty_string) ... ok test_strings (test.test_multiprocessing_spawn.WithProcessesTestPoll.test_strings) ... ok test_poll_eintr (test.test_multiprocessing_spawn.WithProcessesTestPollEintr.test_poll_eintr) ... ok test_apply (test.test_multiprocessing_spawn.WithProcessesTestPool.test_apply) ... ok test_async (test.test_multiprocessing_spawn.WithProcessesTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_spawn.WithProcessesTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_spawn.WithProcessesTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_spawn.WithProcessesTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_spawn.WithProcessesTestPool.test_enter) ... ok test_imap (test.test_multiprocessing_spawn.WithProcessesTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool.test_imap_handle_iterable_exception) ... ok test_imap_unordered (test.test_multiprocessing_spawn.WithProcessesTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool.test_imap_unordered_handle_iterable_exception) ... ok test_make_pool (test.test_multiprocessing_spawn.WithProcessesTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_spawn.WithProcessesTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_spawn.WithProcessesTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.WithProcessesTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_spawn.WithProcessesTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithProcessesTestPool.test_map_handle_iterable_exception) ... ok test_map_no_failfast (test.test_multiprocessing_spawn.WithProcessesTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.WithProcessesTestPool.test_map_unplicklable) ... ok test_release_task_refs (test.test_multiprocessing_spawn.WithProcessesTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_spawn.WithProcessesTestPool.test_resource_warning) ... ok test_starmap (test.test_multiprocessing_spawn.WithProcessesTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_spawn.WithProcessesTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_spawn.WithProcessesTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_spawn.WithProcessesTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.WithProcessesTestPool.test_wrapped_exception) ... ok test_async_error_callback (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerErrors.test_async_error_callback) ... ok test_unpickleable_result (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerErrors.test_unpickleable_result) ... ok test_pool_maxtasksperchild_invalid (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime.test_pool_maxtasksperchild_invalid) ... ok test_pool_worker_lifetime (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime) ... ok test_pool_worker_lifetime_early_close (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime.test_pool_worker_lifetime_early_close) ... ok test_worker_finalization_via_atexit_handler_of_multiprocessing (test.test_multiprocessing_spawn.WithProcessesTestPoolWorkerLifetime.test_worker_finalization_via_atexit_handler_of_multiprocessing) ... ok test_active_children (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_active_children) ... ok test_args_argument (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_args_argument) ... ok test_child_fd_inflation (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_child_fd_inflation) ... ok test_close (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_close) ... ok test_cpu_count (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_cpu_count) ... ok test_current (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_current) ... ok test_daemon_argument (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_daemon_argument) ... ok test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_error_on_stdio_flush_1) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_error_on_stdio_flush_2) ... ok test_forkserver_sigint (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for spawn' test_forkserver_sigkill (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_forkserver_sigkill) ... skipped 'test not appropriate for spawn' test_kill (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_kill) ... ok test_lose_target_ref (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_lose_target_ref) ... ok test_many_processes (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_many_processes) ... ok test_parent_process (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_parent_process) ... ok test_parent_process_attributes (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_parent_process_attributes) ... ok test_process (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_process) ... ok test_process_mainthread_native_id (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_process_mainthread_native_id) ... ok test_recursion (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_recursion) ... ok test_sentinel (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_sentinel) ... ok test_set_executable (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_set_executable) ... ok test_terminate (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_terminate) ... ok test_wait_for_threads (test.test_multiprocessing_spawn.WithProcessesTestProcess.test_wait_for_threads) ... ok test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_queue_feeder_donot_stop_onexc) ... ok test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_queue_feeder_on_queue_feeder_error) ... ok test_task_done (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_spawn.WithProcessesTestQueue.test_timeout) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.WithProcessesTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_spawn.WithProcessesTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_spawn.WithProcessesTestSemaphore.test_timeout) ... ok test_copy (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes.test_copy) ... ok test_sharedctypes (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes.test_sharedctypes) ... ok test_synchronize (test.test_multiprocessing_spawn.WithProcessesTestSharedCTypes.test_synchronize) ... ok test_invalid_shared_memory_cration (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_invalid_shared_memory_cration) ... ok test_shared_memory_ShareableList_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_basics) ... ok test_shared_memory_ShareableList_pickling (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling) ... ok test_shared_memory_ShareableList_pickling_dead_object (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_ShareableList_pickling_dead_object) ... ok test_shared_memory_SharedMemoryManager_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics) ... ok test_shared_memory_SharedMemoryManager_reuses_resource_tracker (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker) ... ok test_shared_memory_SharedMemoryServer_ignores_sigint (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint) ... ok test_shared_memory_across_processes (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_across_processes) ... ok test_shared_memory_basics (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_basics) ... ok test_shared_memory_cleaned_after_process_termination (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_cleaned_after_process_termination) ... Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/multiprocessing/resource_tracker.py", line 209, in main ok test_shared_memory_pickle_unpickle (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle) ... cache[rtype].remove(name) KeyError: '/psm_d3893b1b' ok test_shared_memory_pickle_unpickle_dead_object (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_pickle_unpickle_dead_object) ... ok test_shared_memory_recreate (test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_recreate) ... ok test_stderr_flush (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess.test_stderr_flush) ... ok test_subclassing (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess.test_subclassing) ... ok test_sys_exit (test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess.test_sys_exit) ... ok test_getobj_getlock (test.test_multiprocessing_spawn.WithProcessesTestValue.test_getobj_getlock) ... ok test_rawvalue (test.test_multiprocessing_spawn.WithProcessesTestValue.test_rawvalue) ... ok test_value (test.test_multiprocessing_spawn.WithProcessesTestValue.test_value) ... ok test_abort (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_action) Test the 'action' callback ... ok test_barrier (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_default_timeout) Test the barrier's default timeout ... ok test_reset (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_single_thread) ... ok test_thousand (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_thousand) ... ok test_timeout (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_multiprocessing_spawn.WithThreadsTestBarrier.test_wait_return) test the return value from barrier.wait ... ok test_notify (test.test_multiprocessing_spawn.WithThreadsTestCondition.test_notify) ... ok test_notify_all (test.test_multiprocessing_spawn.WithThreadsTestCondition.test_notify_all) ... ok test_notify_n (test.test_multiprocessing_spawn.WithThreadsTestCondition.test_notify_n) ... ok test_timeout (test.test_multiprocessing_spawn.WithThreadsTestCondition.test_timeout) ... ok test_wait_result (test.test_multiprocessing_spawn.WithThreadsTestCondition.test_wait_result) ... ok test_waitfor (test.test_multiprocessing_spawn.WithThreadsTestCondition.test_waitfor) ... ok test_waitfor_timeout (test.test_multiprocessing_spawn.WithThreadsTestCondition.test_waitfor_timeout) ... ok test_connection (test.test_multiprocessing_spawn.WithThreadsTestConnection.test_connection) ... ok test_context (test.test_multiprocessing_spawn.WithThreadsTestConnection.test_context) ... ok test_duplex_false (test.test_multiprocessing_spawn.WithThreadsTestConnection.test_duplex_false) ... ok test_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection.test_fd_transfer) ... skipped 'only makes sense with processes' test_large_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection.test_large_fd_transfer) ... skipped 'only makes sense with processes' test_missing_fd_transfer (test.test_multiprocessing_spawn.WithThreadsTestConnection.test_missing_fd_transfer) ... skipped 'only makes sense with processes' test_sendbytes (test.test_multiprocessing_spawn.WithThreadsTestConnection.test_sendbytes) ... skipped 'test not appropriate for threads' test_spawn_close (test.test_multiprocessing_spawn.WithThreadsTestConnection.test_spawn_close) ... ok test_event (test.test_multiprocessing_spawn.WithThreadsTestEvent.test_event) ... ok test_repr (test.test_multiprocessing_spawn.WithThreadsTestEvent.test_repr) ... ok test_issue14725 (test.test_multiprocessing_spawn.WithThreadsTestListenerClient.test_issue14725) ... ok test_issue16955 (test.test_multiprocessing_spawn.WithThreadsTestListenerClient.test_issue16955) ... ok test_listener_client (test.test_multiprocessing_spawn.WithThreadsTestListenerClient.test_listener_client) ... ok test_lock (test.test_multiprocessing_spawn.WithThreadsTestLock.test_lock) ... ok test_lock_context (test.test_multiprocessing_spawn.WithThreadsTestLock.test_lock_context) ... ok test_rlock (test.test_multiprocessing_spawn.WithThreadsTestLock.test_rlock) ... ok test_rapid_restart (test.test_multiprocessing_spawn.WithThreadsTestManagerRestart.test_rapid_restart) ... ok test_boundaries (test.test_multiprocessing_spawn.WithThreadsTestPoll.test_boundaries) ... ok test_dont_merge (test.test_multiprocessing_spawn.WithThreadsTestPoll.test_dont_merge) ... ok test_empty_string (test.test_multiprocessing_spawn.WithThreadsTestPoll.test_empty_string) ... ok test_strings (test.test_multiprocessing_spawn.WithThreadsTestPoll.test_strings) ... ok test_apply (test.test_multiprocessing_spawn.WithThreadsTestPool.test_apply) ... ok test_async (test.test_multiprocessing_spawn.WithThreadsTestPool.test_async) ... ok test_async_timeout (test.test_multiprocessing_spawn.WithThreadsTestPool.test_async_timeout) ... ok test_context (test.test_multiprocessing_spawn.WithThreadsTestPool.test_context) ... ok test_empty_iterable (test.test_multiprocessing_spawn.WithThreadsTestPool.test_empty_iterable) ... ok test_enter (test.test_multiprocessing_spawn.WithThreadsTestPool.test_enter) ... ok test_imap (test.test_multiprocessing_spawn.WithThreadsTestPool.test_imap) ... ok test_imap_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool.test_imap_handle_iterable_exception) ... ok test_imap_unordered (test.test_multiprocessing_spawn.WithThreadsTestPool.test_imap_unordered) ... ok test_imap_unordered_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool.test_imap_unordered_handle_iterable_exception) ... ok test_make_pool (test.test_multiprocessing_spawn.WithThreadsTestPool.test_make_pool) ... ok test_map (test.test_multiprocessing_spawn.WithThreadsTestPool.test_map) ... ok test_map_async (test.test_multiprocessing_spawn.WithThreadsTestPool.test_map_async) ... ok test_map_async_callbacks (test.test_multiprocessing_spawn.WithThreadsTestPool.test_map_async_callbacks) ... ok test_map_chunksize (test.test_multiprocessing_spawn.WithThreadsTestPool.test_map_chunksize) ... ok test_map_handle_iterable_exception (test.test_multiprocessing_spawn.WithThreadsTestPool.test_map_handle_iterable_exception) ... ok test_map_no_failfast (test.test_multiprocessing_spawn.WithThreadsTestPool.test_map_no_failfast) ... ok test_map_unplicklable (test.test_multiprocessing_spawn.WithThreadsTestPool.test_map_unplicklable) ... skipped 'test not appropriate for threads' test_release_task_refs (test.test_multiprocessing_spawn.WithThreadsTestPool.test_release_task_refs) ... ok test_resource_warning (test.test_multiprocessing_spawn.WithThreadsTestPool.test_resource_warning) ... ok test_starmap (test.test_multiprocessing_spawn.WithThreadsTestPool.test_starmap) ... ok test_starmap_async (test.test_multiprocessing_spawn.WithThreadsTestPool.test_starmap_async) ... ok test_terminate (test.test_multiprocessing_spawn.WithThreadsTestPool.test_terminate) ... ok test_traceback (test.test_multiprocessing_spawn.WithThreadsTestPool.test_traceback) ... ok test_wrapped_exception (test.test_multiprocessing_spawn.WithThreadsTestPool.test_wrapped_exception) ... ok test_active_children (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_active_children) ... ok test_args_argument (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_args_argument) ... ok test_child_fd_inflation (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_child_fd_inflation) ... skipped 'test not appropriate for threads' test_close (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_close) ... skipped 'test not appropriate for threads' test_cpu_count (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_cpu_count) ... ok test_current (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_current) ... skipped 'test not appropriate for threads' test_daemon_argument (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_daemon_argument) ... skipped 'test not appropriate for threads' test_error_on_stdio_flush_1 (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_1) ... ok test_error_on_stdio_flush_2 (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_2) ... ok test_forkserver_sigint (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_forkserver_sigint) ... skipped 'test not appropriate for threads' test_forkserver_sigkill (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_forkserver_sigkill) ... skipped 'test not appropriate for threads' test_kill (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_kill) ... skipped 'test not appropriate for threads' test_lose_target_ref (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_lose_target_ref) ... ok test_many_processes (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_many_processes) ... skipped 'test not appropriate for threads' test_parent_process (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_parent_process) ... skipped 'test not appropriate for threads' test_parent_process_attributes (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_parent_process_attributes) ... skipped 'test not appropriate for threads' test_process (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_process) ... ok test_process_mainthread_native_id (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_process_mainthread_native_id) ... skipped 'test not appropriate for threads' test_recursion (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_recursion) ... ok test_sentinel (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_sentinel) ... skipped 'test not appropriate for threads' test_set_executable (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_set_executable) ... skipped 'test not appropriate for threads' test_terminate (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_terminate) ... skipped 'test not appropriate for threads' test_wait_for_threads (test.test_multiprocessing_spawn.WithThreadsTestProcess.test_wait_for_threads) ... skipped 'test not appropriate for threads' test_closed_queue_put_get_exceptions (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_closed_queue_put_get_exceptions) ... ok test_fork (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_fork) ... ok test_get (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_get) ... ok test_no_import_lock_contention (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_no_import_lock_contention) ... ok test_put (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_put) ... ok test_qsize (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_qsize) ... ok test_queue_feeder_donot_stop_onexc (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_queue_feeder_donot_stop_onexc) ... skipped 'test not appropriate for threads' test_queue_feeder_on_queue_feeder_error (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_queue_feeder_on_queue_feeder_error) ... skipped 'test not appropriate for threads' test_task_done (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_task_done) ... ok test_timeout (test.test_multiprocessing_spawn.WithThreadsTestQueue.test_timeout) ... ok test_bounded_semaphore (test.test_multiprocessing_spawn.WithThreadsTestSemaphore.test_bounded_semaphore) ... ok test_semaphore (test.test_multiprocessing_spawn.WithThreadsTestSemaphore.test_semaphore) ... ok test_timeout (test.test_multiprocessing_spawn.WithThreadsTestSemaphore.test_timeout) ... skipped 'test not appropriate for threads' test_import (test.test_multiprocessing_spawn._TestImportStar.test_import) ... ok ---------------------------------------------------------------------- Ran 379 tests in 85.044s OK (skipped=36) 0:13:39 load avg: 1.17 [238/432/1] test_named_expressions -- test_multiprocessing_spawn passed in 1 min 25 sec test_named_expression_assignment_01 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_01) ... ok test_named_expression_assignment_02 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_02) ... ok test_named_expression_assignment_03 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_03) ... ok test_named_expression_assignment_04 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_04) ... ok test_named_expression_assignment_05 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_05) ... ok test_named_expression_assignment_06 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_06) ... ok test_named_expression_assignment_07 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_07) ... ok test_named_expression_assignment_08 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_08) ... ok test_named_expression_assignment_09 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_09) ... ok test_named_expression_assignment_10 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_10) ... ok test_named_expression_assignment_11 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_11) ... ok test_named_expression_assignment_12 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_12) ... ok test_named_expression_assignment_13 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_13) ... ok test_named_expression_assignment_14 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_14) Where all variables are positive integers, and a is at least as large ... ok test_named_expression_assignment_15 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_15) ... ok test_named_expression_assignment_16 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_16) ... ok test_named_expression_assignment_17 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_17) ... ok test_named_expression_assignment_18 (test.test_named_expressions.NamedExpressionAssignmentTest.test_named_expression_assignment_18) ... ok test_named_expression_invalid_01 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_01) ... ok test_named_expression_invalid_02 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_02) ... ok test_named_expression_invalid_03 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_03) ... ok test_named_expression_invalid_04 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_04) ... ok test_named_expression_invalid_06 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_06) ... ok test_named_expression_invalid_07 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_07) ... ok test_named_expression_invalid_08 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_08) ... ok test_named_expression_invalid_09 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_09) ... ok test_named_expression_invalid_10 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_10) ... ok test_named_expression_invalid_11 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_11) ... ok test_named_expression_invalid_12 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_12) ... ok test_named_expression_invalid_13 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_13) ... ok test_named_expression_invalid_14 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_14) ... ok test_named_expression_invalid_15 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_15) ... ok test_named_expression_invalid_16 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_16) ... ok test_named_expression_invalid_17 (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_17) ... ok test_named_expression_invalid_in_class_body (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_in_class_body) ... ok test_named_expression_invalid_list_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_list_comprehension_iterable_expression) ... ok test_named_expression_invalid_rebinding_list_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_inner_loop) ... ok test_named_expression_invalid_rebinding_list_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_list_comprehension_iteration_variable) ... ok test_named_expression_invalid_rebinding_set_comprehension_inner_loop (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_inner_loop) ... ok test_named_expression_invalid_rebinding_set_comprehension_iteration_variable (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_rebinding_set_comprehension_iteration_variable) ... ok test_named_expression_invalid_set_comprehension_iterable_expression (test.test_named_expressions.NamedExpressionInvalidTest.test_named_expression_invalid_set_comprehension_iterable_expression) ... ok test_named_expression_global_scope (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope) ... ok test_named_expression_global_scope_no_global_keyword (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_global_scope_no_global_keyword) ... ok test_named_expression_nonlocal_scope (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope) ... ok test_named_expression_nonlocal_scope_no_nonlocal_keyword (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_nonlocal_scope_no_nonlocal_keyword) ... ok test_named_expression_scope_01 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_01) ... ok test_named_expression_scope_02 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_02) ... ok test_named_expression_scope_03 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_03) ... ok test_named_expression_scope_04 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_04) ... ok test_named_expression_scope_05 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_05) ... ok test_named_expression_scope_06 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_06) ... ok test_named_expression_scope_07 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_07) ... ok test_named_expression_scope_08 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_08) ... ok test_named_expression_scope_09 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_09) ... ok test_named_expression_scope_10 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_10) ... ok test_named_expression_scope_11 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_11) ... ok test_named_expression_scope_17 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_17) ... ok test_named_expression_scope_18 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_18) ... ok test_named_expression_scope_19 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_19) ... ok test_named_expression_scope_20 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_20) ... ok test_named_expression_scope_21 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_21) ... ok test_named_expression_scope_22 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_22) ... ok test_named_expression_scope_23 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_23) ... ok test_named_expression_scope_24 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_24) ... ok test_named_expression_scope_25 (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_25) ... ok test_named_expression_scope_in_genexp (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_scope_in_genexp) ... ok test_named_expression_variable_reuse_in_comprehensions (test.test_named_expressions.NamedExpressionScopeTest.test_named_expression_variable_reuse_in_comprehensions) ... ok ---------------------------------------------------------------------- Ran 67 tests in 0.005s OK 0:13:39 load avg: 1.17 [239/432/1] test_netrc test_comment_after_machine_line (test.test_netrc.NetrcTestCase.test_comment_after_machine_line) ... ok test_comment_after_machine_line_hash_only (test.test_netrc.NetrcTestCase.test_comment_after_machine_line_hash_only) ... ok test_comment_after_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_after_machine_line_no_space) ... ok test_comment_at_end_of_machine_line (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line) ... ok test_comment_at_end_of_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_no_space) ... ok test_comment_at_end_of_machine_line_pass_has_hash (test.test_netrc.NetrcTestCase.test_comment_at_end_of_machine_line_pass_has_hash) ... ok test_comment_before_machine_line (test.test_netrc.NetrcTestCase.test_comment_before_machine_line) ... ok test_comment_before_machine_line_hash_only (test.test_netrc.NetrcTestCase.test_comment_before_machine_line_hash_only) ... ok test_comment_before_machine_line_no_space (test.test_netrc.NetrcTestCase.test_comment_before_machine_line_no_space) ... ok test_invalid_tokens (test.test_netrc.NetrcTestCase.test_invalid_tokens) ... ok test_macros (test.test_netrc.NetrcTestCase.test_macros) ... ok test_optional_tokens (test.test_netrc.NetrcTestCase.test_optional_tokens) ... ok test_security (test.test_netrc.NetrcTestCase.test_security) ... ok test_token_value_escape (test.test_netrc.NetrcTestCase.test_token_value_escape) ... ok test_token_value_internal_hash (test.test_netrc.NetrcTestCase.test_token_value_internal_hash) ... ok test_token_value_leading_hash (test.test_netrc.NetrcTestCase.test_token_value_leading_hash) ... ok test_token_value_non_ascii (test.test_netrc.NetrcTestCase.test_token_value_non_ascii) ... ok test_token_value_quotes (test.test_netrc.NetrcTestCase.test_token_value_quotes) ... ok test_token_value_trailing_hash (test.test_netrc.NetrcTestCase.test_token_value_trailing_hash) ... ok test_token_value_whitespace (test.test_netrc.NetrcTestCase.test_token_value_whitespace) ... ok test_toplevel_non_ordered_tokens (test.test_netrc.NetrcTestCase.test_toplevel_non_ordered_tokens) ... ok test_toplevel_tokens (test.test_netrc.NetrcTestCase.test_toplevel_tokens) ... ok ---------------------------------------------------------------------- Ran 22 tests in 0.007s OK 0:13:40 load avg: 1.17 [240/432/1] test_nis test_maps (test.test_nis.NisTests.test_maps) ... skipped 'Local domain name not set' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:13:40 load avg: 1.17 [241/432/1] test_nntplib test_caps_only_after_login (test.test_nntplib.CapsAfterLoginNNTPv2Tests.test_caps_only_after_login) ... ok test_starttls (test.test_nntplib.LocalServerTests.test_starttls) ... ok test_decode_header (test.test_nntplib.MiscTests.test_decode_header) ... ok test_parse_datetime (test.test_nntplib.MiscTests.test_parse_datetime) ... ok test_parse_overview (test.test_nntplib.MiscTests.test_parse_overview) ... ok test_parse_overview_fmt (test.test_nntplib.MiscTests.test_parse_overview_fmt) ... ok test_ssl_support (test.test_nntplib.MiscTests.test_ssl_support) ... ok test_unparse_datetime (test.test_nntplib.MiscTests.test_unparse_datetime) ... ok test_unparse_datetime_legacy (test.test_nntplib.MiscTests.test_unparse_datetime_legacy) ... ok test_bad_capabilities (test.test_nntplib.MockSocketTests.test_bad_capabilities) ... ok test_bad_welcome (test.test_nntplib.MockSocketTests.test_bad_welcome) ... ok test_login_aborted (test.test_nntplib.MockSocketTests.test_login_aborted) ... ok test_service_permanently_unavailable (test.test_nntplib.MockSocketTests.test_service_permanently_unavailable) ... ok test_service_temporarily_unavailable (test.test_nntplib.MockSocketTests.test_service_temporarily_unavailable) ... ok test_bad_capabilities (test.test_nntplib.MockSslTests.test_bad_capabilities) ... ok test_bad_welcome (test.test_nntplib.MockSslTests.test_bad_welcome) ... ok test_login_aborted (test.test_nntplib.MockSslTests.test_login_aborted) ... ok test_service_permanently_unavailable (test.test_nntplib.MockSslTests.test_service_permanently_unavailable) ... ok test_service_temporarily_unavailable (test.test_nntplib.MockSslTests.test_service_temporarily_unavailable) ... ok test_article (test.test_nntplib.NNTPv1Tests.test_article) ... ok test_article_file (test.test_nntplib.NNTPv1Tests.test_article_file) ... ok test_authinfo (test.test_nntplib.NNTPv1Tests.test_authinfo) ... ok test_body (test.test_nntplib.NNTPv1Tests.test_body) ... ok test_body_file (test.test_nntplib.NNTPv1Tests.test_body_file) ... ok test_caps (test.test_nntplib.NNTPv1Tests.test_caps) ... ok test_date (test.test_nntplib.NNTPv1Tests.test_date) ... ok test_description (test.test_nntplib.NNTPv1Tests.test_description) ... ok test_descriptions (test.test_nntplib.NNTPv1Tests.test_descriptions) ... ok test_group (test.test_nntplib.NNTPv1Tests.test_group) ... ok test_head (test.test_nntplib.NNTPv1Tests.test_head) ... ok test_head_file (test.test_nntplib.NNTPv1Tests.test_head_file) ... ok test_help (test.test_nntplib.NNTPv1Tests.test_help) ... ok test_ihave (test.test_nntplib.NNTPv1Tests.test_ihave) ... ok test_last (test.test_nntplib.NNTPv1Tests.test_last) ... ok test_list (test.test_nntplib.NNTPv1Tests.test_list) ... ok test_newnews (test.test_nntplib.NNTPv1Tests.test_newnews) ... ok test_next (test.test_nntplib.NNTPv1Tests.test_next) ... ok test_over (test.test_nntplib.NNTPv1Tests.test_over) ... ok test_post (test.test_nntplib.NNTPv1Tests.test_post) ... ok test_quit (test.test_nntplib.NNTPv1Tests.test_quit) ... ok test_stat (test.test_nntplib.NNTPv1Tests.test_stat) ... ok test_too_long_lines (test.test_nntplib.NNTPv1Tests.test_too_long_lines) ... ok test_welcome (test.test_nntplib.NNTPv1Tests.test_welcome) ... ok test_xover (test.test_nntplib.NNTPv1Tests.test_xover) ... ok test_article (test.test_nntplib.NNTPv2Tests.test_article) ... ok test_article_file (test.test_nntplib.NNTPv2Tests.test_article_file) ... ok test_authinfo (test.test_nntplib.NNTPv2Tests.test_authinfo) ... ok test_body (test.test_nntplib.NNTPv2Tests.test_body) ... ok test_body_file (test.test_nntplib.NNTPv2Tests.test_body_file) ... ok test_caps (test.test_nntplib.NNTPv2Tests.test_caps) ... ok test_date (test.test_nntplib.NNTPv2Tests.test_date) ... ok test_description (test.test_nntplib.NNTPv2Tests.test_description) ... ok test_descriptions (test.test_nntplib.NNTPv2Tests.test_descriptions) ... ok test_group (test.test_nntplib.NNTPv2Tests.test_group) ... ok test_head (test.test_nntplib.NNTPv2Tests.test_head) ... ok test_head_file (test.test_nntplib.NNTPv2Tests.test_head_file) ... ok test_help (test.test_nntplib.NNTPv2Tests.test_help) ... ok test_ihave (test.test_nntplib.NNTPv2Tests.test_ihave) ... ok test_last (test.test_nntplib.NNTPv2Tests.test_last) ... ok test_list (test.test_nntplib.NNTPv2Tests.test_list) ... ok test_newnews (test.test_nntplib.NNTPv2Tests.test_newnews) ... ok test_next (test.test_nntplib.NNTPv2Tests.test_next) ... ok test_over (test.test_nntplib.NNTPv2Tests.test_over) ... ok test_post (test.test_nntplib.NNTPv2Tests.test_post) ... ok test_quit (test.test_nntplib.NNTPv2Tests.test_quit) ... ok test_stat (test.test_nntplib.NNTPv2Tests.test_stat) ... ok test_too_long_lines (test.test_nntplib.NNTPv2Tests.test_too_long_lines) ... ok test_welcome (test.test_nntplib.NNTPv2Tests.test_welcome) ... ok test_xover (test.test_nntplib.NNTPv2Tests.test_xover) ... ok test_article_head_body (test.test_nntplib.NetworkedNNTPTests.test_article_head_body) ... skipped 'FIXME: see bpo-32128' test_capabilities (test.test_nntplib.NetworkedNNTPTests.test_capabilities) ... ok test_date (test.test_nntplib.NetworkedNNTPTests.test_date) ... ok test_description (test.test_nntplib.NetworkedNNTPTests.test_description) ... ok test_descriptions (test.test_nntplib.NetworkedNNTPTests.test_descriptions) ... ok test_group (test.test_nntplib.NetworkedNNTPTests.test_group) ... ok test_help (test.test_nntplib.NetworkedNNTPTests.test_help) ... ok test_list (test.test_nntplib.NetworkedNNTPTests.test_list) ... ok test_list_active (test.test_nntplib.NetworkedNNTPTests.test_list_active) ... ok test_newgroups (test.test_nntplib.NetworkedNNTPTests.test_newgroups) ... ok test_over (test.test_nntplib.NetworkedNNTPTests.test_over) ... skipped 'temporarily skipped until a permanent solution is found for issue #28971' test_timeout (test.test_nntplib.NetworkedNNTPTests.test_timeout) ... ok test_unknown_command (test.test_nntplib.NetworkedNNTPTests.test_unknown_command) ... ok test_welcome (test.test_nntplib.NetworkedNNTPTests.test_welcome) ... ok test_with_statement (test.test_nntplib.NetworkedNNTPTests.test_with_statement) ... ok test_xhdr (test.test_nntplib.NetworkedNNTPTests.test_xhdr) ... ok test_xover (test.test_nntplib.NetworkedNNTPTests.test_xover) ... ok test_zlogin (test.test_nntplib.NetworkedNNTPTests.test_zlogin) ... ok test_zzquit (test.test_nntplib.NetworkedNNTPTests.test_zzquit) ... ok setUpClass (test.test_nntplib.NetworkedNNTP_SSLTests) ... skipped "Resource 'nntp.aioe.org' is not available" test_module_all_attribute (test.test_nntplib.PublicAPITests.test_module_all_attribute) ... ok test_we_are_in_reader_mode_after_connect (test.test_nntplib.SendReaderNNTPv2Tests.test_we_are_in_reader_mode_after_connect) ... ok ---------------------------------------------------------------------- Ran 90 tests in 4.589s OK (skipped=3) 0:13:46 load avg: 1.08 [242/432/1] test_ntpath test_abspath (test.test_ntpath.NtCommonTest.test_abspath) ... ok test_abspath_issue3426 (test.test_ntpath.NtCommonTest.test_abspath_issue3426) ... ok test_commonprefix (test.test_ntpath.NtCommonTest.test_commonprefix) ... ok test_exists (test.test_ntpath.NtCommonTest.test_exists) ... ok test_exists_fd (test.test_ntpath.NtCommonTest.test_exists_fd) ... ok test_expandvars (test.test_ntpath.NtCommonTest.test_expandvars) ... ok test_expandvars_nonascii (test.test_ntpath.NtCommonTest.test_expandvars_nonascii) ... ok test_filetime (test.test_ntpath.NtCommonTest.test_filetime) ... ok test_getsize (test.test_ntpath.NtCommonTest.test_getsize) ... ok test_import (test.test_ntpath.NtCommonTest.test_import) ... ok test_isdir (test.test_ntpath.NtCommonTest.test_isdir) ... ok test_isfile (test.test_ntpath.NtCommonTest.test_isfile) ... ok test_join_errors (test.test_ntpath.NtCommonTest.test_join_errors) ... ok test_no_argument (test.test_ntpath.NtCommonTest.test_no_argument) ... ok test_nonascii_abspath (test.test_ntpath.NtCommonTest.test_nonascii_abspath) ... ok test_normcase (test.test_ntpath.NtCommonTest.test_normcase) ... ok test_normpath_issue106242 (test.test_ntpath.NtCommonTest.test_normpath_issue106242) ... ok test_normpath_issue5827 (test.test_ntpath.NtCommonTest.test_normpath_issue5827) ... ok test_realpath (test.test_ntpath.NtCommonTest.test_realpath) ... ok test_relpath_errors (test.test_ntpath.NtCommonTest.test_relpath_errors) ... ok test_samefile (test.test_ntpath.NtCommonTest.test_samefile) ... ok test_samefile_on_link (test.test_ntpath.NtCommonTest.test_samefile_on_link) ... ok test_samefile_on_symlink (test.test_ntpath.NtCommonTest.test_samefile_on_symlink) ... ok test_sameopenfile (test.test_ntpath.NtCommonTest.test_sameopenfile) ... ok test_samestat (test.test_ntpath.NtCommonTest.test_samestat) ... ok test_samestat_on_link (test.test_ntpath.NtCommonTest.test_samestat_on_link) ... ok test_samestat_on_symlink (test.test_ntpath.NtCommonTest.test_samestat_on_symlink) ... ok test_splitdrive (test.test_ntpath.NtCommonTest.test_splitdrive) ... ok test_path_abspath (test.test_ntpath.PathLikeTests.test_path_abspath) ... ok test_path_basename (test.test_ntpath.PathLikeTests.test_path_basename) ... ok test_path_commonpath (test.test_ntpath.PathLikeTests.test_path_commonpath) ... ok test_path_dirname (test.test_ntpath.PathLikeTests.test_path_dirname) ... ok test_path_expanduser (test.test_ntpath.PathLikeTests.test_path_expanduser) ... ok test_path_expandvars (test.test_ntpath.PathLikeTests.test_path_expandvars) ... ok test_path_isabs (test.test_ntpath.PathLikeTests.test_path_isabs) ... ok test_path_isdir (test.test_ntpath.PathLikeTests.test_path_isdir) ... ok test_path_islink (test.test_ntpath.PathLikeTests.test_path_islink) ... ok test_path_ismount (test.test_ntpath.PathLikeTests.test_path_ismount) ... ok test_path_join (test.test_ntpath.PathLikeTests.test_path_join) ... ok test_path_lexists (test.test_ntpath.PathLikeTests.test_path_lexists) ... ok test_path_normcase (test.test_ntpath.PathLikeTests.test_path_normcase) ... ok test_path_normpath (test.test_ntpath.PathLikeTests.test_path_normpath) ... ok test_path_realpath (test.test_ntpath.PathLikeTests.test_path_realpath) ... ok test_path_relpath (test.test_ntpath.PathLikeTests.test_path_relpath) ... ok test_path_split (test.test_ntpath.PathLikeTests.test_path_split) ... ok test_path_splitdrive (test.test_ntpath.PathLikeTests.test_path_splitdrive) ... ok test_path_splitext (test.test_ntpath.PathLikeTests.test_path_splitext) ... ok test_abspath (test.test_ntpath.TestNtpath.test_abspath) ... skipped "abspath requires 'nt' module" test_commonpath (test.test_ntpath.TestNtpath.test_commonpath) ... ok test_commonprefix (test.test_ntpath.TestNtpath.test_commonprefix) ... ok test_expanduser (test.test_ntpath.TestNtpath.test_expanduser) ... ok test_expandvars (test.test_ntpath.TestNtpath.test_expandvars) ... ok test_expandvars_nonascii (test.test_ntpath.TestNtpath.test_expandvars_nonascii) ... ok test_isabs (test.test_ntpath.TestNtpath.test_isabs) ... ok test_ismount (test.test_ntpath.TestNtpath.test_ismount) ... ok test_join (test.test_ntpath.TestNtpath.test_join) ... ok test_normpath (test.test_ntpath.TestNtpath.test_normpath) ... ok test_nt_helpers (test.test_ntpath.TestNtpath.test_nt_helpers) ... skipped "OS helpers require 'nt' module" test_realpath_basic (test.test_ntpath.TestNtpath.test_realpath_basic) ... skipped 'need _getfinalpathname' test_realpath_broken_symlinks (test.test_ntpath.TestNtpath.test_realpath_broken_symlinks) ... skipped 'need _getfinalpathname' test_realpath_curdir (test.test_ntpath.TestNtpath.test_realpath_curdir) ... ok test_realpath_cwd (test.test_ntpath.TestNtpath.test_realpath_cwd) ... skipped 'need _getfinalpathname' test_realpath_nul (test.test_ntpath.TestNtpath.test_realpath_nul) ... skipped 'need _getfinalpathname' test_realpath_pardir (test.test_ntpath.TestNtpath.test_realpath_pardir) ... ok test_realpath_relative (test.test_ntpath.TestNtpath.test_realpath_relative) ... skipped 'need _getfinalpathname' test_realpath_strict (test.test_ntpath.TestNtpath.test_realpath_strict) ... skipped 'need _getfinalpathname' test_realpath_symlink_loops (test.test_ntpath.TestNtpath.test_realpath_symlink_loops) ... skipped 'need _getfinalpathname' test_realpath_symlink_loops_strict (test.test_ntpath.TestNtpath.test_realpath_symlink_loops_strict) ... skipped 'need _getfinalpathname' test_realpath_symlink_prefix (test.test_ntpath.TestNtpath.test_realpath_symlink_prefix) ... skipped 'need _getfinalpathname' test_relpath (test.test_ntpath.TestNtpath.test_relpath) ... ok test_sameopenfile (test.test_ntpath.TestNtpath.test_sameopenfile) ... ok test_split (test.test_ntpath.TestNtpath.test_split) ... ok test_splitdrive (test.test_ntpath.TestNtpath.test_splitdrive) ... ok test_splitext (test.test_ntpath.TestNtpath.test_splitext) ... ok ---------------------------------------------------------------------- Ran 74 tests in 0.025s OK (skipped=11) 0:13:46 load avg: 1.08 [243/432/1] test_numeric_tower test_complex (test.test_numeric_tower.ComparisonTest.test_complex) ... ok test_mixed_comparisons (test.test_numeric_tower.ComparisonTest.test_mixed_comparisons) ... ok test_binary_floats (test.test_numeric_tower.HashTest.test_binary_floats) ... ok test_bools (test.test_numeric_tower.HashTest.test_bools) ... ok test_complex (test.test_numeric_tower.HashTest.test_complex) ... ok test_decimals (test.test_numeric_tower.HashTest.test_decimals) ... ok test_fractions (test.test_numeric_tower.HashTest.test_fractions) ... ok test_hash_normalization (test.test_numeric_tower.HashTest.test_hash_normalization) ... ok test_integers (test.test_numeric_tower.HashTest.test_integers) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.033s OK 0:13:47 load avg: 1.07 [244/432/1] test_opcache test_too_many_defaults_0 (test.test_opcache.TestCallCache.test_too_many_defaults_0) ... ok test_too_many_defaults_1 (test.test_opcache.TestCallCache.test_too_many_defaults_1) ... ok test_too_many_defaults_2 (test.test_opcache.TestCallCache.test_too_many_defaults_2) ... ok test_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache.test_descriptor_added_after_optimization) ... ok test_load_borrowed_slot_should_not_crash (test.test_opcache.TestLoadAttrCache.test_load_borrowed_slot_should_not_crash) ... ok test_load_shadowing_slot_should_raise_type_error (test.test_opcache.TestLoadAttrCache.test_load_shadowing_slot_should_raise_type_error) ... ok test_metaclass_del_descriptor_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_del_descriptor_after_optimization) ... ok test_metaclass_descriptor_added_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_added_after_optimization) ... ok test_metaclass_descriptor_shadows_class_attribute (test.test_opcache.TestLoadAttrCache.test_metaclass_descriptor_shadows_class_attribute) ... ok test_metaclass_getattribute (test.test_opcache.TestLoadAttrCache.test_metaclass_getattribute) ... ok test_metaclass_set_descriptor_after_optimization (test.test_opcache.TestLoadAttrCache.test_metaclass_set_descriptor_after_optimization) ... ok test_metaclass_swap (test.test_opcache.TestLoadAttrCache.test_metaclass_swap) ... ok test_store_borrowed_slot_should_not_crash (test.test_opcache.TestLoadAttrCache.test_store_borrowed_slot_should_not_crash) ... ok test_store_shadowing_slot_should_raise_type_error (test.test_opcache.TestLoadAttrCache.test_store_shadowing_slot_should_raise_type_error) ... ok test_type_descriptor_shadows_attribute_getset (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_getset) ... ok test_type_descriptor_shadows_attribute_member (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_member) ... ok test_type_descriptor_shadows_attribute_method (test.test_opcache.TestLoadAttrCache.test_type_descriptor_shadows_attribute_method) ... ok test_descriptor_added_after_optimization (test.test_opcache.TestLoadMethodCache.test_descriptor_added_after_optimization) ... ok test_metaclass_del_descriptor_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_del_descriptor_after_optimization) ... ok test_metaclass_descriptor_added_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_added_after_optimization) ... ok test_metaclass_descriptor_shadows_class_attribute (test.test_opcache.TestLoadMethodCache.test_metaclass_descriptor_shadows_class_attribute) ... ok test_metaclass_getattribute (test.test_opcache.TestLoadMethodCache.test_metaclass_getattribute) ... ok test_metaclass_set_descriptor_after_optimization (test.test_opcache.TestLoadMethodCache.test_metaclass_set_descriptor_after_optimization) ... ok test_metaclass_swap (test.test_opcache.TestLoadMethodCache.test_metaclass_swap) ... ok test_type_descriptor_shadows_attribute_member (test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_member) ... ok test_type_descriptor_shadows_attribute_method (test.test_opcache.TestLoadMethodCache.test_type_descriptor_shadows_attribute_method) ... ok ---------------------------------------------------------------------- Ran 26 tests in 0.014s OK 0:13:48 load avg: 1.07 [245/432/1] test_openpty test (test.test_openpty.OpenptyTest.test) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:13:48 load avg: 1.07 [246/432/1] test_operator test_attrgetter (test.test_operator.CCOperatorPickleTestCase.test_attrgetter) ... ok test_itemgetter (test.test_operator.CCOperatorPickleTestCase.test_itemgetter) ... ok test_methodcaller (test.test_operator.CCOperatorPickleTestCase.test_methodcaller) ... ok test___all__ (test.test_operator.COperatorTestCase.test___all__) ... ok test_abs (test.test_operator.COperatorTestCase.test_abs) ... ok test_add (test.test_operator.COperatorTestCase.test_add) ... ok test_attrgetter (test.test_operator.COperatorTestCase.test_attrgetter) ... ok test_bitwise_and (test.test_operator.COperatorTestCase.test_bitwise_and) ... ok test_bitwise_or (test.test_operator.COperatorTestCase.test_bitwise_or) ... ok test_bitwise_xor (test.test_operator.COperatorTestCase.test_bitwise_xor) ... ok test_call (test.test_operator.COperatorTestCase.test_call) ... ok test_concat (test.test_operator.COperatorTestCase.test_concat) ... ok test_contains (test.test_operator.COperatorTestCase.test_contains) ... ok test_countOf (test.test_operator.COperatorTestCase.test_countOf) ... ok test_delitem (test.test_operator.COperatorTestCase.test_delitem) ... ok test_dunder_is_original (test.test_operator.COperatorTestCase.test_dunder_is_original) ... ok test_eq (test.test_operator.COperatorTestCase.test_eq) ... ok test_floordiv (test.test_operator.COperatorTestCase.test_floordiv) ... ok test_ge (test.test_operator.COperatorTestCase.test_ge) ... ok test_getitem (test.test_operator.COperatorTestCase.test_getitem) ... ok test_gt (test.test_operator.COperatorTestCase.test_gt) ... ok test_indexOf (test.test_operator.COperatorTestCase.test_indexOf) ... ok test_inplace (test.test_operator.COperatorTestCase.test_inplace) ... ok test_invert (test.test_operator.COperatorTestCase.test_invert) ... ok test_is (test.test_operator.COperatorTestCase.test_is) ... ok test_is_not (test.test_operator.COperatorTestCase.test_is_not) ... ok test_itemgetter (test.test_operator.COperatorTestCase.test_itemgetter) ... ok test_le (test.test_operator.COperatorTestCase.test_le) ... ok test_length_hint (test.test_operator.COperatorTestCase.test_length_hint) ... ok test_lshift (test.test_operator.COperatorTestCase.test_lshift) ... ok test_lt (test.test_operator.COperatorTestCase.test_lt) ... ok test_matmul (test.test_operator.COperatorTestCase.test_matmul) ... ok test_methodcaller (test.test_operator.COperatorTestCase.test_methodcaller) ... ok test_mod (test.test_operator.COperatorTestCase.test_mod) ... ok test_mul (test.test_operator.COperatorTestCase.test_mul) ... ok test_ne (test.test_operator.COperatorTestCase.test_ne) ... ok test_neg (test.test_operator.COperatorTestCase.test_neg) ... ok test_pos (test.test_operator.COperatorTestCase.test_pos) ... ok test_pow (test.test_operator.COperatorTestCase.test_pow) ... ok test_rshift (test.test_operator.COperatorTestCase.test_rshift) ... ok test_setitem (test.test_operator.COperatorTestCase.test_setitem) ... ok test_sub (test.test_operator.COperatorTestCase.test_sub) ... ok test_truediv (test.test_operator.COperatorTestCase.test_truediv) ... ok test_truth (test.test_operator.COperatorTestCase.test_truth) ... ok test_attrgetter (test.test_operator.CPyOperatorPickleTestCase.test_attrgetter) ... ok test_itemgetter (test.test_operator.CPyOperatorPickleTestCase.test_itemgetter) ... ok test_methodcaller (test.test_operator.CPyOperatorPickleTestCase.test_methodcaller) ... ok test_attrgetter (test.test_operator.PyCOperatorPickleTestCase.test_attrgetter) ... ok test_itemgetter (test.test_operator.PyCOperatorPickleTestCase.test_itemgetter) ... ok test_methodcaller (test.test_operator.PyCOperatorPickleTestCase.test_methodcaller) ... ok test___all__ (test.test_operator.PyOperatorTestCase.test___all__) ... ok test_abs (test.test_operator.PyOperatorTestCase.test_abs) ... ok test_add (test.test_operator.PyOperatorTestCase.test_add) ... ok test_attrgetter (test.test_operator.PyOperatorTestCase.test_attrgetter) ... ok test_bitwise_and (test.test_operator.PyOperatorTestCase.test_bitwise_and) ... ok test_bitwise_or (test.test_operator.PyOperatorTestCase.test_bitwise_or) ... ok test_bitwise_xor (test.test_operator.PyOperatorTestCase.test_bitwise_xor) ... ok test_call (test.test_operator.PyOperatorTestCase.test_call) ... ok test_concat (test.test_operator.PyOperatorTestCase.test_concat) ... ok test_contains (test.test_operator.PyOperatorTestCase.test_contains) ... ok test_countOf (test.test_operator.PyOperatorTestCase.test_countOf) ... ok test_delitem (test.test_operator.PyOperatorTestCase.test_delitem) ... ok test_dunder_is_original (test.test_operator.PyOperatorTestCase.test_dunder_is_original) ... ok test_eq (test.test_operator.PyOperatorTestCase.test_eq) ... ok test_floordiv (test.test_operator.PyOperatorTestCase.test_floordiv) ... ok test_ge (test.test_operator.PyOperatorTestCase.test_ge) ... ok test_getitem (test.test_operator.PyOperatorTestCase.test_getitem) ... ok test_gt (test.test_operator.PyOperatorTestCase.test_gt) ... ok test_indexOf (test.test_operator.PyOperatorTestCase.test_indexOf) ... ok test_inplace (test.test_operator.PyOperatorTestCase.test_inplace) ... ok test_invert (test.test_operator.PyOperatorTestCase.test_invert) ... ok test_is (test.test_operator.PyOperatorTestCase.test_is) ... ok test_is_not (test.test_operator.PyOperatorTestCase.test_is_not) ... ok test_itemgetter (test.test_operator.PyOperatorTestCase.test_itemgetter) ... ok test_le (test.test_operator.PyOperatorTestCase.test_le) ... ok test_length_hint (test.test_operator.PyOperatorTestCase.test_length_hint) ... ok test_lshift (test.test_operator.PyOperatorTestCase.test_lshift) ... ok test_lt (test.test_operator.PyOperatorTestCase.test_lt) ... ok test_matmul (test.test_operator.PyOperatorTestCase.test_matmul) ... ok test_methodcaller (test.test_operator.PyOperatorTestCase.test_methodcaller) ... ok test_mod (test.test_operator.PyOperatorTestCase.test_mod) ... ok test_mul (test.test_operator.PyOperatorTestCase.test_mul) ... ok test_ne (test.test_operator.PyOperatorTestCase.test_ne) ... ok test_neg (test.test_operator.PyOperatorTestCase.test_neg) ... ok test_pos (test.test_operator.PyOperatorTestCase.test_pos) ... ok test_pow (test.test_operator.PyOperatorTestCase.test_pow) ... ok test_rshift (test.test_operator.PyOperatorTestCase.test_rshift) ... ok test_setitem (test.test_operator.PyOperatorTestCase.test_setitem) ... ok test_sub (test.test_operator.PyOperatorTestCase.test_sub) ... ok test_truediv (test.test_operator.PyOperatorTestCase.test_truediv) ... ok test_truth (test.test_operator.PyOperatorTestCase.test_truth) ... ok test_attrgetter (test.test_operator.PyPyOperatorPickleTestCase.test_attrgetter) ... ok test_itemgetter (test.test_operator.PyPyOperatorPickleTestCase.test_itemgetter) ... ok test_methodcaller (test.test_operator.PyPyOperatorPickleTestCase.test_methodcaller) ... ok ---------------------------------------------------------------------- Ran 94 tests in 0.009s OK 0:13:49 load avg: 1.07 [247/432/1] test_optparse test__all__ (test.test_optparse.MiscTestCase.test__all__) ... ok test_bool_default (test.test_optparse.TestBool.test_bool_default) ... ok test_bool_false (test.test_optparse.TestBool.test_bool_false) ... ok test_bool_flicker_on_and_off (test.test_optparse.TestBool.test_bool_flicker_on_and_off) ... ok test_bool_true (test.test_optparse.TestBool.test_bool_true) ... ok test_callback (test.test_optparse.TestCallback.test_callback) ... ok test_callback_help (test.test_optparse.TestCallback.test_callback_help) ... ok test_abbrev_callback_expansion (test.test_optparse.TestCallbackCheckAbbrev.test_abbrev_callback_expansion) ... ok test_callback_extra_args (test.test_optparse.TestCallbackExtraArgs.test_callback_extra_args) ... ok test_many_args (test.test_optparse.TestCallbackManyArgs.test_many_args) ... ok test_callback_meddle_args (test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args) ... ok test_callback_meddle_args_separator (test.test_optparse.TestCallbackMeddleArgs.test_callback_meddle_args_separator) ... ok test_consume_separator_stop_at_option (test.test_optparse.TestCallbackVarArgs.test_consume_separator_stop_at_option) ... ok test_positional_arg_and_variable_args (test.test_optparse.TestCallbackVarArgs.test_positional_arg_and_variable_args) ... ok test_stop_at_invalid_option (test.test_optparse.TestCallbackVarArgs.test_stop_at_invalid_option) ... ok test_stop_at_option (test.test_optparse.TestCallbackVarArgs.test_stop_at_option) ... ok test_variable_args (test.test_optparse.TestCallbackVarArgs.test_variable_args) ... ok test_add_choice_option (test.test_optparse.TestChoice.test_add_choice_option) ... ok test_invalid_choice (test.test_optparse.TestChoice.test_invalid_choice) ... ok test_valid_choice (test.test_optparse.TestChoice.test_valid_choice) ... ok test_conflict_error (test.test_optparse.TestConflict.test_conflict_error) ... ok test_conflict_error_group (test.test_optparse.TestConflict.test_conflict_error_group) ... ok test_no_such_conflict_handler (test.test_optparse.TestConflict.test_no_such_conflict_handler) ... ok test_conflict_override_args (test.test_optparse.TestConflictOverride.test_conflict_override_args) ... ok test_conflict_override_help (test.test_optparse.TestConflictOverride.test_conflict_override_help) ... ok test_conflict_override_opts (test.test_optparse.TestConflictOverride.test_conflict_override_opts) ... ok test_conflict_resolve (test.test_optparse.TestConflictResolve.test_conflict_resolve) ... ok test_conflict_resolve_help (test.test_optparse.TestConflictResolve.test_conflict_resolve_help) ... ok test_conflict_resolve_long_opt (test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opt) ... ok test_conflict_resolve_long_opts (test.test_optparse.TestConflictResolve.test_conflict_resolve_long_opts) ... ok test_conflict_resolve_short_opt (test.test_optparse.TestConflictResolve.test_conflict_resolve_short_opt) ... ok test_conflict_default (test.test_optparse.TestConflictingDefaults.test_conflict_default) ... ok test_conflict_default_none (test.test_optparse.TestConflictingDefaults.test_conflict_default_none) ... ok test_count_interspersed_args (test.test_optparse.TestCount.test_count_interspersed_args) ... ok test_count_no_interspersed_args (test.test_optparse.TestCount.test_count_no_interspersed_args) ... ok test_count_no_such_option (test.test_optparse.TestCount.test_count_no_such_option) ... ok test_count_one (test.test_optparse.TestCount.test_count_one) ... ok test_count_option_no_value (test.test_optparse.TestCount.test_count_option_no_value) ... ok test_count_override_amount (test.test_optparse.TestCount.test_count_override_amount) ... ok test_count_override_quiet (test.test_optparse.TestCount.test_count_override_quiet) ... ok test_count_overriding (test.test_optparse.TestCount.test_count_overriding) ... ok test_count_overriding_default (test.test_optparse.TestCount.test_count_overriding_default) ... ok test_count_three (test.test_optparse.TestCount.test_count_three) ... ok test_count_three_apart (test.test_optparse.TestCount.test_count_three_apart) ... ok test_count_with_default (test.test_optparse.TestCount.test_count_with_default) ... ok test_empty (test.test_optparse.TestCount.test_empty) ... ok test_basic_defaults (test.test_optparse.TestDefaultValues.test_basic_defaults) ... ok test_mixed_defaults_post (test.test_optparse.TestDefaultValues.test_mixed_defaults_post) ... ok test_mixed_defaults_pre (test.test_optparse.TestDefaultValues.test_mixed_defaults_pre) ... ok test_process_default (test.test_optparse.TestDefaultValues.test_process_default) ... ok test_alt_expand (test.test_optparse.TestExpandDefaults.test_alt_expand) ... ok test_default_none_1 (test.test_optparse.TestExpandDefaults.test_default_none_1) ... ok test_default_none_2 (test.test_optparse.TestExpandDefaults.test_default_none_2) ... ok test_float_default (test.test_optparse.TestExpandDefaults.test_float_default) ... ok test_no_default (test.test_optparse.TestExpandDefaults.test_no_default) ... ok test_no_expand (test.test_optparse.TestExpandDefaults.test_no_expand) ... ok test_option_default (test.test_optparse.TestExpandDefaults.test_option_default) ... ok test_parser_default_1 (test.test_optparse.TestExpandDefaults.test_parser_default_1) ... ok test_parser_default_2 (test.test_optparse.TestExpandDefaults.test_parser_default_2) ... ok test_extend_add_action (test.test_optparse.TestExtendAddActions.test_extend_add_action) ... ok test_extend_add_action_normal (test.test_optparse.TestExtendAddActions.test_extend_add_action_normal) ... ok test_filetype_noexist (test.test_optparse.TestExtendAddTypes.test_filetype_noexist) ... ok test_filetype_notfile (test.test_optparse.TestExtendAddTypes.test_filetype_notfile) ... ok test_filetype_ok (test.test_optparse.TestExtendAddTypes.test_filetype_ok) ... ok test_help (test.test_optparse.TestHelp.test_help) ... ok test_help_description_groups (test.test_optparse.TestHelp.test_help_description_groups) ... ok test_help_long_opts_first (test.test_optparse.TestHelp.test_help_long_opts_first) ... ok test_help_old_usage (test.test_optparse.TestHelp.test_help_old_usage) ... ok test_help_title_formatter (test.test_optparse.TestHelp.test_help_title_formatter) ... ok test_help_unicode (test.test_optparse.TestHelp.test_help_unicode) ... ok test_help_unicode_description (test.test_optparse.TestHelp.test_help_unicode_description) ... ok test_wrap_columns (test.test_optparse.TestHelp.test_wrap_columns) ... ok test_match_abbrev (test.test_optparse.TestMatchAbbrev.test_match_abbrev) ... ok test_match_abbrev_error (test.test_optparse.TestMatchAbbrev.test_match_abbrev_error) ... ok test_nargs_invalid_float_value (test.test_optparse.TestMultipleArgs.test_nargs_invalid_float_value) ... ok test_nargs_long_opt (test.test_optparse.TestMultipleArgs.test_nargs_long_opt) ... ok test_nargs_required_values (test.test_optparse.TestMultipleArgs.test_nargs_required_values) ... ok test_nargs_with_positional_args (test.test_optparse.TestMultipleArgs.test_nargs_with_positional_args) ... ok test_nargs_append (test.test_optparse.TestMultipleArgsAppend.test_nargs_append) ... ok test_nargs_append_const (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_const) ... ok test_nargs_append_required_values (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_required_values) ... ok test_nargs_append_simple (test.test_optparse.TestMultipleArgsAppend.test_nargs_append_simple) ... ok test_action_invalid (test.test_optparse.TestOptionChecks.test_action_invalid) ... ok test_attr_invalid (test.test_optparse.TestOptionChecks.test_attr_invalid) ... ok test_bad_choices_list (test.test_optparse.TestOptionChecks.test_bad_choices_list) ... ok test_callback_args_no_tuple (test.test_optparse.TestOptionChecks.test_callback_args_no_tuple) ... ok test_callback_kwargs_no_dict (test.test_optparse.TestOptionChecks.test_callback_kwargs_no_dict) ... ok test_callback_not_callable (test.test_optparse.TestOptionChecks.test_callback_not_callable) ... ok test_no_callback_args_for_action (test.test_optparse.TestOptionChecks.test_no_callback_args_for_action) ... ok test_no_callback_for_action (test.test_optparse.TestOptionChecks.test_no_callback_for_action) ... ok test_no_callback_kwargs_for_action (test.test_optparse.TestOptionChecks.test_no_callback_kwargs_for_action) ... ok test_no_choices_for_type (test.test_optparse.TestOptionChecks.test_no_choices_for_type) ... ok test_no_choices_list (test.test_optparse.TestOptionChecks.test_no_choices_list) ... ok test_no_const_for_action (test.test_optparse.TestOptionChecks.test_no_const_for_action) ... ok test_no_nargs_for_action (test.test_optparse.TestOptionChecks.test_no_nargs_for_action) ... ok test_no_single_dash (test.test_optparse.TestOptionChecks.test_no_single_dash) ... ok test_no_type_for_action (test.test_optparse.TestOptionChecks.test_no_type_for_action) ... ok test_opt_string_empty (test.test_optparse.TestOptionChecks.test_opt_string_empty) ... ok test_opt_string_long_invalid (test.test_optparse.TestOptionChecks.test_opt_string_long_invalid) ... ok test_opt_string_short_invalid (test.test_optparse.TestOptionChecks.test_opt_string_short_invalid) ... ok test_opt_string_too_short (test.test_optparse.TestOptionChecks.test_opt_string_too_short) ... ok test_type_invalid (test.test_optparse.TestOptionChecks.test_type_invalid) ... ok test_add_group_invalid_arguments (test.test_optparse.TestOptionGroup.test_add_group_invalid_arguments) ... ok test_add_group_no_group (test.test_optparse.TestOptionGroup.test_add_group_no_group) ... ok test_add_group_wrong_parser (test.test_optparse.TestOptionGroup.test_add_group_wrong_parser) ... ok test_group_manipulate (test.test_optparse.TestOptionGroup.test_group_manipulate) ... ok test_option_group_create_instance (test.test_optparse.TestOptionGroup.test_option_group_create_instance) ... ok test_add_option_invalid_arguments (test.test_optparse.TestOptionParser.test_add_option_invalid_arguments) ... ok test_add_option_no_Option (test.test_optparse.TestOptionParser.test_add_option_no_Option) ... ok test_get_option (test.test_optparse.TestOptionParser.test_get_option) ... ok test_get_option_equals (test.test_optparse.TestOptionParser.test_get_option_equals) ... ok test_has_option (test.test_optparse.TestOptionParser.test_has_option) ... ok test_refleak (test.test_optparse.TestOptionParser.test_refleak) ... ok test_remove_long_opt (test.test_optparse.TestOptionParser.test_remove_long_opt) ... ok test_remove_nonexistent (test.test_optparse.TestOptionParser.test_remove_nonexistent) ... ok test_remove_short_opt (test.test_optparse.TestOptionParser.test_remove_short_opt) ... ok test_basics (test.test_optparse.TestOptionValues.test_basics) ... ok test_numeric_options (test.test_optparse.TestParseNumber.test_numeric_options) ... ok test_parse_num_fail (test.test_optparse.TestParseNumber.test_parse_num_fail) ... ok test_parse_num_ok (test.test_optparse.TestParseNumber.test_parse_num_ok) ... ok test_custom_progname (test.test_optparse.TestProgName.test_custom_progname) ... ok test_default_progname (test.test_optparse.TestProgName.test_default_progname) ... ok test_abbrev_long_option (test.test_optparse.TestStandard.test_abbrev_long_option) ... ok test_ambiguous_option (test.test_optparse.TestStandard.test_ambiguous_option) ... ok test_combined_single_invalid_option (test.test_optparse.TestStandard.test_combined_single_invalid_option) ... ok test_defaults (test.test_optparse.TestStandard.test_defaults) ... ok test_empty (test.test_optparse.TestStandard.test_empty) ... ok test_hyphen_becomes_positional_arg (test.test_optparse.TestStandard.test_hyphen_becomes_positional_arg) ... ok test_invalid_integer (test.test_optparse.TestStandard.test_invalid_integer) ... ok test_long_invalid_integer (test.test_optparse.TestStandard.test_long_invalid_integer) ... ok test_long_option_append (test.test_optparse.TestStandard.test_long_option_append) ... ok test_long_option_argument_joined (test.test_optparse.TestStandard.test_long_option_argument_joined) ... ok test_long_option_argument_split (test.test_optparse.TestStandard.test_long_option_argument_split) ... ok test_long_option_short_option (test.test_optparse.TestStandard.test_long_option_short_option) ... ok test_no_append_versus_append (test.test_optparse.TestStandard.test_no_append_versus_append) ... ok test_no_such_option (test.test_optparse.TestStandard.test_no_such_option) ... ok test_option_argument_joined (test.test_optparse.TestStandard.test_option_argument_joined) ... ok test_option_argument_joined_integer (test.test_optparse.TestStandard.test_option_argument_joined_integer) ... ok test_option_argument_split (test.test_optparse.TestStandard.test_option_argument_split) ... ok test_option_argument_split_negative_integer (test.test_optparse.TestStandard.test_option_argument_split_negative_integer) ... ok test_option_consumes_optionlike_string (test.test_optparse.TestStandard.test_option_consumes_optionlike_string) ... ok test_required_value (test.test_optparse.TestStandard.test_required_value) ... ok test_short_and_long_option_split (test.test_optparse.TestStandard.test_short_and_long_option_split) ... ok test_short_option_consumes_separator (test.test_optparse.TestStandard.test_short_option_consumes_separator) ... ok test_short_option_joined_and_separator (test.test_optparse.TestStandard.test_short_option_joined_and_separator) ... ok test_short_option_split_long_option_append (test.test_optparse.TestStandard.test_short_option_split_long_option_append) ... ok test_short_option_split_one_positional_arg (test.test_optparse.TestStandard.test_short_option_split_one_positional_arg) ... ok test_shortopt_empty_longopt_append (test.test_optparse.TestStandard.test_shortopt_empty_longopt_append) ... ok test_str_aliases_string (test.test_optparse.TestTypeAliases.test_str_aliases_string) ... ok test_type_object (test.test_optparse.TestTypeAliases.test_type_object) ... ok test_no_version (test.test_optparse.TestVersion.test_no_version) ... ok test_version (test.test_optparse.TestVersion.test_version) ... ok ---------------------------------------------------------------------- Ran 152 tests in 0.020s OK 0:13:50 load avg: 1.07 [248/432/1] test_ordered_dict test_abc (test.test_ordered_dict.CPythonBuiltinDictTests.test_abc) ... ok test_clear (test.test_ordered_dict.CPythonBuiltinDictTests.test_clear) ... ok test_delitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem) ... ok test_delitem_hash_collision (test.test_ordered_dict.CPythonBuiltinDictTests.test_delitem_hash_collision) ... ok test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonBuiltinDictTests.test_detect_deletion_during_iteration) ... ok test_highly_nested (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested) ... ok test_highly_nested_subclass (test.test_ordered_dict.CPythonBuiltinDictTests.test_highly_nested_subclass) ... ok test_init (test.test_ordered_dict.CPythonBuiltinDictTests.test_init) ... ok test_override_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_override_update) ... ok test_popitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_popitem) ... ok test_reinsert (test.test_ordered_dict.CPythonBuiltinDictTests.test_reinsert) ... ok test_setitem (test.test_ordered_dict.CPythonBuiltinDictTests.test_setitem) ... ok test_update (test.test_ordered_dict.CPythonBuiltinDictTests.test_update) ... ok test_bool (test.test_ordered_dict.CPythonGeneralMappingTests.test_bool) ... ok test_constructor (test.test_ordered_dict.CPythonGeneralMappingTests.test_constructor) ... ok test_get (test.test_ordered_dict.CPythonGeneralMappingTests.test_get) ... ok test_getitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_getitem) ... ok test_items (test.test_ordered_dict.CPythonGeneralMappingTests.test_items) ... ok test_keys (test.test_ordered_dict.CPythonGeneralMappingTests.test_keys) ... ok test_len (test.test_ordered_dict.CPythonGeneralMappingTests.test_len) ... ok test_pop (test.test_ordered_dict.CPythonGeneralMappingTests.test_pop) ... ok test_popitem (test.test_ordered_dict.CPythonGeneralMappingTests.test_popitem) ... ok test_read (test.test_ordered_dict.CPythonGeneralMappingTests.test_read) ... ok test_setdefault (test.test_ordered_dict.CPythonGeneralMappingTests.test_setdefault) ... ok test_update (test.test_ordered_dict.CPythonGeneralMappingTests.test_update) ... ok test_values (test.test_ordered_dict.CPythonGeneralMappingTests.test_values) ... ok test_write (test.test_ordered_dict.CPythonGeneralMappingTests.test_write) ... ok test_468 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_468) ... ok test_abc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_abc) ... ok test_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_clear) ... ok test_copying (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_copying) ... ok test_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem) ... ok test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_delitem_hash_collision) ... ok test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_detect_deletion_during_iteration) ... ok test_dict_clear (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_clear) ... ok test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_delitem) ... ok test_dict_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_pop) ... ok test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_popitem) ... ok test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setdefault) ... ok test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_setitem) ... ok test_dict_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_dict_update) ... ok test_equality (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_equality) ... ok test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_free_after_iterating) ... ok test_fromkeys (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_fromkeys) ... ok test_highly_nested (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested) ... ok test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_highly_nested_subclass) ... ok test_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init) ... ok test_init_calls (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_init_calls) ... ok test_issue24347 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24347) ... ok test_issue24348 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24348) ... ok test_issue24667 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_issue24667) dict resizes after a certain number of insertion operations, ... ok test_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators) ... ok test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_empty) ... ok test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_iterators_pickling) ... ok test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_key_change_during_iteration) ... ok test_merge_operator (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_merge_operator) ... ok test_move_to_end (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end) ... ok test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_move_to_end_issue25406) ... ok test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc) ... ok test_overridden_init (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_overridden_init) ... ok test_override_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_override_update) ... ok test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pickle_recursive) ... ok test_pop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_pop) ... ok test_popitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem) ... ok test_popitem_last (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_popitem_last) ... ok test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reduce_not_too_fat) ... ok test_reference_loop (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reference_loop) ... ok test_reinsert (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_reinsert) ... ok test_repr (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr) ... ok test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive) ... ok test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_repr_recursive_values) ... ok test_setdefault (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setdefault) ... ok test_setitem (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_setitem) ... ok test_sizeof (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof) ... ok test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sizeof_exact) ... ok test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_sorted_iterators) ... ok test_update (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_update) ... ok test_views (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_views) ... ok test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_weakref_list_is_not_traversed) ... ok test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictSubclassTests.test_yaml_linkage) ... ok test_468 (test.test_ordered_dict.CPythonOrderedDictTests.test_468) ... ok test_abc (test.test_ordered_dict.CPythonOrderedDictTests.test_abc) ... ok test_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_clear) ... ok test_copying (test.test_ordered_dict.CPythonOrderedDictTests.test_copying) ... ok test_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem) ... ok test_delitem_hash_collision (test.test_ordered_dict.CPythonOrderedDictTests.test_delitem_hash_collision) ... ok test_detect_deletion_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_detect_deletion_during_iteration) ... ok test_dict_clear (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_clear) ... ok test_dict_delitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_delitem) ... ok test_dict_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_pop) ... ok test_dict_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_popitem) ... ok test_dict_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setdefault) ... ok test_dict_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_setitem) ... ok test_dict_update (test.test_ordered_dict.CPythonOrderedDictTests.test_dict_update) ... ok test_equality (test.test_ordered_dict.CPythonOrderedDictTests.test_equality) ... ok test_free_after_iterating (test.test_ordered_dict.CPythonOrderedDictTests.test_free_after_iterating) ... ok test_fromkeys (test.test_ordered_dict.CPythonOrderedDictTests.test_fromkeys) ... ok test_highly_nested (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested) ... ok test_highly_nested_subclass (test.test_ordered_dict.CPythonOrderedDictTests.test_highly_nested_subclass) ... ok test_init (test.test_ordered_dict.CPythonOrderedDictTests.test_init) ... ok test_init_calls (test.test_ordered_dict.CPythonOrderedDictTests.test_init_calls) ... ok test_issue24347 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24347) ... ok test_issue24348 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24348) ... ok test_issue24667 (test.test_ordered_dict.CPythonOrderedDictTests.test_issue24667) dict resizes after a certain number of insertion operations, ... ok test_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators) ... ok test_iterators_empty (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_empty) ... ok test_iterators_pickling (test.test_ordered_dict.CPythonOrderedDictTests.test_iterators_pickling) ... ok test_key_change_during_iteration (test.test_ordered_dict.CPythonOrderedDictTests.test_key_change_during_iteration) ... ok test_merge_operator (test.test_ordered_dict.CPythonOrderedDictTests.test_merge_operator) ... ok test_move_to_end (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end) ... ok test_move_to_end_issue25406 (test.test_ordered_dict.CPythonOrderedDictTests.test_move_to_end_issue25406) ... ok test_ordered_dict_items_result_gc (test.test_ordered_dict.CPythonOrderedDictTests.test_ordered_dict_items_result_gc) ... ok test_overridden_init (test.test_ordered_dict.CPythonOrderedDictTests.test_overridden_init) ... ok test_override_update (test.test_ordered_dict.CPythonOrderedDictTests.test_override_update) ... ok test_pickle_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_pickle_recursive) ... ok test_pop (test.test_ordered_dict.CPythonOrderedDictTests.test_pop) ... ok test_popitem (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem) ... ok test_popitem_last (test.test_ordered_dict.CPythonOrderedDictTests.test_popitem_last) ... ok test_reduce_not_too_fat (test.test_ordered_dict.CPythonOrderedDictTests.test_reduce_not_too_fat) ... ok test_reference_loop (test.test_ordered_dict.CPythonOrderedDictTests.test_reference_loop) ... ok test_reinsert (test.test_ordered_dict.CPythonOrderedDictTests.test_reinsert) ... ok test_repr (test.test_ordered_dict.CPythonOrderedDictTests.test_repr) ... ok test_repr_recursive (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive) ... ok test_repr_recursive_values (test.test_ordered_dict.CPythonOrderedDictTests.test_repr_recursive_values) ... ok test_setdefault (test.test_ordered_dict.CPythonOrderedDictTests.test_setdefault) ... ok test_setitem (test.test_ordered_dict.CPythonOrderedDictTests.test_setitem) ... ok test_sizeof (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof) ... ok test_sizeof_exact (test.test_ordered_dict.CPythonOrderedDictTests.test_sizeof_exact) ... ok test_sorted_iterators (test.test_ordered_dict.CPythonOrderedDictTests.test_sorted_iterators) ... ok test_update (test.test_ordered_dict.CPythonOrderedDictTests.test_update) ... ok test_views (test.test_ordered_dict.CPythonOrderedDictTests.test_views) ... ok test_weakref_list_is_not_traversed (test.test_ordered_dict.CPythonOrderedDictTests.test_weakref_list_is_not_traversed) ... ok test_yaml_linkage (test.test_ordered_dict.CPythonOrderedDictTests.test_yaml_linkage) ... ok test_copying (test.test_ordered_dict.CPythonOrderedDictWithSlotsCopyingTests.test_copying) ... ok test_bool (test.test_ordered_dict.CPythonSubclassMappingTests.test_bool) ... ok test_constructor (test.test_ordered_dict.CPythonSubclassMappingTests.test_constructor) ... ok test_get (test.test_ordered_dict.CPythonSubclassMappingTests.test_get) ... ok test_getitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_getitem) ... ok test_items (test.test_ordered_dict.CPythonSubclassMappingTests.test_items) ... ok test_keys (test.test_ordered_dict.CPythonSubclassMappingTests.test_keys) ... ok test_len (test.test_ordered_dict.CPythonSubclassMappingTests.test_len) ... ok test_pop (test.test_ordered_dict.CPythonSubclassMappingTests.test_pop) ... ok test_popitem (test.test_ordered_dict.CPythonSubclassMappingTests.test_popitem) ... ok test_read (test.test_ordered_dict.CPythonSubclassMappingTests.test_read) ... ok test_setdefault (test.test_ordered_dict.CPythonSubclassMappingTests.test_setdefault) ... ok test_update (test.test_ordered_dict.CPythonSubclassMappingTests.test_update) ... ok test_values (test.test_ordered_dict.CPythonSubclassMappingTests.test_values) ... ok test_write (test.test_ordered_dict.CPythonSubclassMappingTests.test_write) ... ok test_add_after_full (test.test_ordered_dict.CSimpleLRUCacheTests.test_add_after_full) ... ok test_change_order_on_get (test.test_ordered_dict.CSimpleLRUCacheTests.test_change_order_on_get) ... ok test_pop (test.test_ordered_dict.CSimpleLRUCacheTests.test_pop) ... ok test_popitem (test.test_ordered_dict.CSimpleLRUCacheTests.test_popitem) ... ok test_bool (test.test_ordered_dict.PurePythonGeneralMappingTests.test_bool) ... ok test_constructor (test.test_ordered_dict.PurePythonGeneralMappingTests.test_constructor) ... ok test_get (test.test_ordered_dict.PurePythonGeneralMappingTests.test_get) ... ok test_getitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_getitem) ... ok test_items (test.test_ordered_dict.PurePythonGeneralMappingTests.test_items) ... ok test_keys (test.test_ordered_dict.PurePythonGeneralMappingTests.test_keys) ... ok test_len (test.test_ordered_dict.PurePythonGeneralMappingTests.test_len) ... ok test_pop (test.test_ordered_dict.PurePythonGeneralMappingTests.test_pop) ... ok test_popitem (test.test_ordered_dict.PurePythonGeneralMappingTests.test_popitem) ... ok test_read (test.test_ordered_dict.PurePythonGeneralMappingTests.test_read) ... ok test_setdefault (test.test_ordered_dict.PurePythonGeneralMappingTests.test_setdefault) ... ok test_update (test.test_ordered_dict.PurePythonGeneralMappingTests.test_update) ... ok test_values (test.test_ordered_dict.PurePythonGeneralMappingTests.test_values) ... ok test_write (test.test_ordered_dict.PurePythonGeneralMappingTests.test_write) ... ok test_468 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_468) ... ok test_abc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_abc) ... ok test_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_clear) ... ok test_copying (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_copying) ... ok test_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem) ... ok test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_delitem_hash_collision) ... ok test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_detect_deletion_during_iteration) ... ok test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_clear) ... ok test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_delitem) ... ok test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_pop) ... ok test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_popitem) ... ok test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setdefault) ... ok test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_setitem) ... ok test_dict_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_dict_update) ... ok test_equality (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_equality) ... ok test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_free_after_iterating) ... ok test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_fromkeys) ... ok test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested) ... ok test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_highly_nested_subclass) ... ok test_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init) ... ok test_init_calls (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_init_calls) ... ok test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24347) ... ok test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24348) ... ok test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_issue24667) dict resizes after a certain number of insertion operations, ... ok test_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators) ... ok test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_iterators_empty) ... ok test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_merge_operator) ... ok test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end) ... ok test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_move_to_end_issue25406) ... ok test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc) ... ok test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_overridden_init) ... ok test_override_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_override_update) ... ok test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pickle_recursive) ... ok test_pop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_pop) ... ok test_popitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem) ... ok test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_popitem_last) ... ok test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reduce_not_too_fat) ... ok test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reference_loop) ... ok test_reinsert (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_reinsert) ... ok test_repr (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr) ... ok test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive) ... ok test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_repr_recursive_values) ... ok test_setdefault (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setdefault) ... ok test_setitem (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_setitem) ... ok test_sizeof (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sizeof) ... ok test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_sorted_iterators) ... ok test_update (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_update) ... ok test_views (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_views) ... ok test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictSubclassTests.test_yaml_linkage) ... ok test_468 (test.test_ordered_dict.PurePythonOrderedDictTests.test_468) ... ok test_abc (test.test_ordered_dict.PurePythonOrderedDictTests.test_abc) ... ok test_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_clear) ... ok test_copying (test.test_ordered_dict.PurePythonOrderedDictTests.test_copying) ... ok test_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem) ... ok test_delitem_hash_collision (test.test_ordered_dict.PurePythonOrderedDictTests.test_delitem_hash_collision) ... ok test_detect_deletion_during_iteration (test.test_ordered_dict.PurePythonOrderedDictTests.test_detect_deletion_during_iteration) ... ok test_dict_clear (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_clear) ... ok test_dict_delitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_delitem) ... ok test_dict_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_pop) ... ok test_dict_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_popitem) ... ok test_dict_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setdefault) ... ok test_dict_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_setitem) ... ok test_dict_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_dict_update) ... ok test_equality (test.test_ordered_dict.PurePythonOrderedDictTests.test_equality) ... ok test_free_after_iterating (test.test_ordered_dict.PurePythonOrderedDictTests.test_free_after_iterating) ... ok test_fromkeys (test.test_ordered_dict.PurePythonOrderedDictTests.test_fromkeys) ... ok test_highly_nested (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested) ... ok test_highly_nested_subclass (test.test_ordered_dict.PurePythonOrderedDictTests.test_highly_nested_subclass) ... ok test_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_init) ... ok test_init_calls (test.test_ordered_dict.PurePythonOrderedDictTests.test_init_calls) ... ok test_issue24347 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24347) ... ok test_issue24348 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24348) ... ok test_issue24667 (test.test_ordered_dict.PurePythonOrderedDictTests.test_issue24667) dict resizes after a certain number of insertion operations, ... ok test_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators) ... ok test_iterators_empty (test.test_ordered_dict.PurePythonOrderedDictTests.test_iterators_empty) ... ok test_merge_operator (test.test_ordered_dict.PurePythonOrderedDictTests.test_merge_operator) ... ok test_move_to_end (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end) ... ok test_move_to_end_issue25406 (test.test_ordered_dict.PurePythonOrderedDictTests.test_move_to_end_issue25406) ... ok test_ordered_dict_items_result_gc (test.test_ordered_dict.PurePythonOrderedDictTests.test_ordered_dict_items_result_gc) ... ok test_overridden_init (test.test_ordered_dict.PurePythonOrderedDictTests.test_overridden_init) ... ok test_override_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_override_update) ... ok test_pickle_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_pickle_recursive) ... ok test_pop (test.test_ordered_dict.PurePythonOrderedDictTests.test_pop) ... ok test_popitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem) ... ok test_popitem_last (test.test_ordered_dict.PurePythonOrderedDictTests.test_popitem_last) ... ok test_reduce_not_too_fat (test.test_ordered_dict.PurePythonOrderedDictTests.test_reduce_not_too_fat) ... ok test_reference_loop (test.test_ordered_dict.PurePythonOrderedDictTests.test_reference_loop) ... ok test_reinsert (test.test_ordered_dict.PurePythonOrderedDictTests.test_reinsert) ... ok test_repr (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr) ... ok test_repr_recursive (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive) ... ok test_repr_recursive_values (test.test_ordered_dict.PurePythonOrderedDictTests.test_repr_recursive_values) ... ok test_setdefault (test.test_ordered_dict.PurePythonOrderedDictTests.test_setdefault) ... ok test_setitem (test.test_ordered_dict.PurePythonOrderedDictTests.test_setitem) ... ok test_sizeof (test.test_ordered_dict.PurePythonOrderedDictTests.test_sizeof) ... ok test_sorted_iterators (test.test_ordered_dict.PurePythonOrderedDictTests.test_sorted_iterators) ... ok test_update (test.test_ordered_dict.PurePythonOrderedDictTests.test_update) ... ok test_views (test.test_ordered_dict.PurePythonOrderedDictTests.test_views) ... ok test_yaml_linkage (test.test_ordered_dict.PurePythonOrderedDictTests.test_yaml_linkage) ... ok test_copying (test.test_ordered_dict.PurePythonOrderedDictWithSlotsCopyingTests.test_copying) ... ok test_bool (test.test_ordered_dict.PurePythonSubclassMappingTests.test_bool) ... ok test_constructor (test.test_ordered_dict.PurePythonSubclassMappingTests.test_constructor) ... ok test_get (test.test_ordered_dict.PurePythonSubclassMappingTests.test_get) ... ok test_getitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_getitem) ... ok test_items (test.test_ordered_dict.PurePythonSubclassMappingTests.test_items) ... ok test_keys (test.test_ordered_dict.PurePythonSubclassMappingTests.test_keys) ... ok test_len (test.test_ordered_dict.PurePythonSubclassMappingTests.test_len) ... ok test_pop (test.test_ordered_dict.PurePythonSubclassMappingTests.test_pop) ... ok test_popitem (test.test_ordered_dict.PurePythonSubclassMappingTests.test_popitem) ... ok test_read (test.test_ordered_dict.PurePythonSubclassMappingTests.test_read) ... ok test_setdefault (test.test_ordered_dict.PurePythonSubclassMappingTests.test_setdefault) ... ok test_update (test.test_ordered_dict.PurePythonSubclassMappingTests.test_update) ... ok test_values (test.test_ordered_dict.PurePythonSubclassMappingTests.test_values) ... ok test_write (test.test_ordered_dict.PurePythonSubclassMappingTests.test_write) ... ok test_add_after_full (test.test_ordered_dict.PySimpleLRUCacheTests.test_add_after_full) ... ok test_change_order_on_get (test.test_ordered_dict.PySimpleLRUCacheTests.test_change_order_on_get) ... ok test_pop (test.test_ordered_dict.PySimpleLRUCacheTests.test_pop) ... ok test_popitem (test.test_ordered_dict.PySimpleLRUCacheTests.test_popitem) ... ok ---------------------------------------------------------------------- Ran 283 tests in 4.938s OK 0:13:55 load avg: 1.07 [249/432/1] test_os test_blocking (test.test_os.BlockingTests.test_blocking) ... ok test_compare_to_walk (test.test_os.BytesFwalkTests.test_compare_to_walk) ... ok test_dir_fd (test.test_os.BytesFwalkTests.test_dir_fd) ... ok test_fd_leak (test.test_os.BytesFwalkTests.test_fd_leak) ... ok test_file_like_path (test.test_os.BytesFwalkTests.test_file_like_path) ... ok test_walk_bad_dir (test.test_os.BytesFwalkTests.test_walk_bad_dir) ... ok test_walk_bottom_up (test.test_os.BytesFwalkTests.test_walk_bottom_up) ... ok test_walk_prune (test.test_os.BytesFwalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.BytesFwalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.BytesFwalkTests.test_walk_topdown) ... ok test_yields_correct_dir_fd (test.test_os.BytesFwalkTests.test_yields_correct_dir_fd) ... ok test_file_like_path (test.test_os.BytesWalkTests.test_file_like_path) ... ok test_walk_bad_dir (test.test_os.BytesWalkTests.test_walk_bad_dir) ... ok test_walk_bottom_up (test.test_os.BytesWalkTests.test_walk_bottom_up) ... ok test_walk_many_open_files (test.test_os.BytesWalkTests.test_walk_many_open_files) ... ok test_walk_prune (test.test_os.BytesWalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.BytesWalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.BytesWalkTests.test_walk_topdown) ... ok test_cpu_count (test.test_os.CPUCountTests.test_cpu_count) ... ok test_chown_gid (test.test_os.ChownFileTests.test_chown_gid) ... skipped 'test needs at least 2 groups' test_chown_uid_gid_arguments_must_be_index (test.test_os.ChownFileTests.test_chown_uid_gid_arguments_must_be_index) ... ok test_chown_with_root (test.test_os.ChownFileTests.test_chown_with_root) ... skipped 'test needs root privilege and more than one user' test_chown_without_permission (test.test_os.ChownFileTests.test_chown_without_permission) ... ok test_devnull (test.test_os.DevNullTests.test_devnull) ... ok test_bad_fd (test.test_os.DeviceEncodingTests.test_bad_fd) ... ok test_device_encoding (test.test_os.DeviceEncodingTests.test_device_encoding) ... ok test___repr__ (test.test_os.EnvironTests.test___repr__) Check that the repr() of os.environ looks like environ({...}). ... ok test_bool (test.test_os.EnvironTests.test_bool) ... ok test_constructor (test.test_os.EnvironTests.test_constructor) ... ok test_environb (test.test_os.EnvironTests.test_environb) ... ok test_get (test.test_os.EnvironTests.test_get) ... ok test_get_exec_path (test.test_os.EnvironTests.test_get_exec_path) ... ok test_getitem (test.test_os.EnvironTests.test_getitem) ... ok test_ior_operator (test.test_os.EnvironTests.test_ior_operator) ... ok test_ior_operator_invalid_dicts (test.test_os.EnvironTests.test_ior_operator_invalid_dicts) ... ok test_ior_operator_key_value_iterable (test.test_os.EnvironTests.test_ior_operator_key_value_iterable) ... ok test_items (test.test_os.EnvironTests.test_items) ... ok test_iter_error_when_changing_os_environ (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ) ... ok test_iter_error_when_changing_os_environ_items (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_items) ... ok test_iter_error_when_changing_os_environ_values (test.test_os.EnvironTests.test_iter_error_when_changing_os_environ_values) ... ok test_key_type (test.test_os.EnvironTests.test_key_type) ... ok test_keys (test.test_os.EnvironTests.test_keys) ... ok test_keyvalue_types (test.test_os.EnvironTests.test_keyvalue_types) ... ok test_len (test.test_os.EnvironTests.test_len) ... ok test_or_operator (test.test_os.EnvironTests.test_or_operator) ... ok test_os_popen_iter (test.test_os.EnvironTests.test_os_popen_iter) ... ok test_pop (test.test_os.EnvironTests.test_pop) ... ok test_popitem (test.test_os.EnvironTests.test_popitem) ... ok test_putenv_unsetenv (test.test_os.EnvironTests.test_putenv_unsetenv) ... ok test_putenv_unsetenv_error (test.test_os.EnvironTests.test_putenv_unsetenv_error) ... ok test_read (test.test_os.EnvironTests.test_read) ... ok test_ror_operator (test.test_os.EnvironTests.test_ror_operator) ... ok test_setdefault (test.test_os.EnvironTests.test_setdefault) ... ok test_update (test.test_os.EnvironTests.test_update) ... ok test_update2 (test.test_os.EnvironTests.test_update2) ... ok test_values (test.test_os.EnvironTests.test_values) ... ok test_write (test.test_os.EnvironTests.test_write) ... ok test_eventfd_initval (test.test_os.EventfdTests.test_eventfd_initval) ... ok test_eventfd_select (test.test_os.EventfdTests.test_eventfd_select) ... ok test_eventfd_semaphore (test.test_os.EventfdTests.test_eventfd_semaphore) ... ok test_execv_with_bad_arglist (test.test_os.ExecTests.test_execv_with_bad_arglist) ... ok test_execve_invalid_env (test.test_os.ExecTests.test_execve_invalid_env) ... ok test_execve_with_empty_path (test.test_os.ExecTests.test_execve_with_empty_path) ... skipped 'Win32-specific test' test_execvpe_with_bad_arglist (test.test_os.ExecTests.test_execvpe_with_bad_arglist) ... ok test_execvpe_with_bad_program (test.test_os.ExecTests.test_execvpe_with_bad_program) ... ok test_internal_execvpe_str (test.test_os.ExecTests.test_internal_execvpe_str) ... ok test_os_all (test.test_os.ExportsTests.test_os_all) ... ok test_fds (test.test_os.ExtendedAttributeTests.test_fds) ... ok test_lpath (test.test_os.ExtendedAttributeTests.test_lpath) ... ok test_simple (test.test_os.ExtendedAttributeTests.test_simple) ... ok test_dup (test.test_os.FDInheritanceTests.test_dup) ... ok test_dup2 (test.test_os.FDInheritanceTests.test_dup2) ... ok test_dup_nul (test.test_os.FDInheritanceTests.test_dup_nul) ... skipped 'win32-specific test' test_dup_standard_stream (test.test_os.FDInheritanceTests.test_dup_standard_stream) ... ok test_get_inheritable_cloexec (test.test_os.FDInheritanceTests.test_get_inheritable_cloexec) ... ok test_get_set_inheritable (test.test_os.FDInheritanceTests.test_get_set_inheritable) ... ok test_get_set_inheritable_badf (test.test_os.FDInheritanceTests.test_get_set_inheritable_badf) ... ok test_get_set_inheritable_o_path (test.test_os.FDInheritanceTests.test_get_set_inheritable_o_path) ... ok test_open (test.test_os.FDInheritanceTests.test_open) ... ok test_openpty (test.test_os.FDInheritanceTests.test_openpty) ... ok test_pipe (test.test_os.FDInheritanceTests.test_pipe) ... ok test_set_inheritable_cloexec (test.test_os.FDInheritanceTests.test_set_inheritable_cloexec) ... ok test_identity (test.test_os.FSEncodingTests.test_identity) ... ok test_nop (test.test_os.FSEncodingTests.test_nop) ... ok test_access (test.test_os.FileTests.test_access) ... ok test_closerange (test.test_os.FileTests.test_closerange) ... skipped "couldn't allocate two consecutive fds" test_copy_file_range (test.test_os.FileTests.test_copy_file_range) ... ok test_copy_file_range_invalid_values (test.test_os.FileTests.test_copy_file_range_invalid_values) ... ok test_copy_file_range_offset (test.test_os.FileTests.test_copy_file_range_offset) ... ok test_fdopen (test.test_os.FileTests.test_fdopen) ... ok test_large_read (test.test_os.FileTests.test_large_read) ... skipped 'not enough memory: 2.0G minimum needed' test_open_keywords (test.test_os.FileTests.test_open_keywords) ... ok test_read (test.test_os.FileTests.test_read) ... ok test_rename (test.test_os.FileTests.test_rename) ... ok test_replace (test.test_os.FileTests.test_replace) ... ok test_splice (test.test_os.FileTests.test_splice) ... ok test_splice_invalid_values (test.test_os.FileTests.test_splice_invalid_values) ... ok test_splice_offset_in (test.test_os.FileTests.test_splice_offset_in) ... ok test_splice_offset_out (test.test_os.FileTests.test_splice_offset_out) ... ok test_symlink_keywords (test.test_os.FileTests.test_symlink_keywords) ... ok test_write (test.test_os.FileTests.test_write) ... ok test_write_windows_console (test.test_os.FileTests.test_write_windows_console) ... skipped 'test specific to the Windows console' test_fork (test.test_os.ForkTests.test_fork) ... ok test_compare_to_walk (test.test_os.FwalkTests.test_compare_to_walk) ... ok test_dir_fd (test.test_os.FwalkTests.test_dir_fd) ... ok test_fd_leak (test.test_os.FwalkTests.test_fd_leak) ... ok test_file_like_path (test.test_os.FwalkTests.test_file_like_path) ... ok test_walk_bad_dir (test.test_os.FwalkTests.test_walk_bad_dir) ... ok test_walk_bottom_up (test.test_os.FwalkTests.test_walk_bottom_up) ... ok test_walk_prune (test.test_os.FwalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.FwalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.FwalkTests.test_walk_topdown) ... ok test_yields_correct_dir_fd (test.test_os.FwalkTests.test_yields_correct_dir_fd) ... ok test_getrandom0 (test.test_os.GetRandomTests.test_getrandom0) ... ok test_getrandom_nonblock (test.test_os.GetRandomTests.test_getrandom_nonblock) ... ok test_getrandom_random (test.test_os.GetRandomTests.test_getrandom_random) ... ok test_getrandom_type (test.test_os.GetRandomTests.test_getrandom_type) ... ok test_getrandom_value (test.test_os.GetRandomTests.test_getrandom_value) ... ok test_link (test.test_os.LinkTests.test_link) ... ok test_link_bytes (test.test_os.LinkTests.test_link_bytes) ... ok test_unicode_name (test.test_os.LinkTests.test_unicode_name) ... ok test_getlogin (test.test_os.LoginTests.test_getlogin) ... skipped 'Skip due to platform/environment differences on *NIX buildbots' test_exist_ok_existing_directory (test.test_os.MakedirTests.test_exist_ok_existing_directory) ... ok test_exist_ok_existing_regular_file (test.test_os.MakedirTests.test_exist_ok_existing_regular_file) ... ok test_exist_ok_s_isgid_directory (test.test_os.MakedirTests.test_exist_ok_s_isgid_directory) ... ok test_makedir (test.test_os.MakedirTests.test_makedir) ... ok test_mode (test.test_os.MakedirTests.test_mode) ... ok test_memfd_create (test.test_os.MemfdCreateTests.test_memfd_create) ... ok test_getcwd (test.test_os.MiscTests.test_getcwd) ... ok test_getcwd_long_path (test.test_os.MiscTests.test_getcwd_long_path) ... Tested current directory length: 2000 ok test_getcwdb (test.test_os.MiscTests.test_getcwdb) ... ok test_directory_link_nonlocal (test.test_os.NonLocalSymlinkTests.test_directory_link_nonlocal) The symlink target should resolve relative to the link, not relative ... ok test_oserror_filename (test.test_os.OSErrorTests.test_oserror_filename) ... ok test_path_t_converter (test.test_os.PathTConverterTests.test_path_t_converter) ... ok test_path_t_converter_and_custom_class (test.test_os.PathTConverterTests.test_path_t_converter_and_custom_class) ... ok test_listdir (test.test_os.Pep383Tests.test_listdir) ... ok test_open (test.test_os.Pep383Tests.test_open) ... ok test_stat (test.test_os.Pep383Tests.test_stat) ... ok test_statvfs (test.test_os.Pep383Tests.test_statvfs) ... ok test_getppid (test.test_os.PidTests.test_getppid) ... ok test_waitpid (test.test_os.PidTests.test_waitpid) ... ok test_waitpid_windows (test.test_os.PidTests.test_waitpid_windows) ... skipped 'win32-specific test' test_waitstatus_to_exitcode (test.test_os.PidTests.test_waitstatus_to_exitcode) ... ok test_waitstatus_to_exitcode_kill (test.test_os.PidTests.test_waitstatus_to_exitcode_kill) ... ok test_waitstatus_to_exitcode_windows (test.test_os.PidTests.test_waitstatus_to_exitcode_windows) ... skipped 'win32-specific test' test_setegid (test.test_os.PosixUidGidTests.test_setegid) ... ok test_seteuid (test.test_os.PosixUidGidTests.test_seteuid) ... ok test_setgid (test.test_os.PosixUidGidTests.test_setgid) ... ok test_setregid (test.test_os.PosixUidGidTests.test_setregid) ... ok test_setregid_neg1 (test.test_os.PosixUidGidTests.test_setregid_neg1) ... ok test_setreuid (test.test_os.PosixUidGidTests.test_setreuid) ... ok test_setreuid_neg1 (test.test_os.PosixUidGidTests.test_setreuid_neg1) ... ok test_setuid (test.test_os.PosixUidGidTests.test_setuid) ... ok test_set_get_priority (test.test_os.ProgramPriorityTests.test_set_get_priority) ... ok test_bytes (test.test_os.ReadlinkTests.test_bytes) ... ok test_missing_link (test.test_os.ReadlinkTests.test_missing_link) ... ok test_not_symlink (test.test_os.ReadlinkTests.test_not_symlink) ... ok test_pathlike (test.test_os.ReadlinkTests.test_pathlike) ... ok test_pathlike_bytes (test.test_os.ReadlinkTests.test_pathlike_bytes) ... ok test_remove_all (test.test_os.RemoveDirsTests.test_remove_all) ... ok test_remove_nothing (test.test_os.RemoveDirsTests.test_remove_nothing) ... ok test_remove_partial (test.test_os.RemoveDirsTests.test_remove_partial) ... ok test_nowait (test.test_os.SpawnTests.test_nowait) ... ok test_spawnl (test.test_os.SpawnTests.test_spawnl) ... ok test_spawnl_noargs (test.test_os.SpawnTests.test_spawnl_noargs) ... ok test_spawnle (test.test_os.SpawnTests.test_spawnle) ... ok test_spawnle_noargs (test.test_os.SpawnTests.test_spawnle_noargs) ... ok test_spawnlp (test.test_os.SpawnTests.test_spawnlp) ... ok test_spawnlpe (test.test_os.SpawnTests.test_spawnlpe) ... ok test_spawnv (test.test_os.SpawnTests.test_spawnv) ... ok test_spawnv_noargs (test.test_os.SpawnTests.test_spawnv_noargs) ... ok test_spawnve (test.test_os.SpawnTests.test_spawnve) ... ok test_spawnve_bytes (test.test_os.SpawnTests.test_spawnve_bytes) ... ok test_spawnve_invalid_env (test.test_os.SpawnTests.test_spawnve_invalid_env) ... ok test_spawnve_noargs (test.test_os.SpawnTests.test_spawnve_noargs) ... ok test_spawnvp (test.test_os.SpawnTests.test_spawnvp) ... ok test_spawnvpe (test.test_os.SpawnTests.test_spawnvpe) ... ok test_spawnvpe_invalid_env (test.test_os.SpawnTests.test_spawnvpe_invalid_env) ... ok test_15261 (test.test_os.StatAttributeTests.test_15261) ... skipped 'Win32 specific tests' test_1686475 (test.test_os.StatAttributeTests.test_1686475) ... skipped 'Win32 specific tests' test_access_denied (test.test_os.StatAttributeTests.test_access_denied) ... skipped 'Win32 specific tests' test_file_attributes (test.test_os.StatAttributeTests.test_file_attributes) ... skipped 'st_file_attributes is Win32 specific' test_stat_attributes (test.test_os.StatAttributeTests.test_stat_attributes) ... ok test_stat_attributes_bytes (test.test_os.StatAttributeTests.test_stat_attributes_bytes) ... ok test_stat_block_device (test.test_os.StatAttributeTests.test_stat_block_device) ... skipped 'Win32 specific tests' test_stat_result_pickle (test.test_os.StatAttributeTests.test_stat_result_pickle) ... ok test_statvfs_attributes (test.test_os.StatAttributeTests.test_statvfs_attributes) ... ok test_statvfs_result_pickle (test.test_os.StatAttributeTests.test_statvfs_result_pickle) ... ok test_does_not_crash (test.test_os.TermsizeTests.test_does_not_crash) Check if get_terminal_size() returns a meaningful value. ... skipped 'failed to query terminal size' test_stty_match (test.test_os.TermsizeTests.test_stty_match) Check if stty returns the same results ... ok test_uninstantiable (test.test_os.TestDirEntry.test_uninstantiable) ... ok test_unpickable (test.test_os.TestDirEntry.test_unpickable) ... ok test_blocking (test.test_os.TestInvalidFD.test_blocking) ... ok test_closerange (test.test_os.TestInvalidFD.test_closerange) ... skipped 'Unable to acquire a range of invalid file descriptors' test_dup (test.test_os.TestInvalidFD.test_dup) ... ok test_dup2 (test.test_os.TestInvalidFD.test_dup2) ... ok test_dup2_negative_fd (test.test_os.TestInvalidFD.test_dup2_negative_fd) ... ok test_fchdir (test.test_os.TestInvalidFD.test_fchdir) ... ok test_fchmod (test.test_os.TestInvalidFD.test_fchmod) ... ok test_fchown (test.test_os.TestInvalidFD.test_fchown) ... ok test_fdatasync (test.test_os.TestInvalidFD.test_fdatasync) ... ok test_fdopen (test.test_os.TestInvalidFD.test_fdopen) ... ok test_fpathconf (test.test_os.TestInvalidFD.test_fpathconf) ... ok test_fstat (test.test_os.TestInvalidFD.test_fstat) ... ok test_fstatvfs (test.test_os.TestInvalidFD.test_fstatvfs) ... ok test_fsync (test.test_os.TestInvalidFD.test_fsync) ... ok test_ftruncate (test.test_os.TestInvalidFD.test_ftruncate) ... ok test_inheritable (test.test_os.TestInvalidFD.test_inheritable) ... ok test_isatty (test.test_os.TestInvalidFD.test_isatty) ... ok test_lseek (test.test_os.TestInvalidFD.test_lseek) ... ok test_read (test.test_os.TestInvalidFD.test_read) ... ok test_readv (test.test_os.TestInvalidFD.test_readv) ... ok test_tcgetpgrp (test.test_os.TestInvalidFD.test_tcgetpgrp) ... ok test_tcsetpgrpt (test.test_os.TestInvalidFD.test_tcsetpgrpt) ... ok test_ttyname (test.test_os.TestInvalidFD.test_ttyname) ... ok test_write (test.test_os.TestInvalidFD.test_write) ... ok test_writev (test.test_os.TestInvalidFD.test_writev) ... ok test_argument_required (test.test_os.TestPEP519.test_argument_required) ... ok test_bad_pathlike (test.test_os.TestPEP519.test_bad_pathlike) ... ok test_fsencode_fsdecode (test.test_os.TestPEP519.test_fsencode_fsdecode) ... ok test_garbage_in_exception_out (test.test_os.TestPEP519.test_garbage_in_exception_out) ... ok test_pathlike (test.test_os.TestPEP519.test_pathlike) ... ok test_pathlike_class_getitem (test.test_os.TestPEP519.test_pathlike_class_getitem) ... ok test_pathlike_subclasshook (test.test_os.TestPEP519.test_pathlike_subclasshook) ... ok test_return_bytes (test.test_os.TestPEP519.test_return_bytes) ... ok test_return_string (test.test_os.TestPEP519.test_return_string) ... ok test_argument_required (test.test_os.TestPEP519PurePython.test_argument_required) ... ok test_bad_pathlike (test.test_os.TestPEP519PurePython.test_bad_pathlike) ... ok test_fsencode_fsdecode (test.test_os.TestPEP519PurePython.test_fsencode_fsdecode) ... ok test_garbage_in_exception_out (test.test_os.TestPEP519PurePython.test_garbage_in_exception_out) ... ok test_pathlike (test.test_os.TestPEP519PurePython.test_pathlike) ... ok test_pathlike_class_getitem (test.test_os.TestPEP519PurePython.test_pathlike_class_getitem) ... ok test_pathlike_subclasshook (test.test_os.TestPEP519PurePython.test_pathlike_subclasshook) ... ok test_return_bytes (test.test_os.TestPEP519PurePython.test_return_bytes) ... ok test_return_string (test.test_os.TestPEP519PurePython.test_return_string) ... ok test_attributes (test.test_os.TestScandir.test_attributes) ... ok test_bad_path_type (test.test_os.TestScandir.test_bad_path_type) ... ok test_broken_symlink (test.test_os.TestScandir.test_broken_symlink) ... ok test_bytes (test.test_os.TestScandir.test_bytes) ... ok test_bytes_like (test.test_os.TestScandir.test_bytes_like) ... ok test_close (test.test_os.TestScandir.test_close) ... ok test_consume_iterator_twice (test.test_os.TestScandir.test_consume_iterator_twice) ... ok test_context_manager (test.test_os.TestScandir.test_context_manager) ... ok test_context_manager_close (test.test_os.TestScandir.test_context_manager_close) ... ok test_context_manager_exception (test.test_os.TestScandir.test_context_manager_exception) ... ok test_current_directory (test.test_os.TestScandir.test_current_directory) ... ok test_empty_path (test.test_os.TestScandir.test_empty_path) ... ok test_fd (test.test_os.TestScandir.test_fd) ... ok test_fspath_protocol (test.test_os.TestScandir.test_fspath_protocol) ... ok test_fspath_protocol_bytes (test.test_os.TestScandir.test_fspath_protocol_bytes) ... ok test_removed_dir (test.test_os.TestScandir.test_removed_dir) ... ok test_removed_file (test.test_os.TestScandir.test_removed_file) ... ok test_repr (test.test_os.TestScandir.test_repr) ... ok test_resource_warning (test.test_os.TestScandir.test_resource_warning) ... ok test_uninstantiable (test.test_os.TestScandir.test_uninstantiable) ... ok test_unpickable (test.test_os.TestScandir.test_unpickable) ... ok test_flags (test.test_os.TestSendfile.test_flags) ... skipped 'requires headers and trailers support' test_headers (test.test_os.TestSendfile.test_headers) ... skipped 'requires headers and trailers support' test_headers_overflow_32bits (test.test_os.TestSendfile.test_headers_overflow_32bits) ... skipped 'requires headers and trailers support' test_invalid_offset (test.test_os.TestSendfile.test_invalid_offset) ... ok test_keywords (test.test_os.TestSendfile.test_keywords) ... ok test_offset_overflow (test.test_os.TestSendfile.test_offset_overflow) ... ok test_send_at_certain_offset (test.test_os.TestSendfile.test_send_at_certain_offset) ... ok test_send_whole_file (test.test_os.TestSendfile.test_send_whole_file) ... ok test_trailers (test.test_os.TestSendfile.test_trailers) ... skipped 'requires headers and trailers support' test_trailers_overflow_32bits (test.test_os.TestSendfile.test_trailers_overflow_32bits) ... skipped 'requires headers and trailers support' test_times (test.test_os.TimesTests.test_times) ... ok test_urandom_failure (test.test_os.URandomFDTests.test_urandom_failure) ... skipped 'os.random() does not use a file descriptor' test_urandom_fd_closed (test.test_os.URandomFDTests.test_urandom_fd_closed) ... skipped 'os.random() does not use a file descriptor' test_urandom_fd_reopened (test.test_os.URandomFDTests.test_urandom_fd_reopened) ... skipped 'os.random() does not use a file descriptor' test_urandom_length (test.test_os.URandomTests.test_urandom_length) ... ok test_urandom_subprocess (test.test_os.URandomTests.test_urandom_subprocess) ... ok test_urandom_value (test.test_os.URandomTests.test_urandom_value) ... ok test_issue31577 (test.test_os.UtimeTests.test_issue31577) ... ok test_large_time (test.test_os.UtimeTests.test_large_time) ... skipped 'requires NTFS' test_utime (test.test_os.UtimeTests.test_utime) ... ok test_utime_by_indexed (test.test_os.UtimeTests.test_utime_by_indexed) ... ok test_utime_by_times (test.test_os.UtimeTests.test_utime_by_times) ... ok test_utime_current (test.test_os.UtimeTests.test_utime_current) ... ok test_utime_current_old (test.test_os.UtimeTests.test_utime_current_old) ... ok test_utime_dir_fd (test.test_os.UtimeTests.test_utime_dir_fd) ... ok test_utime_directory (test.test_os.UtimeTests.test_utime_directory) ... ok test_utime_fd (test.test_os.UtimeTests.test_utime_fd) ... ok test_utime_invalid_arguments (test.test_os.UtimeTests.test_utime_invalid_arguments) ... ok test_utime_nofollow_symlinks (test.test_os.UtimeTests.test_utime_nofollow_symlinks) ... ok test_file_like_path (test.test_os.WalkTests.test_file_like_path) ... ok test_walk_bad_dir (test.test_os.WalkTests.test_walk_bad_dir) ... ok test_walk_bottom_up (test.test_os.WalkTests.test_walk_bottom_up) ... ok test_walk_many_open_files (test.test_os.WalkTests.test_walk_many_open_files) ... ok test_walk_prune (test.test_os.WalkTests.test_walk_prune) ... ok test_walk_symlink (test.test_os.WalkTests.test_walk_symlink) ... ok test_walk_topdown (test.test_os.WalkTests.test_walk_topdown) ... ok test_chdir (test.test_os.Win32ErrorTests.test_chdir) ... skipped 'Win32 specific tests' test_chmod (test.test_os.Win32ErrorTests.test_chmod) ... skipped 'Win32 specific tests' test_mkdir (test.test_os.Win32ErrorTests.test_mkdir) ... skipped 'Win32 specific tests' test_remove (test.test_os.Win32ErrorTests.test_remove) ... skipped 'Win32 specific tests' test_rename (test.test_os.Win32ErrorTests.test_rename) ... skipped 'Win32 specific tests' test_utime (test.test_os.Win32ErrorTests.test_utime) ... skipped 'Win32 specific tests' test_create_junction (test.test_os.Win32JunctionTests.test_create_junction) ... skipped 'Win32 specific tests' test_unlink_removes_junction (test.test_os.Win32JunctionTests.test_unlink_removes_junction) ... skipped 'Win32 specific tests' test_CTRL_BREAK_EVENT (test.test_os.Win32KillTests.test_CTRL_BREAK_EVENT) ... skipped 'Win32 specific tests' test_CTRL_C_EVENT (test.test_os.Win32KillTests.test_CTRL_C_EVENT) ... skipped 'Win32 specific tests' test_kill_int (test.test_os.Win32KillTests.test_kill_int) ... skipped 'Win32 specific tests' test_kill_sigterm (test.test_os.Win32KillTests.test_kill_sigterm) ... skipped 'Win32 specific tests' test_listdir_extended_path (test.test_os.Win32ListdirTests.test_listdir_extended_path) Test when the path starts with '\\?\'. ... skipped 'Win32 specific tests' test_listdir_no_extended_path (test.test_os.Win32ListdirTests.test_listdir_no_extended_path) Test when the path is not an "extended" path. ... skipped 'Win32 specific tests' test_getfinalpathname_handles (test.test_os.Win32NtTests.test_getfinalpathname_handles) ... skipped 'Win32 specific tests' test_stat_unlink_race (test.test_os.Win32NtTests.test_stat_unlink_race) ... skipped 'Win32 specific tests' test_12084 (test.test_os.Win32SymlinkTests.test_12084) ... skipped 'Win32 specific tests' test_29248 (test.test_os.Win32SymlinkTests.test_29248) ... skipped 'Win32 specific tests' test_appexeclink (test.test_os.Win32SymlinkTests.test_appexeclink) ... skipped 'Win32 specific tests' test_buffer_overflow (test.test_os.Win32SymlinkTests.test_buffer_overflow) ... skipped 'Win32 specific tests' test_directory_link (test.test_os.Win32SymlinkTests.test_directory_link) ... skipped 'Win32 specific tests' test_file_link (test.test_os.Win32SymlinkTests.test_file_link) ... skipped 'Win32 specific tests' test_isdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_isdir_on_directory_link_to_missing_target) ... skipped 'Win32 specific tests' test_remove_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_remove_directory_link_to_missing_target) ... skipped 'Win32 specific tests' test_rmdir_on_directory_link_to_missing_target (test.test_os.Win32SymlinkTests.test_rmdir_on_directory_link_to_missing_target) ... skipped 'Win32 specific tests' ---------------------------------------------------------------------- Ran 317 tests in 1.960s OK (skipped=51) 0:13:58 load avg: 1.14 [250/432/1] test_ossaudiodev setUpModule (test.test_ossaudiodev) ... skipped "[Errno 2] No such file or directory: '/dev/dsp'" ---------------------------------------------------------------------- Ran 0 tests in 0.000s OK (skipped=1) 0:13:59 load avg: 1.14 [251/432/1] test_osx_env test_pythonexecutable_sets_sys_executable (test.test_osx_env.OSXEnvironmentVariableTestCase.test_pythonexecutable_sets_sys_executable) ... skipped 'unnecessary on this platform' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:13:59 load avg: 1.14 [252/432/1] test_pathlib test_rtruediv (test.test_pathlib.CompatiblePathTest.test_rtruediv) ... ok test_truediv (test.test_pathlib.CompatiblePathTest.test_truediv) ... ok test_parse_parts (test.test_pathlib.NTFlavourTest.test_parse_parts) ... ok test_parse_parts_common (test.test_pathlib.NTFlavourTest.test_parse_parts_common) ... ok test_splitroot (test.test_pathlib.NTFlavourTest.test_splitroot) ... ok test_absolute_common (test.test_pathlib.PathTest.test_absolute_common) ... ok test_chmod (test.test_pathlib.PathTest.test_chmod) ... ok test_chmod_follow_symlinks_true (test.test_pathlib.PathTest.test_chmod_follow_symlinks_true) ... ok test_complex_symlinks_absolute (test.test_pathlib.PathTest.test_complex_symlinks_absolute) ... ok test_complex_symlinks_relative (test.test_pathlib.PathTest.test_complex_symlinks_relative) ... ok test_complex_symlinks_relative_dot_dot (test.test_pathlib.PathTest.test_complex_symlinks_relative_dot_dot) ... ok test_concrete_class (test.test_pathlib.PathTest.test_concrete_class) ... ok test_cwd (test.test_pathlib.PathTest.test_cwd) ... ok test_empty_path (test.test_pathlib.PathTest.test_empty_path) ... ok test_exists (test.test_pathlib.PathTest.test_exists) ... ok test_expanduser_common (test.test_pathlib.PathTest.test_expanduser_common) ... ok test_glob_common (test.test_pathlib.PathTest.test_glob_common) ... ok test_glob_dotdot (test.test_pathlib.PathTest.test_glob_dotdot) ... ok test_glob_empty_pattern (test.test_pathlib.PathTest.test_glob_empty_pattern) ... ok test_glob_long_symlink (test.test_pathlib.PathTest.test_glob_long_symlink) ... ok test_glob_many_open_files (test.test_pathlib.PathTest.test_glob_many_open_files) ... ok test_glob_permissions (test.test_pathlib.PathTest.test_glob_permissions) ... ok test_group (test.test_pathlib.PathTest.test_group) ... ok test_hardlink_to (test.test_pathlib.PathTest.test_hardlink_to) ... ok test_home (test.test_pathlib.PathTest.test_home) ... ok test_is_block_device_false (test.test_pathlib.PathTest.test_is_block_device_false) ... ok test_is_char_device_false (test.test_pathlib.PathTest.test_is_char_device_false) ... ok test_is_char_device_true (test.test_pathlib.PathTest.test_is_char_device_true) ... ok test_is_dir (test.test_pathlib.PathTest.test_is_dir) ... ok test_is_fifo_false (test.test_pathlib.PathTest.test_is_fifo_false) ... ok test_is_fifo_true (test.test_pathlib.PathTest.test_is_fifo_true) ... ok test_is_file (test.test_pathlib.PathTest.test_is_file) ... ok test_is_mount (test.test_pathlib.PathTest.test_is_mount) ... ok test_is_socket_false (test.test_pathlib.PathTest.test_is_socket_false) ... ok test_is_socket_true (test.test_pathlib.PathTest.test_is_socket_true) ... ok test_is_symlink (test.test_pathlib.PathTest.test_is_symlink) ... ok test_iterdir (test.test_pathlib.PathTest.test_iterdir) ... ok test_iterdir_nodir (test.test_pathlib.PathTest.test_iterdir_nodir) ... ok test_iterdir_symlink (test.test_pathlib.PathTest.test_iterdir_symlink) ... ok test_link_to (test.test_pathlib.PathTest.test_link_to) ... ok test_link_to_not_implemented (test.test_pathlib.PathTest.test_link_to_not_implemented) ... skipped 'os.link() is present' test_lstat (test.test_pathlib.PathTest.test_lstat) ... ok test_lstat_nosymlink (test.test_pathlib.PathTest.test_lstat_nosymlink) ... ok test_mkdir (test.test_pathlib.PathTest.test_mkdir) ... ok test_mkdir_concurrent_parent_creation (test.test_pathlib.PathTest.test_mkdir_concurrent_parent_creation) ... ok test_mkdir_exist_ok (test.test_pathlib.PathTest.test_mkdir_exist_ok) ... ok test_mkdir_exist_ok_root (test.test_pathlib.PathTest.test_mkdir_exist_ok_root) ... ok test_mkdir_exist_ok_with_parent (test.test_pathlib.PathTest.test_mkdir_exist_ok_with_parent) ... ok test_mkdir_no_parents_file (test.test_pathlib.PathTest.test_mkdir_no_parents_file) ... ok test_mkdir_parents (test.test_pathlib.PathTest.test_mkdir_parents) ... ok test_mkdir_with_child_file (test.test_pathlib.PathTest.test_mkdir_with_child_file) ... ok test_mkdir_with_unknown_drive (test.test_pathlib.PathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a Windows-compatible system' test_open_common (test.test_pathlib.PathTest.test_open_common) ... ok test_owner (test.test_pathlib.PathTest.test_owner) ... ok test_parts_interning (test.test_pathlib.PathTest.test_parts_interning) ... ok test_pickling_common (test.test_pathlib.PathTest.test_pickling_common) ... ok test_read_write_bytes (test.test_pathlib.PathTest.test_read_write_bytes) ... ok test_read_write_text (test.test_pathlib.PathTest.test_read_write_text) ... ok test_readlink (test.test_pathlib.PathTest.test_readlink) ... ok test_rename (test.test_pathlib.PathTest.test_rename) ... ok test_replace (test.test_pathlib.PathTest.test_replace) ... ok test_resolve_common (test.test_pathlib.PathTest.test_resolve_common) ... ok test_resolve_dot (test.test_pathlib.PathTest.test_resolve_dot) ... ok test_resolve_nonexist_relative_issue38671 (test.test_pathlib.PathTest.test_resolve_nonexist_relative_issue38671) ... ok test_rglob_common (test.test_pathlib.PathTest.test_rglob_common) ... ok test_rglob_symlink_loop (test.test_pathlib.PathTest.test_rglob_symlink_loop) ... ok test_rmdir (test.test_pathlib.PathTest.test_rmdir) ... ok test_samefile (test.test_pathlib.PathTest.test_samefile) ... ok test_stat (test.test_pathlib.PathTest.test_stat) ... ok test_stat_no_follow_symlinks (test.test_pathlib.PathTest.test_stat_no_follow_symlinks) ... ok test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.PathTest.test_stat_no_follow_symlinks_nosymlink) ... ok test_symlink_to (test.test_pathlib.PathTest.test_symlink_to) ... ok test_touch_common (test.test_pathlib.PathTest.test_touch_common) ... ok test_touch_nochange (test.test_pathlib.PathTest.test_touch_nochange) ... ok test_unlink (test.test_pathlib.PathTest.test_unlink) ... ok test_unlink_missing_ok (test.test_pathlib.PathTest.test_unlink_missing_ok) ... ok test_unsupported_flavour (test.test_pathlib.PathTest.test_unsupported_flavour) ... ok test_with (test.test_pathlib.PathTest.test_with) ... ok test_write_text_with_newlines (test.test_pathlib.PathTest.test_write_text_with_newlines) ... ok test_parse_parts (test.test_pathlib.PosixFlavourTest.test_parse_parts) ... ok test_parse_parts_common (test.test_pathlib.PosixFlavourTest.test_parse_parts_common) ... ok test_splitroot (test.test_pathlib.PosixFlavourTest.test_splitroot) ... ok test_anchor_common (test.test_pathlib.PosixPathAsPureTest.test_anchor_common) ... ok test_as_bytes_common (test.test_pathlib.PosixPathAsPureTest.test_as_bytes_common) ... ok test_as_posix_common (test.test_pathlib.PosixPathAsPureTest.test_as_posix_common) ... ok test_as_uri (test.test_pathlib.PosixPathAsPureTest.test_as_uri) ... ok test_as_uri_common (test.test_pathlib.PosixPathAsPureTest.test_as_uri_common) ... ok test_as_uri_non_ascii (test.test_pathlib.PosixPathAsPureTest.test_as_uri_non_ascii) ... ok test_constructor_common (test.test_pathlib.PosixPathAsPureTest.test_constructor_common) ... ok test_div (test.test_pathlib.PosixPathAsPureTest.test_div) ... ok test_div_common (test.test_pathlib.PosixPathAsPureTest.test_div_common) ... ok test_drive_common (test.test_pathlib.PosixPathAsPureTest.test_drive_common) ... ok test_eq (test.test_pathlib.PosixPathAsPureTest.test_eq) ... ok test_eq_common (test.test_pathlib.PosixPathAsPureTest.test_eq_common) ... ok test_equivalences (test.test_pathlib.PosixPathAsPureTest.test_equivalences) ... ok test_fspath_common (test.test_pathlib.PosixPathAsPureTest.test_fspath_common) ... ok test_is_absolute (test.test_pathlib.PosixPathAsPureTest.test_is_absolute) ... ok test_is_relative_to_common (test.test_pathlib.PosixPathAsPureTest.test_is_relative_to_common) ... ok test_is_reserved (test.test_pathlib.PosixPathAsPureTest.test_is_reserved) ... ok test_join (test.test_pathlib.PosixPathAsPureTest.test_join) ... ok test_join_common (test.test_pathlib.PosixPathAsPureTest.test_join_common) ... ok test_match (test.test_pathlib.PosixPathAsPureTest.test_match) ... ok test_match_common (test.test_pathlib.PosixPathAsPureTest.test_match_common) ... ok test_name_common (test.test_pathlib.PosixPathAsPureTest.test_name_common) ... ok test_ordering_common (test.test_pathlib.PosixPathAsPureTest.test_ordering_common) ... ok test_parent_common (test.test_pathlib.PosixPathAsPureTest.test_parent_common) ... ok test_parents_common (test.test_pathlib.PosixPathAsPureTest.test_parents_common) ... ok test_parts_common (test.test_pathlib.PosixPathAsPureTest.test_parts_common) ... ok test_pickling_common (test.test_pathlib.PosixPathAsPureTest.test_pickling_common) ... ok test_relative_to_common (test.test_pathlib.PosixPathAsPureTest.test_relative_to_common) ... ok test_repr_common (test.test_pathlib.PosixPathAsPureTest.test_repr_common) ... ok test_root (test.test_pathlib.PosixPathAsPureTest.test_root) ... ok test_root_common (test.test_pathlib.PosixPathAsPureTest.test_root_common) ... ok test_stem_common (test.test_pathlib.PosixPathAsPureTest.test_stem_common) ... ok test_str_common (test.test_pathlib.PosixPathAsPureTest.test_str_common) ... ok test_str_subclass_common (test.test_pathlib.PosixPathAsPureTest.test_str_subclass_common) ... ok test_suffix_common (test.test_pathlib.PosixPathAsPureTest.test_suffix_common) ... ok test_suffixes_common (test.test_pathlib.PosixPathAsPureTest.test_suffixes_common) ... ok test_with_name_common (test.test_pathlib.PosixPathAsPureTest.test_with_name_common) ... ok test_with_stem_common (test.test_pathlib.PosixPathAsPureTest.test_with_stem_common) ... ok test_with_suffix_common (test.test_pathlib.PosixPathAsPureTest.test_with_suffix_common) ... ok test_absolute (test.test_pathlib.PosixPathTest.test_absolute) ... ok test_absolute_common (test.test_pathlib.PosixPathTest.test_absolute_common) ... ok test_chmod (test.test_pathlib.PosixPathTest.test_chmod) ... ok test_chmod_follow_symlinks_true (test.test_pathlib.PosixPathTest.test_chmod_follow_symlinks_true) ... ok test_complex_symlinks_absolute (test.test_pathlib.PosixPathTest.test_complex_symlinks_absolute) ... ok test_complex_symlinks_relative (test.test_pathlib.PosixPathTest.test_complex_symlinks_relative) ... ok test_complex_symlinks_relative_dot_dot (test.test_pathlib.PosixPathTest.test_complex_symlinks_relative_dot_dot) ... ok test_cwd (test.test_pathlib.PosixPathTest.test_cwd) ... ok test_empty_path (test.test_pathlib.PosixPathTest.test_empty_path) ... ok test_exists (test.test_pathlib.PosixPathTest.test_exists) ... ok test_expanduser (test.test_pathlib.PosixPathTest.test_expanduser) ... ok test_expanduser_common (test.test_pathlib.PosixPathTest.test_expanduser_common) ... ok test_glob (test.test_pathlib.PosixPathTest.test_glob) ... ok test_glob_common (test.test_pathlib.PosixPathTest.test_glob_common) ... ok test_glob_dotdot (test.test_pathlib.PosixPathTest.test_glob_dotdot) ... ok test_glob_long_symlink (test.test_pathlib.PosixPathTest.test_glob_long_symlink) ... ok test_glob_many_open_files (test.test_pathlib.PosixPathTest.test_glob_many_open_files) ... ok test_glob_permissions (test.test_pathlib.PosixPathTest.test_glob_permissions) ... ok test_group (test.test_pathlib.PosixPathTest.test_group) ... ok test_handling_bad_descriptor (test.test_pathlib.PosixPathTest.test_handling_bad_descriptor) ... skipped 'Bad file descriptor in /dev/fd affects only macOS' test_hardlink_to (test.test_pathlib.PosixPathTest.test_hardlink_to) ... ok test_home (test.test_pathlib.PosixPathTest.test_home) ... ok test_is_block_device_false (test.test_pathlib.PosixPathTest.test_is_block_device_false) ... ok test_is_char_device_false (test.test_pathlib.PosixPathTest.test_is_char_device_false) ... ok test_is_char_device_true (test.test_pathlib.PosixPathTest.test_is_char_device_true) ... ok test_is_dir (test.test_pathlib.PosixPathTest.test_is_dir) ... ok test_is_fifo_false (test.test_pathlib.PosixPathTest.test_is_fifo_false) ... ok test_is_fifo_true (test.test_pathlib.PosixPathTest.test_is_fifo_true) ... ok test_is_file (test.test_pathlib.PosixPathTest.test_is_file) ... ok test_is_mount (test.test_pathlib.PosixPathTest.test_is_mount) ... ok test_is_socket_false (test.test_pathlib.PosixPathTest.test_is_socket_false) ... ok test_is_socket_true (test.test_pathlib.PosixPathTest.test_is_socket_true) ... ok test_is_symlink (test.test_pathlib.PosixPathTest.test_is_symlink) ... ok test_iterdir (test.test_pathlib.PosixPathTest.test_iterdir) ... ok test_iterdir_nodir (test.test_pathlib.PosixPathTest.test_iterdir_nodir) ... ok test_iterdir_symlink (test.test_pathlib.PosixPathTest.test_iterdir_symlink) ... ok test_link_to (test.test_pathlib.PosixPathTest.test_link_to) ... ok test_link_to_not_implemented (test.test_pathlib.PosixPathTest.test_link_to_not_implemented) ... skipped 'os.link() is present' test_lstat (test.test_pathlib.PosixPathTest.test_lstat) ... ok test_lstat_nosymlink (test.test_pathlib.PosixPathTest.test_lstat_nosymlink) ... ok test_mkdir (test.test_pathlib.PosixPathTest.test_mkdir) ... ok test_mkdir_concurrent_parent_creation (test.test_pathlib.PosixPathTest.test_mkdir_concurrent_parent_creation) ... ok test_mkdir_exist_ok (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok) ... ok test_mkdir_exist_ok_root (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok_root) ... ok test_mkdir_exist_ok_with_parent (test.test_pathlib.PosixPathTest.test_mkdir_exist_ok_with_parent) ... ok test_mkdir_no_parents_file (test.test_pathlib.PosixPathTest.test_mkdir_no_parents_file) ... ok test_mkdir_parents (test.test_pathlib.PosixPathTest.test_mkdir_parents) ... ok test_mkdir_with_child_file (test.test_pathlib.PosixPathTest.test_mkdir_with_child_file) ... ok test_mkdir_with_unknown_drive (test.test_pathlib.PosixPathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a Windows-compatible system' test_open_common (test.test_pathlib.PosixPathTest.test_open_common) ... ok test_open_mode (test.test_pathlib.PosixPathTest.test_open_mode) ... ok test_owner (test.test_pathlib.PosixPathTest.test_owner) ... ok test_parts_interning (test.test_pathlib.PosixPathTest.test_parts_interning) ... ok test_pickling_common (test.test_pathlib.PosixPathTest.test_pickling_common) ... ok test_read_write_bytes (test.test_pathlib.PosixPathTest.test_read_write_bytes) ... ok test_read_write_text (test.test_pathlib.PosixPathTest.test_read_write_text) ... ok test_readlink (test.test_pathlib.PosixPathTest.test_readlink) ... ok test_rename (test.test_pathlib.PosixPathTest.test_rename) ... ok test_replace (test.test_pathlib.PosixPathTest.test_replace) ... ok test_resolve_common (test.test_pathlib.PosixPathTest.test_resolve_common) ... ok test_resolve_dot (test.test_pathlib.PosixPathTest.test_resolve_dot) ... ok test_resolve_loop (test.test_pathlib.PosixPathTest.test_resolve_loop) ... ok test_resolve_nonexist_relative_issue38671 (test.test_pathlib.PosixPathTest.test_resolve_nonexist_relative_issue38671) ... ok test_resolve_root (test.test_pathlib.PosixPathTest.test_resolve_root) ... ok test_rglob (test.test_pathlib.PosixPathTest.test_rglob) ... ok test_rglob_common (test.test_pathlib.PosixPathTest.test_rglob_common) ... ok test_rglob_symlink_loop (test.test_pathlib.PosixPathTest.test_rglob_symlink_loop) ... ok test_rmdir (test.test_pathlib.PosixPathTest.test_rmdir) ... ok test_samefile (test.test_pathlib.PosixPathTest.test_samefile) ... ok test_stat (test.test_pathlib.PosixPathTest.test_stat) ... ok test_stat_no_follow_symlinks (test.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks) ... ok test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.PosixPathTest.test_stat_no_follow_symlinks_nosymlink) ... ok test_symlink_to (test.test_pathlib.PosixPathTest.test_symlink_to) ... ok test_touch_common (test.test_pathlib.PosixPathTest.test_touch_common) ... ok test_touch_mode (test.test_pathlib.PosixPathTest.test_touch_mode) ... ok test_touch_nochange (test.test_pathlib.PosixPathTest.test_touch_nochange) ... ok test_unlink (test.test_pathlib.PosixPathTest.test_unlink) ... ok test_unlink_missing_ok (test.test_pathlib.PosixPathTest.test_unlink_missing_ok) ... ok test_with (test.test_pathlib.PosixPathTest.test_with) ... ok test_write_text_with_newlines (test.test_pathlib.PosixPathTest.test_write_text_with_newlines) ... ok test_anchor_common (test.test_pathlib.PurePathTest.test_anchor_common) ... ok test_as_bytes_common (test.test_pathlib.PurePathTest.test_as_bytes_common) ... ok test_as_posix_common (test.test_pathlib.PurePathTest.test_as_posix_common) ... ok test_as_uri_common (test.test_pathlib.PurePathTest.test_as_uri_common) ... ok test_concrete_class (test.test_pathlib.PurePathTest.test_concrete_class) ... ok test_constructor_common (test.test_pathlib.PurePathTest.test_constructor_common) ... ok test_different_flavours_unequal (test.test_pathlib.PurePathTest.test_different_flavours_unequal) ... ok test_different_flavours_unordered (test.test_pathlib.PurePathTest.test_different_flavours_unordered) ... ok test_div_common (test.test_pathlib.PurePathTest.test_div_common) ... ok test_drive_common (test.test_pathlib.PurePathTest.test_drive_common) ... ok test_eq_common (test.test_pathlib.PurePathTest.test_eq_common) ... ok test_equivalences (test.test_pathlib.PurePathTest.test_equivalences) ... ok test_fspath_common (test.test_pathlib.PurePathTest.test_fspath_common) ... ok test_is_relative_to_common (test.test_pathlib.PurePathTest.test_is_relative_to_common) ... ok test_join_common (test.test_pathlib.PurePathTest.test_join_common) ... ok test_match_common (test.test_pathlib.PurePathTest.test_match_common) ... ok test_name_common (test.test_pathlib.PurePathTest.test_name_common) ... ok test_ordering_common (test.test_pathlib.PurePathTest.test_ordering_common) ... ok test_parent_common (test.test_pathlib.PurePathTest.test_parent_common) ... ok test_parents_common (test.test_pathlib.PurePathTest.test_parents_common) ... ok test_parts_common (test.test_pathlib.PurePathTest.test_parts_common) ... ok test_pickling_common (test.test_pathlib.PurePathTest.test_pickling_common) ... ok test_relative_to_common (test.test_pathlib.PurePathTest.test_relative_to_common) ... ok test_repr_common (test.test_pathlib.PurePathTest.test_repr_common) ... ok test_root_common (test.test_pathlib.PurePathTest.test_root_common) ... ok test_stem_common (test.test_pathlib.PurePathTest.test_stem_common) ... ok test_str_common (test.test_pathlib.PurePathTest.test_str_common) ... ok test_str_subclass_common (test.test_pathlib.PurePathTest.test_str_subclass_common) ... ok test_suffix_common (test.test_pathlib.PurePathTest.test_suffix_common) ... ok test_suffixes_common (test.test_pathlib.PurePathTest.test_suffixes_common) ... ok test_with_name_common (test.test_pathlib.PurePathTest.test_with_name_common) ... ok test_with_stem_common (test.test_pathlib.PurePathTest.test_with_stem_common) ... ok test_with_suffix_common (test.test_pathlib.PurePathTest.test_with_suffix_common) ... ok test_anchor_common (test.test_pathlib.PurePosixPathTest.test_anchor_common) ... ok test_as_bytes_common (test.test_pathlib.PurePosixPathTest.test_as_bytes_common) ... ok test_as_posix_common (test.test_pathlib.PurePosixPathTest.test_as_posix_common) ... ok test_as_uri (test.test_pathlib.PurePosixPathTest.test_as_uri) ... ok test_as_uri_common (test.test_pathlib.PurePosixPathTest.test_as_uri_common) ... ok test_as_uri_non_ascii (test.test_pathlib.PurePosixPathTest.test_as_uri_non_ascii) ... ok test_constructor_common (test.test_pathlib.PurePosixPathTest.test_constructor_common) ... ok test_div (test.test_pathlib.PurePosixPathTest.test_div) ... ok test_div_common (test.test_pathlib.PurePosixPathTest.test_div_common) ... ok test_drive_common (test.test_pathlib.PurePosixPathTest.test_drive_common) ... ok test_eq (test.test_pathlib.PurePosixPathTest.test_eq) ... ok test_eq_common (test.test_pathlib.PurePosixPathTest.test_eq_common) ... ok test_equivalences (test.test_pathlib.PurePosixPathTest.test_equivalences) ... ok test_fspath_common (test.test_pathlib.PurePosixPathTest.test_fspath_common) ... ok test_is_absolute (test.test_pathlib.PurePosixPathTest.test_is_absolute) ... ok test_is_relative_to_common (test.test_pathlib.PurePosixPathTest.test_is_relative_to_common) ... ok test_is_reserved (test.test_pathlib.PurePosixPathTest.test_is_reserved) ... ok test_join (test.test_pathlib.PurePosixPathTest.test_join) ... ok test_join_common (test.test_pathlib.PurePosixPathTest.test_join_common) ... ok test_match (test.test_pathlib.PurePosixPathTest.test_match) ... ok test_match_common (test.test_pathlib.PurePosixPathTest.test_match_common) ... ok test_name_common (test.test_pathlib.PurePosixPathTest.test_name_common) ... ok test_ordering_common (test.test_pathlib.PurePosixPathTest.test_ordering_common) ... ok test_parent_common (test.test_pathlib.PurePosixPathTest.test_parent_common) ... ok test_parents_common (test.test_pathlib.PurePosixPathTest.test_parents_common) ... ok test_parts_common (test.test_pathlib.PurePosixPathTest.test_parts_common) ... ok test_pickling_common (test.test_pathlib.PurePosixPathTest.test_pickling_common) ... ok test_relative_to_common (test.test_pathlib.PurePosixPathTest.test_relative_to_common) ... ok test_repr_common (test.test_pathlib.PurePosixPathTest.test_repr_common) ... ok test_root (test.test_pathlib.PurePosixPathTest.test_root) ... ok test_root_common (test.test_pathlib.PurePosixPathTest.test_root_common) ... ok test_stem_common (test.test_pathlib.PurePosixPathTest.test_stem_common) ... ok test_str_common (test.test_pathlib.PurePosixPathTest.test_str_common) ... ok test_str_subclass_common (test.test_pathlib.PurePosixPathTest.test_str_subclass_common) ... ok test_suffix_common (test.test_pathlib.PurePosixPathTest.test_suffix_common) ... ok test_suffixes_common (test.test_pathlib.PurePosixPathTest.test_suffixes_common) ... ok test_with_name_common (test.test_pathlib.PurePosixPathTest.test_with_name_common) ... ok test_with_stem_common (test.test_pathlib.PurePosixPathTest.test_with_stem_common) ... ok test_with_suffix_common (test.test_pathlib.PurePosixPathTest.test_with_suffix_common) ... ok test_anchor (test.test_pathlib.PureWindowsPathTest.test_anchor) ... ok test_anchor_common (test.test_pathlib.PureWindowsPathTest.test_anchor_common) ... ok test_as_bytes_common (test.test_pathlib.PureWindowsPathTest.test_as_bytes_common) ... ok test_as_posix_common (test.test_pathlib.PureWindowsPathTest.test_as_posix_common) ... ok test_as_uri (test.test_pathlib.PureWindowsPathTest.test_as_uri) ... ok test_as_uri_common (test.test_pathlib.PureWindowsPathTest.test_as_uri_common) ... ok test_constructor_common (test.test_pathlib.PureWindowsPathTest.test_constructor_common) ... ok test_div (test.test_pathlib.PureWindowsPathTest.test_div) ... ok test_div_common (test.test_pathlib.PureWindowsPathTest.test_div_common) ... ok test_drive (test.test_pathlib.PureWindowsPathTest.test_drive) ... ok test_drive_common (test.test_pathlib.PureWindowsPathTest.test_drive_common) ... ok test_eq (test.test_pathlib.PureWindowsPathTest.test_eq) ... ok test_eq_common (test.test_pathlib.PureWindowsPathTest.test_eq_common) ... ok test_equivalences (test.test_pathlib.PureWindowsPathTest.test_equivalences) ... ok test_fspath_common (test.test_pathlib.PureWindowsPathTest.test_fspath_common) ... ok test_is_absolute (test.test_pathlib.PureWindowsPathTest.test_is_absolute) ... ok test_is_relative_to (test.test_pathlib.PureWindowsPathTest.test_is_relative_to) ... ok test_is_relative_to_common (test.test_pathlib.PureWindowsPathTest.test_is_relative_to_common) ... ok test_is_reserved (test.test_pathlib.PureWindowsPathTest.test_is_reserved) ... ok test_join (test.test_pathlib.PureWindowsPathTest.test_join) ... ok test_join_common (test.test_pathlib.PureWindowsPathTest.test_join_common) ... ok test_match_common (test.test_pathlib.PureWindowsPathTest.test_match_common) ... ok test_name (test.test_pathlib.PureWindowsPathTest.test_name) ... ok test_name_common (test.test_pathlib.PureWindowsPathTest.test_name_common) ... ok test_ordering_common (test.test_pathlib.PureWindowsPathTest.test_ordering_common) ... ok test_parent (test.test_pathlib.PureWindowsPathTest.test_parent) ... ok test_parent_common (test.test_pathlib.PureWindowsPathTest.test_parent_common) ... ok test_parents (test.test_pathlib.PureWindowsPathTest.test_parents) ... ok test_parents_common (test.test_pathlib.PureWindowsPathTest.test_parents_common) ... ok test_parts (test.test_pathlib.PureWindowsPathTest.test_parts) ... ok test_parts_common (test.test_pathlib.PureWindowsPathTest.test_parts_common) ... ok test_pickling_common (test.test_pathlib.PureWindowsPathTest.test_pickling_common) ... ok test_relative_to (test.test_pathlib.PureWindowsPathTest.test_relative_to) ... ok test_relative_to_common (test.test_pathlib.PureWindowsPathTest.test_relative_to_common) ... ok test_repr_common (test.test_pathlib.PureWindowsPathTest.test_repr_common) ... ok test_root (test.test_pathlib.PureWindowsPathTest.test_root) ... ok test_root_common (test.test_pathlib.PureWindowsPathTest.test_root_common) ... ok test_stem (test.test_pathlib.PureWindowsPathTest.test_stem) ... ok test_stem_common (test.test_pathlib.PureWindowsPathTest.test_stem_common) ... ok test_str (test.test_pathlib.PureWindowsPathTest.test_str) ... ok test_str_common (test.test_pathlib.PureWindowsPathTest.test_str_common) ... ok test_str_subclass (test.test_pathlib.PureWindowsPathTest.test_str_subclass) ... ok test_str_subclass_common (test.test_pathlib.PureWindowsPathTest.test_str_subclass_common) ... ok test_suffix (test.test_pathlib.PureWindowsPathTest.test_suffix) ... ok test_suffix_common (test.test_pathlib.PureWindowsPathTest.test_suffix_common) ... ok test_suffixes (test.test_pathlib.PureWindowsPathTest.test_suffixes) ... ok test_suffixes_common (test.test_pathlib.PureWindowsPathTest.test_suffixes_common) ... ok test_with_name (test.test_pathlib.PureWindowsPathTest.test_with_name) ... ok test_with_name_common (test.test_pathlib.PureWindowsPathTest.test_with_name_common) ... ok test_with_stem (test.test_pathlib.PureWindowsPathTest.test_with_stem) ... ok test_with_stem_common (test.test_pathlib.PureWindowsPathTest.test_with_stem_common) ... ok test_with_suffix (test.test_pathlib.PureWindowsPathTest.test_with_suffix) ... ok test_with_suffix_common (test.test_pathlib.PureWindowsPathTest.test_with_suffix_common) ... ok test_anchor (test.test_pathlib.WindowsPathAsPureTest.test_anchor) ... skipped 'test requires a Windows-compatible system' test_anchor_common (test.test_pathlib.WindowsPathAsPureTest.test_anchor_common) ... skipped 'test requires a Windows-compatible system' test_as_bytes_common (test.test_pathlib.WindowsPathAsPureTest.test_as_bytes_common) ... skipped 'test requires a Windows-compatible system' test_as_posix_common (test.test_pathlib.WindowsPathAsPureTest.test_as_posix_common) ... skipped 'test requires a Windows-compatible system' test_as_uri (test.test_pathlib.WindowsPathAsPureTest.test_as_uri) ... skipped 'test requires a Windows-compatible system' test_as_uri_common (test.test_pathlib.WindowsPathAsPureTest.test_as_uri_common) ... skipped 'test requires a Windows-compatible system' test_constructor_common (test.test_pathlib.WindowsPathAsPureTest.test_constructor_common) ... skipped 'test requires a Windows-compatible system' test_div (test.test_pathlib.WindowsPathAsPureTest.test_div) ... skipped 'test requires a Windows-compatible system' test_div_common (test.test_pathlib.WindowsPathAsPureTest.test_div_common) ... skipped 'test requires a Windows-compatible system' test_drive (test.test_pathlib.WindowsPathAsPureTest.test_drive) ... skipped 'test requires a Windows-compatible system' test_drive_common (test.test_pathlib.WindowsPathAsPureTest.test_drive_common) ... skipped 'test requires a Windows-compatible system' test_eq (test.test_pathlib.WindowsPathAsPureTest.test_eq) ... skipped 'test requires a Windows-compatible system' test_eq_common (test.test_pathlib.WindowsPathAsPureTest.test_eq_common) ... skipped 'test requires a Windows-compatible system' test_equivalences (test.test_pathlib.WindowsPathAsPureTest.test_equivalences) ... skipped 'test requires a Windows-compatible system' test_fspath_common (test.test_pathlib.WindowsPathAsPureTest.test_fspath_common) ... skipped 'test requires a Windows-compatible system' test_group (test.test_pathlib.WindowsPathAsPureTest.test_group) ... skipped 'test requires a Windows-compatible system' test_is_absolute (test.test_pathlib.WindowsPathAsPureTest.test_is_absolute) ... skipped 'test requires a Windows-compatible system' test_is_relative_to (test.test_pathlib.WindowsPathAsPureTest.test_is_relative_to) ... skipped 'test requires a Windows-compatible system' test_is_relative_to_common (test.test_pathlib.WindowsPathAsPureTest.test_is_relative_to_common) ... skipped 'test requires a Windows-compatible system' test_is_reserved (test.test_pathlib.WindowsPathAsPureTest.test_is_reserved) ... skipped 'test requires a Windows-compatible system' test_join (test.test_pathlib.WindowsPathAsPureTest.test_join) ... skipped 'test requires a Windows-compatible system' test_join_common (test.test_pathlib.WindowsPathAsPureTest.test_join_common) ... skipped 'test requires a Windows-compatible system' test_match_common (test.test_pathlib.WindowsPathAsPureTest.test_match_common) ... skipped 'test requires a Windows-compatible system' test_name (test.test_pathlib.WindowsPathAsPureTest.test_name) ... skipped 'test requires a Windows-compatible system' test_name_common (test.test_pathlib.WindowsPathAsPureTest.test_name_common) ... skipped 'test requires a Windows-compatible system' test_ordering_common (test.test_pathlib.WindowsPathAsPureTest.test_ordering_common) ... skipped 'test requires a Windows-compatible system' test_owner (test.test_pathlib.WindowsPathAsPureTest.test_owner) ... skipped 'test requires a Windows-compatible system' test_parent (test.test_pathlib.WindowsPathAsPureTest.test_parent) ... skipped 'test requires a Windows-compatible system' test_parent_common (test.test_pathlib.WindowsPathAsPureTest.test_parent_common) ... skipped 'test requires a Windows-compatible system' test_parents (test.test_pathlib.WindowsPathAsPureTest.test_parents) ... skipped 'test requires a Windows-compatible system' test_parents_common (test.test_pathlib.WindowsPathAsPureTest.test_parents_common) ... skipped 'test requires a Windows-compatible system' test_parts (test.test_pathlib.WindowsPathAsPureTest.test_parts) ... skipped 'test requires a Windows-compatible system' test_parts_common (test.test_pathlib.WindowsPathAsPureTest.test_parts_common) ... skipped 'test requires a Windows-compatible system' test_pickling_common (test.test_pathlib.WindowsPathAsPureTest.test_pickling_common) ... skipped 'test requires a Windows-compatible system' test_relative_to (test.test_pathlib.WindowsPathAsPureTest.test_relative_to) ... skipped 'test requires a Windows-compatible system' test_relative_to_common (test.test_pathlib.WindowsPathAsPureTest.test_relative_to_common) ... skipped 'test requires a Windows-compatible system' test_repr_common (test.test_pathlib.WindowsPathAsPureTest.test_repr_common) ... skipped 'test requires a Windows-compatible system' test_root (test.test_pathlib.WindowsPathAsPureTest.test_root) ... skipped 'test requires a Windows-compatible system' test_root_common (test.test_pathlib.WindowsPathAsPureTest.test_root_common) ... skipped 'test requires a Windows-compatible system' test_stem (test.test_pathlib.WindowsPathAsPureTest.test_stem) ... skipped 'test requires a Windows-compatible system' test_stem_common (test.test_pathlib.WindowsPathAsPureTest.test_stem_common) ... skipped 'test requires a Windows-compatible system' test_str (test.test_pathlib.WindowsPathAsPureTest.test_str) ... skipped 'test requires a Windows-compatible system' test_str_common (test.test_pathlib.WindowsPathAsPureTest.test_str_common) ... skipped 'test requires a Windows-compatible system' test_str_subclass (test.test_pathlib.WindowsPathAsPureTest.test_str_subclass) ... skipped 'test requires a Windows-compatible system' test_str_subclass_common (test.test_pathlib.WindowsPathAsPureTest.test_str_subclass_common) ... skipped 'test requires a Windows-compatible system' test_suffix (test.test_pathlib.WindowsPathAsPureTest.test_suffix) ... skipped 'test requires a Windows-compatible system' test_suffix_common (test.test_pathlib.WindowsPathAsPureTest.test_suffix_common) ... skipped 'test requires a Windows-compatible system' test_suffixes (test.test_pathlib.WindowsPathAsPureTest.test_suffixes) ... skipped 'test requires a Windows-compatible system' test_suffixes_common (test.test_pathlib.WindowsPathAsPureTest.test_suffixes_common) ... skipped 'test requires a Windows-compatible system' test_with_name (test.test_pathlib.WindowsPathAsPureTest.test_with_name) ... skipped 'test requires a Windows-compatible system' test_with_name_common (test.test_pathlib.WindowsPathAsPureTest.test_with_name_common) ... skipped 'test requires a Windows-compatible system' test_with_stem (test.test_pathlib.WindowsPathAsPureTest.test_with_stem) ... skipped 'test requires a Windows-compatible system' test_with_stem_common (test.test_pathlib.WindowsPathAsPureTest.test_with_stem_common) ... skipped 'test requires a Windows-compatible system' test_with_suffix (test.test_pathlib.WindowsPathAsPureTest.test_with_suffix) ... skipped 'test requires a Windows-compatible system' test_with_suffix_common (test.test_pathlib.WindowsPathAsPureTest.test_with_suffix_common) ... skipped 'test requires a Windows-compatible system' test_absolute (test.test_pathlib.WindowsPathTest.test_absolute) ... skipped 'test requires a Windows-compatible system' test_absolute_common (test.test_pathlib.WindowsPathTest.test_absolute_common) ... skipped 'test requires a Windows-compatible system' test_chmod (test.test_pathlib.WindowsPathTest.test_chmod) ... skipped 'test requires a Windows-compatible system' test_chmod_follow_symlinks_true (test.test_pathlib.WindowsPathTest.test_chmod_follow_symlinks_true) ... skipped 'test requires a Windows-compatible system' test_complex_symlinks_absolute (test.test_pathlib.WindowsPathTest.test_complex_symlinks_absolute) ... skipped 'test requires a Windows-compatible system' test_complex_symlinks_relative (test.test_pathlib.WindowsPathTest.test_complex_symlinks_relative) ... skipped 'test requires a Windows-compatible system' test_complex_symlinks_relative_dot_dot (test.test_pathlib.WindowsPathTest.test_complex_symlinks_relative_dot_dot) ... skipped 'test requires a Windows-compatible system' test_cwd (test.test_pathlib.WindowsPathTest.test_cwd) ... skipped 'test requires a Windows-compatible system' test_empty_path (test.test_pathlib.WindowsPathTest.test_empty_path) ... skipped 'test requires a Windows-compatible system' test_exists (test.test_pathlib.WindowsPathTest.test_exists) ... skipped 'test requires a Windows-compatible system' test_expanduser (test.test_pathlib.WindowsPathTest.test_expanduser) ... skipped 'test requires a Windows-compatible system' test_expanduser_common (test.test_pathlib.WindowsPathTest.test_expanduser_common) ... skipped 'test requires a Windows-compatible system' test_glob (test.test_pathlib.WindowsPathTest.test_glob) ... skipped 'test requires a Windows-compatible system' test_glob_common (test.test_pathlib.WindowsPathTest.test_glob_common) ... skipped 'test requires a Windows-compatible system' test_glob_dotdot (test.test_pathlib.WindowsPathTest.test_glob_dotdot) ... skipped 'test requires a Windows-compatible system' test_glob_long_symlink (test.test_pathlib.WindowsPathTest.test_glob_long_symlink) ... skipped 'test requires a Windows-compatible system' test_glob_many_open_files (test.test_pathlib.WindowsPathTest.test_glob_many_open_files) ... skipped 'test requires a Windows-compatible system' test_glob_permissions (test.test_pathlib.WindowsPathTest.test_glob_permissions) ... skipped 'test requires a Windows-compatible system' test_group (test.test_pathlib.WindowsPathTest.test_group) ... skipped 'test requires a Windows-compatible system' test_hardlink_to (test.test_pathlib.WindowsPathTest.test_hardlink_to) ... skipped 'test requires a Windows-compatible system' test_home (test.test_pathlib.WindowsPathTest.test_home) ... skipped 'test requires a Windows-compatible system' test_is_block_device_false (test.test_pathlib.WindowsPathTest.test_is_block_device_false) ... skipped 'test requires a Windows-compatible system' test_is_char_device_false (test.test_pathlib.WindowsPathTest.test_is_char_device_false) ... skipped 'test requires a Windows-compatible system' test_is_char_device_true (test.test_pathlib.WindowsPathTest.test_is_char_device_true) ... skipped 'test requires a Windows-compatible system' test_is_dir (test.test_pathlib.WindowsPathTest.test_is_dir) ... skipped 'test requires a Windows-compatible system' test_is_fifo_false (test.test_pathlib.WindowsPathTest.test_is_fifo_false) ... skipped 'test requires a Windows-compatible system' test_is_fifo_true (test.test_pathlib.WindowsPathTest.test_is_fifo_true) ... skipped 'test requires a Windows-compatible system' test_is_file (test.test_pathlib.WindowsPathTest.test_is_file) ... skipped 'test requires a Windows-compatible system' test_is_mount (test.test_pathlib.WindowsPathTest.test_is_mount) ... skipped 'test requires a Windows-compatible system' test_is_socket_false (test.test_pathlib.WindowsPathTest.test_is_socket_false) ... skipped 'test requires a Windows-compatible system' test_is_socket_true (test.test_pathlib.WindowsPathTest.test_is_socket_true) ... skipped 'test requires a Windows-compatible system' test_is_symlink (test.test_pathlib.WindowsPathTest.test_is_symlink) ... skipped 'test requires a Windows-compatible system' test_iterdir (test.test_pathlib.WindowsPathTest.test_iterdir) ... skipped 'test requires a Windows-compatible system' test_iterdir_nodir (test.test_pathlib.WindowsPathTest.test_iterdir_nodir) ... skipped 'test requires a Windows-compatible system' test_iterdir_symlink (test.test_pathlib.WindowsPathTest.test_iterdir_symlink) ... skipped 'test requires a Windows-compatible system' test_link_to (test.test_pathlib.WindowsPathTest.test_link_to) ... skipped 'test requires a Windows-compatible system' test_link_to_not_implemented (test.test_pathlib.WindowsPathTest.test_link_to_not_implemented) ... skipped 'test requires a Windows-compatible system' test_lstat (test.test_pathlib.WindowsPathTest.test_lstat) ... skipped 'test requires a Windows-compatible system' test_lstat_nosymlink (test.test_pathlib.WindowsPathTest.test_lstat_nosymlink) ... skipped 'test requires a Windows-compatible system' test_mkdir (test.test_pathlib.WindowsPathTest.test_mkdir) ... skipped 'test requires a Windows-compatible system' test_mkdir_concurrent_parent_creation (test.test_pathlib.WindowsPathTest.test_mkdir_concurrent_parent_creation) ... skipped 'test requires a Windows-compatible system' test_mkdir_exist_ok (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok) ... skipped 'test requires a Windows-compatible system' test_mkdir_exist_ok_root (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_root) ... skipped 'test requires a Windows-compatible system' test_mkdir_exist_ok_with_parent (test.test_pathlib.WindowsPathTest.test_mkdir_exist_ok_with_parent) ... skipped 'test requires a Windows-compatible system' test_mkdir_no_parents_file (test.test_pathlib.WindowsPathTest.test_mkdir_no_parents_file) ... skipped 'test requires a Windows-compatible system' test_mkdir_parents (test.test_pathlib.WindowsPathTest.test_mkdir_parents) ... skipped 'test requires a Windows-compatible system' test_mkdir_with_child_file (test.test_pathlib.WindowsPathTest.test_mkdir_with_child_file) ... skipped 'test requires a Windows-compatible system' test_mkdir_with_unknown_drive (test.test_pathlib.WindowsPathTest.test_mkdir_with_unknown_drive) ... skipped 'test requires a Windows-compatible system' test_open_common (test.test_pathlib.WindowsPathTest.test_open_common) ... skipped 'test requires a Windows-compatible system' test_owner (test.test_pathlib.WindowsPathTest.test_owner) ... skipped 'test requires a Windows-compatible system' test_parts_interning (test.test_pathlib.WindowsPathTest.test_parts_interning) ... skipped 'test requires a Windows-compatible system' test_pickling_common (test.test_pathlib.WindowsPathTest.test_pickling_common) ... skipped 'test requires a Windows-compatible system' test_read_write_bytes (test.test_pathlib.WindowsPathTest.test_read_write_bytes) ... skipped 'test requires a Windows-compatible system' test_read_write_text (test.test_pathlib.WindowsPathTest.test_read_write_text) ... skipped 'test requires a Windows-compatible system' test_readlink (test.test_pathlib.WindowsPathTest.test_readlink) ... skipped 'test requires a Windows-compatible system' test_rename (test.test_pathlib.WindowsPathTest.test_rename) ... skipped 'test requires a Windows-compatible system' test_replace (test.test_pathlib.WindowsPathTest.test_replace) ... skipped 'test requires a Windows-compatible system' test_resolve_common (test.test_pathlib.WindowsPathTest.test_resolve_common) ... skipped 'test requires a Windows-compatible system' test_resolve_dot (test.test_pathlib.WindowsPathTest.test_resolve_dot) ... skipped 'test requires a Windows-compatible system' test_resolve_nonexist_relative_issue38671 (test.test_pathlib.WindowsPathTest.test_resolve_nonexist_relative_issue38671) ... skipped 'test requires a Windows-compatible system' test_rglob (test.test_pathlib.WindowsPathTest.test_rglob) ... skipped 'test requires a Windows-compatible system' test_rglob_common (test.test_pathlib.WindowsPathTest.test_rglob_common) ... skipped 'test requires a Windows-compatible system' test_rglob_symlink_loop (test.test_pathlib.WindowsPathTest.test_rglob_symlink_loop) ... skipped 'test requires a Windows-compatible system' test_rmdir (test.test_pathlib.WindowsPathTest.test_rmdir) ... skipped 'test requires a Windows-compatible system' test_samefile (test.test_pathlib.WindowsPathTest.test_samefile) ... skipped 'test requires a Windows-compatible system' test_stat (test.test_pathlib.WindowsPathTest.test_stat) ... skipped 'test requires a Windows-compatible system' test_stat_no_follow_symlinks (test.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks) ... skipped 'test requires a Windows-compatible system' test_stat_no_follow_symlinks_nosymlink (test.test_pathlib.WindowsPathTest.test_stat_no_follow_symlinks_nosymlink) ... skipped 'test requires a Windows-compatible system' test_symlink_to (test.test_pathlib.WindowsPathTest.test_symlink_to) ... skipped 'test requires a Windows-compatible system' test_touch_common (test.test_pathlib.WindowsPathTest.test_touch_common) ... skipped 'test requires a Windows-compatible system' test_touch_nochange (test.test_pathlib.WindowsPathTest.test_touch_nochange) ... skipped 'test requires a Windows-compatible system' test_unlink (test.test_pathlib.WindowsPathTest.test_unlink) ... skipped 'test requires a Windows-compatible system' test_unlink_missing_ok (test.test_pathlib.WindowsPathTest.test_unlink_missing_ok) ... skipped 'test requires a Windows-compatible system' test_with (test.test_pathlib.WindowsPathTest.test_with) ... skipped 'test requires a Windows-compatible system' test_write_text_with_newlines (test.test_pathlib.WindowsPathTest.test_write_text_with_newlines) ... skipped 'test requires a Windows-compatible system' ---------------------------------------------------------------------- Ran 456 tests in 0.423s OK (skipped=135) 0:14:00 load avg: 1.14 [253/432/1] test_patma test_refleaks (test.test_patma.TestCompiler.test_refleaks) ... ok test_late_registration_mapping (test.test_patma.TestInheritance.test_late_registration_mapping) ... ok test_late_registration_sequence (test.test_patma.TestInheritance.test_late_registration_sequence) ... ok test_multiple_inheritance_mapping (test.test_patma.TestInheritance.test_multiple_inheritance_mapping) ... ok test_multiple_inheritance_sequence (test.test_patma.TestInheritance.test_multiple_inheritance_sequence) ... ok test_patma_000 (test.test_patma.TestPatma.test_patma_000) ... ok test_patma_001 (test.test_patma.TestPatma.test_patma_001) ... ok test_patma_002 (test.test_patma.TestPatma.test_patma_002) ... ok test_patma_003 (test.test_patma.TestPatma.test_patma_003) ... ok test_patma_004 (test.test_patma.TestPatma.test_patma_004) ... ok test_patma_005 (test.test_patma.TestPatma.test_patma_005) ... ok test_patma_006 (test.test_patma.TestPatma.test_patma_006) ... ok test_patma_007 (test.test_patma.TestPatma.test_patma_007) ... ok test_patma_008 (test.test_patma.TestPatma.test_patma_008) ... ok test_patma_009 (test.test_patma.TestPatma.test_patma_009) ... ok test_patma_010 (test.test_patma.TestPatma.test_patma_010) ... ok test_patma_011 (test.test_patma.TestPatma.test_patma_011) ... ok test_patma_012 (test.test_patma.TestPatma.test_patma_012) ... ok test_patma_013 (test.test_patma.TestPatma.test_patma_013) ... ok test_patma_014 (test.test_patma.TestPatma.test_patma_014) ... ok test_patma_015 (test.test_patma.TestPatma.test_patma_015) ... ok test_patma_016 (test.test_patma.TestPatma.test_patma_016) ... ok test_patma_017 (test.test_patma.TestPatma.test_patma_017) ... ok test_patma_018 (test.test_patma.TestPatma.test_patma_018) ... ok test_patma_019 (test.test_patma.TestPatma.test_patma_019) ... ok test_patma_020 (test.test_patma.TestPatma.test_patma_020) ... ok test_patma_021 (test.test_patma.TestPatma.test_patma_021) ... ok test_patma_022 (test.test_patma.TestPatma.test_patma_022) ... ok test_patma_023 (test.test_patma.TestPatma.test_patma_023) ... ok test_patma_024 (test.test_patma.TestPatma.test_patma_024) ... ok test_patma_025 (test.test_patma.TestPatma.test_patma_025) ... ok test_patma_026 (test.test_patma.TestPatma.test_patma_026) ... ok test_patma_027 (test.test_patma.TestPatma.test_patma_027) ... ok test_patma_028 (test.test_patma.TestPatma.test_patma_028) ... ok test_patma_029 (test.test_patma.TestPatma.test_patma_029) ... ok test_patma_030 (test.test_patma.TestPatma.test_patma_030) ... ok test_patma_031 (test.test_patma.TestPatma.test_patma_031) ... ok test_patma_032 (test.test_patma.TestPatma.test_patma_032) ... ok test_patma_033 (test.test_patma.TestPatma.test_patma_033) ... ok test_patma_034 (test.test_patma.TestPatma.test_patma_034) ... ok test_patma_035 (test.test_patma.TestPatma.test_patma_035) ... ok test_patma_036 (test.test_patma.TestPatma.test_patma_036) ... ok test_patma_037 (test.test_patma.TestPatma.test_patma_037) ... ok test_patma_038 (test.test_patma.TestPatma.test_patma_038) ... ok test_patma_039 (test.test_patma.TestPatma.test_patma_039) ... ok test_patma_040 (test.test_patma.TestPatma.test_patma_040) ... ok test_patma_041 (test.test_patma.TestPatma.test_patma_041) ... ok test_patma_042 (test.test_patma.TestPatma.test_patma_042) ... ok test_patma_043 (test.test_patma.TestPatma.test_patma_043) ... ok test_patma_044 (test.test_patma.TestPatma.test_patma_044) ... ok test_patma_045 (test.test_patma.TestPatma.test_patma_045) ... ok test_patma_046 (test.test_patma.TestPatma.test_patma_046) ... ok test_patma_047 (test.test_patma.TestPatma.test_patma_047) ... ok test_patma_048 (test.test_patma.TestPatma.test_patma_048) ... ok test_patma_049 (test.test_patma.TestPatma.test_patma_049) ... ok test_patma_050 (test.test_patma.TestPatma.test_patma_050) ... ok test_patma_051 (test.test_patma.TestPatma.test_patma_051) ... ok test_patma_052 (test.test_patma.TestPatma.test_patma_052) ... ok test_patma_053 (test.test_patma.TestPatma.test_patma_053) ... ok test_patma_054 (test.test_patma.TestPatma.test_patma_054) ... ok test_patma_055 (test.test_patma.TestPatma.test_patma_055) ... ok test_patma_056 (test.test_patma.TestPatma.test_patma_056) ... ok test_patma_057 (test.test_patma.TestPatma.test_patma_057) ... ok test_patma_058 (test.test_patma.TestPatma.test_patma_058) ... ok test_patma_059 (test.test_patma.TestPatma.test_patma_059) ... ok test_patma_060 (test.test_patma.TestPatma.test_patma_060) ... ok test_patma_061 (test.test_patma.TestPatma.test_patma_061) ... ok test_patma_062 (test.test_patma.TestPatma.test_patma_062) ... ok test_patma_063 (test.test_patma.TestPatma.test_patma_063) ... ok test_patma_064 (test.test_patma.TestPatma.test_patma_064) ... ok test_patma_065 (test.test_patma.TestPatma.test_patma_065) ... ok test_patma_066 (test.test_patma.TestPatma.test_patma_066) ... ok test_patma_067 (test.test_patma.TestPatma.test_patma_067) ... ok test_patma_068 (test.test_patma.TestPatma.test_patma_068) ... ok test_patma_069 (test.test_patma.TestPatma.test_patma_069) ... ok test_patma_070 (test.test_patma.TestPatma.test_patma_070) ... ok test_patma_071 (test.test_patma.TestPatma.test_patma_071) ... ok test_patma_072 (test.test_patma.TestPatma.test_patma_072) ... ok test_patma_073 (test.test_patma.TestPatma.test_patma_073) ... ok test_patma_074 (test.test_patma.TestPatma.test_patma_074) ... ok test_patma_075 (test.test_patma.TestPatma.test_patma_075) ... ok test_patma_076 (test.test_patma.TestPatma.test_patma_076) ... ok test_patma_077 (test.test_patma.TestPatma.test_patma_077) ... ok test_patma_078 (test.test_patma.TestPatma.test_patma_078) ... ok test_patma_079 (test.test_patma.TestPatma.test_patma_079) ... ok test_patma_080 (test.test_patma.TestPatma.test_patma_080) ... ok test_patma_081 (test.test_patma.TestPatma.test_patma_081) ... ok test_patma_082 (test.test_patma.TestPatma.test_patma_082) ... ok test_patma_083 (test.test_patma.TestPatma.test_patma_083) ... ok test_patma_084 (test.test_patma.TestPatma.test_patma_084) ... ok test_patma_085 (test.test_patma.TestPatma.test_patma_085) ... ok test_patma_086 (test.test_patma.TestPatma.test_patma_086) ... ok test_patma_087 (test.test_patma.TestPatma.test_patma_087) ... ok test_patma_088 (test.test_patma.TestPatma.test_patma_088) ... ok test_patma_089 (test.test_patma.TestPatma.test_patma_089) ... ok test_patma_090 (test.test_patma.TestPatma.test_patma_090) ... ok test_patma_091 (test.test_patma.TestPatma.test_patma_091) ... ok test_patma_092 (test.test_patma.TestPatma.test_patma_092) ... ok test_patma_093 (test.test_patma.TestPatma.test_patma_093) ... ok test_patma_094 (test.test_patma.TestPatma.test_patma_094) ... ok test_patma_095 (test.test_patma.TestPatma.test_patma_095) ... ok test_patma_096 (test.test_patma.TestPatma.test_patma_096) ... ok test_patma_097 (test.test_patma.TestPatma.test_patma_097) ... ok test_patma_098 (test.test_patma.TestPatma.test_patma_098) ... ok test_patma_099 (test.test_patma.TestPatma.test_patma_099) ... ok test_patma_100 (test.test_patma.TestPatma.test_patma_100) ... ok test_patma_101 (test.test_patma.TestPatma.test_patma_101) ... ok test_patma_102 (test.test_patma.TestPatma.test_patma_102) ... ok test_patma_103 (test.test_patma.TestPatma.test_patma_103) ... ok test_patma_104 (test.test_patma.TestPatma.test_patma_104) ... ok test_patma_105 (test.test_patma.TestPatma.test_patma_105) ... ok test_patma_106 (test.test_patma.TestPatma.test_patma_106) ... ok test_patma_107 (test.test_patma.TestPatma.test_patma_107) ... ok test_patma_108 (test.test_patma.TestPatma.test_patma_108) ... ok test_patma_109 (test.test_patma.TestPatma.test_patma_109) ... ok test_patma_110 (test.test_patma.TestPatma.test_patma_110) ... ok test_patma_111 (test.test_patma.TestPatma.test_patma_111) ... ok test_patma_112 (test.test_patma.TestPatma.test_patma_112) ... ok test_patma_113 (test.test_patma.TestPatma.test_patma_113) ... ok test_patma_114 (test.test_patma.TestPatma.test_patma_114) ... ok test_patma_115 (test.test_patma.TestPatma.test_patma_115) ... ok test_patma_116 (test.test_patma.TestPatma.test_patma_116) ... ok test_patma_117 (test.test_patma.TestPatma.test_patma_117) ... ok test_patma_118 (test.test_patma.TestPatma.test_patma_118) ... ok test_patma_119 (test.test_patma.TestPatma.test_patma_119) ... ok test_patma_120 (test.test_patma.TestPatma.test_patma_120) ... ok test_patma_121 (test.test_patma.TestPatma.test_patma_121) ... ok test_patma_122 (test.test_patma.TestPatma.test_patma_122) ... ok test_patma_123 (test.test_patma.TestPatma.test_patma_123) ... ok test_patma_124 (test.test_patma.TestPatma.test_patma_124) ... ok test_patma_125 (test.test_patma.TestPatma.test_patma_125) ... ok test_patma_126 (test.test_patma.TestPatma.test_patma_126) ... ok test_patma_127 (test.test_patma.TestPatma.test_patma_127) ... ok test_patma_128 (test.test_patma.TestPatma.test_patma_128) ... ok test_patma_129 (test.test_patma.TestPatma.test_patma_129) ... ok test_patma_130 (test.test_patma.TestPatma.test_patma_130) ... ok test_patma_131 (test.test_patma.TestPatma.test_patma_131) ... ok test_patma_132 (test.test_patma.TestPatma.test_patma_132) ... ok test_patma_133 (test.test_patma.TestPatma.test_patma_133) ... ok test_patma_134 (test.test_patma.TestPatma.test_patma_134) ... ok test_patma_135 (test.test_patma.TestPatma.test_patma_135) ... ok test_patma_136 (test.test_patma.TestPatma.test_patma_136) ... ok test_patma_137 (test.test_patma.TestPatma.test_patma_137) ... ok test_patma_138 (test.test_patma.TestPatma.test_patma_138) ... ok test_patma_139 (test.test_patma.TestPatma.test_patma_139) ... ok test_patma_140 (test.test_patma.TestPatma.test_patma_140) ... ok test_patma_141 (test.test_patma.TestPatma.test_patma_141) ... ok test_patma_142 (test.test_patma.TestPatma.test_patma_142) ... ok test_patma_143 (test.test_patma.TestPatma.test_patma_143) ... ok test_patma_144 (test.test_patma.TestPatma.test_patma_144) ... ok test_patma_145 (test.test_patma.TestPatma.test_patma_145) ... ok test_patma_146 (test.test_patma.TestPatma.test_patma_146) ... ok test_patma_147 (test.test_patma.TestPatma.test_patma_147) ... ok test_patma_148 (test.test_patma.TestPatma.test_patma_148) ... ok test_patma_149 (test.test_patma.TestPatma.test_patma_149) ... ok test_patma_150 (test.test_patma.TestPatma.test_patma_150) ... ok test_patma_151 (test.test_patma.TestPatma.test_patma_151) ... ok test_patma_152 (test.test_patma.TestPatma.test_patma_152) ... ok test_patma_153 (test.test_patma.TestPatma.test_patma_153) ... ok test_patma_154 (test.test_patma.TestPatma.test_patma_154) ... ok test_patma_155 (test.test_patma.TestPatma.test_patma_155) ... ok test_patma_156 (test.test_patma.TestPatma.test_patma_156) ... ok test_patma_157 (test.test_patma.TestPatma.test_patma_157) ... ok test_patma_158 (test.test_patma.TestPatma.test_patma_158) ... ok test_patma_159 (test.test_patma.TestPatma.test_patma_159) ... ok test_patma_160 (test.test_patma.TestPatma.test_patma_160) ... ok test_patma_161 (test.test_patma.TestPatma.test_patma_161) ... ok test_patma_162 (test.test_patma.TestPatma.test_patma_162) ... ok test_patma_163 (test.test_patma.TestPatma.test_patma_163) ... ok test_patma_164 (test.test_patma.TestPatma.test_patma_164) ... ok test_patma_165 (test.test_patma.TestPatma.test_patma_165) ... ok test_patma_166 (test.test_patma.TestPatma.test_patma_166) ... ok test_patma_167 (test.test_patma.TestPatma.test_patma_167) ... ok test_patma_168 (test.test_patma.TestPatma.test_patma_168) ... ok test_patma_169 (test.test_patma.TestPatma.test_patma_169) ... ok test_patma_170 (test.test_patma.TestPatma.test_patma_170) ... ok test_patma_171 (test.test_patma.TestPatma.test_patma_171) ... ok test_patma_172 (test.test_patma.TestPatma.test_patma_172) ... ok test_patma_173 (test.test_patma.TestPatma.test_patma_173) ... ok test_patma_174 (test.test_patma.TestPatma.test_patma_174) ... ok test_patma_175 (test.test_patma.TestPatma.test_patma_175) ... ok test_patma_176 (test.test_patma.TestPatma.test_patma_176) ... ok test_patma_177 (test.test_patma.TestPatma.test_patma_177) ... ok test_patma_178 (test.test_patma.TestPatma.test_patma_178) ... ok test_patma_179 (test.test_patma.TestPatma.test_patma_179) ... ok test_patma_180 (test.test_patma.TestPatma.test_patma_180) ... ok test_patma_181 (test.test_patma.TestPatma.test_patma_181) ... ok test_patma_182 (test.test_patma.TestPatma.test_patma_182) ... ok test_patma_183 (test.test_patma.TestPatma.test_patma_183) ... ok test_patma_184 (test.test_patma.TestPatma.test_patma_184) ... ok test_patma_185 (test.test_patma.TestPatma.test_patma_185) ... ok test_patma_186 (test.test_patma.TestPatma.test_patma_186) ... ok test_patma_187 (test.test_patma.TestPatma.test_patma_187) ... ok test_patma_188 (test.test_patma.TestPatma.test_patma_188) ... ok test_patma_189 (test.test_patma.TestPatma.test_patma_189) ... ok test_patma_190 (test.test_patma.TestPatma.test_patma_190) ... ok test_patma_191 (test.test_patma.TestPatma.test_patma_191) ... ok test_patma_192 (test.test_patma.TestPatma.test_patma_192) ... ok test_patma_193 (test.test_patma.TestPatma.test_patma_193) ... ok test_patma_194 (test.test_patma.TestPatma.test_patma_194) ... ok test_patma_195 (test.test_patma.TestPatma.test_patma_195) ... ok test_patma_196 (test.test_patma.TestPatma.test_patma_196) ... ok test_patma_197 (test.test_patma.TestPatma.test_patma_197) ... ok test_patma_198 (test.test_patma.TestPatma.test_patma_198) ... ok test_patma_199 (test.test_patma.TestPatma.test_patma_199) ... ok test_patma_200 (test.test_patma.TestPatma.test_patma_200) ... ok test_patma_201 (test.test_patma.TestPatma.test_patma_201) ... ok test_patma_202 (test.test_patma.TestPatma.test_patma_202) ... ok test_patma_203 (test.test_patma.TestPatma.test_patma_203) ... ok test_patma_204 (test.test_patma.TestPatma.test_patma_204) ... ok test_patma_205 (test.test_patma.TestPatma.test_patma_205) ... ok test_patma_206 (test.test_patma.TestPatma.test_patma_206) ... ok test_patma_207 (test.test_patma.TestPatma.test_patma_207) ... ok test_patma_208 (test.test_patma.TestPatma.test_patma_208) ... ok test_patma_209 (test.test_patma.TestPatma.test_patma_209) ... ok test_patma_210 (test.test_patma.TestPatma.test_patma_210) ... ok test_patma_211 (test.test_patma.TestPatma.test_patma_211) ... ok test_patma_212 (test.test_patma.TestPatma.test_patma_212) ... ok test_patma_213 (test.test_patma.TestPatma.test_patma_213) ... ok test_patma_214 (test.test_patma.TestPatma.test_patma_214) ... ok test_patma_215 (test.test_patma.TestPatma.test_patma_215) ... ok test_patma_216 (test.test_patma.TestPatma.test_patma_216) ... ok test_patma_217 (test.test_patma.TestPatma.test_patma_217) ... ok test_patma_218 (test.test_patma.TestPatma.test_patma_218) ... ok test_patma_219 (test.test_patma.TestPatma.test_patma_219) ... ok test_patma_220 (test.test_patma.TestPatma.test_patma_220) ... ok test_patma_221 (test.test_patma.TestPatma.test_patma_221) ... ok test_patma_222 (test.test_patma.TestPatma.test_patma_222) ... ok test_patma_223 (test.test_patma.TestPatma.test_patma_223) ... ok test_patma_224 (test.test_patma.TestPatma.test_patma_224) ... ok test_patma_225 (test.test_patma.TestPatma.test_patma_225) ... ok test_patma_226 (test.test_patma.TestPatma.test_patma_226) ... ok test_patma_227 (test.test_patma.TestPatma.test_patma_227) ... ok test_patma_228 (test.test_patma.TestPatma.test_patma_228) ... ok test_patma_229 (test.test_patma.TestPatma.test_patma_229) ... ok test_patma_230 (test.test_patma.TestPatma.test_patma_230) ... ok test_patma_231 (test.test_patma.TestPatma.test_patma_231) ... ok test_patma_232 (test.test_patma.TestPatma.test_patma_232) ... ok test_patma_233 (test.test_patma.TestPatma.test_patma_233) ... ok test_patma_234 (test.test_patma.TestPatma.test_patma_234) ... ok test_patma_235 (test.test_patma.TestPatma.test_patma_235) ... ok test_patma_236 (test.test_patma.TestPatma.test_patma_236) ... ok test_patma_237 (test.test_patma.TestPatma.test_patma_237) ... ok test_patma_238 (test.test_patma.TestPatma.test_patma_238) ... ok test_patma_239 (test.test_patma.TestPatma.test_patma_239) ... ok test_patma_240 (test.test_patma.TestPatma.test_patma_240) ... ok test_patma_241 (test.test_patma.TestPatma.test_patma_241) ... ok test_patma_242 (test.test_patma.TestPatma.test_patma_242) ... ok test_patma_243 (test.test_patma.TestPatma.test_patma_243) ... ok test_patma_244 (test.test_patma.TestPatma.test_patma_244) ... ok test_patma_245 (test.test_patma.TestPatma.test_patma_245) ... ok test_patma_246 (test.test_patma.TestPatma.test_patma_246) ... ok test_patma_247 (test.test_patma.TestPatma.test_patma_247) ... ok test_patma_248 (test.test_patma.TestPatma.test_patma_248) ... ok test_alternative_patterns_bind_different_names_0 (test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_0) ... ok test_alternative_patterns_bind_different_names_1 (test.test_patma.TestSyntaxErrors.test_alternative_patterns_bind_different_names_1) ... ok test_attribute_name_repeated_in_class_pattern (test.test_patma.TestSyntaxErrors.test_attribute_name_repeated_in_class_pattern) ... ok test_imaginary_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_0) ... ok test_imaginary_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors.test_imaginary_number_required_in_complex_literal_1) ... ok test_invalid_syntax_0 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_0) ... ok test_invalid_syntax_1 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_1) ... ok test_invalid_syntax_2 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_2) ... ok test_invalid_syntax_3 (test.test_patma.TestSyntaxErrors.test_invalid_syntax_3) ... ok test_mapping_pattern_duplicate_key (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key) ... ok test_mapping_pattern_duplicate_key_edge_case0 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case0) ... ok test_mapping_pattern_duplicate_key_edge_case1 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case1) ... ok test_mapping_pattern_duplicate_key_edge_case2 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case2) ... ok test_mapping_pattern_duplicate_key_edge_case3 (test.test_patma.TestSyntaxErrors.test_mapping_pattern_duplicate_key_edge_case3) ... ok 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) ... ok test_multiple_assignments_to_name_in_pattern_0 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_0) ... ok test_multiple_assignments_to_name_in_pattern_1 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_1) ... ok test_multiple_assignments_to_name_in_pattern_2 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_2) ... ok test_multiple_assignments_to_name_in_pattern_3 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_3) ... ok test_multiple_assignments_to_name_in_pattern_4 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_4) ... ok test_multiple_assignments_to_name_in_pattern_5 (test.test_patma.TestSyntaxErrors.test_multiple_assignments_to_name_in_pattern_5) ... ok test_multiple_starred_names_in_sequence_pattern_0 (test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_0) ... ok test_multiple_starred_names_in_sequence_pattern_1 (test.test_patma.TestSyntaxErrors.test_multiple_starred_names_in_sequence_pattern_1) ... ok test_name_capture_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_0) ... ok test_name_capture_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_1) ... ok test_name_capture_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_2) ... ok test_name_capture_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_3) ... ok test_name_capture_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors.test_name_capture_makes_remaining_patterns_unreachable_4) ... ok test_patterns_may_only_match_literals_and_attribute_lookups_0 (test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_0) ... ok test_patterns_may_only_match_literals_and_attribute_lookups_1 (test.test_patma.TestSyntaxErrors.test_patterns_may_only_match_literals_and_attribute_lookups_1) ... ok test_real_number_required_in_complex_literal_0 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_0) ... ok test_real_number_required_in_complex_literal_1 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_1) ... ok test_real_number_required_in_complex_literal_2 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_2) ... ok test_real_number_required_in_complex_literal_3 (test.test_patma.TestSyntaxErrors.test_real_number_required_in_complex_literal_3) ... ok test_wildcard_makes_remaining_patterns_unreachable_0 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_0) ... ok test_wildcard_makes_remaining_patterns_unreachable_1 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_1) ... ok test_wildcard_makes_remaining_patterns_unreachable_2 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_2) ... ok test_wildcard_makes_remaining_patterns_unreachable_3 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_3) ... ok test_wildcard_makes_remaining_patterns_unreachable_4 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_4) ... ok test_wildcard_makes_remaining_patterns_unreachable_5 (test.test_patma.TestSyntaxErrors.test_wildcard_makes_remaining_patterns_unreachable_5) ... ok test_default_capture (test.test_patma.TestTracing.test_default_capture) ... ok test_default_wildcard (test.test_patma.TestTracing.test_default_wildcard) ... ok test_no_default (test.test_patma.TestTracing.test_no_default) ... ok test_only_default_capture (test.test_patma.TestTracing.test_only_default_capture) ... ok test_only_default_wildcard (test.test_patma.TestTracing.test_only_default_wildcard) ... ok test_parser_deeply_nested_patterns (test.test_patma.TestTracing.test_parser_deeply_nested_patterns) ... ok test_unreachable_code (test.test_patma.TestTracing.test_unreachable_code) ... ok test_accepts_positional_subpatterns_0 (test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_0) ... ok test_accepts_positional_subpatterns_1 (test.test_patma.TestTypeErrors.test_accepts_positional_subpatterns_1) ... ok test_got_multiple_subpatterns_for_attribute_0 (test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_0) ... ok test_got_multiple_subpatterns_for_attribute_1 (test.test_patma.TestTypeErrors.test_got_multiple_subpatterns_for_attribute_1) ... ok test_match_args_elements_must_be_strings (test.test_patma.TestTypeErrors.test_match_args_elements_must_be_strings) ... ok test_match_args_must_be_a_tuple_0 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_0) ... ok test_match_args_must_be_a_tuple_1 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_1) ... ok test_match_args_must_be_a_tuple_2 (test.test_patma.TestTypeErrors.test_match_args_must_be_a_tuple_2) ... ok test_mapping_pattern_checks_duplicate_key_1 (test.test_patma.TestValueErrors.test_mapping_pattern_checks_duplicate_key_1) ... ok ---------------------------------------------------------------------- Ran 310 tests in 0.022s OK 0:14:01 load avg: 1.14 [254/432/1] test_pdb test_checkline_after_reset (test.test_pdb.ChecklineTests.test_checkline_after_reset) ... ok test_checkline_before_debugging (test.test_pdb.ChecklineTests.test_checkline_before_debugging) ... ok test_checkline_is_not_executable (test.test_pdb.ChecklineTests.test_checkline_is_not_executable) ... ok test_blocks_at_first_code_line (test.test_pdb.PdbTestCase.test_blocks_at_first_code_line) ... ok test_breakpoint (test.test_pdb.PdbTestCase.test_breakpoint) ... ok test_errors_in_command (test.test_pdb.PdbTestCase.test_errors_in_command) ... ok test_find_function_empty_file (test.test_pdb.PdbTestCase.test_find_function_empty_file) ... ok test_find_function_found (test.test_pdb.PdbTestCase.test_find_function_found) ... ok test_find_function_found_with_bom (test.test_pdb.PdbTestCase.test_find_function_found_with_bom) ... ok test_find_function_found_with_encoding_cookie (test.test_pdb.PdbTestCase.test_find_function_found_with_encoding_cookie) ... ok test_gh_93696_frozen_list (test.test_pdb.PdbTestCase.test_gh_93696_frozen_list) ... ok test_gh_94215_crash (test.test_pdb.PdbTestCase.test_gh_94215_crash) ... ok test_header (test.test_pdb.PdbTestCase.test_header) ... ok test_issue13120 (test.test_pdb.PdbTestCase.test_issue13120) ... ok test_issue13183 (test.test_pdb.PdbTestCase.test_issue13183) ... ok test_issue16180 (test.test_pdb.PdbTestCase.test_issue16180) ... ok test_issue26053 (test.test_pdb.PdbTestCase.test_issue26053) ... ok test_issue34266 (test.test_pdb.PdbTestCase.test_issue34266) do_run handles exceptions from parsing its arg ... ok test_issue36250 (test.test_pdb.PdbTestCase.test_issue36250) ... ok test_issue42383 (test.test_pdb.PdbTestCase.test_issue42383) ... ok test_issue42384 (test.test_pdb.PdbTestCase.test_issue42384) When running `python foo.py` sys.path[0] is an absolute path. `python -m pdb foo.py` should behave the same ... ok test_issue42384_symlink (test.test_pdb.PdbTestCase.test_issue42384_symlink) When running `python foo.py` sys.path[0] resolves symlinks. `python -m pdb foo.py` should behave the same ... ok test_issue46434 (test.test_pdb.PdbTestCase.test_issue46434) ... ok test_issue7964 (test.test_pdb.PdbTestCase.test_issue7964) ... ok test_module_is_run_as_main (test.test_pdb.PdbTestCase.test_module_is_run_as_main) ... ok test_module_without_a_main (test.test_pdb.PdbTestCase.test_module_without_a_main) ... ok test_non_utf8_encoding (test.test_pdb.PdbTestCase.test_non_utf8_encoding) ... ok test_package_without_a_main (test.test_pdb.PdbTestCase.test_package_without_a_main) ... ok test_read_pdbrc_with_ascii_encoding (test.test_pdb.PdbTestCase.test_read_pdbrc_with_ascii_encoding) ... ok test_readrc_homedir (test.test_pdb.PdbTestCase.test_readrc_homedir) ... ok test_readrc_kwarg (test.test_pdb.PdbTestCase.test_readrc_kwarg) ... ok test_relative_imports (test.test_pdb.PdbTestCase.test_relative_imports) ... ok test_relative_imports_on_plain_module (test.test_pdb.PdbTestCase.test_relative_imports_on_plain_module) ... ok test_run_module (test.test_pdb.PdbTestCase.test_run_module) ... ok test_run_pdb_with_pdb (test.test_pdb.PdbTestCase.test_run_pdb_with_pdb) ... ok test_list_commands (test.test_pdb) Doctest: test.test_pdb.test_list_commands ... ok test_next_until_return_at_return_event (test.test_pdb) Doctest: test.test_pdb.test_next_until_return_at_return_event ... ok test_pdb_alias_command (test.test_pdb) Doctest: test.test_pdb.test_pdb_alias_command ... ok test_pdb_basic_commands (test.test_pdb) Doctest: test.test_pdb.test_pdb_basic_commands ... ok test_pdb_breakpoint_commands (test.test_pdb) Doctest: test.test_pdb.test_pdb_breakpoint_commands ... ok test_pdb_breakpoints_preserved_across_interactive_sessions (test.test_pdb) Doctest: test.test_pdb.test_pdb_breakpoints_preserved_across_interactive_sessions ... ok test_pdb_continue_in_bottomframe (test.test_pdb) Doctest: test.test_pdb.test_pdb_continue_in_bottomframe ... ok test_pdb_display_command (test.test_pdb) Doctest: test.test_pdb.test_pdb_display_command ... ok test_pdb_displayhook (test.test_pdb) Doctest: test.test_pdb.test_pdb_displayhook ... ok test_pdb_issue_20766 (test.test_pdb) Doctest: test.test_pdb.test_pdb_issue_20766 ... ok test_pdb_issue_43318 (test.test_pdb) Doctest: test.test_pdb.test_pdb_issue_43318 ... ok test_pdb_issue_gh_101517 (test.test_pdb) Doctest: test.test_pdb.test_pdb_issue_gh_101517 ... ok test_pdb_issue_gh_101673 (test.test_pdb) Doctest: test.test_pdb.test_pdb_issue_gh_101673 ... ok test_pdb_issue_gh_103225 (test.test_pdb) Doctest: test.test_pdb.test_pdb_issue_gh_103225 ... ok test_pdb_issue_gh_91742 (test.test_pdb) Doctest: test.test_pdb.test_pdb_issue_gh_91742 ... ok test_pdb_issue_gh_94215 (test.test_pdb) Doctest: test.test_pdb.test_pdb_issue_gh_94215 ... ok test_pdb_next_command_for_asyncgen (test.test_pdb) Doctest: test.test_pdb.test_pdb_next_command_for_asyncgen ... ok test_pdb_next_command_for_coroutine (test.test_pdb) Doctest: test.test_pdb.test_pdb_next_command_for_coroutine ... ok test_pdb_next_command_for_generator (test.test_pdb) Doctest: test.test_pdb.test_pdb_next_command_for_generator ... ok test_pdb_next_command_in_generator_for_loop (test.test_pdb) Doctest: test.test_pdb.test_pdb_next_command_in_generator_for_loop ... ok test_pdb_next_command_subiterator (test.test_pdb) Doctest: test.test_pdb.test_pdb_next_command_subiterator ... ok test_pdb_pp_repr_exc (test.test_pdb) Doctest: test.test_pdb.test_pdb_pp_repr_exc ... ok test_pdb_return_command_for_coroutine (test.test_pdb) Doctest: test.test_pdb.test_pdb_return_command_for_coroutine ... ok test_pdb_return_command_for_generator (test.test_pdb) Doctest: test.test_pdb.test_pdb_return_command_for_generator ... ok test_pdb_run_with_code_object (test.test_pdb) Doctest: test.test_pdb.test_pdb_run_with_code_object ... ok test_pdb_run_with_incorrect_argument (test.test_pdb) Doctest: test.test_pdb.test_pdb_run_with_incorrect_argument ... ok test_pdb_skip_modules (test.test_pdb) Doctest: test.test_pdb.test_pdb_skip_modules ... ok test_pdb_skip_modules_with_callback (test.test_pdb) Doctest: test.test_pdb.test_pdb_skip_modules_with_callback ... ok test_pdb_until_command_for_coroutine (test.test_pdb) Doctest: test.test_pdb.test_pdb_until_command_for_coroutine ... ok test_pdb_until_command_for_generator (test.test_pdb) Doctest: test.test_pdb.test_pdb_until_command_for_generator ... ok test_pdb_whatis_command (test.test_pdb) Doctest: test.test_pdb.test_pdb_whatis_command ... ok test_pdb_where_command (test.test_pdb) Doctest: test.test_pdb.test_pdb_where_command ... ok test_post_mortem (test.test_pdb) Doctest: test.test_pdb.test_post_mortem ... ok ---------------------------------------------------------------------- Ran 68 tests in 0.873s OK 0:14:03 load avg: 1.21 [255/432/1] test_peepholer test_bpo_42057 (test.test_peepholer.TestBuglets.test_bpo_42057) ... ok test_bpo_45773_pop_jump_if_false (test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_false) ... ok test_bpo_45773_pop_jump_if_true (test.test_peepholer.TestBuglets.test_bpo_45773_pop_jump_if_true) ... ok test_bug_11510 (test.test_peepholer.TestBuglets.test_bug_11510) ... ok test_assignment_idiom_in_comprehensions (test.test_peepholer.TestTranforms.test_assignment_idiom_in_comprehensions) ... ok test_binary_subscr_on_unicode (test.test_peepholer.TestTranforms.test_binary_subscr_on_unicode) ... ok test_condition_with_binop_with_bools (test.test_peepholer.TestTranforms.test_condition_with_binop_with_bools) ... ok test_constant_folding (test.test_peepholer.TestTranforms.test_constant_folding) ... ok test_elim_extra_return (test.test_peepholer.TestTranforms.test_elim_extra_return) ... ok test_elim_inversion_of_is_or_in (test.test_peepholer.TestTranforms.test_elim_inversion_of_is_or_in) ... ok test_elim_jump_after_return1 (test.test_peepholer.TestTranforms.test_elim_jump_after_return1) ... ok test_elim_jump_to_return (test.test_peepholer.TestTranforms.test_elim_jump_to_return) ... skipped 'Following gh-92228 the return has two predecessors and that prevents jump elimination.' test_elim_jump_to_uncond_jump (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump) ... ok test_elim_jump_to_uncond_jump2 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump2) ... ok test_elim_jump_to_uncond_jump3 (test.test_peepholer.TestTranforms.test_elim_jump_to_uncond_jump3) ... ok test_folding_of_binops_on_constants (test.test_peepholer.TestTranforms.test_folding_of_binops_on_constants) ... ok test_folding_of_lists_of_constants (test.test_peepholer.TestTranforms.test_folding_of_lists_of_constants) ... ok test_folding_of_sets_of_constants (test.test_peepholer.TestTranforms.test_folding_of_sets_of_constants) ... ok test_folding_of_tuples_of_constants (test.test_peepholer.TestTranforms.test_folding_of_tuples_of_constants) ... ok test_folding_of_unaryops_on_constants (test.test_peepholer.TestTranforms.test_folding_of_unaryops_on_constants) ... ok test_format_combinations (test.test_peepholer.TestTranforms.test_format_combinations) ... ok test_format_errors (test.test_peepholer.TestTranforms.test_format_errors) ... ok test_format_misc (test.test_peepholer.TestTranforms.test_format_misc) ... ok test_global_as_constant (test.test_peepholer.TestTranforms.test_global_as_constant) ... ok test_if_with_if_expression (test.test_peepholer.TestTranforms.test_if_with_if_expression) ... ok test_in_literal_list (test.test_peepholer.TestTranforms.test_in_literal_list) ... ok test_iterate_literal_list (test.test_peepholer.TestTranforms.test_iterate_literal_list) ... ok test_make_function_doesnt_bail (test.test_peepholer.TestTranforms.test_make_function_doesnt_bail) ... ok test_pack_unpack (test.test_peepholer.TestTranforms.test_pack_unpack) ... ok test_static_swaps_match_class (test.test_peepholer.TestTranforms.test_static_swaps_match_class) ... ok test_static_swaps_match_mapping (test.test_peepholer.TestTranforms.test_static_swaps_match_mapping) ... ok test_static_swaps_match_sequence (test.test_peepholer.TestTranforms.test_static_swaps_match_sequence) ... ok test_static_swaps_unpack_three (test.test_peepholer.TestTranforms.test_static_swaps_unpack_three) ... ok test_static_swaps_unpack_two (test.test_peepholer.TestTranforms.test_static_swaps_unpack_two) ... ok test_trailing_nops (test.test_peepholer.TestTranforms.test_trailing_nops) ... ok test_unot (test.test_peepholer.TestTranforms.test_unot) ... ok test_while_one (test.test_peepholer.TestTranforms.test_while_one) ... ok ---------------------------------------------------------------------- Ran 37 tests in 0.304s OK (skipped=1) 0:14:04 load avg: 1.21 [256/432/1] test_peg_generator test.test_peg_generator.test_c_parser (unittest.loader.ModuleSkipped.test.test_peg_generator.test_c_parser) ... skipped 'peg_generator test disabled under PGO build' test_advance_left_recursion (test.test_peg_generator.test_first_sets.TestFirstSets.test_advance_left_recursion) ... ok test_alternatives (test.test_peg_generator.test_first_sets.TestFirstSets.test_alternatives) ... ok test_epsilon_production_in_start_rule (test.test_peg_generator.test_first_sets.TestFirstSets.test_epsilon_production_in_start_rule) ... ok test_gather (test.test_peg_generator.test_first_sets.TestFirstSets.test_gather) ... ok test_left_recursion (test.test_peg_generator.test_first_sets.TestFirstSets.test_left_recursion) ... ok test_multiple_nullable_rules (test.test_peg_generator.test_first_sets.TestFirstSets.test_multiple_nullable_rules) ... ok test_mutual_left_recursion (test.test_peg_generator.test_first_sets.TestFirstSets.test_mutual_left_recursion) ... ok test_nasty_left_recursion (test.test_peg_generator.test_first_sets.TestFirstSets.test_nasty_left_recursion) ... ok test_negative_lookahead (test.test_peg_generator.test_first_sets.TestFirstSets.test_negative_lookahead) ... ok test_nullable_rule (test.test_peg_generator.test_first_sets.TestFirstSets.test_nullable_rule) ... ok test_optional_after (test.test_peg_generator.test_first_sets.TestFirstSets.test_optional_after) ... ok test_optional_before (test.test_peg_generator.test_first_sets.TestFirstSets.test_optional_before) ... ok test_optional_literal (test.test_peg_generator.test_first_sets.TestFirstSets.test_optional_literal) ... ok test_optional_operator (test.test_peg_generator.test_first_sets.TestFirstSets.test_optional_operator) ... ok test_optionals (test.test_peg_generator.test_first_sets.TestFirstSets.test_optionals) ... ok test_positive_lookahead (test.test_peg_generator.test_first_sets.TestFirstSets.test_positive_lookahead) ... ok test_repeat_0 (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_0) ... ok test_repeat_0_with_group (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_0_with_group) ... ok test_repeat_1 (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_1) ... ok test_repeat_1_with_group (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_1_with_group) ... ok test_repeat_with_separator (test.test_peg_generator.test_first_sets.TestFirstSets.test_repeat_with_separator) ... ok test_rule_with_collision_after_some_other_rules (test.test_peg_generator.test_grammar_validator.TestPegen.test_rule_with_collision_after_some_other_rules) ... ok test_rule_with_no_collision (test.test_peg_generator.test_grammar_validator.TestPegen.test_rule_with_no_collision) ... ok test_rule_with_simple_collision (test.test_peg_generator.test_grammar_validator.TestPegen.test_rule_with_simple_collision) ... ok test_deep_nested_rule (test.test_peg_generator.test_pegen.TestGrammarVisualizer.test_deep_nested_rule) ... ok test_multiple_rules (test.test_peg_generator.test_pegen.TestGrammarVisualizer.test_multiple_rules) ... ok test_simple_rule (test.test_peg_generator.test_pegen.TestGrammarVisualizer.test_simple_rule) ... ok test_advanced_left_recursive (test.test_peg_generator.test_pegen.TestPegen.test_advanced_left_recursive) ... ok test_alt_optional_operator (test.test_peg_generator.test_pegen.TestPegen.test_alt_optional_operator) ... ok test_bad_token_reference (test.test_peg_generator.test_pegen.TestPegen.test_bad_token_reference) ... ok test_cut (test.test_peg_generator.test_pegen.TestPegen.test_cut) ... ok test_dangling_reference (test.test_peg_generator.test_pegen.TestPegen.test_dangling_reference) ... ok test_expr_grammar (test.test_peg_generator.test_pegen.TestPegen.test_expr_grammar) ... ok test_forced (test.test_peg_generator.test_pegen.TestPegen.test_forced) ... ok test_forced_with_group (test.test_peg_generator.test_pegen.TestPegen.test_forced_with_group) ... ok test_gather (test.test_peg_generator.test_pegen.TestPegen.test_gather) ... ok test_invalid_rule_name (test.test_peg_generator.test_pegen.TestPegen.test_invalid_rule_name) ... ok test_invalid_variable_name (test.test_peg_generator.test_pegen.TestPegen.test_invalid_variable_name) ... ok test_invalid_variable_name_in_temporal_rule (test.test_peg_generator.test_pegen.TestPegen.test_invalid_variable_name_in_temporal_rule) ... ok test_left_recursion_too_complex (test.test_peg_generator.test_pegen.TestPegen.test_left_recursion_too_complex) ... ok test_left_recursive (test.test_peg_generator.test_pegen.TestPegen.test_left_recursive) ... ok test_locations_in_alt_action_and_group (test.test_peg_generator.test_pegen.TestPegen.test_locations_in_alt_action_and_group) ... ok test_long_rule_str (test.test_peg_generator.test_pegen.TestPegen.test_long_rule_str) ... ok test_lookahead (test.test_peg_generator.test_pegen.TestPegen.test_lookahead) ... ok test_missing_start (test.test_peg_generator.test_pegen.TestPegen.test_missing_start) ... ok test_mutually_left_recursive (test.test_peg_generator.test_pegen.TestPegen.test_mutually_left_recursive) ... ok test_named_lookahead_error (test.test_peg_generator.test_pegen.TestPegen.test_named_lookahead_error) ... ok test_nasty_mutually_left_recursive (test.test_peg_generator.test_pegen.TestPegen.test_nasty_mutually_left_recursive) ... ok test_nullable (test.test_peg_generator.test_pegen.TestPegen.test_nullable) ... ok test_opt_sequence (test.test_peg_generator.test_pegen.TestPegen.test_opt_sequence) ... ok test_optional_literal (test.test_peg_generator.test_pegen.TestPegen.test_optional_literal) ... ok test_optional_operator (test.test_peg_generator.test_pegen.TestPegen.test_optional_operator) ... ok test_parse_grammar (test.test_peg_generator.test_pegen.TestPegen.test_parse_grammar) ... ok test_python_expr (test.test_peg_generator.test_pegen.TestPegen.test_python_expr) ... ok test_repeat_0_complex (test.test_peg_generator.test_pegen.TestPegen.test_repeat_0_complex) ... ok test_repeat_0_simple (test.test_peg_generator.test_pegen.TestPegen.test_repeat_0_simple) ... ok test_repeat_1_complex (test.test_peg_generator.test_pegen.TestPegen.test_repeat_1_complex) ... ok test_repeat_1_simple (test.test_peg_generator.test_pegen.TestPegen.test_repeat_1_simple) ... ok test_repeat_with_sep_simple (test.test_peg_generator.test_pegen.TestPegen.test_repeat_with_sep_simple) ... ok test_soft_keyword (test.test_peg_generator.test_pegen.TestPegen.test_soft_keyword) ... ok test_start_leader (test.test_peg_generator.test_pegen.TestPegen.test_start_leader) ... ok test_typed_rules (test.test_peg_generator.test_pegen.TestPegen.test_typed_rules) ... ok test_unreachable_explicit (test.test_peg_generator.test_pegen.TestPegen.test_unreachable_explicit) ... ok test_unreachable_implicit1 (test.test_peg_generator.test_pegen.TestPegen.test_unreachable_implicit1) ... ok test_unreachable_implicit2 (test.test_peg_generator.test_pegen.TestPegen.test_unreachable_implicit2) ... ok test_unreachable_implicit3 (test.test_peg_generator.test_pegen.TestPegen.test_unreachable_implicit3) ... ok ---------------------------------------------------------------------- Ran 67 tests in 0.052s OK (skipped=1) 0:14:04 load avg: 1.21 [257/432/1] test_pep646_syntax Trying: class AClass: def __init__(self): self._setitem_name = None self._setitem_val = None self._delitem_name = None def __setitem__(self, name, val): self._delitem_name = None self._setitem_name = name self._setitem_val = val def __repr__(self): if self._setitem_name is not None: return f"A[{self._setitem_name}]={self._setitem_val}" elif self._delitem_name is not None: return f"delA[{self._delitem_name}]" def __getitem__(self, name): return ParameterisedA(name) def __delitem__(self, name): self._setitem_name = None self._delitem_name = name Expecting nothing ok Trying: class ParameterisedA: def __init__(self, name): self._name = name def __repr__(self): return f"A[{self._name}]" def __iter__(self): for p in self._name: yield p Expecting nothing ok Trying: class B: def __iter__(self): yield StarredB() def __repr__(self): return "B" Expecting nothing ok Trying: class StarredB: def __repr__(self): return "StarredB" Expecting nothing ok Trying: A = AClass() Expecting nothing ok Trying: b = B() Expecting nothing ok Trying: A[*b] Expecting: A[(StarredB,)] ok Trying: A[*b] = 1; A Expecting: A[(StarredB,)]=1 ok Trying: del A[*b]; A Expecting: delA[(StarredB,)] ok Trying: A[*b, *b] Expecting: A[(StarredB, StarredB)] ok Trying: A[*b, *b] = 1; A Expecting: A[(StarredB, StarredB)]=1 ok Trying: del A[*b, *b]; A Expecting: delA[(StarredB, StarredB)] ok Trying: A[b, *b] Expecting: A[(B, StarredB)] ok Trying: A[b, *b] = 1; A Expecting: A[(B, StarredB)]=1 ok Trying: del A[b, *b]; A Expecting: delA[(B, StarredB)] ok Trying: A[*b, b] Expecting: A[(StarredB, B)] ok Trying: A[*b, b] = 1; A Expecting: A[(StarredB, B)]=1 ok Trying: del A[*b, b]; A Expecting: delA[(StarredB, B)] ok Trying: A[b, b, *b] Expecting: A[(B, B, StarredB)] ok Trying: A[b, b, *b] = 1; A Expecting: A[(B, B, StarredB)]=1 ok Trying: del A[b, b, *b]; A Expecting: delA[(B, B, StarredB)] ok Trying: A[*b, b, b] Expecting: A[(StarredB, B, B)] ok Trying: A[*b, b, b] = 1; A Expecting: A[(StarredB, B, B)]=1 ok Trying: del A[*b, b, b]; A Expecting: delA[(StarredB, B, B)] ok Trying: A[b, *b, b] Expecting: A[(B, StarredB, B)] ok Trying: A[b, *b, b] = 1; A Expecting: A[(B, StarredB, B)]=1 ok Trying: del A[b, *b, b]; A Expecting: delA[(B, StarredB, B)] ok Trying: A[b, b, *b, b] Expecting: A[(B, B, StarredB, B)] ok Trying: A[b, b, *b, b] = 1; A Expecting: A[(B, B, StarredB, B)]=1 ok Trying: del A[b, b, *b, b]; A Expecting: delA[(B, B, StarredB, B)] ok Trying: A[b, *b, b, b] Expecting: A[(B, StarredB, B, B)] ok Trying: A[b, *b, b, b] = 1; A Expecting: A[(B, StarredB, B, B)]=1 ok Trying: del A[b, *b, b, b]; A Expecting: delA[(B, StarredB, B, B)] ok Trying: A[A[b, *b, b]] Expecting: A[A[(B, StarredB, B)]] ok Trying: A[A[b, *b, b]] = 1; A Expecting: A[A[(B, StarredB, B)]]=1 ok Trying: del A[A[b, *b, b]]; A Expecting: delA[A[(B, StarredB, B)]] ok Trying: A[*A[b, *b, b]] Expecting: A[(B, StarredB, B)] ok Trying: A[*A[b, *b, b]] = 1; A Expecting: A[(B, StarredB, B)]=1 ok Trying: del A[*A[b, *b, b]]; A Expecting: delA[(B, StarredB, B)] ok Trying: A[b, ...] Expecting: A[(B, Ellipsis)] ok Trying: A[b, ...] = 1; A Expecting: A[(B, Ellipsis)]=1 ok Trying: del A[b, ...]; A Expecting: delA[(B, Ellipsis)] ok Trying: A[*A[b, ...]] Expecting: A[(B, Ellipsis)] ok Trying: A[*A[b, ...]] = 1; A Expecting: A[(B, Ellipsis)]=1 ok Trying: del A[*A[b, ...]]; A Expecting: delA[(B, Ellipsis)] ok Trying: l = [1, 2, 3] Expecting nothing ok Trying: A[*l] Expecting: A[(1, 2, 3)] ok Trying: A[*l] = 1; A Expecting: A[(1, 2, 3)]=1 ok Trying: del A[*l]; A Expecting: delA[(1, 2, 3)] ok Trying: A[*l, 4] Expecting: A[(1, 2, 3, 4)] ok Trying: A[*l, 4] = 1; A Expecting: A[(1, 2, 3, 4)]=1 ok Trying: del A[*l, 4]; A Expecting: delA[(1, 2, 3, 4)] ok Trying: A[0, *l] Expecting: A[(0, 1, 2, 3)] ok Trying: A[0, *l] = 1; A Expecting: A[(0, 1, 2, 3)]=1 ok Trying: del A[0, *l]; A Expecting: delA[(0, 1, 2, 3)] ok Trying: A[1:2, *l] Expecting: A[(slice(1, 2, None), 1, 2, 3)] ok Trying: A[1:2, *l] = 1; A Expecting: A[(slice(1, 2, None), 1, 2, 3)]=1 ok Trying: del A[1:2, *l]; A Expecting: delA[(slice(1, 2, None), 1, 2, 3)] ok Trying: repr(A[1:2, *l]) == repr(A[1:2, 1, 2, 3]) Expecting: True ok Trying: t = (1, 2, 3) Expecting nothing ok Trying: A[*t] Expecting: A[(1, 2, 3)] ok Trying: A[*t] = 1; A Expecting: A[(1, 2, 3)]=1 ok Trying: del A[*t]; A Expecting: delA[(1, 2, 3)] ok Trying: A[*t, 4] Expecting: A[(1, 2, 3, 4)] ok Trying: A[*t, 4] = 1; A Expecting: A[(1, 2, 3, 4)]=1 ok Trying: del A[*t, 4]; A Expecting: delA[(1, 2, 3, 4)] ok Trying: A[0, *t] Expecting: A[(0, 1, 2, 3)] ok Trying: A[0, *t] = 1; A Expecting: A[(0, 1, 2, 3)]=1 ok Trying: del A[0, *t]; A Expecting: delA[(0, 1, 2, 3)] ok Trying: A[1:2, *t] Expecting: A[(slice(1, 2, None), 1, 2, 3)] ok Trying: A[1:2, *t] = 1; A Expecting: A[(slice(1, 2, None), 1, 2, 3)]=1 ok Trying: del A[1:2, *t]; A Expecting: delA[(slice(1, 2, None), 1, 2, 3)] ok Trying: repr(A[1:2, *t]) == repr(A[1:2, 1, 2, 3]) Expecting: True ok Trying: def returns_list(): return [1, 2, 3] Expecting nothing ok Trying: A[returns_list()] Expecting: A[[1, 2, 3]] ok Trying: A[returns_list()] = 1; A Expecting: A[[1, 2, 3]]=1 ok Trying: del A[returns_list()]; A Expecting: delA[[1, 2, 3]] ok Trying: A[returns_list(), 4] Expecting: A[([1, 2, 3], 4)] ok Trying: A[returns_list(), 4] = 1; A Expecting: A[([1, 2, 3], 4)]=1 ok Trying: del A[returns_list(), 4]; A Expecting: delA[([1, 2, 3], 4)] ok Trying: A[*returns_list()] Expecting: A[(1, 2, 3)] ok Trying: A[*returns_list()] = 1; A Expecting: A[(1, 2, 3)]=1 ok Trying: del A[*returns_list()]; A Expecting: delA[(1, 2, 3)] ok Trying: A[*returns_list(), 4] Expecting: A[(1, 2, 3, 4)] ok Trying: A[*returns_list(), 4] = 1; A Expecting: A[(1, 2, 3, 4)]=1 ok Trying: del A[*returns_list(), 4]; A Expecting: delA[(1, 2, 3, 4)] ok Trying: A[0, *returns_list()] Expecting: A[(0, 1, 2, 3)] ok Trying: A[0, *returns_list()] = 1; A Expecting: A[(0, 1, 2, 3)]=1 ok Trying: del A[0, *returns_list()]; A Expecting: delA[(0, 1, 2, 3)] ok Trying: A[*returns_list(), *returns_list()] Expecting: A[(1, 2, 3, 1, 2, 3)] ok Trying: A[*returns_list(), *returns_list()] = 1; A Expecting: A[(1, 2, 3, 1, 2, 3)]=1 ok Trying: del A[*returns_list(), *returns_list()]; A Expecting: delA[(1, 2, 3, 1, 2, 3)] ok Trying: A[1:2, *b] Expecting: A[(slice(1, 2, None), StarredB)] ok Trying: A[*b, 1:2] Expecting: A[(StarredB, slice(1, 2, None))] ok Trying: A[1:2, *b, 1:2] Expecting: A[(slice(1, 2, None), StarredB, slice(1, 2, None))] ok Trying: A[*b, 1:2, *b] Expecting: A[(StarredB, slice(1, 2, None), StarredB)] ok Trying: A[1:, *b] Expecting: A[(slice(1, None, None), StarredB)] ok Trying: A[*b, 1:] Expecting: A[(StarredB, slice(1, None, None))] ok Trying: A[1:, *b, 1:] Expecting: A[(slice(1, None, None), StarredB, slice(1, None, None))] ok Trying: A[*b, 1:, *b] Expecting: A[(StarredB, slice(1, None, None), StarredB)] ok Trying: A[:1, *b] Expecting: A[(slice(None, 1, None), StarredB)] ok Trying: A[*b, :1] Expecting: A[(StarredB, slice(None, 1, None))] ok Trying: A[:1, *b, :1] Expecting: A[(slice(None, 1, None), StarredB, slice(None, 1, None))] ok Trying: A[*b, :1, *b] Expecting: A[(StarredB, slice(None, 1, None), StarredB)] ok Trying: A[:, *b] Expecting: A[(slice(None, None, None), StarredB)] ok Trying: A[*b, :] Expecting: A[(StarredB, slice(None, None, None))] ok Trying: A[:, *b, :] Expecting: A[(slice(None, None, None), StarredB, slice(None, None, None))] ok Trying: A[*b, :, *b] Expecting: A[(StarredB, slice(None, None, None), StarredB)] ok Trying: def f1(*args: *b): pass Expecting nothing ok Trying: f1.__annotations__ Expecting: {'args': StarredB} ok Trying: def f2(*args: *b, arg1): pass Expecting nothing ok Trying: f2.__annotations__ Expecting: {'args': StarredB} ok Trying: def f3(*args: *b, arg1: int): pass Expecting nothing ok Trying: f3.__annotations__ Expecting: {'args': StarredB, 'arg1': } ok Trying: def f4(*args: *b, arg1: int = 2): pass Expecting nothing ok Trying: f4.__annotations__ Expecting: {'args': StarredB, 'arg1': } ok Trying: def f5(*args: *b = (1,)): pass Expecting: Traceback (most recent call last): ... SyntaxError: invalid syntax ok 2 items had no tests: test.test_pep646_syntax test.test_pep646_syntax.test_main 1 items passed all tests: 117 tests in test.test_pep646_syntax.__test__.doctests 117 tests in 3 items. 117 passed and 0 failed. Test passed. doctest (test.test_pep646_syntax) ... 117 tests with zero failures 0:14:05 load avg: 1.21 [258/432/1] test_pickle test_class_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_class_dispatch_table) ... ok test_default_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_default_dispatch_table) ... ok test_instance_dispatch_table (test.test_pickle.CChainDispatchTableTests.test_instance_dispatch_table) ... ok test_class_dispatch_table (test.test_pickle.CDispatchTableTests.test_class_dispatch_table) ... ok test_default_dispatch_table (test.test_pickle.CDispatchTableTests.test_default_dispatch_table) ... ok test_instance_dispatch_table (test.test_pickle.CDispatchTableTests.test_instance_dispatch_table) ... ok test_appends_on_non_lists (test.test_pickle.CDumpPickle_LoadPickle.test_appends_on_non_lists) ... ok test_attribute_name_interning (test.test_pickle.CDumpPickle_LoadPickle.test_attribute_name_interning) ... ok test_bad_getattr (test.test_pickle.CDumpPickle_LoadPickle.test_bad_getattr) ... ok test_buffer_callback_error (test.test_pickle.CDumpPickle_LoadPickle.test_buffer_callback_error) ... ok test_buffers_error (test.test_pickle.CDumpPickle_LoadPickle.test_buffers_error) ... ok test_buffers_numpy (test.test_pickle.CDumpPickle_LoadPickle.test_buffers_numpy) ... skipped 'Test needs Numpy' test_builtin_exceptions (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_exceptions) ... ok test_builtin_functions (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_functions) ... ok test_builtin_types (test.test_pickle.CDumpPickle_LoadPickle.test_builtin_types) ... ok test_bytearray (test.test_pickle.CDumpPickle_LoadPickle.test_bytearray) ... ok test_bytearray_memoization_bug (test.test_pickle.CDumpPickle_LoadPickle.test_bytearray_memoization_bug) ... ok test_bytes (test.test_pickle.CDumpPickle_LoadPickle.test_bytes) ... ok test_c_methods (test.test_pickle.CDumpPickle_LoadPickle.test_c_methods) ... ok test_compat_pickle (test.test_pickle.CDumpPickle_LoadPickle.test_compat_pickle) ... ok test_complex_newobj (test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj) ... ok test_complex_newobj_ex (test.test_pickle.CDumpPickle_LoadPickle.test_complex_newobj_ex) ... ok test_dict_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_dict_chunking) ... ok test_dynamic_class (test.test_pickle.CDumpPickle_LoadPickle.test_dynamic_class) ... ok test_ellipsis (test.test_pickle.CDumpPickle_LoadPickle.test_ellipsis) ... ok test_evil_class_mutating_dict (test.test_pickle.CDumpPickle_LoadPickle.test_evil_class_mutating_dict) ... ok test_evil_pickler_mutating_collection (test.test_pickle.CDumpPickle_LoadPickle.test_evil_pickler_mutating_collection) ... ok test_float (test.test_pickle.CDumpPickle_LoadPickle.test_float) ... ok test_float_format (test.test_pickle.CDumpPickle_LoadPickle.test_float_format) ... ok test_framed_write_sizes_with_delayed_writer (test.test_pickle.CDumpPickle_LoadPickle.test_framed_write_sizes_with_delayed_writer) ... ok test_framing_large_objects (test.test_pickle.CDumpPickle_LoadPickle.test_framing_large_objects) ... ok test_framing_many_objects (test.test_pickle.CDumpPickle_LoadPickle.test_framing_many_objects) ... ok test_getinitargs (test.test_pickle.CDumpPickle_LoadPickle.test_getinitargs) ... ok test_global_ext1 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext1) ... ok test_global_ext2 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext2) ... ok test_global_ext4 (test.test_pickle.CDumpPickle_LoadPickle.test_global_ext4) ... ok test_in_band_buffers (test.test_pickle.CDumpPickle_LoadPickle.test_in_band_buffers) ... ok test_inband_accept_default_buffers_argument (test.test_pickle.CDumpPickle_LoadPickle.test_inband_accept_default_buffers_argument) ... ok test_int_pickling_efficiency (test.test_pickle.CDumpPickle_LoadPickle.test_int_pickling_efficiency) ... ok test_ints (test.test_pickle.CDumpPickle_LoadPickle.test_ints) ... ok test_large_pickles (test.test_pickle.CDumpPickle_LoadPickle.test_large_pickles) ... ok test_list_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_list_chunking) ... ok test_local_lookup_error (test.test_pickle.CDumpPickle_LoadPickle.test_local_lookup_error) ... ok test_long (test.test_pickle.CDumpPickle_LoadPickle.test_long) ... ok test_long1 (test.test_pickle.CDumpPickle_LoadPickle.test_long1) ... ok test_long4 (test.test_pickle.CDumpPickle_LoadPickle.test_long4) ... ok test_many_puts_and_gets (test.test_pickle.CDumpPickle_LoadPickle.test_many_puts_and_gets) ... ok test_metaclass (test.test_pickle.CDumpPickle_LoadPickle.test_metaclass) ... ok test_misc (test.test_pickle.CDumpPickle_LoadPickle.test_misc) ... ok test_nested_names (test.test_pickle.CDumpPickle_LoadPickle.test_nested_names) ... ok test_newobj_generic (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_generic) ... ok test_newobj_list (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list) ... ok test_newobj_list_slots (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_list_slots) ... ok test_newobj_not_class (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_not_class) ... ok test_newobj_overridden_new (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_overridden_new) ... ok test_newobj_proxies (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_proxies) ... ok test_newobj_tuple (test.test_pickle.CDumpPickle_LoadPickle.test_newobj_tuple) ... ok test_notimplemented (test.test_pickle.CDumpPickle_LoadPickle.test_notimplemented) ... ok test_oob_buffers (test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers) ... ok test_oob_buffers_writable_to_readonly (test.test_pickle.CDumpPickle_LoadPickle.test_oob_buffers_writable_to_readonly) ... ok test_optional_frames (test.test_pickle.CDumpPickle_LoadPickle.test_optional_frames) ... ok test_pickle_to_2x (test.test_pickle.CDumpPickle_LoadPickle.test_pickle_to_2x) ... ok test_picklebuffer_error (test.test_pickle.CDumpPickle_LoadPickle.test_picklebuffer_error) ... ok test_proto (test.test_pickle.CDumpPickle_LoadPickle.test_proto) ... ok test_py_methods (test.test_pickle.CDumpPickle_LoadPickle.test_py_methods) ... ok test_recursive_dict (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict) ... ok test_recursive_dict_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_and_inst) ... ok test_recursive_dict_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_key) ... ok test_recursive_dict_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like) ... ok test_recursive_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_like_key) ... ok test_recursive_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass) ... ok test_recursive_dict_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_and_inst) ... ok test_recursive_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_dict_subclass_key) ... ok test_recursive_frozenset_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_and_inst) ... ok test_recursive_frozenset_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_frozenset_subclass_and_inst) ... ok test_recursive_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst) ... ok test_recursive_inst_state (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_inst_state) ... ok test_recursive_list (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list) ... ok test_recursive_list_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_and_inst) ... ok test_recursive_list_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_like) ... ok test_recursive_list_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass) ... ok test_recursive_list_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_list_subclass_and_inst) ... ok test_recursive_multi (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_multi) ... ok test_recursive_nested_names (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_nested_names) ... ok test_recursive_set (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set) ... ok test_recursive_set_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_and_inst) ... ok test_recursive_set_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_set_subclass_and_inst) ... ok test_recursive_tuple_and_dict (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict) ... ok test_recursive_tuple_and_dict_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_key) ... ok test_recursive_tuple_and_dict_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like) ... ok test_recursive_tuple_and_dict_like_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_like_key) ... ok test_recursive_tuple_and_dict_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass) ... ok test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_dict_subclass_key) ... ok test_recursive_tuple_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst) ... ok test_recursive_tuple_and_inst_state (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_inst_state) ... ok test_recursive_tuple_and_list (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list) ... ok test_recursive_tuple_and_list_like (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_like) ... ok test_recursive_tuple_and_list_subclass (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_and_list_subclass) ... ok test_recursive_tuple_subclass_and_inst (test.test_pickle.CDumpPickle_LoadPickle.test_recursive_tuple_subclass_and_inst) ... ok test_reduce (test.test_pickle.CDumpPickle_LoadPickle.test_reduce) ... ok test_reduce_bad_iterator (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_bad_iterator) ... ok test_reduce_calls_base (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_calls_base) ... ok test_reduce_ex_called (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_called) ... ok test_reduce_ex_calls_base (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_calls_base) ... ok test_reduce_ex_overrides_reduce (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_ex_overrides_reduce) ... ok test_reduce_overrides_default_reduce_ex (test.test_pickle.CDumpPickle_LoadPickle.test_reduce_overrides_default_reduce_ex) ... ok test_roundtrip_equality (test.test_pickle.CDumpPickle_LoadPickle.test_roundtrip_equality) ... ok test_set_chunking (test.test_pickle.CDumpPickle_LoadPickle.test_set_chunking) ... ok test_setitems_on_non_dicts (test.test_pickle.CDumpPickle_LoadPickle.test_setitems_on_non_dicts) ... ok test_short_tuples (test.test_pickle.CDumpPickle_LoadPickle.test_short_tuples) ... ok test_simple_newobj (test.test_pickle.CDumpPickle_LoadPickle.test_simple_newobj) ... ok test_singleton_types (test.test_pickle.CDumpPickle_LoadPickle.test_singleton_types) ... ok test_singletons (test.test_pickle.CDumpPickle_LoadPickle.test_singletons) ... ok test_structseq (test.test_pickle.CDumpPickle_LoadPickle.test_structseq) ... ok test_unicode (test.test_pickle.CDumpPickle_LoadPickle.test_unicode) ... ok test_unicode_high_plane (test.test_pickle.CDumpPickle_LoadPickle.test_unicode_high_plane) ... ok test_custom_pickler_dispatch_table_memleak (test.test_pickle.CIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak) ... ok test_pickler_reference_cycle (test.test_pickle.CIdPersPicklerTests.test_pickler_reference_cycle) ... ok test_protocol0_is_ascii_only (test.test_pickle.CIdPersPicklerTests.test_protocol0_is_ascii_only) ... ok test_return_correct_type (test.test_pickle.CIdPersPicklerTests.test_return_correct_type) ... ok test_unpickler_reference_cycle (test.test_pickle.CIdPersPicklerTests.test_unpickler_reference_cycle) ... ok test_persistence (test.test_pickle.CPersPicklerTests.test_persistence) ... ok test_bad_init (test.test_pickle.CPickleTests.test_bad_init) ... ok test_callapi (test.test_pickle.CPickleTests.test_callapi) ... ok test_dump_closed_file (test.test_pickle.CPickleTests.test_dump_closed_file) ... ok test_dump_load_oob_buffers (test.test_pickle.CPickleTests.test_dump_load_oob_buffers) ... ok test_dump_text_file (test.test_pickle.CPickleTests.test_dump_text_file) ... ok test_dumps_loads_oob_buffers (test.test_pickle.CPickleTests.test_dumps_loads_oob_buffers) ... ok test_highest_protocol (test.test_pickle.CPickleTests.test_highest_protocol) ... ok test_incomplete_input (test.test_pickle.CPickleTests.test_incomplete_input) ... ok test_load_closed_file (test.test_pickle.CPickleTests.test_load_closed_file) ... ok test_load_from_and_dump_to_file (test.test_pickle.CPickleTests.test_load_from_and_dump_to_file) ... ok test_pickler_hook (test.test_pickle.CPicklerHookTests.test_pickler_hook) ... ok test_reducer_override_no_reference_cycle (test.test_pickle.CPicklerHookTests.test_reducer_override_no_reference_cycle) ... ok test_appends_on_non_lists (test.test_pickle.CPicklerTests.test_appends_on_non_lists) ... ok test_attribute_name_interning (test.test_pickle.CPicklerTests.test_attribute_name_interning) ... ok test_bad_getattr (test.test_pickle.CPicklerTests.test_bad_getattr) ... ok test_buffer_callback_error (test.test_pickle.CPicklerTests.test_buffer_callback_error) ... ok test_buffers_error (test.test_pickle.CPicklerTests.test_buffers_error) ... ok test_buffers_numpy (test.test_pickle.CPicklerTests.test_buffers_numpy) ... skipped 'Test needs Numpy' test_builtin_exceptions (test.test_pickle.CPicklerTests.test_builtin_exceptions) ... ok test_builtin_functions (test.test_pickle.CPicklerTests.test_builtin_functions) ... ok test_builtin_types (test.test_pickle.CPicklerTests.test_builtin_types) ... ok test_bytearray (test.test_pickle.CPicklerTests.test_bytearray) ... ok test_bytearray_memoization_bug (test.test_pickle.CPicklerTests.test_bytearray_memoization_bug) ... ok test_bytes (test.test_pickle.CPicklerTests.test_bytes) ... ok test_c_methods (test.test_pickle.CPicklerTests.test_c_methods) ... ok test_compat_pickle (test.test_pickle.CPicklerTests.test_compat_pickle) ... ok test_complex_newobj (test.test_pickle.CPicklerTests.test_complex_newobj) ... ok test_complex_newobj_ex (test.test_pickle.CPicklerTests.test_complex_newobj_ex) ... ok test_dict_chunking (test.test_pickle.CPicklerTests.test_dict_chunking) ... ok test_dynamic_class (test.test_pickle.CPicklerTests.test_dynamic_class) ... ok test_ellipsis (test.test_pickle.CPicklerTests.test_ellipsis) ... ok test_evil_class_mutating_dict (test.test_pickle.CPicklerTests.test_evil_class_mutating_dict) ... ok test_evil_pickler_mutating_collection (test.test_pickle.CPicklerTests.test_evil_pickler_mutating_collection) ... ok test_float (test.test_pickle.CPicklerTests.test_float) ... ok test_float_format (test.test_pickle.CPicklerTests.test_float_format) ... ok test_framed_write_sizes_with_delayed_writer (test.test_pickle.CPicklerTests.test_framed_write_sizes_with_delayed_writer) ... ok test_framing_large_objects (test.test_pickle.CPicklerTests.test_framing_large_objects) ... ok test_framing_many_objects (test.test_pickle.CPicklerTests.test_framing_many_objects) ... ok test_getinitargs (test.test_pickle.CPicklerTests.test_getinitargs) ... ok test_global_ext1 (test.test_pickle.CPicklerTests.test_global_ext1) ... ok test_global_ext2 (test.test_pickle.CPicklerTests.test_global_ext2) ... ok test_global_ext4 (test.test_pickle.CPicklerTests.test_global_ext4) ... ok test_in_band_buffers (test.test_pickle.CPicklerTests.test_in_band_buffers) ... ok test_inband_accept_default_buffers_argument (test.test_pickle.CPicklerTests.test_inband_accept_default_buffers_argument) ... ok test_int_pickling_efficiency (test.test_pickle.CPicklerTests.test_int_pickling_efficiency) ... ok test_ints (test.test_pickle.CPicklerTests.test_ints) ... ok test_large_pickles (test.test_pickle.CPicklerTests.test_large_pickles) ... ok test_list_chunking (test.test_pickle.CPicklerTests.test_list_chunking) ... ok test_local_lookup_error (test.test_pickle.CPicklerTests.test_local_lookup_error) ... ok test_long (test.test_pickle.CPicklerTests.test_long) ... ok test_long1 (test.test_pickle.CPicklerTests.test_long1) ... ok test_long4 (test.test_pickle.CPicklerTests.test_long4) ... ok test_many_puts_and_gets (test.test_pickle.CPicklerTests.test_many_puts_and_gets) ... ok test_metaclass (test.test_pickle.CPicklerTests.test_metaclass) ... ok test_misc (test.test_pickle.CPicklerTests.test_misc) ... ok test_nested_names (test.test_pickle.CPicklerTests.test_nested_names) ... ok test_newobj_generic (test.test_pickle.CPicklerTests.test_newobj_generic) ... ok test_newobj_list (test.test_pickle.CPicklerTests.test_newobj_list) ... ok test_newobj_list_slots (test.test_pickle.CPicklerTests.test_newobj_list_slots) ... ok test_newobj_not_class (test.test_pickle.CPicklerTests.test_newobj_not_class) ... ok test_newobj_overridden_new (test.test_pickle.CPicklerTests.test_newobj_overridden_new) ... ok test_newobj_proxies (test.test_pickle.CPicklerTests.test_newobj_proxies) ... ok test_newobj_tuple (test.test_pickle.CPicklerTests.test_newobj_tuple) ... ok test_notimplemented (test.test_pickle.CPicklerTests.test_notimplemented) ... ok test_oob_buffers (test.test_pickle.CPicklerTests.test_oob_buffers) ... ok test_oob_buffers_writable_to_readonly (test.test_pickle.CPicklerTests.test_oob_buffers_writable_to_readonly) ... ok test_optional_frames (test.test_pickle.CPicklerTests.test_optional_frames) ... ok test_pickle_to_2x (test.test_pickle.CPicklerTests.test_pickle_to_2x) ... ok test_picklebuffer_error (test.test_pickle.CPicklerTests.test_picklebuffer_error) ... ok test_proto (test.test_pickle.CPicklerTests.test_proto) ... ok test_py_methods (test.test_pickle.CPicklerTests.test_py_methods) ... ok test_recursive_dict (test.test_pickle.CPicklerTests.test_recursive_dict) ... ok test_recursive_dict_and_inst (test.test_pickle.CPicklerTests.test_recursive_dict_and_inst) ... ok test_recursive_dict_key (test.test_pickle.CPicklerTests.test_recursive_dict_key) ... ok test_recursive_dict_like (test.test_pickle.CPicklerTests.test_recursive_dict_like) ... ok test_recursive_dict_like_key (test.test_pickle.CPicklerTests.test_recursive_dict_like_key) ... ok test_recursive_dict_subclass (test.test_pickle.CPicklerTests.test_recursive_dict_subclass) ... ok test_recursive_dict_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_dict_subclass_and_inst) ... ok test_recursive_dict_subclass_key (test.test_pickle.CPicklerTests.test_recursive_dict_subclass_key) ... ok test_recursive_frozenset_and_inst (test.test_pickle.CPicklerTests.test_recursive_frozenset_and_inst) ... ok test_recursive_frozenset_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_frozenset_subclass_and_inst) ... ok test_recursive_inst (test.test_pickle.CPicklerTests.test_recursive_inst) ... ok test_recursive_inst_state (test.test_pickle.CPicklerTests.test_recursive_inst_state) ... ok test_recursive_list (test.test_pickle.CPicklerTests.test_recursive_list) ... ok test_recursive_list_and_inst (test.test_pickle.CPicklerTests.test_recursive_list_and_inst) ... ok test_recursive_list_like (test.test_pickle.CPicklerTests.test_recursive_list_like) ... ok test_recursive_list_subclass (test.test_pickle.CPicklerTests.test_recursive_list_subclass) ... ok test_recursive_list_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_list_subclass_and_inst) ... ok test_recursive_multi (test.test_pickle.CPicklerTests.test_recursive_multi) ... ok test_recursive_nested_names (test.test_pickle.CPicklerTests.test_recursive_nested_names) ... ok test_recursive_set (test.test_pickle.CPicklerTests.test_recursive_set) ... ok test_recursive_set_and_inst (test.test_pickle.CPicklerTests.test_recursive_set_and_inst) ... ok test_recursive_set_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_set_subclass_and_inst) ... ok test_recursive_tuple_and_dict (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict) ... ok test_recursive_tuple_and_dict_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_key) ... ok test_recursive_tuple_and_dict_like (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like) ... ok test_recursive_tuple_and_dict_like_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_like_key) ... ok test_recursive_tuple_and_dict_subclass (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass) ... ok test_recursive_tuple_and_dict_subclass_key (test.test_pickle.CPicklerTests.test_recursive_tuple_and_dict_subclass_key) ... ok test_recursive_tuple_and_inst (test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst) ... ok test_recursive_tuple_and_inst_state (test.test_pickle.CPicklerTests.test_recursive_tuple_and_inst_state) ... ok test_recursive_tuple_and_list (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list) ... ok test_recursive_tuple_and_list_like (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_like) ... ok test_recursive_tuple_and_list_subclass (test.test_pickle.CPicklerTests.test_recursive_tuple_and_list_subclass) ... ok test_recursive_tuple_subclass_and_inst (test.test_pickle.CPicklerTests.test_recursive_tuple_subclass_and_inst) ... ok test_reduce (test.test_pickle.CPicklerTests.test_reduce) ... ok test_reduce_bad_iterator (test.test_pickle.CPicklerTests.test_reduce_bad_iterator) ... ok test_reduce_calls_base (test.test_pickle.CPicklerTests.test_reduce_calls_base) ... ok test_reduce_ex_called (test.test_pickle.CPicklerTests.test_reduce_ex_called) ... ok test_reduce_ex_calls_base (test.test_pickle.CPicklerTests.test_reduce_ex_calls_base) ... ok test_reduce_ex_overrides_reduce (test.test_pickle.CPicklerTests.test_reduce_ex_overrides_reduce) ... ok test_reduce_overrides_default_reduce_ex (test.test_pickle.CPicklerTests.test_reduce_overrides_default_reduce_ex) ... ok test_roundtrip_equality (test.test_pickle.CPicklerTests.test_roundtrip_equality) ... ok test_set_chunking (test.test_pickle.CPicklerTests.test_set_chunking) ... ok test_setitems_on_non_dicts (test.test_pickle.CPicklerTests.test_setitems_on_non_dicts) ... ok test_short_tuples (test.test_pickle.CPicklerTests.test_short_tuples) ... ok test_simple_newobj (test.test_pickle.CPicklerTests.test_simple_newobj) ... ok test_singleton_types (test.test_pickle.CPicklerTests.test_singleton_types) ... ok test_singletons (test.test_pickle.CPicklerTests.test_singletons) ... ok test_structseq (test.test_pickle.CPicklerTests.test_structseq) ... ok test_unicode (test.test_pickle.CPicklerTests.test_unicode) ... ok test_unicode_high_plane (test.test_pickle.CPicklerTests.test_unicode_high_plane) ... ok test_clear_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_clear_pickler_memo) ... ok test_issue18339 (test.test_pickle.CPicklerUnpicklerObjectTests.test_issue18339) ... ok test_multiple_unpicklings_minimal (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal) ... ok test_multiple_unpicklings_seekable (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable) ... ok test_multiple_unpicklings_unseekable (test.test_pickle.CPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable) ... ok test_priming_pickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_pickler_memo) ... ok test_priming_unpickler_memo (test.test_pickle.CPicklerUnpicklerObjectTests.test_priming_unpickler_memo) ... ok test_reusing_unpickler_objects (test.test_pickle.CPicklerUnpicklerObjectTests.test_reusing_unpickler_objects) ... ok test_unpickling_buffering_readline (test.test_pickle.CPicklerUnpicklerObjectTests.test_unpickling_buffering_readline) ... ok test_bad_mark (test.test_pickle.CUnpicklerTests.test_bad_mark) ... ok test_bad_newobj (test.test_pickle.CUnpicklerTests.test_bad_newobj) ... ok test_bad_newobj_ex (test.test_pickle.CUnpicklerTests.test_bad_newobj_ex) ... ok test_bad_reduce (test.test_pickle.CUnpicklerTests.test_bad_reduce) ... ok test_bad_stack (test.test_pickle.CUnpicklerTests.test_bad_stack) ... ok test_badly_escaped_string (test.test_pickle.CUnpicklerTests.test_badly_escaped_string) ... ok test_badly_quoted_string (test.test_pickle.CUnpicklerTests.test_badly_quoted_string) ... ok test_binbytes (test.test_pickle.CUnpicklerTests.test_binbytes) ... ok test_binbytes8 (test.test_pickle.CUnpicklerTests.test_binbytes8) ... ok test_binget (test.test_pickle.CUnpicklerTests.test_binget) ... ok test_binunicode8 (test.test_pickle.CUnpicklerTests.test_binunicode8) ... ok test_bytearray8 (test.test_pickle.CUnpicklerTests.test_bytearray8) ... ok test_compat_unpickle (test.test_pickle.CUnpicklerTests.test_compat_unpickle) ... ok test_constants (test.test_pickle.CUnpicklerTests.test_constants) ... ok test_correctly_quoted_string (test.test_pickle.CUnpicklerTests.test_correctly_quoted_string) ... ok test_dup (test.test_pickle.CUnpicklerTests.test_dup) ... ok test_empty_bytestring (test.test_pickle.CUnpicklerTests.test_empty_bytestring) ... ok test_frame_readline (test.test_pickle.CUnpicklerTests.test_frame_readline) ... ok test_get (test.test_pickle.CUnpicklerTests.test_get) ... ok test_large_32b_binbytes8 (test.test_pickle.CUnpicklerTests.test_large_32b_binbytes8) ... skipped 'test is only meaningful on 32-bit builds' test_large_32b_binunicode8 (test.test_pickle.CUnpicklerTests.test_large_32b_binunicode8) ... skipped 'test is only meaningful on 32-bit builds' test_large_32b_bytearray8 (test.test_pickle.CUnpicklerTests.test_large_32b_bytearray8) ... skipped 'test is only meaningful on 32-bit builds' test_load_classic_instance (test.test_pickle.CUnpicklerTests.test_load_classic_instance) ... ok test_load_from_data0 (test.test_pickle.CUnpicklerTests.test_load_from_data0) ... ok test_load_from_data1 (test.test_pickle.CUnpicklerTests.test_load_from_data1) ... ok test_load_from_data2 (test.test_pickle.CUnpicklerTests.test_load_from_data2) ... ok test_load_from_data3 (test.test_pickle.CUnpicklerTests.test_load_from_data3) ... ok test_load_from_data4 (test.test_pickle.CUnpicklerTests.test_load_from_data4) ... ok test_load_long_python2_str_as_bytes (test.test_pickle.CUnpicklerTests.test_load_long_python2_str_as_bytes) ... ok test_load_python2_str_as_bytes (test.test_pickle.CUnpicklerTests.test_load_python2_str_as_bytes) ... ok test_load_python2_unicode_as_str (test.test_pickle.CUnpicklerTests.test_load_python2_unicode_as_str) ... ok test_long_binget (test.test_pickle.CUnpicklerTests.test_long_binget) ... ok test_maxint64 (test.test_pickle.CUnpicklerTests.test_maxint64) ... ok test_misc_get (test.test_pickle.CUnpicklerTests.test_misc_get) ... ok test_negative_32b_binbytes (test.test_pickle.CUnpicklerTests.test_negative_32b_binbytes) ... skipped 'test is only meaningful on 32-bit builds' test_negative_32b_binput (test.test_pickle.CUnpicklerTests.test_negative_32b_binput) ... skipped 'test is only meaningful on 32-bit builds' test_negative_32b_binunicode (test.test_pickle.CUnpicklerTests.test_negative_32b_binunicode) ... skipped 'test is only meaningful on 32-bit builds' test_negative_put (test.test_pickle.CUnpicklerTests.test_negative_put) ... ok test_short_binbytes (test.test_pickle.CUnpicklerTests.test_short_binbytes) ... ok test_short_binunicode (test.test_pickle.CUnpicklerTests.test_short_binunicode) ... ok test_truncated_data (test.test_pickle.CUnpicklerTests.test_truncated_data) ... ok test_unpickle_from_2x (test.test_pickle.CUnpicklerTests.test_unpickle_from_2x) ... ok test_unpickle_module_race (test.test_pickle.CUnpicklerTests.test_unpickle_module_race) ... ok test_exceptions (test.test_pickle.CompatPickleTests.test_exceptions) ... ok test_import (test.test_pickle.CompatPickleTests.test_import) ... /build/python/src/Python-3.11.5/Lib/test/test_pickle.py:398: DeprecationWarning: The Tix Tk extension is unmaintained, and the tkinter.tix wrapper module is deprecated in favor of tkinter.ttk __import__(module) No module named 'dbm.bsd' No module named '_dummy_thread' No module named 'winreg' ok test_import_mapping (test.test_pickle.CompatPickleTests.test_import_mapping) ... No module named 'winreg' No module named '_dummy_thread' No module named 'dbm.bsd' ok test_multiprocessing_exceptions (test.test_pickle.CompatPickleTests.test_multiprocessing_exceptions) ... ok test_name_mapping (test.test_pickle.CompatPickleTests.test_name_mapping) ... ok test_reverse_import_mapping (test.test_pickle.CompatPickleTests.test_reverse_import_mapping) ... 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' ok test_reverse_name_mapping (test.test_pickle.CompatPickleTests.test_reverse_name_mapping) ... ok test_appends_on_non_lists (test.test_pickle.DumpPickle_CLoadPickle.test_appends_on_non_lists) ... ok test_attribute_name_interning (test.test_pickle.DumpPickle_CLoadPickle.test_attribute_name_interning) ... ok test_bad_getattr (test.test_pickle.DumpPickle_CLoadPickle.test_bad_getattr) ... ok test_buffer_callback_error (test.test_pickle.DumpPickle_CLoadPickle.test_buffer_callback_error) ... ok test_buffers_error (test.test_pickle.DumpPickle_CLoadPickle.test_buffers_error) ... ok test_buffers_numpy (test.test_pickle.DumpPickle_CLoadPickle.test_buffers_numpy) ... skipped 'Test needs Numpy' test_builtin_exceptions (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_exceptions) ... ok test_builtin_functions (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_functions) ... ok test_builtin_types (test.test_pickle.DumpPickle_CLoadPickle.test_builtin_types) ... ok test_bytearray (test.test_pickle.DumpPickle_CLoadPickle.test_bytearray) ... ok test_bytearray_memoization_bug (test.test_pickle.DumpPickle_CLoadPickle.test_bytearray_memoization_bug) ... ok test_bytes (test.test_pickle.DumpPickle_CLoadPickle.test_bytes) ... ok test_c_methods (test.test_pickle.DumpPickle_CLoadPickle.test_c_methods) ... ok test_compat_pickle (test.test_pickle.DumpPickle_CLoadPickle.test_compat_pickle) ... ok test_complex_newobj (test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj) ... ok test_complex_newobj_ex (test.test_pickle.DumpPickle_CLoadPickle.test_complex_newobj_ex) ... ok test_dict_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_dict_chunking) ... ok test_dynamic_class (test.test_pickle.DumpPickle_CLoadPickle.test_dynamic_class) ... ok test_ellipsis (test.test_pickle.DumpPickle_CLoadPickle.test_ellipsis) ... ok test_evil_class_mutating_dict (test.test_pickle.DumpPickle_CLoadPickle.test_evil_class_mutating_dict) ... ok test_evil_pickler_mutating_collection (test.test_pickle.DumpPickle_CLoadPickle.test_evil_pickler_mutating_collection) ... ok test_float (test.test_pickle.DumpPickle_CLoadPickle.test_float) ... ok test_float_format (test.test_pickle.DumpPickle_CLoadPickle.test_float_format) ... ok test_framed_write_sizes_with_delayed_writer (test.test_pickle.DumpPickle_CLoadPickle.test_framed_write_sizes_with_delayed_writer) ... ok test_framing_large_objects (test.test_pickle.DumpPickle_CLoadPickle.test_framing_large_objects) ... ok test_framing_many_objects (test.test_pickle.DumpPickle_CLoadPickle.test_framing_many_objects) ... ok test_getinitargs (test.test_pickle.DumpPickle_CLoadPickle.test_getinitargs) ... ok test_global_ext1 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext1) ... ok test_global_ext2 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext2) ... ok test_global_ext4 (test.test_pickle.DumpPickle_CLoadPickle.test_global_ext4) ... ok test_in_band_buffers (test.test_pickle.DumpPickle_CLoadPickle.test_in_band_buffers) ... ok test_inband_accept_default_buffers_argument (test.test_pickle.DumpPickle_CLoadPickle.test_inband_accept_default_buffers_argument) ... ok test_int_pickling_efficiency (test.test_pickle.DumpPickle_CLoadPickle.test_int_pickling_efficiency) ... ok test_ints (test.test_pickle.DumpPickle_CLoadPickle.test_ints) ... ok test_large_pickles (test.test_pickle.DumpPickle_CLoadPickle.test_large_pickles) ... ok test_list_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_list_chunking) ... ok test_local_lookup_error (test.test_pickle.DumpPickle_CLoadPickle.test_local_lookup_error) ... ok test_long (test.test_pickle.DumpPickle_CLoadPickle.test_long) ... ok test_long1 (test.test_pickle.DumpPickle_CLoadPickle.test_long1) ... ok test_long4 (test.test_pickle.DumpPickle_CLoadPickle.test_long4) ... ok test_many_puts_and_gets (test.test_pickle.DumpPickle_CLoadPickle.test_many_puts_and_gets) ... ok test_metaclass (test.test_pickle.DumpPickle_CLoadPickle.test_metaclass) ... ok test_misc (test.test_pickle.DumpPickle_CLoadPickle.test_misc) ... ok test_nested_names (test.test_pickle.DumpPickle_CLoadPickle.test_nested_names) ... ok test_newobj_generic (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_generic) ... ok test_newobj_list (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list) ... ok test_newobj_list_slots (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_list_slots) ... ok test_newobj_not_class (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_not_class) ... ok test_newobj_overridden_new (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_overridden_new) ... ok test_newobj_proxies (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_proxies) ... ok test_newobj_tuple (test.test_pickle.DumpPickle_CLoadPickle.test_newobj_tuple) ... ok test_notimplemented (test.test_pickle.DumpPickle_CLoadPickle.test_notimplemented) ... ok test_oob_buffers (test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers) ... ok test_oob_buffers_writable_to_readonly (test.test_pickle.DumpPickle_CLoadPickle.test_oob_buffers_writable_to_readonly) ... ok test_optional_frames (test.test_pickle.DumpPickle_CLoadPickle.test_optional_frames) ... ok test_pickle_to_2x (test.test_pickle.DumpPickle_CLoadPickle.test_pickle_to_2x) ... ok test_picklebuffer_error (test.test_pickle.DumpPickle_CLoadPickle.test_picklebuffer_error) ... ok test_proto (test.test_pickle.DumpPickle_CLoadPickle.test_proto) ... ok test_py_methods (test.test_pickle.DumpPickle_CLoadPickle.test_py_methods) ... ok test_recursive_dict (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict) ... ok test_recursive_dict_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_and_inst) ... ok test_recursive_dict_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_key) ... ok test_recursive_dict_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like) ... ok test_recursive_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_like_key) ... ok test_recursive_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass) ... ok test_recursive_dict_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_and_inst) ... ok test_recursive_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_dict_subclass_key) ... ok test_recursive_frozenset_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_and_inst) ... ok test_recursive_frozenset_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_frozenset_subclass_and_inst) ... ok test_recursive_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst) ... ok test_recursive_inst_state (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_inst_state) ... ok test_recursive_list (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list) ... ok test_recursive_list_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_and_inst) ... ok test_recursive_list_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_like) ... ok test_recursive_list_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass) ... ok test_recursive_list_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_list_subclass_and_inst) ... ok test_recursive_multi (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_multi) ... ok test_recursive_nested_names (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_nested_names) ... ok test_recursive_set (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set) ... ok test_recursive_set_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_and_inst) ... ok test_recursive_set_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_set_subclass_and_inst) ... ok test_recursive_tuple_and_dict (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict) ... ok test_recursive_tuple_and_dict_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_key) ... ok test_recursive_tuple_and_dict_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like) ... ok test_recursive_tuple_and_dict_like_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_like_key) ... ok test_recursive_tuple_and_dict_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass) ... ok test_recursive_tuple_and_dict_subclass_key (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_dict_subclass_key) ... ok test_recursive_tuple_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst) ... ok test_recursive_tuple_and_inst_state (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_inst_state) ... ok test_recursive_tuple_and_list (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list) ... ok test_recursive_tuple_and_list_like (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_like) ... ok test_recursive_tuple_and_list_subclass (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_and_list_subclass) ... ok test_recursive_tuple_subclass_and_inst (test.test_pickle.DumpPickle_CLoadPickle.test_recursive_tuple_subclass_and_inst) ... ok test_reduce (test.test_pickle.DumpPickle_CLoadPickle.test_reduce) ... ok test_reduce_bad_iterator (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_bad_iterator) ... ok test_reduce_calls_base (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_calls_base) ... ok test_reduce_ex_called (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_called) ... ok test_reduce_ex_calls_base (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_calls_base) ... ok test_reduce_ex_overrides_reduce (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_ex_overrides_reduce) ... ok test_reduce_overrides_default_reduce_ex (test.test_pickle.DumpPickle_CLoadPickle.test_reduce_overrides_default_reduce_ex) ... ok test_roundtrip_equality (test.test_pickle.DumpPickle_CLoadPickle.test_roundtrip_equality) ... ok test_set_chunking (test.test_pickle.DumpPickle_CLoadPickle.test_set_chunking) ... ok test_setitems_on_non_dicts (test.test_pickle.DumpPickle_CLoadPickle.test_setitems_on_non_dicts) ... ok test_short_tuples (test.test_pickle.DumpPickle_CLoadPickle.test_short_tuples) ... ok test_simple_newobj (test.test_pickle.DumpPickle_CLoadPickle.test_simple_newobj) ... ok test_singleton_types (test.test_pickle.DumpPickle_CLoadPickle.test_singleton_types) ... ok test_singletons (test.test_pickle.DumpPickle_CLoadPickle.test_singletons) ... ok test_structseq (test.test_pickle.DumpPickle_CLoadPickle.test_structseq) ... ok test_unicode (test.test_pickle.DumpPickle_CLoadPickle.test_unicode) ... ok test_unicode_high_plane (test.test_pickle.DumpPickle_CLoadPickle.test_unicode_high_plane) ... ok test_appends_on_non_lists (test.test_pickle.InMemoryPickleTests.test_appends_on_non_lists) ... ok test_attribute_name_interning (test.test_pickle.InMemoryPickleTests.test_attribute_name_interning) ... ok test_bad_getattr (test.test_pickle.InMemoryPickleTests.test_bad_getattr) ... ok test_bad_mark (test.test_pickle.InMemoryPickleTests.test_bad_mark) ... ok test_bad_newobj (test.test_pickle.InMemoryPickleTests.test_bad_newobj) ... ok test_bad_newobj_ex (test.test_pickle.InMemoryPickleTests.test_bad_newobj_ex) ... ok test_bad_reduce (test.test_pickle.InMemoryPickleTests.test_bad_reduce) ... ok test_bad_stack (test.test_pickle.InMemoryPickleTests.test_bad_stack) ... ok test_badly_escaped_string (test.test_pickle.InMemoryPickleTests.test_badly_escaped_string) ... ok test_badly_quoted_string (test.test_pickle.InMemoryPickleTests.test_badly_quoted_string) ... ok test_binbytes (test.test_pickle.InMemoryPickleTests.test_binbytes) ... ok test_binbytes8 (test.test_pickle.InMemoryPickleTests.test_binbytes8) ... ok test_binget (test.test_pickle.InMemoryPickleTests.test_binget) ... ok test_binunicode8 (test.test_pickle.InMemoryPickleTests.test_binunicode8) ... ok test_buffer_callback_error (test.test_pickle.InMemoryPickleTests.test_buffer_callback_error) ... ok test_buffers_error (test.test_pickle.InMemoryPickleTests.test_buffers_error) ... ok test_buffers_numpy (test.test_pickle.InMemoryPickleTests.test_buffers_numpy) ... skipped 'Test needs Numpy' test_builtin_exceptions (test.test_pickle.InMemoryPickleTests.test_builtin_exceptions) ... ok test_builtin_functions (test.test_pickle.InMemoryPickleTests.test_builtin_functions) ... ok test_builtin_types (test.test_pickle.InMemoryPickleTests.test_builtin_types) ... ok test_bytearray (test.test_pickle.InMemoryPickleTests.test_bytearray) ... ok test_bytearray8 (test.test_pickle.InMemoryPickleTests.test_bytearray8) ... ok test_bytearray_memoization_bug (test.test_pickle.InMemoryPickleTests.test_bytearray_memoization_bug) ... ok test_bytes (test.test_pickle.InMemoryPickleTests.test_bytes) ... ok test_c_methods (test.test_pickle.InMemoryPickleTests.test_c_methods) ... ok test_compat_pickle (test.test_pickle.InMemoryPickleTests.test_compat_pickle) ... ok test_compat_unpickle (test.test_pickle.InMemoryPickleTests.test_compat_unpickle) ... ok test_complex_newobj (test.test_pickle.InMemoryPickleTests.test_complex_newobj) ... ok test_complex_newobj_ex (test.test_pickle.InMemoryPickleTests.test_complex_newobj_ex) ... ok test_constants (test.test_pickle.InMemoryPickleTests.test_constants) ... ok test_correctly_quoted_string (test.test_pickle.InMemoryPickleTests.test_correctly_quoted_string) ... ok test_dict_chunking (test.test_pickle.InMemoryPickleTests.test_dict_chunking) ... ok test_dup (test.test_pickle.InMemoryPickleTests.test_dup) ... ok test_dynamic_class (test.test_pickle.InMemoryPickleTests.test_dynamic_class) ... ok test_ellipsis (test.test_pickle.InMemoryPickleTests.test_ellipsis) ... ok test_empty_bytestring (test.test_pickle.InMemoryPickleTests.test_empty_bytestring) ... ok test_evil_class_mutating_dict (test.test_pickle.InMemoryPickleTests.test_evil_class_mutating_dict) ... ok test_evil_pickler_mutating_collection (test.test_pickle.InMemoryPickleTests.test_evil_pickler_mutating_collection) ... skipped " has no associated pickler type" test_float (test.test_pickle.InMemoryPickleTests.test_float) ... ok test_float_format (test.test_pickle.InMemoryPickleTests.test_float_format) ... ok test_frame_readline (test.test_pickle.InMemoryPickleTests.test_frame_readline) ... ok test_framing_large_objects (test.test_pickle.InMemoryPickleTests.test_framing_large_objects) ... ok test_framing_many_objects (test.test_pickle.InMemoryPickleTests.test_framing_many_objects) ... ok test_get (test.test_pickle.InMemoryPickleTests.test_get) ... ok test_getinitargs (test.test_pickle.InMemoryPickleTests.test_getinitargs) ... ok test_global_ext1 (test.test_pickle.InMemoryPickleTests.test_global_ext1) ... ok test_global_ext2 (test.test_pickle.InMemoryPickleTests.test_global_ext2) ... ok test_global_ext4 (test.test_pickle.InMemoryPickleTests.test_global_ext4) ... ok test_huge_bytes_32b (test.test_pickle.InMemoryPickleTests.test_huge_bytes_32b) ... skipped 'not enough memory: 5.0G minimum needed' test_huge_bytes_64b (test.test_pickle.InMemoryPickleTests.test_huge_bytes_64b) ... skipped 'not enough memory: 10.0G minimum needed' test_huge_long_32b (test.test_pickle.InMemoryPickleTests.test_huge_long_32b) ... skipped 'not enough memory: 7.2G minimum needed' test_huge_str_32b (test.test_pickle.InMemoryPickleTests.test_huge_str_32b) ... skipped 'not enough memory: 16.0G minimum needed' test_huge_str_64b (test.test_pickle.InMemoryPickleTests.test_huge_str_64b) ... skipped 'not enough memory: 32.0G minimum needed' test_in_band_buffers (test.test_pickle.InMemoryPickleTests.test_in_band_buffers) ... ok test_inband_accept_default_buffers_argument (test.test_pickle.InMemoryPickleTests.test_inband_accept_default_buffers_argument) ... ok test_int_pickling_efficiency (test.test_pickle.InMemoryPickleTests.test_int_pickling_efficiency) ... ok test_ints (test.test_pickle.InMemoryPickleTests.test_ints) ... ok test_large_32b_binbytes8 (test.test_pickle.InMemoryPickleTests.test_large_32b_binbytes8) ... skipped 'test is only meaningful on 32-bit builds' test_large_32b_binunicode8 (test.test_pickle.InMemoryPickleTests.test_large_32b_binunicode8) ... skipped 'test is only meaningful on 32-bit builds' test_large_32b_bytearray8 (test.test_pickle.InMemoryPickleTests.test_large_32b_bytearray8) ... skipped 'test is only meaningful on 32-bit builds' test_large_pickles (test.test_pickle.InMemoryPickleTests.test_large_pickles) ... ok test_list_chunking (test.test_pickle.InMemoryPickleTests.test_list_chunking) ... ok test_load_classic_instance (test.test_pickle.InMemoryPickleTests.test_load_classic_instance) ... ok test_load_from_data0 (test.test_pickle.InMemoryPickleTests.test_load_from_data0) ... ok test_load_from_data1 (test.test_pickle.InMemoryPickleTests.test_load_from_data1) ... ok test_load_from_data2 (test.test_pickle.InMemoryPickleTests.test_load_from_data2) ... ok test_load_from_data3 (test.test_pickle.InMemoryPickleTests.test_load_from_data3) ... ok test_load_from_data4 (test.test_pickle.InMemoryPickleTests.test_load_from_data4) ... ok test_load_long_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests.test_load_long_python2_str_as_bytes) ... ok test_load_python2_str_as_bytes (test.test_pickle.InMemoryPickleTests.test_load_python2_str_as_bytes) ... ok test_load_python2_unicode_as_str (test.test_pickle.InMemoryPickleTests.test_load_python2_unicode_as_str) ... ok test_local_lookup_error (test.test_pickle.InMemoryPickleTests.test_local_lookup_error) ... ok test_long (test.test_pickle.InMemoryPickleTests.test_long) ... ok test_long1 (test.test_pickle.InMemoryPickleTests.test_long1) ... ok test_long4 (test.test_pickle.InMemoryPickleTests.test_long4) ... ok test_long_binget (test.test_pickle.InMemoryPickleTests.test_long_binget) ... ok test_many_puts_and_gets (test.test_pickle.InMemoryPickleTests.test_many_puts_and_gets) ... ok test_maxint64 (test.test_pickle.InMemoryPickleTests.test_maxint64) ... ok test_metaclass (test.test_pickle.InMemoryPickleTests.test_metaclass) ... ok test_misc (test.test_pickle.InMemoryPickleTests.test_misc) ... ok test_misc_get (test.test_pickle.InMemoryPickleTests.test_misc_get) ... ok test_negative_32b_binbytes (test.test_pickle.InMemoryPickleTests.test_negative_32b_binbytes) ... skipped 'test is only meaningful on 32-bit builds' test_negative_32b_binput (test.test_pickle.InMemoryPickleTests.test_negative_32b_binput) ... skipped 'test is only meaningful on 32-bit builds' test_negative_32b_binunicode (test.test_pickle.InMemoryPickleTests.test_negative_32b_binunicode) ... skipped 'test is only meaningful on 32-bit builds' test_negative_put (test.test_pickle.InMemoryPickleTests.test_negative_put) ... ok test_nested_names (test.test_pickle.InMemoryPickleTests.test_nested_names) ... ok test_newobj_generic (test.test_pickle.InMemoryPickleTests.test_newobj_generic) ... ok test_newobj_list (test.test_pickle.InMemoryPickleTests.test_newobj_list) ... ok test_newobj_list_slots (test.test_pickle.InMemoryPickleTests.test_newobj_list_slots) ... ok test_newobj_not_class (test.test_pickle.InMemoryPickleTests.test_newobj_not_class) ... ok test_newobj_overridden_new (test.test_pickle.InMemoryPickleTests.test_newobj_overridden_new) ... ok test_newobj_proxies (test.test_pickle.InMemoryPickleTests.test_newobj_proxies) ... ok test_newobj_tuple (test.test_pickle.InMemoryPickleTests.test_newobj_tuple) ... ok test_notimplemented (test.test_pickle.InMemoryPickleTests.test_notimplemented) ... ok test_oob_buffers (test.test_pickle.InMemoryPickleTests.test_oob_buffers) ... ok test_oob_buffers_writable_to_readonly (test.test_pickle.InMemoryPickleTests.test_oob_buffers_writable_to_readonly) ... ok test_optional_frames (test.test_pickle.InMemoryPickleTests.test_optional_frames) ... ok test_pickle_to_2x (test.test_pickle.InMemoryPickleTests.test_pickle_to_2x) ... ok test_picklebuffer_error (test.test_pickle.InMemoryPickleTests.test_picklebuffer_error) ... ok test_proto (test.test_pickle.InMemoryPickleTests.test_proto) ... ok test_py_methods (test.test_pickle.InMemoryPickleTests.test_py_methods) ... ok test_recursive_dict (test.test_pickle.InMemoryPickleTests.test_recursive_dict) ... ok test_recursive_dict_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_dict_and_inst) ... ok test_recursive_dict_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_key) ... ok test_recursive_dict_like (test.test_pickle.InMemoryPickleTests.test_recursive_dict_like) ... ok test_recursive_dict_like_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_like_key) ... ok test_recursive_dict_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass) ... ok test_recursive_dict_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_and_inst) ... ok test_recursive_dict_subclass_key (test.test_pickle.InMemoryPickleTests.test_recursive_dict_subclass_key) ... ok test_recursive_frozenset_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_and_inst) ... ok test_recursive_frozenset_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_frozenset_subclass_and_inst) ... ok test_recursive_inst (test.test_pickle.InMemoryPickleTests.test_recursive_inst) ... ok test_recursive_inst_state (test.test_pickle.InMemoryPickleTests.test_recursive_inst_state) ... ok test_recursive_list (test.test_pickle.InMemoryPickleTests.test_recursive_list) ... ok test_recursive_list_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_list_and_inst) ... ok test_recursive_list_like (test.test_pickle.InMemoryPickleTests.test_recursive_list_like) ... ok test_recursive_list_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass) ... ok test_recursive_list_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_list_subclass_and_inst) ... ok test_recursive_multi (test.test_pickle.InMemoryPickleTests.test_recursive_multi) ... ok test_recursive_nested_names (test.test_pickle.InMemoryPickleTests.test_recursive_nested_names) ... ok test_recursive_set (test.test_pickle.InMemoryPickleTests.test_recursive_set) ... ok test_recursive_set_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_set_and_inst) ... ok test_recursive_set_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_set_subclass_and_inst) ... ok test_recursive_tuple_and_dict (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict) ... ok test_recursive_tuple_and_dict_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_key) ... ok test_recursive_tuple_and_dict_like (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like) ... ok test_recursive_tuple_and_dict_like_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_like_key) ... ok test_recursive_tuple_and_dict_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass) ... ok test_recursive_tuple_and_dict_subclass_key (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_dict_subclass_key) ... ok test_recursive_tuple_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst) ... ok test_recursive_tuple_and_inst_state (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_inst_state) ... ok test_recursive_tuple_and_list (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list) ... ok test_recursive_tuple_and_list_like (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_like) ... ok test_recursive_tuple_and_list_subclass (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_and_list_subclass) ... ok test_recursive_tuple_subclass_and_inst (test.test_pickle.InMemoryPickleTests.test_recursive_tuple_subclass_and_inst) ... ok test_reduce (test.test_pickle.InMemoryPickleTests.test_reduce) ... ok test_reduce_bad_iterator (test.test_pickle.InMemoryPickleTests.test_reduce_bad_iterator) ... ok test_reduce_calls_base (test.test_pickle.InMemoryPickleTests.test_reduce_calls_base) ... ok test_reduce_ex_called (test.test_pickle.InMemoryPickleTests.test_reduce_ex_called) ... ok test_reduce_ex_calls_base (test.test_pickle.InMemoryPickleTests.test_reduce_ex_calls_base) ... ok test_reduce_ex_overrides_reduce (test.test_pickle.InMemoryPickleTests.test_reduce_ex_overrides_reduce) ... ok test_reduce_overrides_default_reduce_ex (test.test_pickle.InMemoryPickleTests.test_reduce_overrides_default_reduce_ex) ... ok test_roundtrip_equality (test.test_pickle.InMemoryPickleTests.test_roundtrip_equality) ... ok test_set_chunking (test.test_pickle.InMemoryPickleTests.test_set_chunking) ... ok test_setitems_on_non_dicts (test.test_pickle.InMemoryPickleTests.test_setitems_on_non_dicts) ... ok test_short_binbytes (test.test_pickle.InMemoryPickleTests.test_short_binbytes) ... ok test_short_binunicode (test.test_pickle.InMemoryPickleTests.test_short_binunicode) ... ok test_short_tuples (test.test_pickle.InMemoryPickleTests.test_short_tuples) ... ok test_simple_newobj (test.test_pickle.InMemoryPickleTests.test_simple_newobj) ... ok test_singleton_types (test.test_pickle.InMemoryPickleTests.test_singleton_types) ... ok test_singletons (test.test_pickle.InMemoryPickleTests.test_singletons) ... ok test_structseq (test.test_pickle.InMemoryPickleTests.test_structseq) ... ok test_truncated_data (test.test_pickle.InMemoryPickleTests.test_truncated_data) ... ok test_unicode (test.test_pickle.InMemoryPickleTests.test_unicode) ... ok test_unicode_high_plane (test.test_pickle.InMemoryPickleTests.test_unicode_high_plane) ... ok test_unpickle_from_2x (test.test_pickle.InMemoryPickleTests.test_unpickle_from_2x) ... ok test_unpickle_module_race (test.test_pickle.InMemoryPickleTests.test_unpickle_module_race) ... ok test_class_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_class_dispatch_table) ... ok test_default_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_default_dispatch_table) ... ok test_instance_dispatch_table (test.test_pickle.PyChainDispatchTableTests.test_instance_dispatch_table) ... ok test_class_dispatch_table (test.test_pickle.PyDispatchTableTests.test_class_dispatch_table) ... ok test_default_dispatch_table (test.test_pickle.PyDispatchTableTests.test_default_dispatch_table) ... ok test_instance_dispatch_table (test.test_pickle.PyDispatchTableTests.test_instance_dispatch_table) ... ok test_custom_pickler_dispatch_table_memleak (test.test_pickle.PyIdPersPicklerTests.test_custom_pickler_dispatch_table_memleak) ... ok test_pickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests.test_pickler_reference_cycle) ... ok test_protocol0_is_ascii_only (test.test_pickle.PyIdPersPicklerTests.test_protocol0_is_ascii_only) ... ok test_return_correct_type (test.test_pickle.PyIdPersPicklerTests.test_return_correct_type) ... ok test_unpickler_reference_cycle (test.test_pickle.PyIdPersPicklerTests.test_unpickler_reference_cycle) ... ok test_persistence (test.test_pickle.PyPersPicklerTests.test_persistence) ... ok test_bad_init (test.test_pickle.PyPickleTests.test_bad_init) ... ok test_callapi (test.test_pickle.PyPickleTests.test_callapi) ... ok test_dump_closed_file (test.test_pickle.PyPickleTests.test_dump_closed_file) ... ok test_dump_load_oob_buffers (test.test_pickle.PyPickleTests.test_dump_load_oob_buffers) ... ok test_dump_text_file (test.test_pickle.PyPickleTests.test_dump_text_file) ... ok test_dumps_loads_oob_buffers (test.test_pickle.PyPickleTests.test_dumps_loads_oob_buffers) ... ok test_highest_protocol (test.test_pickle.PyPickleTests.test_highest_protocol) ... ok test_incomplete_input (test.test_pickle.PyPickleTests.test_incomplete_input) ... ok test_load_closed_file (test.test_pickle.PyPickleTests.test_load_closed_file) ... ok test_load_from_and_dump_to_file (test.test_pickle.PyPickleTests.test_load_from_and_dump_to_file) ... ok test_pickler_hook (test.test_pickle.PyPicklerHookTests.test_pickler_hook) ... ok test_reducer_override_no_reference_cycle (test.test_pickle.PyPicklerHookTests.test_reducer_override_no_reference_cycle) ... ok test_appends_on_non_lists (test.test_pickle.PyPicklerTests.test_appends_on_non_lists) ... ok test_attribute_name_interning (test.test_pickle.PyPicklerTests.test_attribute_name_interning) ... ok test_bad_getattr (test.test_pickle.PyPicklerTests.test_bad_getattr) ... ok test_buffer_callback_error (test.test_pickle.PyPicklerTests.test_buffer_callback_error) ... ok test_buffers_error (test.test_pickle.PyPicklerTests.test_buffers_error) ... ok test_buffers_numpy (test.test_pickle.PyPicklerTests.test_buffers_numpy) ... skipped 'Test needs Numpy' test_builtin_exceptions (test.test_pickle.PyPicklerTests.test_builtin_exceptions) ... ok test_builtin_functions (test.test_pickle.PyPicklerTests.test_builtin_functions) ... ok test_builtin_types (test.test_pickle.PyPicklerTests.test_builtin_types) ... ok test_bytearray (test.test_pickle.PyPicklerTests.test_bytearray) ... ok test_bytearray_memoization_bug (test.test_pickle.PyPicklerTests.test_bytearray_memoization_bug) ... ok test_bytes (test.test_pickle.PyPicklerTests.test_bytes) ... ok test_c_methods (test.test_pickle.PyPicklerTests.test_c_methods) ... ok test_compat_pickle (test.test_pickle.PyPicklerTests.test_compat_pickle) ... ok test_complex_newobj (test.test_pickle.PyPicklerTests.test_complex_newobj) ... ok test_complex_newobj_ex (test.test_pickle.PyPicklerTests.test_complex_newobj_ex) ... ok test_dict_chunking (test.test_pickle.PyPicklerTests.test_dict_chunking) ... ok test_dynamic_class (test.test_pickle.PyPicklerTests.test_dynamic_class) ... ok test_ellipsis (test.test_pickle.PyPicklerTests.test_ellipsis) ... ok test_evil_class_mutating_dict (test.test_pickle.PyPicklerTests.test_evil_class_mutating_dict) ... ok test_evil_pickler_mutating_collection (test.test_pickle.PyPicklerTests.test_evil_pickler_mutating_collection) ... ok test_float (test.test_pickle.PyPicklerTests.test_float) ... ok test_float_format (test.test_pickle.PyPicklerTests.test_float_format) ... ok test_framed_write_sizes_with_delayed_writer (test.test_pickle.PyPicklerTests.test_framed_write_sizes_with_delayed_writer) ... ok test_framing_large_objects (test.test_pickle.PyPicklerTests.test_framing_large_objects) ... ok test_framing_many_objects (test.test_pickle.PyPicklerTests.test_framing_many_objects) ... ok test_getinitargs (test.test_pickle.PyPicklerTests.test_getinitargs) ... ok test_global_ext1 (test.test_pickle.PyPicklerTests.test_global_ext1) ... ok test_global_ext2 (test.test_pickle.PyPicklerTests.test_global_ext2) ... ok test_global_ext4 (test.test_pickle.PyPicklerTests.test_global_ext4) ... ok test_in_band_buffers (test.test_pickle.PyPicklerTests.test_in_band_buffers) ... ok test_inband_accept_default_buffers_argument (test.test_pickle.PyPicklerTests.test_inband_accept_default_buffers_argument) ... ok test_int_pickling_efficiency (test.test_pickle.PyPicklerTests.test_int_pickling_efficiency) ... ok test_ints (test.test_pickle.PyPicklerTests.test_ints) ... ok test_large_pickles (test.test_pickle.PyPicklerTests.test_large_pickles) ... ok test_list_chunking (test.test_pickle.PyPicklerTests.test_list_chunking) ... ok test_local_lookup_error (test.test_pickle.PyPicklerTests.test_local_lookup_error) ... ok test_long (test.test_pickle.PyPicklerTests.test_long) ... ok test_long1 (test.test_pickle.PyPicklerTests.test_long1) ... ok test_long4 (test.test_pickle.PyPicklerTests.test_long4) ... ok test_many_puts_and_gets (test.test_pickle.PyPicklerTests.test_many_puts_and_gets) ... ok test_metaclass (test.test_pickle.PyPicklerTests.test_metaclass) ... ok test_misc (test.test_pickle.PyPicklerTests.test_misc) ... ok test_nested_names (test.test_pickle.PyPicklerTests.test_nested_names) ... ok test_newobj_generic (test.test_pickle.PyPicklerTests.test_newobj_generic) ... ok test_newobj_list (test.test_pickle.PyPicklerTests.test_newobj_list) ... ok test_newobj_list_slots (test.test_pickle.PyPicklerTests.test_newobj_list_slots) ... ok test_newobj_not_class (test.test_pickle.PyPicklerTests.test_newobj_not_class) ... ok test_newobj_overridden_new (test.test_pickle.PyPicklerTests.test_newobj_overridden_new) ... ok test_newobj_proxies (test.test_pickle.PyPicklerTests.test_newobj_proxies) ... ok test_newobj_tuple (test.test_pickle.PyPicklerTests.test_newobj_tuple) ... ok test_notimplemented (test.test_pickle.PyPicklerTests.test_notimplemented) ... ok test_oob_buffers (test.test_pickle.PyPicklerTests.test_oob_buffers) ... ok test_oob_buffers_writable_to_readonly (test.test_pickle.PyPicklerTests.test_oob_buffers_writable_to_readonly) ... ok test_optional_frames (test.test_pickle.PyPicklerTests.test_optional_frames) ... ok test_pickle_to_2x (test.test_pickle.PyPicklerTests.test_pickle_to_2x) ... ok test_picklebuffer_error (test.test_pickle.PyPicklerTests.test_picklebuffer_error) ... ok test_proto (test.test_pickle.PyPicklerTests.test_proto) ... ok test_py_methods (test.test_pickle.PyPicklerTests.test_py_methods) ... ok test_recursive_dict (test.test_pickle.PyPicklerTests.test_recursive_dict) ... ok test_recursive_dict_and_inst (test.test_pickle.PyPicklerTests.test_recursive_dict_and_inst) ... ok test_recursive_dict_key (test.test_pickle.PyPicklerTests.test_recursive_dict_key) ... ok test_recursive_dict_like (test.test_pickle.PyPicklerTests.test_recursive_dict_like) ... ok test_recursive_dict_like_key (test.test_pickle.PyPicklerTests.test_recursive_dict_like_key) ... ok test_recursive_dict_subclass (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass) ... ok test_recursive_dict_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_and_inst) ... ok test_recursive_dict_subclass_key (test.test_pickle.PyPicklerTests.test_recursive_dict_subclass_key) ... ok test_recursive_frozenset_and_inst (test.test_pickle.PyPicklerTests.test_recursive_frozenset_and_inst) ... ok test_recursive_frozenset_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_frozenset_subclass_and_inst) ... ok test_recursive_inst (test.test_pickle.PyPicklerTests.test_recursive_inst) ... ok test_recursive_inst_state (test.test_pickle.PyPicklerTests.test_recursive_inst_state) ... ok test_recursive_list (test.test_pickle.PyPicklerTests.test_recursive_list) ... ok test_recursive_list_and_inst (test.test_pickle.PyPicklerTests.test_recursive_list_and_inst) ... ok test_recursive_list_like (test.test_pickle.PyPicklerTests.test_recursive_list_like) ... ok test_recursive_list_subclass (test.test_pickle.PyPicklerTests.test_recursive_list_subclass) ... ok test_recursive_list_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_list_subclass_and_inst) ... ok test_recursive_multi (test.test_pickle.PyPicklerTests.test_recursive_multi) ... ok test_recursive_nested_names (test.test_pickle.PyPicklerTests.test_recursive_nested_names) ... ok test_recursive_set (test.test_pickle.PyPicklerTests.test_recursive_set) ... ok test_recursive_set_and_inst (test.test_pickle.PyPicklerTests.test_recursive_set_and_inst) ... ok test_recursive_set_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_set_subclass_and_inst) ... ok test_recursive_tuple_and_dict (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict) ... ok test_recursive_tuple_and_dict_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_key) ... ok test_recursive_tuple_and_dict_like (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like) ... ok test_recursive_tuple_and_dict_like_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_like_key) ... ok test_recursive_tuple_and_dict_subclass (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass) ... ok test_recursive_tuple_and_dict_subclass_key (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_dict_subclass_key) ... ok test_recursive_tuple_and_inst (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst) ... ok test_recursive_tuple_and_inst_state (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_inst_state) ... ok test_recursive_tuple_and_list (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list) ... ok test_recursive_tuple_and_list_like (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_like) ... ok test_recursive_tuple_and_list_subclass (test.test_pickle.PyPicklerTests.test_recursive_tuple_and_list_subclass) ... ok test_recursive_tuple_subclass_and_inst (test.test_pickle.PyPicklerTests.test_recursive_tuple_subclass_and_inst) ... ok test_reduce (test.test_pickle.PyPicklerTests.test_reduce) ... ok test_reduce_bad_iterator (test.test_pickle.PyPicklerTests.test_reduce_bad_iterator) ... ok test_reduce_calls_base (test.test_pickle.PyPicklerTests.test_reduce_calls_base) ... ok test_reduce_ex_called (test.test_pickle.PyPicklerTests.test_reduce_ex_called) ... ok test_reduce_ex_calls_base (test.test_pickle.PyPicklerTests.test_reduce_ex_calls_base) ... ok test_reduce_ex_overrides_reduce (test.test_pickle.PyPicklerTests.test_reduce_ex_overrides_reduce) ... ok test_reduce_overrides_default_reduce_ex (test.test_pickle.PyPicklerTests.test_reduce_overrides_default_reduce_ex) ... ok test_roundtrip_equality (test.test_pickle.PyPicklerTests.test_roundtrip_equality) ... ok test_set_chunking (test.test_pickle.PyPicklerTests.test_set_chunking) ... ok test_setitems_on_non_dicts (test.test_pickle.PyPicklerTests.test_setitems_on_non_dicts) ... ok test_short_tuples (test.test_pickle.PyPicklerTests.test_short_tuples) ... ok test_simple_newobj (test.test_pickle.PyPicklerTests.test_simple_newobj) ... ok test_singleton_types (test.test_pickle.PyPicklerTests.test_singleton_types) ... ok test_singletons (test.test_pickle.PyPicklerTests.test_singletons) ... ok test_structseq (test.test_pickle.PyPicklerTests.test_structseq) ... ok test_unicode (test.test_pickle.PyPicklerTests.test_unicode) ... ok test_unicode_high_plane (test.test_pickle.PyPicklerTests.test_unicode_high_plane) ... ok test_clear_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_clear_pickler_memo) ... ok test_multiple_unpicklings_minimal (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_minimal) ... ok test_multiple_unpicklings_seekable (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_seekable) ... ok test_multiple_unpicklings_unseekable (test.test_pickle.PyPicklerUnpicklerObjectTests.test_multiple_unpicklings_unseekable) ... ok test_priming_pickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_pickler_memo) ... ok test_priming_unpickler_memo (test.test_pickle.PyPicklerUnpicklerObjectTests.test_priming_unpickler_memo) ... ok test_reusing_unpickler_objects (test.test_pickle.PyPicklerUnpicklerObjectTests.test_reusing_unpickler_objects) ... ok test_unpickling_buffering_readline (test.test_pickle.PyPicklerUnpicklerObjectTests.test_unpickling_buffering_readline) ... ok test_bad_mark (test.test_pickle.PyUnpicklerTests.test_bad_mark) ... ok test_bad_newobj (test.test_pickle.PyUnpicklerTests.test_bad_newobj) ... ok test_bad_newobj_ex (test.test_pickle.PyUnpicklerTests.test_bad_newobj_ex) ... ok test_bad_reduce (test.test_pickle.PyUnpicklerTests.test_bad_reduce) ... ok test_bad_stack (test.test_pickle.PyUnpicklerTests.test_bad_stack) ... ok test_badly_escaped_string (test.test_pickle.PyUnpicklerTests.test_badly_escaped_string) ... ok test_badly_quoted_string (test.test_pickle.PyUnpicklerTests.test_badly_quoted_string) ... ok test_binbytes (test.test_pickle.PyUnpicklerTests.test_binbytes) ... ok test_binbytes8 (test.test_pickle.PyUnpicklerTests.test_binbytes8) ... ok test_binget (test.test_pickle.PyUnpicklerTests.test_binget) ... ok test_binunicode8 (test.test_pickle.PyUnpicklerTests.test_binunicode8) ... ok test_bytearray8 (test.test_pickle.PyUnpicklerTests.test_bytearray8) ... ok test_compat_unpickle (test.test_pickle.PyUnpicklerTests.test_compat_unpickle) ... ok test_constants (test.test_pickle.PyUnpicklerTests.test_constants) ... ok test_correctly_quoted_string (test.test_pickle.PyUnpicklerTests.test_correctly_quoted_string) ... ok test_dup (test.test_pickle.PyUnpicklerTests.test_dup) ... ok test_empty_bytestring (test.test_pickle.PyUnpicklerTests.test_empty_bytestring) ... ok test_frame_readline (test.test_pickle.PyUnpicklerTests.test_frame_readline) ... ok test_get (test.test_pickle.PyUnpicklerTests.test_get) ... ok test_large_32b_binbytes8 (test.test_pickle.PyUnpicklerTests.test_large_32b_binbytes8) ... skipped 'test is only meaningful on 32-bit builds' test_large_32b_binunicode8 (test.test_pickle.PyUnpicklerTests.test_large_32b_binunicode8) ... skipped 'test is only meaningful on 32-bit builds' test_large_32b_bytearray8 (test.test_pickle.PyUnpicklerTests.test_large_32b_bytearray8) ... skipped 'test is only meaningful on 32-bit builds' test_load_classic_instance (test.test_pickle.PyUnpicklerTests.test_load_classic_instance) ... ok test_load_from_data0 (test.test_pickle.PyUnpicklerTests.test_load_from_data0) ... ok test_load_from_data1 (test.test_pickle.PyUnpicklerTests.test_load_from_data1) ... ok test_load_from_data2 (test.test_pickle.PyUnpicklerTests.test_load_from_data2) ... ok test_load_from_data3 (test.test_pickle.PyUnpicklerTests.test_load_from_data3) ... ok test_load_from_data4 (test.test_pickle.PyUnpicklerTests.test_load_from_data4) ... ok test_load_long_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests.test_load_long_python2_str_as_bytes) ... ok test_load_python2_str_as_bytes (test.test_pickle.PyUnpicklerTests.test_load_python2_str_as_bytes) ... ok test_load_python2_unicode_as_str (test.test_pickle.PyUnpicklerTests.test_load_python2_unicode_as_str) ... ok test_long_binget (test.test_pickle.PyUnpicklerTests.test_long_binget) ... ok test_maxint64 (test.test_pickle.PyUnpicklerTests.test_maxint64) ... ok test_misc_get (test.test_pickle.PyUnpicklerTests.test_misc_get) ... ok test_negative_32b_binbytes (test.test_pickle.PyUnpicklerTests.test_negative_32b_binbytes) ... skipped 'test is only meaningful on 32-bit builds' test_negative_32b_binput (test.test_pickle.PyUnpicklerTests.test_negative_32b_binput) ... skipped 'test is only meaningful on 32-bit builds' test_negative_32b_binunicode (test.test_pickle.PyUnpicklerTests.test_negative_32b_binunicode) ... skipped 'test is only meaningful on 32-bit builds' test_negative_put (test.test_pickle.PyUnpicklerTests.test_negative_put) ... ok test_short_binbytes (test.test_pickle.PyUnpicklerTests.test_short_binbytes) ... ok test_short_binunicode (test.test_pickle.PyUnpicklerTests.test_short_binunicode) ... ok test_truncated_data (test.test_pickle.PyUnpicklerTests.test_truncated_data) ... ok test_unpickle_from_2x (test.test_pickle.PyUnpicklerTests.test_unpickle_from_2x) ... ok test_unpickle_module_race (test.test_pickle.PyUnpicklerTests.test_unpickle_module_race) ... ok test_pickler (test.test_pickle.SizeofTests.test_pickler) ... ok test_unpickler (test.test_pickle.SizeofTests.test_unpickler) ... ok ---------------------------------------------------------------------- Ran 757 tests in 5.386s OK (skipped=29) 0:14:11 load avg: 1.19 [259/432/1] test_picklebuffer test_basics (test.test_picklebuffer.PickleBufferTest.test_basics) ... ok test_constructor_failure (test.test_picklebuffer.PickleBufferTest.test_constructor_failure) ... ok test_cycle (test.test_picklebuffer.PickleBufferTest.test_cycle) ... ok test_ndarray_2d (test.test_picklebuffer.PickleBufferTest.test_ndarray_2d) ... ok test_raw (test.test_picklebuffer.PickleBufferTest.test_raw) ... ok test_raw_ndarray (test.test_picklebuffer.PickleBufferTest.test_raw_ndarray) ... ok test_raw_non_contiguous (test.test_picklebuffer.PickleBufferTest.test_raw_non_contiguous) ... ok test_raw_released (test.test_picklebuffer.PickleBufferTest.test_raw_released) ... ok test_release (test.test_picklebuffer.PickleBufferTest.test_release) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.058s OK 0:14:12 load avg: 1.26 [260/432/1] test_pickletools test__all__ (test.test_pickletools.MiscTestCase.test__all__) ... ok test_appends_on_non_lists (test.test_pickletools.OptimizedPickleTests.test_appends_on_non_lists) ... ok test_attribute_name_interning (test.test_pickletools.OptimizedPickleTests.test_attribute_name_interning) ... ok test_bad_getattr (test.test_pickletools.OptimizedPickleTests.test_bad_getattr) ... ok test_buffer_callback_error (test.test_pickletools.OptimizedPickleTests.test_buffer_callback_error) ... ok test_buffers_error (test.test_pickletools.OptimizedPickleTests.test_buffers_error) ... ok test_buffers_numpy (test.test_pickletools.OptimizedPickleTests.test_buffers_numpy) ... skipped 'Test needs Numpy' test_builtin_exceptions (test.test_pickletools.OptimizedPickleTests.test_builtin_exceptions) ... ok test_builtin_functions (test.test_pickletools.OptimizedPickleTests.test_builtin_functions) ... ok test_builtin_types (test.test_pickletools.OptimizedPickleTests.test_builtin_types) ... ok test_bytearray (test.test_pickletools.OptimizedPickleTests.test_bytearray) ... ok test_bytearray_memoization_bug (test.test_pickletools.OptimizedPickleTests.test_bytearray_memoization_bug) ... ok test_bytes (test.test_pickletools.OptimizedPickleTests.test_bytes) ... ok test_c_methods (test.test_pickletools.OptimizedPickleTests.test_c_methods) ... ok test_compat_pickle (test.test_pickletools.OptimizedPickleTests.test_compat_pickle) ... ok test_complex_newobj (test.test_pickletools.OptimizedPickleTests.test_complex_newobj) ... ok test_complex_newobj_ex (test.test_pickletools.OptimizedPickleTests.test_complex_newobj_ex) ... ok test_dict_chunking (test.test_pickletools.OptimizedPickleTests.test_dict_chunking) ... ok test_dynamic_class (test.test_pickletools.OptimizedPickleTests.test_dynamic_class) ... ok test_ellipsis (test.test_pickletools.OptimizedPickleTests.test_ellipsis) ... ok test_evil_class_mutating_dict (test.test_pickletools.OptimizedPickleTests.test_evil_class_mutating_dict) ... ok test_evil_pickler_mutating_collection (test.test_pickletools.OptimizedPickleTests.test_evil_pickler_mutating_collection) ... skipped " has no associated pickler type" test_float (test.test_pickletools.OptimizedPickleTests.test_float) ... ok test_float_format (test.test_pickletools.OptimizedPickleTests.test_float_format) ... ok test_framing_large_objects (test.test_pickletools.OptimizedPickleTests.test_framing_large_objects) ... ok test_framing_many_objects (test.test_pickletools.OptimizedPickleTests.test_framing_many_objects) ... ok test_getinitargs (test.test_pickletools.OptimizedPickleTests.test_getinitargs) ... ok test_global_ext1 (test.test_pickletools.OptimizedPickleTests.test_global_ext1) ... ok test_global_ext2 (test.test_pickletools.OptimizedPickleTests.test_global_ext2) ... ok test_global_ext4 (test.test_pickletools.OptimizedPickleTests.test_global_ext4) ... ok test_in_band_buffers (test.test_pickletools.OptimizedPickleTests.test_in_band_buffers) ... ok test_inband_accept_default_buffers_argument (test.test_pickletools.OptimizedPickleTests.test_inband_accept_default_buffers_argument) ... ok test_int_pickling_efficiency (test.test_pickletools.OptimizedPickleTests.test_int_pickling_efficiency) ... ok test_ints (test.test_pickletools.OptimizedPickleTests.test_ints) ... ok test_large_pickles (test.test_pickletools.OptimizedPickleTests.test_large_pickles) ... ok test_list_chunking (test.test_pickletools.OptimizedPickleTests.test_list_chunking) ... ok test_local_lookup_error (test.test_pickletools.OptimizedPickleTests.test_local_lookup_error) ... ok test_long (test.test_pickletools.OptimizedPickleTests.test_long) ... ok test_long1 (test.test_pickletools.OptimizedPickleTests.test_long1) ... ok test_long4 (test.test_pickletools.OptimizedPickleTests.test_long4) ... ok test_many_puts_and_gets (test.test_pickletools.OptimizedPickleTests.test_many_puts_and_gets) ... ok test_metaclass (test.test_pickletools.OptimizedPickleTests.test_metaclass) ... ok test_misc (test.test_pickletools.OptimizedPickleTests.test_misc) ... ok test_nested_names (test.test_pickletools.OptimizedPickleTests.test_nested_names) ... ok test_newobj_generic (test.test_pickletools.OptimizedPickleTests.test_newobj_generic) ... ok test_newobj_list (test.test_pickletools.OptimizedPickleTests.test_newobj_list) ... ok test_newobj_list_slots (test.test_pickletools.OptimizedPickleTests.test_newobj_list_slots) ... ok test_newobj_not_class (test.test_pickletools.OptimizedPickleTests.test_newobj_not_class) ... ok test_newobj_overridden_new (test.test_pickletools.OptimizedPickleTests.test_newobj_overridden_new) ... ok test_newobj_proxies (test.test_pickletools.OptimizedPickleTests.test_newobj_proxies) ... ok test_newobj_tuple (test.test_pickletools.OptimizedPickleTests.test_newobj_tuple) ... ok test_notimplemented (test.test_pickletools.OptimizedPickleTests.test_notimplemented) ... ok test_oob_buffers (test.test_pickletools.OptimizedPickleTests.test_oob_buffers) ... ok test_oob_buffers_writable_to_readonly (test.test_pickletools.OptimizedPickleTests.test_oob_buffers_writable_to_readonly) ... ok test_optimize_binput_and_memoize (test.test_pickletools.OptimizedPickleTests.test_optimize_binput_and_memoize) ... ok test_optimize_long_binget (test.test_pickletools.OptimizedPickleTests.test_optimize_long_binget) ... ok test_optional_frames (test.test_pickletools.OptimizedPickleTests.test_optional_frames) ... ok test_picklebuffer_error (test.test_pickletools.OptimizedPickleTests.test_picklebuffer_error) ... ok test_proto (test.test_pickletools.OptimizedPickleTests.test_proto) ... ok test_py_methods (test.test_pickletools.OptimizedPickleTests.test_py_methods) ... ok test_recursive_dict (test.test_pickletools.OptimizedPickleTests.test_recursive_dict) ... ok test_recursive_dict_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_and_inst) ... ok test_recursive_dict_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_key) ... ok test_recursive_dict_like (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like) ... ok test_recursive_dict_like_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_like_key) ... ok test_recursive_dict_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass) ... ok test_recursive_dict_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_and_inst) ... ok test_recursive_dict_subclass_key (test.test_pickletools.OptimizedPickleTests.test_recursive_dict_subclass_key) ... ok test_recursive_frozenset_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_and_inst) ... ok test_recursive_frozenset_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_frozenset_subclass_and_inst) ... ok test_recursive_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_inst) ... ok test_recursive_inst_state (test.test_pickletools.OptimizedPickleTests.test_recursive_inst_state) ... ok test_recursive_list (test.test_pickletools.OptimizedPickleTests.test_recursive_list) ... ok test_recursive_list_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_list_and_inst) ... ok test_recursive_list_like (test.test_pickletools.OptimizedPickleTests.test_recursive_list_like) ... ok test_recursive_list_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass) ... ok test_recursive_list_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_list_subclass_and_inst) ... ok test_recursive_multi (test.test_pickletools.OptimizedPickleTests.test_recursive_multi) ... ok test_recursive_nested_names (test.test_pickletools.OptimizedPickleTests.test_recursive_nested_names) ... ok test_recursive_set (test.test_pickletools.OptimizedPickleTests.test_recursive_set) ... ok test_recursive_set_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_set_and_inst) ... ok test_recursive_set_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_set_subclass_and_inst) ... ok test_recursive_tuple_and_dict (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict) ... ok test_recursive_tuple_and_dict_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_key) ... ok test_recursive_tuple_and_dict_like (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like) ... ok test_recursive_tuple_and_dict_like_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_like_key) ... ok test_recursive_tuple_and_dict_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass) ... ok test_recursive_tuple_and_dict_subclass_key (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_dict_subclass_key) ... ok test_recursive_tuple_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst) ... ok test_recursive_tuple_and_inst_state (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_inst_state) ... ok test_recursive_tuple_and_list (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list) ... ok test_recursive_tuple_and_list_like (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_like) ... ok test_recursive_tuple_and_list_subclass (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_and_list_subclass) ... ok test_recursive_tuple_subclass_and_inst (test.test_pickletools.OptimizedPickleTests.test_recursive_tuple_subclass_and_inst) ... ok test_reduce (test.test_pickletools.OptimizedPickleTests.test_reduce) ... ok test_reduce_bad_iterator (test.test_pickletools.OptimizedPickleTests.test_reduce_bad_iterator) ... ok test_reduce_calls_base (test.test_pickletools.OptimizedPickleTests.test_reduce_calls_base) ... ok test_reduce_ex_called (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_called) ... ok test_reduce_ex_calls_base (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_calls_base) ... ok test_reduce_ex_overrides_reduce (test.test_pickletools.OptimizedPickleTests.test_reduce_ex_overrides_reduce) ... ok test_reduce_overrides_default_reduce_ex (test.test_pickletools.OptimizedPickleTests.test_reduce_overrides_default_reduce_ex) ... ok test_roundtrip_equality (test.test_pickletools.OptimizedPickleTests.test_roundtrip_equality) ... ok test_set_chunking (test.test_pickletools.OptimizedPickleTests.test_set_chunking) ... ok test_setitems_on_non_dicts (test.test_pickletools.OptimizedPickleTests.test_setitems_on_non_dicts) ... ok test_short_tuples (test.test_pickletools.OptimizedPickleTests.test_short_tuples) ... ok test_simple_newobj (test.test_pickletools.OptimizedPickleTests.test_simple_newobj) ... ok test_singleton_types (test.test_pickletools.OptimizedPickleTests.test_singleton_types) ... ok test_singletons (test.test_pickletools.OptimizedPickleTests.test_singletons) ... ok test_structseq (test.test_pickletools.OptimizedPickleTests.test_structseq) ... ok test_unicode (test.test_pickletools.OptimizedPickleTests.test_unicode) ... ok test_unicode_high_plane (test.test_pickletools.OptimizedPickleTests.test_unicode_high_plane) ... ok disassembler_memo_test (pickletools.__test__) Doctest: pickletools.__test__.disassembler_memo_test ... ok disassembler_test (pickletools.__test__) Doctest: pickletools.__test__.disassembler_test ... ok read_bytearray8 (pickletools) Doctest: pickletools.read_bytearray8 ... ok read_bytes1 (pickletools) Doctest: pickletools.read_bytes1 ... ok read_bytes4 (pickletools) Doctest: pickletools.read_bytes4 ... ok read_bytes8 (pickletools) Doctest: pickletools.read_bytes8 ... ok read_decimalnl_long (pickletools) Doctest: pickletools.read_decimalnl_long ... ok read_decimalnl_short (pickletools) Doctest: pickletools.read_decimalnl_short ... ok read_float8 (pickletools) Doctest: pickletools.read_float8 ... ok read_floatnl (pickletools) Doctest: pickletools.read_floatnl ... ok read_int4 (pickletools) Doctest: pickletools.read_int4 ... ok read_long1 (pickletools) Doctest: pickletools.read_long1 ... ok read_long4 (pickletools) Doctest: pickletools.read_long4 ... ok read_string1 (pickletools) Doctest: pickletools.read_string1 ... ok read_string4 (pickletools) Doctest: pickletools.read_string4 ... ok read_stringnl (pickletools) Doctest: pickletools.read_stringnl ... ok read_stringnl_noescape_pair (pickletools) Doctest: pickletools.read_stringnl_noescape_pair ... ok read_uint1 (pickletools) Doctest: pickletools.read_uint1 ... ok read_uint2 (pickletools) Doctest: pickletools.read_uint2 ... ok read_uint4 (pickletools) Doctest: pickletools.read_uint4 ... ok read_uint8 (pickletools) Doctest: pickletools.read_uint8 ... ok read_unicodestring1 (pickletools) Doctest: pickletools.read_unicodestring1 ... ok read_unicodestring4 (pickletools) Doctest: pickletools.read_unicodestring4 ... ok read_unicodestring8 (pickletools) Doctest: pickletools.read_unicodestring8 ... ok read_unicodestringnl (pickletools) Doctest: pickletools.read_unicodestringnl ... ok ---------------------------------------------------------------------- Ran 136 tests in 0.579s OK (skipped=2) 0:14:13 load avg: 1.26 [261/432/1] test_pipes testBadAppendOptions (test.test_pipes.SimplePipeTests.testBadAppendOptions) ... ok testBadOpenMode (test.test_pipes.SimplePipeTests.testBadOpenMode) ... ok testBadPrependOptions (test.test_pipes.SimplePipeTests.testBadPrependOptions) ... ok testClone (test.test_pipes.SimplePipeTests.testClone) ... ok testEmptyPipeline1 (test.test_pipes.SimplePipeTests.testEmptyPipeline1) ... ok testEmptyPipeline2 (test.test_pipes.SimplePipeTests.testEmptyPipeline2) ... ok testEmptyPipeline3 (test.test_pipes.SimplePipeTests.testEmptyPipeline3) ... ok testReadOpenSink (test.test_pipes.SimplePipeTests.testReadOpenSink) ... ok testRepr (test.test_pipes.SimplePipeTests.testRepr) ... ok testSetDebug (test.test_pipes.SimplePipeTests.testSetDebug) ... ok testSimplePipe1 (test.test_pipes.SimplePipeTests.testSimplePipe1) ... ok testSimplePipe2 (test.test_pipes.SimplePipeTests.testSimplePipe2) ... ok testSimplePipe3 (test.test_pipes.SimplePipeTests.testSimplePipe3) ... ok testWriteOpenSource (test.test_pipes.SimplePipeTests.testWriteOpenSource) ... ok ---------------------------------------------------------------------- Ran 14 tests in 0.019s OK 0:14:14 load avg: 1.26 [262/432/1] test_pkg test_1 (test.test_pkg.TestPkg.test_1) ... ok test_2 (test.test_pkg.TestPkg.test_2) ... ok test_3 (test.test_pkg.TestPkg.test_3) ... ok test_4 (test.test_pkg.TestPkg.test_4) ... ok test_5 (test.test_pkg.TestPkg.test_5) ... ok test_6 (test.test_pkg.TestPkg.test_6) ... ok test_7 (test.test_pkg.TestPkg.test_7) ... ok test_8 (test.test_pkg.TestPkg.test_8) ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.007s OK 0:14:15 load avg: 1.26 [263/432/1] test_pkgutil test_iter_importers (test.test_pkgutil.ExtendPathTests.test_iter_importers) ... ok test_mixed_namespace (test.test_pkgutil.ExtendPathTests.test_mixed_namespace) ... ok test_simple (test.test_pkgutil.ExtendPathTests.test_simple) ... ok test_find_loader_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_find_loader_avoids_emulation) ... ok test_find_loader_missing_module (test.test_pkgutil.ImportlibMigrationTests.test_find_loader_missing_module) ... ok test_get_importer_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_get_importer_avoids_emulation) ... ok test_get_loader_None_in_sys_modules (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_None_in_sys_modules) ... ok test_get_loader_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_avoids_emulation) ... ok test_get_loader_handles_missing_loader_attribute (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_missing_loader_attribute) ... ok test_get_loader_handles_missing_spec_attribute (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_missing_spec_attribute) ... ok test_get_loader_handles_spec_attribute_none (test.test_pkgutil.ImportlibMigrationTests.test_get_loader_handles_spec_attribute_none) ... ok test_importer_deprecated (test.test_pkgutil.ImportlibMigrationTests.test_importer_deprecated) ... ok test_issue44061 (test.test_pkgutil.ImportlibMigrationTests.test_issue44061) ... ok test_iter_importers_avoids_emulation (test.test_pkgutil.ImportlibMigrationTests.test_iter_importers_avoids_emulation) ... ok test_loader_deprecated (test.test_pkgutil.ImportlibMigrationTests.test_loader_deprecated) ... ok test_nested (test.test_pkgutil.NestedNamespacePackageTest.test_nested) ... ok test_alreadyloaded (test.test_pkgutil.PkgutilPEP302Tests.test_alreadyloaded) ... ok test_getdata_pep302 (test.test_pkgutil.PkgutilPEP302Tests.test_getdata_pep302) ... ok test_getdata_filesys (test.test_pkgutil.PkgutilTests.test_getdata_filesys) ... ok test_getdata_zipfile (test.test_pkgutil.PkgutilTests.test_getdata_zipfile) ... ok test_issue44061_iter_modules (test.test_pkgutil.PkgutilTests.test_issue44061_iter_modules) ... ok test_name_resolution (test.test_pkgutil.PkgutilTests.test_name_resolution) ... ok test_unreadable_dir_on_syspath (test.test_pkgutil.PkgutilTests.test_unreadable_dir_on_syspath) ... ok test_walk_packages_raises_on_string_or_bytes_input (test.test_pkgutil.PkgutilTests.test_walk_packages_raises_on_string_or_bytes_input) ... ok test_walkpackages_filesys (test.test_pkgutil.PkgutilTests.test_walkpackages_filesys) ... ok test_walkpackages_zipfile (test.test_pkgutil.PkgutilTests.test_walkpackages_zipfile) Tests the same as test_walkpackages_filesys, only with a zip file. ... ok ---------------------------------------------------------------------- Ran 26 tests in 0.012s OK 0:14:15 load avg: 1.26 [264/432/1] test_platform test__comparable_version (test.test_platform.PlatformTest.test__comparable_version) ... ok test_architecture (test.test_platform.PlatformTest.test_architecture) ... ok test_architecture_via_symlink (test.test_platform.PlatformTest.test_architecture_via_symlink) ... ok test_freedesktop_os_release (test.test_platform.PlatformTest.test_freedesktop_os_release) ... ok test_java_ver (test.test_platform.PlatformTest.test_java_ver) ... ok test_libc_ver (test.test_platform.PlatformTest.test_libc_ver) ... ok test_mac_ver (test.test_platform.PlatformTest.test_mac_ver) ... ok test_mac_ver_with_fork (test.test_platform.PlatformTest.test_mac_ver_with_fork) ... skipped 'OSX only test' test_machine (test.test_platform.PlatformTest.test_machine) ... ok test_macos (test.test_platform.PlatformTest.test_macos) ... ok test_node (test.test_platform.PlatformTest.test_node) ... ok test_parse_os_release (test.test_platform.PlatformTest.test_parse_os_release) ... ok test_platform (test.test_platform.PlatformTest.test_platform) ... ok test_processor (test.test_platform.PlatformTest.test_processor) ... ok test_release (test.test_platform.PlatformTest.test_release) ... ok test_sys_version (test.test_platform.PlatformTest.test_sys_version) ... ok test_system (test.test_platform.PlatformTest.test_system) ... ok test_system_alias (test.test_platform.PlatformTest.test_system_alias) ... ok test_uname (test.test_platform.PlatformTest.test_uname) ... ok test_uname_asdict (test.test_platform.PlatformTest.test_uname_asdict) ... ok test_uname_cast_to_tuple (test.test_platform.PlatformTest.test_uname_cast_to_tuple) ... ok test_uname_copy (test.test_platform.PlatformTest.test_uname_copy) ... ok test_uname_fields (test.test_platform.PlatformTest.test_uname_fields) ... ok test_uname_pickle (test.test_platform.PlatformTest.test_uname_pickle) ... ok test_uname_processor (test.test_platform.PlatformTest.test_uname_processor) On some systems, the processor must match the output ... ok test_uname_replace (test.test_platform.PlatformTest.test_uname_replace) ... ok test_uname_slices (test.test_platform.PlatformTest.test_uname_slices) ... ok test_uname_win32_ARCHITEW6432 (test.test_platform.PlatformTest.test_uname_win32_ARCHITEW6432) ... skipped 'windows only test' test_version (test.test_platform.PlatformTest.test_version) ... ok test_win32_ver (test.test_platform.PlatformTest.test_win32_ver) ... ok ---------------------------------------------------------------------- Ran 30 tests in 0.056s OK (skipped=2) 0:14:16 load avg: 1.26 [265/432/1] test_plistlib test__all__ (test.test_plistlib.MiscTestCase.test__all__) ... ok test_cycles (test.test_plistlib.TestBinaryPlistlib.test_cycles) ... ok test_deep_nesting (test.test_plistlib.TestBinaryPlistlib.test_deep_nesting) ... ok test_dump_duplicates (test.test_plistlib.TestBinaryPlistlib.test_dump_duplicates) ... ok test_identity (test.test_plistlib.TestBinaryPlistlib.test_identity) ... ok test_invalid_binary (test.test_plistlib.TestBinaryPlistlib.test_invalid_binary) ... ok test_large_timestamp (test.test_plistlib.TestBinaryPlistlib.test_large_timestamp) ... ok test_load_int (test.test_plistlib.TestBinaryPlistlib.test_load_int) ... ok test_load_singletons (test.test_plistlib.TestBinaryPlistlib.test_load_singletons) ... ok test_nonstandard_refs_size (test.test_plistlib.TestBinaryPlistlib.test_nonstandard_refs_size) ... ok test_unsupported (test.test_plistlib.TestBinaryPlistlib.test_unsupported) ... ok test_keyed_archive_data (test.test_plistlib.TestKeyedArchive.test_keyed_archive_data) ... ok test_appleformatting (test.test_plistlib.TestPlistlib.test_appleformatting) ... ok test_appleformattingfromliteral (test.test_plistlib.TestPlistlib.test_appleformattingfromliteral) ... ok test_bytearray (test.test_plistlib.TestPlistlib.test_bytearray) ... ok test_bytes (test.test_plistlib.TestPlistlib.test_bytes) ... ok test_bytesio (test.test_plistlib.TestPlistlib.test_bytesio) ... ok test_controlcharacters (test.test_plistlib.TestPlistlib.test_controlcharacters) ... ok test_create (test.test_plistlib.TestPlistlib.test_create) ... ok test_dict_members (test.test_plistlib.TestPlistlib.test_dict_members) ... ok test_dump_invalid_format (test.test_plistlib.TestPlistlib.test_dump_invalid_format) ... ok test_indentation_array (test.test_plistlib.TestPlistlib.test_indentation_array) ... ok test_indentation_dict (test.test_plistlib.TestPlistlib.test_indentation_dict) ... ok test_indentation_dict_mix (test.test_plistlib.TestPlistlib.test_indentation_dict_mix) ... ok test_int (test.test_plistlib.TestPlistlib.test_int) ... ok test_integer_notations (test.test_plistlib.TestPlistlib.test_integer_notations) ... ok test_invalid_type (test.test_plistlib.TestPlistlib.test_invalid_type) ... ok test_invalid_uid (test.test_plistlib.TestPlistlib.test_invalid_uid) ... ok test_invalidarray (test.test_plistlib.TestPlistlib.test_invalidarray) ... ok test_invaliddict (test.test_plistlib.TestPlistlib.test_invaliddict) ... ok test_invalidinteger (test.test_plistlib.TestPlistlib.test_invalidinteger) ... ok test_invalidreal (test.test_plistlib.TestPlistlib.test_invalidreal) ... ok test_io (test.test_plistlib.TestPlistlib.test_io) ... ok test_keys_no_string (test.test_plistlib.TestPlistlib.test_keys_no_string) ... ok test_keysort (test.test_plistlib.TestPlistlib.test_keysort) ... ok test_keysort_bytesio (test.test_plistlib.TestPlistlib.test_keysort_bytesio) ... ok test_list_members (test.test_plistlib.TestPlistlib.test_list_members) ... ok test_load_invalid_file (test.test_plistlib.TestPlistlib.test_load_invalid_file) ... ok test_lone_surrogates (test.test_plistlib.TestPlistlib.test_lone_surrogates) ... ok test_modified_uid_huge (test.test_plistlib.TestPlistlib.test_modified_uid_huge) ... ok test_modified_uid_negative (test.test_plistlib.TestPlistlib.test_modified_uid_negative) ... ok test_non_bmp_characters (test.test_plistlib.TestPlistlib.test_non_bmp_characters) ... ok test_nondictroot (test.test_plistlib.TestPlistlib.test_nondictroot) ... ok test_skipkeys (test.test_plistlib.TestPlistlib.test_skipkeys) ... ok test_tuple_members (test.test_plistlib.TestPlistlib.test_tuple_members) ... ok test_uid (test.test_plistlib.TestPlistlib.test_uid) ... ok test_uid_copy (test.test_plistlib.TestPlistlib.test_uid_copy) ... ok test_uid_data (test.test_plistlib.TestPlistlib.test_uid_data) ... ok test_uid_eq (test.test_plistlib.TestPlistlib.test_uid_eq) ... ok test_uid_hash (test.test_plistlib.TestPlistlib.test_uid_hash) ... ok test_uid_index (test.test_plistlib.TestPlistlib.test_uid_index) ... ok test_uid_pickle (test.test_plistlib.TestPlistlib.test_uid_pickle) ... ok test_uid_repr (test.test_plistlib.TestPlistlib.test_uid_repr) ... ok test_xml_encodings (test.test_plistlib.TestPlistlib.test_xml_encodings) ... ok test_xml_plist_with_entity_decl (test.test_plistlib.TestPlistlib.test_xml_plist_with_entity_decl) ... ok test_lint_status (test.test_plistlib.TestPlutil.test_lint_status) ... skipped 'plutil utility is for Mac os' test_octal_and_hex (test.test_plistlib.TestPlutil.test_octal_and_hex) ... skipped 'plutil utility is for Mac os' ---------------------------------------------------------------------- Ran 57 tests in 0.062s OK (skipped=2) 0:14:17 load avg: 1.40 [266/432/1] test_poll test_poll1 (test.test_poll.PollTests.test_poll1) ... ok test_poll2 (test.test_poll.PollTests.test_poll2) ... ok test_poll3 (test.test_poll.PollTests.test_poll3) ... ok test_poll_blocks_with_negative_ms (test.test_poll.PollTests.test_poll_blocks_with_negative_ms) ... ok test_poll_c_limits (test.test_poll.PollTests.test_poll_c_limits) ... ok test_poll_unit_tests (test.test_poll.PollTests.test_poll_unit_tests) ... ok test_threaded_poll (test.test_poll.PollTests.test_threaded_poll) ... ok ---------------------------------------------------------------------- Ran 7 tests in 11.127s OK 0:14:29 load avg: 1.42 [267/432/1] test_popen test_contextmanager (test.test_popen.PopenTest.test_contextmanager) ... ok test_iterating (test.test_popen.PopenTest.test_iterating) ... ok test_keywords (test.test_popen.PopenTest.test_keywords) ... ok test_popen (test.test_popen.PopenTest.test_popen) ... ok test_return_code (test.test_popen.PopenTest.test_return_code) ... ok ---------------------------------------------------------------------- Ran 5 tests in 0.045s OK 0:14:29 load avg: 1.42 [268/432/1] test_poplib test_apop_REDOS (test.test_poplib.TestPOP3Class.test_apop_REDOS) ... ok test_apop_normal (test.test_poplib.TestPOP3Class.test_apop_normal) ... ok test_capa (test.test_poplib.TestPOP3Class.test_capa) ... ok test_dele (test.test_poplib.TestPOP3Class.test_dele) ... ok test_exceptions (test.test_poplib.TestPOP3Class.test_exceptions) ... ok test_getwelcome (test.test_poplib.TestPOP3Class.test_getwelcome) ... ok test_list (test.test_poplib.TestPOP3Class.test_list) ... ok test_noop (test.test_poplib.TestPOP3Class.test_noop) ... ok test_pass_ (test.test_poplib.TestPOP3Class.test_pass_) ... ok test_quit (test.test_poplib.TestPOP3Class.test_quit) ... ok test_retr (test.test_poplib.TestPOP3Class.test_retr) ... ok test_rpop (test.test_poplib.TestPOP3Class.test_rpop) ... ok test_stat (test.test_poplib.TestPOP3Class.test_stat) ... ok test_stls (test.test_poplib.TestPOP3Class.test_stls) ... ok test_stls_capa (test.test_poplib.TestPOP3Class.test_stls_capa) ... ok test_stls_context (test.test_poplib.TestPOP3Class.test_stls_context) ... ok test_too_long_lines (test.test_poplib.TestPOP3Class.test_too_long_lines) ... ok test_top (test.test_poplib.TestPOP3Class.test_top) ... ok test_uidl (test.test_poplib.TestPOP3Class.test_uidl) ... ok test_user (test.test_poplib.TestPOP3Class.test_user) ... ok test_utf8 (test.test_poplib.TestPOP3Class.test_utf8) ... ok test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3Class.test_utf8_raises_if_unsupported) ... ok test__all__ (test.test_poplib.TestPOP3_SSLClass.test__all__) ... ok test_apop_REDOS (test.test_poplib.TestPOP3_SSLClass.test_apop_REDOS) ... ok test_apop_normal (test.test_poplib.TestPOP3_SSLClass.test_apop_normal) ... ok test_capa (test.test_poplib.TestPOP3_SSLClass.test_capa) ... ok test_context (test.test_poplib.TestPOP3_SSLClass.test_context) ... ok test_dele (test.test_poplib.TestPOP3_SSLClass.test_dele) ... ok test_exceptions (test.test_poplib.TestPOP3_SSLClass.test_exceptions) ... ok test_getwelcome (test.test_poplib.TestPOP3_SSLClass.test_getwelcome) ... ok test_list (test.test_poplib.TestPOP3_SSLClass.test_list) ... ok test_noop (test.test_poplib.TestPOP3_SSLClass.test_noop) ... ok test_pass_ (test.test_poplib.TestPOP3_SSLClass.test_pass_) ... ok test_quit (test.test_poplib.TestPOP3_SSLClass.test_quit) ... ok test_retr (test.test_poplib.TestPOP3_SSLClass.test_retr) ... ok test_rpop (test.test_poplib.TestPOP3_SSLClass.test_rpop) ... ok test_stat (test.test_poplib.TestPOP3_SSLClass.test_stat) ... ok test_stls (test.test_poplib.TestPOP3_SSLClass.test_stls) ... ok test_stls_capa (test.test_poplib.TestPOP3_SSLClass.test_stls_capa) ... ok test_stls_context (test.test_poplib.TestPOP3_SSLClass.test_stls_context) ... ok test_too_long_lines (test.test_poplib.TestPOP3_SSLClass.test_too_long_lines) ... ok test_top (test.test_poplib.TestPOP3_SSLClass.test_top) ... ok test_uidl (test.test_poplib.TestPOP3_SSLClass.test_uidl) ... ok test_user (test.test_poplib.TestPOP3_SSLClass.test_user) ... ok test_utf8 (test.test_poplib.TestPOP3_SSLClass.test_utf8) ... ok test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_SSLClass.test_utf8_raises_if_unsupported) ... ok test_apop_REDOS (test.test_poplib.TestPOP3_TLSClass.test_apop_REDOS) ... ok test_apop_normal (test.test_poplib.TestPOP3_TLSClass.test_apop_normal) ... ok test_capa (test.test_poplib.TestPOP3_TLSClass.test_capa) ... ok test_dele (test.test_poplib.TestPOP3_TLSClass.test_dele) ... ok test_exceptions (test.test_poplib.TestPOP3_TLSClass.test_exceptions) ... ok test_getwelcome (test.test_poplib.TestPOP3_TLSClass.test_getwelcome) ... ok test_list (test.test_poplib.TestPOP3_TLSClass.test_list) ... ok test_noop (test.test_poplib.TestPOP3_TLSClass.test_noop) ... ok test_pass_ (test.test_poplib.TestPOP3_TLSClass.test_pass_) ... ok test_quit (test.test_poplib.TestPOP3_TLSClass.test_quit) ... ok test_retr (test.test_poplib.TestPOP3_TLSClass.test_retr) ... ok test_rpop (test.test_poplib.TestPOP3_TLSClass.test_rpop) ... ok test_stat (test.test_poplib.TestPOP3_TLSClass.test_stat) ... ok test_stls (test.test_poplib.TestPOP3_TLSClass.test_stls) ... ok test_stls_capa (test.test_poplib.TestPOP3_TLSClass.test_stls_capa) ... ok test_stls_context (test.test_poplib.TestPOP3_TLSClass.test_stls_context) ... ok test_too_long_lines (test.test_poplib.TestPOP3_TLSClass.test_too_long_lines) ... ok test_top (test.test_poplib.TestPOP3_TLSClass.test_top) ... ok test_uidl (test.test_poplib.TestPOP3_TLSClass.test_uidl) ... ok test_user (test.test_poplib.TestPOP3_TLSClass.test_user) ... ok test_utf8 (test.test_poplib.TestPOP3_TLSClass.test_utf8) ... ok test_utf8_raises_if_unsupported (test.test_poplib.TestPOP3_TLSClass.test_utf8_raises_if_unsupported) ... ok testTimeoutDefault (test.test_poplib.TestTimeouts.testTimeoutDefault) ... ok testTimeoutNone (test.test_poplib.TestTimeouts.testTimeoutNone) ... ok testTimeoutValue (test.test_poplib.TestTimeouts.testTimeoutValue) ... ok ---------------------------------------------------------------------- Ran 71 tests in 5.692s OK 0:14:36 load avg: 1.38 [269/432/1] test_positional_only_arg test_annotations_constant_fold (test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_constant_fold) ... ok test_annotations_in_closures (test.test_positional_only_arg.PositionalOnlyTestCase.test_annotations_in_closures) ... ok test_async (test.test_positional_only_arg.PositionalOnlyTestCase.test_async) ... ok test_change_default_pos_only (test.test_positional_only_arg.PositionalOnlyTestCase.test_change_default_pos_only) ... ok test_closures (test.test_positional_only_arg.PositionalOnlyTestCase.test_closures) ... ok test_generator (test.test_positional_only_arg.PositionalOnlyTestCase.test_generator) ... ok test_invalid_syntax_errors (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors) ... ok test_invalid_syntax_errors_async (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_errors_async) ... ok test_invalid_syntax_lambda (test.test_positional_only_arg.PositionalOnlyTestCase.test_invalid_syntax_lambda) ... ok test_lambdas (test.test_positional_only_arg.PositionalOnlyTestCase.test_lambdas) ... ok test_mangling (test.test_positional_only_arg.PositionalOnlyTestCase.test_mangling) ... ok test_module_function (test.test_positional_only_arg.PositionalOnlyTestCase.test_module_function) ... ok test_no_standard_args_usage (test.test_positional_only_arg.PositionalOnlyTestCase.test_no_standard_args_usage) ... ok test_optional_positional_only_args (test.test_positional_only_arg.PositionalOnlyTestCase.test_optional_positional_only_args) ... ok test_pos_only_call_via_unpacking (test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_call_via_unpacking) ... ok test_pos_only_definition (test.test_positional_only_arg.PositionalOnlyTestCase.test_pos_only_definition) ... ok test_positional_only_and_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_arg_invalid_calls) ... ok test_positional_only_and_kwonlyargs_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_kwonlyargs_invalid_calls) ... ok test_positional_only_and_optional_arg_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_and_optional_arg_invalid_calls) ... ok test_positional_only_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_invalid_calls) ... ok test_positional_only_with_optional_invalid_calls (test.test_positional_only_arg.PositionalOnlyTestCase.test_positional_only_with_optional_invalid_calls) ... ok test_posonly_methods (test.test_positional_only_arg.PositionalOnlyTestCase.test_posonly_methods) ... ok test_same_keyword_as_positional_with_kwargs (test.test_positional_only_arg.PositionalOnlyTestCase.test_same_keyword_as_positional_with_kwargs) ... ok test_serialization (test.test_positional_only_arg.PositionalOnlyTestCase.test_serialization) ... ok test_super (test.test_positional_only_arg.PositionalOnlyTestCase.test_super) ... ok test_syntax_for_many_positional_only (test.test_positional_only_arg.PositionalOnlyTestCase.test_syntax_for_many_positional_only) ... ok test_too_many_arguments (test.test_positional_only_arg.PositionalOnlyTestCase.test_too_many_arguments) ... ok test_use_positional_as_keyword (test.test_positional_only_arg.PositionalOnlyTestCase.test_use_positional_as_keyword) ... ok ---------------------------------------------------------------------- Ran 28 tests in 0.004s OK 0:14:37 load avg: 1.38 [270/432/1] test_posix test_initgroups (test.test_posix.PosixGroupsTester.test_initgroups) ... skipped 'not enough privileges' test_setgroups (test.test_posix.PosixGroupsTester.test_setgroups) ... skipped 'not enough privileges' testNoArgFunctions (test.test_posix.PosixTester.testNoArgFunctions) ... ok test_access (test.test_posix.PosixTester.test_access) ... ok test_chdir (test.test_posix.PosixTester.test_chdir) ... ok test_chflags (test.test_posix.PosixTester.test_chflags) ... skipped 'test needs os.chflags()' test_chown (test.test_posix.PosixTester.test_chown) ... ok test_cld_xxxx_constants (test.test_posix.PosixTester.test_cld_xxxx_constants) ... ok test_confstr (test.test_posix.PosixTester.test_confstr) ... ok test_dup (test.test_posix.PosixTester.test_dup) ... ok test_dup2 (test.test_posix.PosixTester.test_dup2) ... ok test_environ (test.test_posix.PosixTester.test_environ) ... ok test_fchown (test.test_posix.PosixTester.test_fchown) ... ok test_fexecve (test.test_posix.PosixTester.test_fexecve) ... ok test_fs_holes (test.test_posix.PosixTester.test_fs_holes) ... ok test_fstat (test.test_posix.PosixTester.test_fstat) ... ok test_fstatvfs (test.test_posix.PosixTester.test_fstatvfs) ... ok test_ftruncate (test.test_posix.PosixTester.test_ftruncate) ... ok test_get_and_set_scheduler_and_param (test.test_posix.PosixTester.test_get_and_set_scheduler_and_param) ... ok test_getcwd_long_pathnames (test.test_posix.PosixTester.test_getcwd_long_pathnames) ... ok test_getgrouplist (test.test_posix.PosixTester.test_getgrouplist) ... ok test_getgroups (test.test_posix.PosixTester.test_getgroups) ... ok test_getresgid (test.test_posix.PosixTester.test_getresgid) ... ok test_getresuid (test.test_posix.PosixTester.test_getresuid) ... ok test_initgroups (test.test_posix.PosixTester.test_initgroups) ... ok test_lchflags_regular_file (test.test_posix.PosixTester.test_lchflags_regular_file) ... skipped 'test needs os.lchflags()' test_lchflags_symlink (test.test_posix.PosixTester.test_lchflags_symlink) ... skipped 'test needs os.lchflags()' test_lchown (test.test_posix.PosixTester.test_lchown) ... ok test_listdir (test.test_posix.PosixTester.test_listdir) ... ok test_listdir_bytes (test.test_posix.PosixTester.test_listdir_bytes) ... ok test_listdir_bytes_like (test.test_posix.PosixTester.test_listdir_bytes_like) ... ok test_listdir_default (test.test_posix.PosixTester.test_listdir_default) ... ok test_listdir_fd (test.test_posix.PosixTester.test_listdir_fd) ... ok test_lockf (test.test_posix.PosixTester.test_lockf) ... ok test_makedev (test.test_posix.PosixTester.test_makedev) ... ok test_mkfifo (test.test_posix.PosixTester.test_mkfifo) ... ok test_mknod (test.test_posix.PosixTester.test_mknod) ... ok test_oscloexec (test.test_posix.PosixTester.test_oscloexec) ... ok test_osexlock (test.test_posix.PosixTester.test_osexlock) ... skipped 'test needs posix.O_EXLOCK' test_osshlock (test.test_posix.PosixTester.test_osshlock) ... skipped 'test needs posix.O_SHLOCK' test_path_error2 (test.test_posix.PosixTester.test_path_error2) Test functions that call path_error2(), providing two filenames in their exceptions. ... ok test_path_with_null_byte (test.test_posix.PosixTester.test_path_with_null_byte) ... ok test_path_with_null_character (test.test_posix.PosixTester.test_path_with_null_character) ... ok test_pidfd_open (test.test_posix.PosixTester.test_pidfd_open) ... ok test_pipe (test.test_posix.PosixTester.test_pipe) ... ok test_pipe2 (test.test_posix.PosixTester.test_pipe2) ... ok test_pipe2_c_limits (test.test_posix.PosixTester.test_pipe2_c_limits) ... ok test_posix_fadvise (test.test_posix.PosixTester.test_posix_fadvise) ... ok test_posix_fadvise_errno (test.test_posix.PosixTester.test_posix_fadvise_errno) ... ok test_posix_fallocate (test.test_posix.PosixTester.test_posix_fallocate) ... ok test_posix_fallocate_errno (test.test_posix.PosixTester.test_posix_fallocate_errno) ... ok test_pread (test.test_posix.PosixTester.test_pread) ... ok test_preadv (test.test_posix.PosixTester.test_preadv) ... ok test_preadv_flags (test.test_posix.PosixTester.test_preadv_flags) ... ok test_preadv_overflow_32bits (test.test_posix.PosixTester.test_preadv_overflow_32bits) ... skipped 'test is only meaningful on 32-bit builds' test_putenv (test.test_posix.PosixTester.test_putenv) ... ok test_pwrite (test.test_posix.PosixTester.test_pwrite) ... ok test_pwritev (test.test_posix.PosixTester.test_pwritev) ... ok test_pwritev_flags (test.test_posix.PosixTester.test_pwritev_flags) ... skipped 'test needs os.RWF_SYNC' test_pwritev_overflow_32bits (test.test_posix.PosixTester.test_pwritev_overflow_32bits) ... skipped 'test is only meaningful on 32-bit builds' test_readv (test.test_posix.PosixTester.test_readv) ... ok test_readv_overflow_32bits (test.test_posix.PosixTester.test_readv_overflow_32bits) ... skipped 'test is only meaningful on 32-bit builds' test_register_at_fork (test.test_posix.PosixTester.test_register_at_fork) ... ok test_rtld_constants (test.test_posix.PosixTester.test_rtld_constants) ... ok test_sched_getaffinity (test.test_posix.PosixTester.test_sched_getaffinity) ... ok test_sched_priority (test.test_posix.PosixTester.test_sched_priority) ... ok test_sched_rr_get_interval (test.test_posix.PosixTester.test_sched_rr_get_interval) ... ok test_sched_setaffinity (test.test_posix.PosixTester.test_sched_setaffinity) ... ok test_sched_yield (test.test_posix.PosixTester.test_sched_yield) ... ok test_setresgid (test.test_posix.PosixTester.test_setresgid) ... ok test_setresgid_exception (test.test_posix.PosixTester.test_setresgid_exception) ... ok test_setresuid (test.test_posix.PosixTester.test_setresuid) ... ok test_setresuid_exception (test.test_posix.PosixTester.test_setresuid_exception) ... ok test_stat (test.test_posix.PosixTester.test_stat) ... ok test_statvfs (test.test_posix.PosixTester.test_statvfs) ... ok test_strerror (test.test_posix.PosixTester.test_strerror) ... ok test_truncate (test.test_posix.PosixTester.test_truncate) ... ok test_umask (test.test_posix.PosixTester.test_umask) ... ok test_utime (test.test_posix.PosixTester.test_utime) ... ok test_utime_nofollow_symlinks (test.test_posix.PosixTester.test_utime_nofollow_symlinks) ... ok test_utime_with_fd (test.test_posix.PosixTester.test_utime_with_fd) ... ok test_waitid (test.test_posix.PosixTester.test_waitid) ... ok test_writev (test.test_posix.PosixTester.test_writev) ... ok test_writev_overflow_32bits (test.test_posix.PosixTester.test_writev_overflow_32bits) ... skipped 'test is only meaningful on 32-bit builds' test_access_dir_fd (test.test_posix.TestPosixDirFd.test_access_dir_fd) ... ok test_chmod_dir_fd (test.test_posix.TestPosixDirFd.test_chmod_dir_fd) ... ok test_chown_dir_fd (test.test_posix.TestPosixDirFd.test_chown_dir_fd) ... ok test_link_dir_fd (test.test_posix.TestPosixDirFd.test_link_dir_fd) ... ok test_mkdir_dir_fd (test.test_posix.TestPosixDirFd.test_mkdir_dir_fd) ... ok test_mkfifo_dir_fd (test.test_posix.TestPosixDirFd.test_mkfifo_dir_fd) ... ok test_mknod_dir_fd (test.test_posix.TestPosixDirFd.test_mknod_dir_fd) ... ok test_open_dir_fd (test.test_posix.TestPosixDirFd.test_open_dir_fd) ... ok test_readlink_dir_fd (test.test_posix.TestPosixDirFd.test_readlink_dir_fd) ... ok test_rename_dir_fd (test.test_posix.TestPosixDirFd.test_rename_dir_fd) ... ok test_stat_dir_fd (test.test_posix.TestPosixDirFd.test_stat_dir_fd) ... ok test_symlink_dir_fd (test.test_posix.TestPosixDirFd.test_symlink_dir_fd) ... ok test_unlink_dir_fd (test.test_posix.TestPosixDirFd.test_unlink_dir_fd) ... ok test_utime_dir_fd (test.test_posix.TestPosixDirFd.test_utime_dir_fd) ... ok test_bad_file_actions (test.test_posix.TestPosixSpawn.test_bad_file_actions) ... ok test_close_file (test.test_posix.TestPosixSpawn.test_close_file) ... ok test_dup2 (test.test_posix.TestPosixSpawn.test_dup2) ... ok test_empty_file_actions (test.test_posix.TestPosixSpawn.test_empty_file_actions) ... ok test_multiple_file_actions (test.test_posix.TestPosixSpawn.test_multiple_file_actions) ... ok test_no_such_executable (test.test_posix.TestPosixSpawn.test_no_such_executable) ... ok test_none_file_actions (test.test_posix.TestPosixSpawn.test_none_file_actions) ... ok test_open_file (test.test_posix.TestPosixSpawn.test_open_file) ... ok test_resetids (test.test_posix.TestPosixSpawn.test_resetids) ... ok test_resetids_explicit_default (test.test_posix.TestPosixSpawn.test_resetids_explicit_default) ... ok test_resetids_wrong_type (test.test_posix.TestPosixSpawn.test_resetids_wrong_type) ... ok test_returns_pid (test.test_posix.TestPosixSpawn.test_returns_pid) ... ok test_setpgroup (test.test_posix.TestPosixSpawn.test_setpgroup) ... ok test_setpgroup_wrong_type (test.test_posix.TestPosixSpawn.test_setpgroup_wrong_type) ... ok test_setscheduler_only_param (test.test_posix.TestPosixSpawn.test_setscheduler_only_param) ... ok test_setscheduler_with_policy (test.test_posix.TestPosixSpawn.test_setscheduler_with_policy) ... ok test_setsid (test.test_posix.TestPosixSpawn.test_setsid) ... ok test_setsigdef (test.test_posix.TestPosixSpawn.test_setsigdef) ... ok test_setsigdef_wrong_type (test.test_posix.TestPosixSpawn.test_setsigdef_wrong_type) ... ok test_setsigmask (test.test_posix.TestPosixSpawn.test_setsigmask) ... ok test_setsigmask_wrong_type (test.test_posix.TestPosixSpawn.test_setsigmask_wrong_type) ... ok test_specify_environment (test.test_posix.TestPosixSpawn.test_specify_environment) ... ok test_bad_file_actions (test.test_posix.TestPosixSpawnP.test_bad_file_actions) ... ok test_close_file (test.test_posix.TestPosixSpawnP.test_close_file) ... ok test_dup2 (test.test_posix.TestPosixSpawnP.test_dup2) ... ok test_empty_file_actions (test.test_posix.TestPosixSpawnP.test_empty_file_actions) ... ok test_multiple_file_actions (test.test_posix.TestPosixSpawnP.test_multiple_file_actions) ... ok test_no_such_executable (test.test_posix.TestPosixSpawnP.test_no_such_executable) ... ok test_none_file_actions (test.test_posix.TestPosixSpawnP.test_none_file_actions) ... ok test_open_file (test.test_posix.TestPosixSpawnP.test_open_file) ... ok test_posix_spawnp (test.test_posix.TestPosixSpawnP.test_posix_spawnp) ... ok test_resetids (test.test_posix.TestPosixSpawnP.test_resetids) ... ok test_resetids_explicit_default (test.test_posix.TestPosixSpawnP.test_resetids_explicit_default) ... ok test_resetids_wrong_type (test.test_posix.TestPosixSpawnP.test_resetids_wrong_type) ... ok test_returns_pid (test.test_posix.TestPosixSpawnP.test_returns_pid) ... ok test_setpgroup (test.test_posix.TestPosixSpawnP.test_setpgroup) ... ok test_setpgroup_wrong_type (test.test_posix.TestPosixSpawnP.test_setpgroup_wrong_type) ... ok test_setscheduler_only_param (test.test_posix.TestPosixSpawnP.test_setscheduler_only_param) ... ok test_setscheduler_with_policy (test.test_posix.TestPosixSpawnP.test_setscheduler_with_policy) ... ok test_setsid (test.test_posix.TestPosixSpawnP.test_setsid) ... ok test_setsigdef (test.test_posix.TestPosixSpawnP.test_setsigdef) ... ok test_setsigdef_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigdef_wrong_type) ... ok test_setsigmask (test.test_posix.TestPosixSpawnP.test_setsigmask) ... ok test_setsigmask_wrong_type (test.test_posix.TestPosixSpawnP.test_setsigmask_wrong_type) ... ok test_specify_environment (test.test_posix.TestPosixSpawnP.test_specify_environment) ... ok test_access (test.test_posix.TestPosixWeaklinking.test_access) ... skipped 'test weak linking on macOS' test_chmod (test.test_posix.TestPosixWeaklinking.test_chmod) ... skipped 'test weak linking on macOS' test_chown (test.test_posix.TestPosixWeaklinking.test_chown) ... skipped 'test weak linking on macOS' test_link (test.test_posix.TestPosixWeaklinking.test_link) ... skipped 'test weak linking on macOS' test_listdir_scandir (test.test_posix.TestPosixWeaklinking.test_listdir_scandir) ... skipped 'test weak linking on macOS' test_mkdir (test.test_posix.TestPosixWeaklinking.test_mkdir) ... skipped 'test weak linking on macOS' test_mkfifo (test.test_posix.TestPosixWeaklinking.test_mkfifo) ... skipped 'test weak linking on macOS' test_mknod (test.test_posix.TestPosixWeaklinking.test_mknod) ... skipped 'test weak linking on macOS' test_open (test.test_posix.TestPosixWeaklinking.test_open) ... skipped 'test weak linking on macOS' test_pwritev (test.test_posix.TestPosixWeaklinking.test_pwritev) ... skipped 'test weak linking on macOS' test_readlink (test.test_posix.TestPosixWeaklinking.test_readlink) ... skipped 'test weak linking on macOS' test_rename_replace (test.test_posix.TestPosixWeaklinking.test_rename_replace) ... skipped 'test weak linking on macOS' test_stat (test.test_posix.TestPosixWeaklinking.test_stat) ... skipped 'test weak linking on macOS' test_symlink (test.test_posix.TestPosixWeaklinking.test_symlink) ... skipped 'test weak linking on macOS' test_unlink_rmdir (test.test_posix.TestPosixWeaklinking.test_unlink_rmdir) ... skipped 'test weak linking on macOS' test_utime (test.test_posix.TestPosixWeaklinking.test_utime) ... skipped 'test weak linking on macOS' ---------------------------------------------------------------------- Ran 159 tests in 0.686s OK (skipped=28) 0:14:38 load avg: 1.35 [271/432/1] test_posixpath test_path_abspath (test.test_posixpath.PathLikeTests.test_path_abspath) ... ok test_path_basename (test.test_posixpath.PathLikeTests.test_path_basename) ... ok test_path_commonpath (test.test_posixpath.PathLikeTests.test_path_commonpath) ... ok test_path_dirname (test.test_posixpath.PathLikeTests.test_path_dirname) ... ok test_path_expanduser (test.test_posixpath.PathLikeTests.test_path_expanduser) ... ok test_path_expandvars (test.test_posixpath.PathLikeTests.test_path_expandvars) ... ok test_path_isabs (test.test_posixpath.PathLikeTests.test_path_isabs) ... ok test_path_islink (test.test_posixpath.PathLikeTests.test_path_islink) ... ok test_path_ismount (test.test_posixpath.PathLikeTests.test_path_ismount) ... ok test_path_join (test.test_posixpath.PathLikeTests.test_path_join) ... ok test_path_lexists (test.test_posixpath.PathLikeTests.test_path_lexists) ... ok test_path_normcase (test.test_posixpath.PathLikeTests.test_path_normcase) ... ok test_path_normpath (test.test_posixpath.PathLikeTests.test_path_normpath) ... ok test_path_realpath (test.test_posixpath.PathLikeTests.test_path_realpath) ... ok test_path_relpath (test.test_posixpath.PathLikeTests.test_path_relpath) ... ok test_path_split (test.test_posixpath.PathLikeTests.test_path_split) ... ok test_path_splitdrive (test.test_posixpath.PathLikeTests.test_path_splitdrive) ... ok test_path_splitext (test.test_posixpath.PathLikeTests.test_path_splitext) ... ok test_abspath (test.test_posixpath.PosixCommonTest.test_abspath) ... ok test_abspath_issue3426 (test.test_posixpath.PosixCommonTest.test_abspath_issue3426) ... ok test_commonprefix (test.test_posixpath.PosixCommonTest.test_commonprefix) ... ok test_exists (test.test_posixpath.PosixCommonTest.test_exists) ... ok test_exists_fd (test.test_posixpath.PosixCommonTest.test_exists_fd) ... ok test_expandvars (test.test_posixpath.PosixCommonTest.test_expandvars) ... ok test_expandvars_nonascii (test.test_posixpath.PosixCommonTest.test_expandvars_nonascii) ... ok test_filetime (test.test_posixpath.PosixCommonTest.test_filetime) ... ok test_getsize (test.test_posixpath.PosixCommonTest.test_getsize) ... ok test_import (test.test_posixpath.PosixCommonTest.test_import) ... ok test_isdir (test.test_posixpath.PosixCommonTest.test_isdir) ... ok test_isfile (test.test_posixpath.PosixCommonTest.test_isfile) ... ok test_join_errors (test.test_posixpath.PosixCommonTest.test_join_errors) ... ok test_no_argument (test.test_posixpath.PosixCommonTest.test_no_argument) ... ok test_nonascii_abspath (test.test_posixpath.PosixCommonTest.test_nonascii_abspath) ... ok test_normcase (test.test_posixpath.PosixCommonTest.test_normcase) ... ok test_normpath_issue106242 (test.test_posixpath.PosixCommonTest.test_normpath_issue106242) ... ok test_normpath_issue5827 (test.test_posixpath.PosixCommonTest.test_normpath_issue5827) ... ok test_realpath (test.test_posixpath.PosixCommonTest.test_realpath) ... ok test_relpath_errors (test.test_posixpath.PosixCommonTest.test_relpath_errors) ... ok test_samefile (test.test_posixpath.PosixCommonTest.test_samefile) ... ok test_samefile_on_link (test.test_posixpath.PosixCommonTest.test_samefile_on_link) ... ok test_samefile_on_symlink (test.test_posixpath.PosixCommonTest.test_samefile_on_symlink) ... ok test_sameopenfile (test.test_posixpath.PosixCommonTest.test_sameopenfile) ... ok test_samestat (test.test_posixpath.PosixCommonTest.test_samestat) ... ok test_samestat_on_link (test.test_posixpath.PosixCommonTest.test_samestat_on_link) ... ok test_samestat_on_symlink (test.test_posixpath.PosixCommonTest.test_samestat_on_symlink) ... ok test_splitdrive (test.test_posixpath.PosixCommonTest.test_splitdrive) ... ok test_basename (test.test_posixpath.PosixPathTest.test_basename) ... ok test_commonpath (test.test_posixpath.PosixPathTest.test_commonpath) ... ok test_dirname (test.test_posixpath.PosixPathTest.test_dirname) ... ok test_expanduser (test.test_posixpath.PosixPathTest.test_expanduser) ... ok test_expanduser_home_envvar (test.test_posixpath.PosixPathTest.test_expanduser_home_envvar) ... ok test_expanduser_pwd (test.test_posixpath.PosixPathTest.test_expanduser_pwd) ... ok test_isabs (test.test_posixpath.PosixPathTest.test_isabs) ... ok test_islink (test.test_posixpath.PosixPathTest.test_islink) ... ok test_ismount (test.test_posixpath.PosixPathTest.test_ismount) ... ok test_ismount_different_device (test.test_posixpath.PosixPathTest.test_ismount_different_device) ... ok test_ismount_directory_not_readable (test.test_posixpath.PosixPathTest.test_ismount_directory_not_readable) ... ok test_ismount_non_existent (test.test_posixpath.PosixPathTest.test_ismount_non_existent) ... ok test_ismount_symlinks (test.test_posixpath.PosixPathTest.test_ismount_symlinks) ... ok test_join (test.test_posixpath.PosixPathTest.test_join) ... ok test_normpath (test.test_posixpath.PosixPathTest.test_normpath) ... ok test_realpath_basic (test.test_posixpath.PosixPathTest.test_realpath_basic) ... ok test_realpath_curdir (test.test_posixpath.PosixPathTest.test_realpath_curdir) ... ok test_realpath_deep_recursion (test.test_posixpath.PosixPathTest.test_realpath_deep_recursion) ... ok test_realpath_pardir (test.test_posixpath.PosixPathTest.test_realpath_pardir) ... ok test_realpath_relative (test.test_posixpath.PosixPathTest.test_realpath_relative) ... ok test_realpath_repeated_indirect_symlinks (test.test_posixpath.PosixPathTest.test_realpath_repeated_indirect_symlinks) ... ok test_realpath_resolve_before_normalizing (test.test_posixpath.PosixPathTest.test_realpath_resolve_before_normalizing) ... ok test_realpath_resolve_first (test.test_posixpath.PosixPathTest.test_realpath_resolve_first) ... ok test_realpath_resolve_parents (test.test_posixpath.PosixPathTest.test_realpath_resolve_parents) ... ok test_realpath_strict (test.test_posixpath.PosixPathTest.test_realpath_strict) ... ok test_realpath_symlink_loops (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops) ... ok test_realpath_symlink_loops_strict (test.test_posixpath.PosixPathTest.test_realpath_symlink_loops_strict) ... ok test_relpath (test.test_posixpath.PosixPathTest.test_relpath) ... ok test_relpath_bytes (test.test_posixpath.PosixPathTest.test_relpath_bytes) ... ok test_split (test.test_posixpath.PosixPathTest.test_split) ... ok test_splitext (test.test_posixpath.PosixPathTest.test_splitext) ... ok ---------------------------------------------------------------------- Ran 77 tests in 0.022s OK 0:14:39 load avg: 1.35 [272/432/1] test_pow test_big_exp (test.test_pow.PowTest.test_big_exp) ... ok test_bug643260 (test.test_pow.PowTest.test_bug643260) ... ok test_bug705231 (test.test_pow.PowTest.test_bug705231) ... ok test_negative_exponent (test.test_pow.PowTest.test_negative_exponent) ... ok test_other (test.test_pow.PowTest.test_other) ... ok test_powfloat (test.test_pow.PowTest.test_powfloat) ... ok test_powint (test.test_pow.PowTest.test_powint) ... ok ---------------------------------------------------------------------- Ran 7 tests in 0.261s OK 0:14:40 load avg: 1.35 [273/432/1] test_pprint test_basic (test.test_pprint.QueryTestCase.test_basic) ... ok test_basic_line_wrap (test.test_pprint.QueryTestCase.test_basic_line_wrap) ... ok test_bytearray_wrap (test.test_pprint.QueryTestCase.test_bytearray_wrap) ... ok test_bytes_wrap (test.test_pprint.QueryTestCase.test_bytes_wrap) ... ok test_chainmap (test.test_pprint.QueryTestCase.test_chainmap) ... ok test_compact (test.test_pprint.QueryTestCase.test_compact) ... ok test_compact_width (test.test_pprint.QueryTestCase.test_compact_width) ... ok test_container_repr_override_called (test.test_pprint.QueryTestCase.test_container_repr_override_called) ... ok test_counter (test.test_pprint.QueryTestCase.test_counter) ... ok test_cyclic_dataclass (test.test_pprint.QueryTestCase.test_cyclic_dataclass) ... ok test_dataclass_no_repr (test.test_pprint.QueryTestCase.test_dataclass_no_repr) ... ok test_dataclass_with_repr (test.test_pprint.QueryTestCase.test_dataclass_with_repr) ... ok test_default_dict (test.test_pprint.QueryTestCase.test_default_dict) ... ok test_depth (test.test_pprint.QueryTestCase.test_depth) ... ok test_deque (test.test_pprint.QueryTestCase.test_deque) ... ok test_empty_dataclass (test.test_pprint.QueryTestCase.test_empty_dataclass) ... ok test_empty_simple_namespace (test.test_pprint.QueryTestCase.test_empty_simple_namespace) ... ok test_init (test.test_pprint.QueryTestCase.test_init) ... ok test_integer (test.test_pprint.QueryTestCase.test_integer) ... ok test_knotted (test.test_pprint.QueryTestCase.test_knotted) ... ok test_larger_dataclass (test.test_pprint.QueryTestCase.test_larger_dataclass) ... ok test_mapping_proxy (test.test_pprint.QueryTestCase.test_mapping_proxy) ... ok test_nested_indentations (test.test_pprint.QueryTestCase.test_nested_indentations) ... ok test_ordered_dict (test.test_pprint.QueryTestCase.test_ordered_dict) ... ok test_recursive_dataclass (test.test_pprint.QueryTestCase.test_recursive_dataclass) ... ok test_same_as_repr (test.test_pprint.QueryTestCase.test_same_as_repr) ... ok test_set_of_sets_reprs (test.test_pprint.QueryTestCase.test_set_of_sets_reprs) ... expected failure test_set_reprs (test.test_pprint.QueryTestCase.test_set_reprs) ... ok test_simple_namespace (test.test_pprint.QueryTestCase.test_simple_namespace) ... ok test_simple_namespace_subclass (test.test_pprint.QueryTestCase.test_simple_namespace_subclass) ... ok test_small_dataclass (test.test_pprint.QueryTestCase.test_small_dataclass) ... ok test_small_simple_namespace (test.test_pprint.QueryTestCase.test_small_simple_namespace) ... ok test_sort_dict (test.test_pprint.QueryTestCase.test_sort_dict) ... ok test_sort_orderable_and_unorderable_values (test.test_pprint.QueryTestCase.test_sort_orderable_and_unorderable_values) ... ok test_sort_unorderable_values (test.test_pprint.QueryTestCase.test_sort_unorderable_values) ... ok test_sorted_dict (test.test_pprint.QueryTestCase.test_sorted_dict) ... ok test_stdout_is_None (test.test_pprint.QueryTestCase.test_stdout_is_None) ... ok test_str_wrap (test.test_pprint.QueryTestCase.test_str_wrap) ... ok test_subclassing (test.test_pprint.QueryTestCase.test_subclassing) ... ok test_unreadable (test.test_pprint.QueryTestCase.test_unreadable) ... ok test_user_dict (test.test_pprint.QueryTestCase.test_user_dict) ... ok test_user_list (test.test_pprint.QueryTestCase.test_user_list) ... ok test_user_string (test.test_pprint.QueryTestCase.test_user_string) ... ok test_width (test.test_pprint.QueryTestCase.test_width) ... ok ---------------------------------------------------------------------- Ran 44 tests in 0.034s OK (expected failures=1) 0:14:40 load avg: 1.35 [274/432/1] test_print test_print (test.test_print.TestPrint.test_print) ... ok test_print_flush (test.test_print.TestPrint.test_print_flush) ... ok test_normal_string (test.test_print.TestPy2MigrationHint.test_normal_string) ... ok test_stream_redirection_hint_for_py2_migration (test.test_print.TestPy2MigrationHint.test_stream_redirection_hint_for_py2_migration) ... ok test_string_in_loop_on_same_line (test.test_print.TestPy2MigrationHint.test_string_in_loop_on_same_line) ... ok test_string_with_excessive_whitespace (test.test_print.TestPy2MigrationHint.test_string_with_excessive_whitespace) ... ok test_string_with_leading_whitespace (test.test_print.TestPy2MigrationHint.test_string_with_leading_whitespace) ... ok test_string_with_semicolon (test.test_print.TestPy2MigrationHint.test_string_with_semicolon) ... ok test_string_with_soft_space (test.test_print.TestPy2MigrationHint.test_string_with_soft_space) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.001s OK 0:14:41 load avg: 1.35 [275/432/1] test_profile test_calling_conventions (test.test_profile.ProfileTest.test_calling_conventions) ... ok test_cprofile (test.test_profile.ProfileTest.test_cprofile) ... ok test_output_file_when_changing_directory (test.test_profile.ProfileTest.test_output_file_when_changing_directory) ... ok test_run (test.test_profile.ProfileTest.test_run) ... ok test_run_profile_as_module (test.test_profile.ProfileTest.test_run_profile_as_module) ... ok test_runctx (test.test_profile.ProfileTest.test_runctx) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.098s OK 0:14:42 load avg: 1.32 [276/432/1] test_property test_docstring_copy (test.test_property.PropertySubclassTests.test_docstring_copy) ... ok test_property_new_getter_new_docstring (test.test_property.PropertySubclassTests.test_property_new_getter_new_docstring) ... ok test_property_setter_copies_getter_docstring (test.test_property.PropertySubclassTests.test_property_setter_copies_getter_docstring) ... ok test_slots_docstring_copy_exception (test.test_property.PropertySubclassTests.test_slots_docstring_copy_exception) ... ok test_class_property (test.test_property.PropertyTests.test_class_property) ... ok test_class_property_override (test.test_property.PropertyTests.test_class_property_override) ... ok test_property___isabstractmethod__descriptor (test.test_property.PropertyTests.test_property___isabstractmethod__descriptor) ... ok test_property_builtin_doc_writable (test.test_property.PropertyTests.test_property_builtin_doc_writable) ... ok test_property_decorator_baseclass (test.test_property.PropertyTests.test_property_decorator_baseclass) ... ok test_property_decorator_baseclass_doc (test.test_property.PropertyTests.test_property_decorator_baseclass_doc) ... ok test_property_decorator_doc (test.test_property.PropertyTests.test_property_decorator_doc) ... ok test_property_decorator_doc_writable (test.test_property.PropertyTests.test_property_decorator_doc_writable) ... ok test_property_decorator_subclass (test.test_property.PropertyTests.test_property_decorator_subclass) ... ok test_property_decorator_subclass_doc (test.test_property.PropertyTests.test_property_decorator_subclass_doc) ... ok test_property_getter_doc_override (test.test_property.PropertyTests.test_property_getter_doc_override) ... ok test_property_set_name_incorrect_args (test.test_property.PropertyTests.test_property_set_name_incorrect_args) ... ok test_property_setname_on_property_subclass (test.test_property.PropertyTests.test_property_setname_on_property_subclass) ... ok test_refleaks_in___init__ (test.test_property.PropertyTests.test_refleaks_in___init__) ... skipped "object has no attribute 'gettotalrefcount'" test_del_property (test.test_property.PropertyUnreachableAttributeNoName.test_del_property) ... ok test_get_property (test.test_property.PropertyUnreachableAttributeNoName.test_get_property) ... ok test_set_property (test.test_property.PropertyUnreachableAttributeNoName.test_set_property) ... ok test_del_property (test.test_property.PropertyUnreachableAttributeWithName.test_del_property) ... ok test_get_property (test.test_property.PropertyUnreachableAttributeWithName.test_get_property) ... ok test_set_property (test.test_property.PropertyUnreachableAttributeWithName.test_set_property) ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.002s OK (skipped=1) 0:14:43 load avg: 1.32 [277/432/1] test_pstats test_combine_results (test.test_pstats.AddCallersTestCase.test_combine_results) ... ok test_SortKey_enum (test.test_pstats.StatsTestCase.test_SortKey_enum) ... ok test_add (test.test_pstats.StatsTestCase.test_add) ... ok test_get_stats_profile (test.test_pstats.StatsTestCase.test_get_stats_profile) ... ok test_sort_starts_mix (test.test_pstats.StatsTestCase.test_sort_starts_mix) ... ok test_sort_stats_enum (test.test_pstats.StatsTestCase.test_sort_stats_enum) ... ok test_sort_stats_int (test.test_pstats.StatsTestCase.test_sort_stats_int) ... ok test_sort_stats_partial (test.test_pstats.StatsTestCase.test_sort_stats_partial) ... ok test_sort_stats_string (test.test_pstats.StatsTestCase.test_sort_stats_string) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.034s OK 0:14:43 load avg: 1.32 [278/432/1] test_pty test_fork (test.test_pty.PtyTest.test_fork) ... calling pty.fork() Waiting for child (32180) to finish. Child (32180) exited with code 4 (status 1024). ok test_master_read (test.test_pty.PtyTest.test_master_read) ... Calling pty.openpty() Got master_fd '10', slave_fd '12' 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) = (84, 319) target size: (row, col) = (85, 320) Calling pty.openpty() Got master_fd=10, slave_fd=12, slave_name=None expected failure test_spawn_doesnt_hang (test.test_pty.PtyTest.test_spawn_doesnt_hang) ... hi there ok test__copy_to_each (test.test_pty.SmallPtyTests.test__copy_to_each) Test the normal data case on both master_fd and stdin. ... ok test__restore_tty_mode_normal_return (test.test_pty.SmallPtyTests.test__restore_tty_mode_normal_return) Test that spawn resets the tty mode no when _copy returns normally. ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.043s OK (expected failures=1) 0:14:44 load avg: 1.32 [279/432/1] test_pulldom 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) Ensure expandItem works as expected. ... ok test_external_ges_default (test.test_pulldom.PullDOMTestCase.test_external_ges_default) ... ok test_parse (test.test_pulldom.PullDOMTestCase.test_parse) Minimal test of DOMEventStream.parse() ... ok test_parse_semantics (test.test_pulldom.PullDOMTestCase.test_parse_semantics) Test DOMEventStream parsing semantics. ... ok testSAX2DOM (test.test_pulldom.SAX2DOMTestCase.testSAX2DOM) Ensure SAX2DOM expands nodes as expected. ... ok test_basic (test.test_pulldom.SAX2DOMTestCase.test_basic) Ensure SAX2DOM can parse from a stream. ... ok 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) Test some of the hard-to-reach parts of PullDOM. ... ok test_thorough_sax2dom (test.test_pulldom.ThoroughTestCase.test_thorough_sax2dom) Test some of the hard-to-reach parts of SAX2DOM. ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.006s OK (expected failures=3) 0:14:45 load avg: 1.32 [280/432/1] test_pwd test_errors (test.test_pwd.PwdTest.test_errors) ... ok test_values (test.test_pwd.PwdTest.test_values) ... ok test_values_extended (test.test_pwd.PwdTest.test_values_extended) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.001s OK 0:14:45 load avg: 1.32 [281/432/1] test_py_compile test_bad_syntax (test.test_py_compile.PyCompileCLITestCase.test_bad_syntax) ... ok test_bad_syntax_with_quiet (test.test_py_compile.PyCompileCLITestCase.test_bad_syntax_with_quiet) ... ok test_file_not_exists (test.test_py_compile.PyCompileCLITestCase.test_file_not_exists) ... ok test_file_not_exists_with_quiet (test.test_py_compile.PyCompileCLITestCase.test_file_not_exists_with_quiet) ... ok test_stdin (test.test_py_compile.PyCompileCLITestCase.test_stdin) ... ok test_with_files (test.test_py_compile.PyCompileCLITestCase.test_with_files) ... ok test_absolute_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_absolute_path) ... ok test_bad_coding (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_bad_coding) ... ok test_cache_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cache_path) ... ok test_cwd (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_cwd) ... ok test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_nonregular_files) ... ok test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_do_not_overwrite_symlinks) ... ok test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_double_dot_no_clobber) ... ok test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_exceptions_propagate) ... ok test_invalidation_mode (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_invalidation_mode) ... ok test_optimization_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_optimization_path) ... ok test_quiet (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_quiet) ... ok test_relative_path (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_relative_path) ... ok test_source_date_epoch (test.test_py_compile.PyCompileTestsWithSourceEpoch.test_source_date_epoch) ... ok test_absolute_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_absolute_path) ... ok test_bad_coding (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_bad_coding) ... ok test_cache_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cache_path) ... ok test_cwd (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_cwd) ... ok test_do_not_overwrite_nonregular_files (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_nonregular_files) ... ok test_do_not_overwrite_symlinks (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_do_not_overwrite_symlinks) ... ok test_double_dot_no_clobber (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_double_dot_no_clobber) ... ok test_exceptions_propagate (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_exceptions_propagate) ... ok test_invalidation_mode (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_invalidation_mode) ... ok test_optimization_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_optimization_path) ... ok test_quiet (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_quiet) ... ok test_relative_path (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_relative_path) ... ok test_source_date_epoch (test.test_py_compile.PyCompileTestsWithoutSourceEpoch.test_source_date_epoch) ... ok ---------------------------------------------------------------------- Ran 32 tests in 0.136s OK 0:14:46 load avg: 1.32 [282/432/1] test_pyclbr test_decorators (test.test_pyclbr.PyclbrTest.test_decorators) ... ok test_easy (test.test_pyclbr.PyclbrTest.test_easy) ... ok test_nested (test.test_pyclbr.PyclbrTest.test_nested) ... ok test_others (test.test_pyclbr.PyclbrTest.test_others) ... ok test_dotted_name_not_a_package (test.test_pyclbr.ReadmoduleTests.test_dotted_name_not_a_package) ... ok test_module_has_no_spec (test.test_pyclbr.ReadmoduleTests.test_module_has_no_spec) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.571s OK 0:14:48 load avg: 1.30 [283/432/1] test_pydoc test__future__imports (test.test_pydoc.PydocDocTest.test__future__imports) ... ok test_allmethods (test.test_pydoc.PydocDocTest.test_allmethods) ... ok test_builtin_no_child (test.test_pydoc.PydocDocTest.test_builtin_no_child) Tests help on builtin object which have no child classes. ... ok test_builtin_on_metaclasses (test.test_pydoc.PydocDocTest.test_builtin_on_metaclasses) Tests help on metaclasses. ... ok test_builtin_with_child (test.test_pydoc.PydocDocTest.test_builtin_with_child) Tests help on builtin object which have only child classes. ... ok test_builtin_with_grandchild (test.test_pydoc.PydocDocTest.test_builtin_with_grandchild) Tests help on builtin classes which have grandchild classes. ... ok test_builtin_with_more_than_four_children (test.test_pydoc.PydocDocTest.test_builtin_with_more_than_four_children) Tests help on builtin object which have more than four child classes. ... ok test_fail_help_cli (test.test_pydoc.PydocDocTest.test_fail_help_cli) ... ok test_fail_help_output_redirect (test.test_pydoc.PydocDocTest.test_fail_help_output_redirect) ... ok test_getpager_with_stdin_none (test.test_pydoc.PydocDocTest.test_getpager_with_stdin_none) ... ok test_help_output_redirect (test.test_pydoc.PydocDocTest.test_help_output_redirect) ... ok test_html_doc (test.test_pydoc.PydocDocTest.test_html_doc) ... ok test_input_strip (test.test_pydoc.PydocDocTest.test_input_strip) ... ok test_is_package_when_is_package (test.test_pydoc.PydocDocTest.test_is_package_when_is_package) ... ok test_is_package_when_not_package (test.test_pydoc.PydocDocTest.test_is_package_when_not_package) ... ok test_issue8225 (test.test_pydoc.PydocDocTest.test_issue8225) ... ok test_method_aliases (test.test_pydoc.PydocDocTest.test_method_aliases) ... ok test_mixed_case_module_names_are_lower_cased (test.test_pydoc.PydocDocTest.test_mixed_case_module_names_are_lower_cased) ... ok test_namedtuple_fields (test.test_pydoc.PydocDocTest.test_namedtuple_fields) ... ok test_namedtuple_public_underscore (test.test_pydoc.PydocDocTest.test_namedtuple_public_underscore) ... ok test_non_str_name (test.test_pydoc.PydocDocTest.test_non_str_name) ... ok test_not_ascii (test.test_pydoc.PydocDocTest.test_not_ascii) ... ok test_not_here (test.test_pydoc.PydocDocTest.test_not_here) ... ok test_splitdoc_with_description (test.test_pydoc.PydocDocTest.test_splitdoc_with_description) ... ok test_stripid (test.test_pydoc.PydocDocTest.test_stripid) ... ok test_synopsis (test.test_pydoc.PydocDocTest.test_synopsis) ... ok test_synopsis_sourceless (test.test_pydoc.PydocDocTest.test_synopsis_sourceless) ... ok test_synopsis_sourceless_empty_doc (test.test_pydoc.PydocDocTest.test_synopsis_sourceless_empty_doc) ... ok test_text_doc (test.test_pydoc.PydocDocTest.test_text_doc) ... ok test_text_enum_member_with_value_zero (test.test_pydoc.PydocDocTest.test_text_enum_member_with_value_zero) ... ok test_apropos_empty_doc (test.test_pydoc.PydocImportTest.test_apropos_empty_doc) ... ok test_apropos_with_bad_package (test.test_pydoc.PydocImportTest.test_apropos_with_bad_package) ... ok test_apropos_with_unreadable_dir (test.test_pydoc.PydocImportTest.test_apropos_with_unreadable_dir) ... ok test_badimport (test.test_pydoc.PydocImportTest.test_badimport) ... ok test_importfile (test.test_pydoc.PydocImportTest.test_importfile) ... ok test_modules (test.test_pydoc.PydocImportTest.test_modules) ... skipped 'causes undesirable side-effects (#20128)' test_modules_search (test.test_pydoc.PydocImportTest.test_modules_search) ... skipped 'causes undesirable side-effects (#20128)' test_modules_search_builtin (test.test_pydoc.PydocImportTest.test_modules_search_builtin) ... skipped 'some buildbots are not cooperating (#20128)' test_url_search_package_error (test.test_pydoc.PydocImportTest.test_url_search_package_error) ... ok test_server (test.test_pydoc.PydocServerTest.test_server) ... ok test_content_type_err (test.test_pydoc.PydocUrlHandlerTest.test_content_type_err) ... ok test_url_requests (test.test_pydoc.PydocUrlHandlerTest.test_url_requests) ... ok test_DynamicClassAttribute (test.test_pydoc.PydocWithMetaClasses.test_DynamicClassAttribute) ... ok test_buggy_dir (test.test_pydoc.PydocWithMetaClasses.test_buggy_dir) ... ok test_resolve_false (test.test_pydoc.PydocWithMetaClasses.test_resolve_false) ... ok test_virtualClassAttributeWithOneMeta (test.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithOneMeta) ... ok test_virtualClassAttributeWithTwoMeta (test.test_pydoc.PydocWithMetaClasses.test_virtualClassAttributeWithTwoMeta) ... ok test_async_annotation (test.test_pydoc.TestDescriptions.test_async_annotation) ... ok test_async_generator_annotation (test.test_pydoc.TestDescriptions.test_async_generator_annotation) ... ok test_bound_builtin_method (test.test_pydoc.TestDescriptions.test_bound_builtin_method) ... ok test_bound_python_method (test.test_pydoc.TestDescriptions.test_bound_python_method) ... ok test_builtin (test.test_pydoc.TestDescriptions.test_builtin) ... ok test_class (test.test_pydoc.TestDescriptions.test_class) ... ok test_classmethod (test.test_pydoc.TestDescriptions.test_classmethod) ... ok test_custom_data_descriptor (test.test_pydoc.TestDescriptions.test_custom_data_descriptor) ... ok test_custom_non_data_descriptor (test.test_pydoc.TestDescriptions.test_custom_non_data_descriptor) ... ok test_dict_attr_descriptor (test.test_pydoc.TestDescriptions.test_dict_attr_descriptor) ... ok test_field_order_for_named_tuples (test.test_pydoc.TestDescriptions.test_field_order_for_named_tuples) ... ok test_generic_alias (test.test_pydoc.TestDescriptions.test_generic_alias) ... ok test_getset_descriptor (test.test_pydoc.TestDescriptions.test_getset_descriptor) ... ok test_html_for_https_links (test.test_pydoc.TestDescriptions.test_html_for_https_links) ... ok test_member_descriptor (test.test_pydoc.TestDescriptions.test_member_descriptor) ... ok test_module (test.test_pydoc.TestDescriptions.test_module) ... ok test_module_level_callable (test.test_pydoc.TestDescriptions.test_module_level_callable) ... ok test_namedtuple_field_descriptor (test.test_pydoc.TestDescriptions.test_namedtuple_field_descriptor) ... ok test_property (test.test_pydoc.TestDescriptions.test_property) ... ok test_slot_descriptor (test.test_pydoc.TestDescriptions.test_slot_descriptor) ... ok test_special_form (test.test_pydoc.TestDescriptions.test_special_form) ... ok test_staticmethod (test.test_pydoc.TestDescriptions.test_staticmethod) ... ok test_structseq_member_descriptor (test.test_pydoc.TestDescriptions.test_structseq_member_descriptor) ... ok test_typing_pydoc (test.test_pydoc.TestDescriptions.test_typing_pydoc) ... ok test_unbound_builtin_method (test.test_pydoc.TestDescriptions.test_unbound_builtin_method) ... ok test_unbound_python_method (test.test_pydoc.TestDescriptions.test_unbound_python_method) ... ok test_union_type (test.test_pydoc.TestDescriptions.test_union_type) ... ok test_keywords (test.test_pydoc.TestHelper.test_keywords) ... ok test_sys_path_adjustment_adds_missing_curdir (test.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_adds_missing_curdir) ... ok test_sys_path_adjustment_protects_pydoc_dir (test.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_protects_pydoc_dir) ... ok test_sys_path_adjustment_removes_argv0_dir (test.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_removes_argv0_dir) ... ok test_sys_path_adjustment_when_curdir_already_included (test.test_pydoc.TestInternalUtilities.test_sys_path_adjustment_when_curdir_already_included) ... ok ---------------------------------------------------------------------- Ran 79 tests in 1.858s OK (skipped=3) 0:14:50 load avg: 1.30 [284/432/1] test_queue test_failing_queue (test.test_queue.CFailingQueueTest.test_failing_queue) ... ok test_basic (test.test_queue.CLifoQueueTest.test_basic) ... ok test_negative_timeout_raises_exception (test.test_queue.CLifoQueueTest.test_negative_timeout_raises_exception) ... ok test_nowait (test.test_queue.CLifoQueueTest.test_nowait) ... ok test_queue_join (test.test_queue.CLifoQueueTest.test_queue_join) ... ok test_queue_task_done (test.test_queue.CLifoQueueTest.test_queue_task_done) ... ok test_shrinking_queue (test.test_queue.CLifoQueueTest.test_shrinking_queue) ... ok test_basic (test.test_queue.CPriorityQueueTest.test_basic) ... ok test_negative_timeout_raises_exception (test.test_queue.CPriorityQueueTest.test_negative_timeout_raises_exception) ... ok test_nowait (test.test_queue.CPriorityQueueTest.test_nowait) ... ok test_queue_join (test.test_queue.CPriorityQueueTest.test_queue_join) ... ok test_queue_task_done (test.test_queue.CPriorityQueueTest.test_queue_task_done) ... ok test_shrinking_queue (test.test_queue.CPriorityQueueTest.test_shrinking_queue) ... ok test_basic (test.test_queue.CQueueTest.test_basic) ... ok test_negative_timeout_raises_exception (test.test_queue.CQueueTest.test_negative_timeout_raises_exception) ... ok test_nowait (test.test_queue.CQueueTest.test_nowait) ... ok test_queue_join (test.test_queue.CQueueTest.test_queue_join) ... ok test_queue_task_done (test.test_queue.CQueueTest.test_queue_task_done) ... ok test_shrinking_queue (test.test_queue.CQueueTest.test_shrinking_queue) ... ok test_basic (test.test_queue.CSimpleQueueTest.test_basic) ... ok test_is_default (test.test_queue.CSimpleQueueTest.test_is_default) ... ok test_many_threads (test.test_queue.CSimpleQueueTest.test_many_threads) ... ok test_many_threads_nonblock (test.test_queue.CSimpleQueueTest.test_many_threads_nonblock) ... ok test_many_threads_timeout (test.test_queue.CSimpleQueueTest.test_many_threads_timeout) ... ok test_negative_timeout_raises_exception (test.test_queue.CSimpleQueueTest.test_negative_timeout_raises_exception) ... ok test_order (test.test_queue.CSimpleQueueTest.test_order) ... ok test_reentrancy (test.test_queue.CSimpleQueueTest.test_reentrancy) ... ok test_references (test.test_queue.CSimpleQueueTest.test_references) ... ok test_failing_queue (test.test_queue.PyFailingQueueTest.test_failing_queue) ... ok test_basic (test.test_queue.PyLifoQueueTest.test_basic) ... ok test_negative_timeout_raises_exception (test.test_queue.PyLifoQueueTest.test_negative_timeout_raises_exception) ... ok test_nowait (test.test_queue.PyLifoQueueTest.test_nowait) ... ok test_queue_join (test.test_queue.PyLifoQueueTest.test_queue_join) ... ok test_queue_task_done (test.test_queue.PyLifoQueueTest.test_queue_task_done) ... ok test_shrinking_queue (test.test_queue.PyLifoQueueTest.test_shrinking_queue) ... ok test_basic (test.test_queue.PyPriorityQueueTest.test_basic) ... ok test_negative_timeout_raises_exception (test.test_queue.PyPriorityQueueTest.test_negative_timeout_raises_exception) ... ok test_nowait (test.test_queue.PyPriorityQueueTest.test_nowait) ... ok test_queue_join (test.test_queue.PyPriorityQueueTest.test_queue_join) ... ok test_queue_task_done (test.test_queue.PyPriorityQueueTest.test_queue_task_done) ... ok test_shrinking_queue (test.test_queue.PyPriorityQueueTest.test_shrinking_queue) ... ok test_basic (test.test_queue.PyQueueTest.test_basic) ... ok test_negative_timeout_raises_exception (test.test_queue.PyQueueTest.test_negative_timeout_raises_exception) ... ok test_nowait (test.test_queue.PyQueueTest.test_nowait) ... ok test_queue_join (test.test_queue.PyQueueTest.test_queue_join) ... ok test_queue_task_done (test.test_queue.PyQueueTest.test_queue_task_done) ... ok test_shrinking_queue (test.test_queue.PyQueueTest.test_shrinking_queue) ... ok test_basic (test.test_queue.PySimpleQueueTest.test_basic) ... ok test_many_threads (test.test_queue.PySimpleQueueTest.test_many_threads) ... ok test_many_threads_nonblock (test.test_queue.PySimpleQueueTest.test_many_threads_nonblock) ... ok test_many_threads_timeout (test.test_queue.PySimpleQueueTest.test_many_threads_timeout) ... ok test_negative_timeout_raises_exception (test.test_queue.PySimpleQueueTest.test_negative_timeout_raises_exception) ... ok test_order (test.test_queue.PySimpleQueueTest.test_order) ... ok test_references (test.test_queue.PySimpleQueueTest.test_references) ... ok ---------------------------------------------------------------------- Ran 54 tests in 14.375s OK 0:15:05 load avg: 1.16 [285/432/1] test_quopri test_decode (test.test_quopri.QuopriTestCase.test_decode) ... ok test_decode_header (test.test_quopri.QuopriTestCase.test_decode_header) ... ok test_decodestring (test.test_quopri.QuopriTestCase.test_decodestring) ... ok test_decodestring_double_equals (test.test_quopri.QuopriTestCase.test_decodestring_double_equals) ... ok test_embedded_ws (test.test_quopri.QuopriTestCase.test_embedded_ws) ... ok test_encode (test.test_quopri.QuopriTestCase.test_encode) ... ok test_encode_header (test.test_quopri.QuopriTestCase.test_encode_header) ... ok test_encodestring (test.test_quopri.QuopriTestCase.test_encodestring) ... ok test_idempotent_string (test.test_quopri.QuopriTestCase.test_idempotent_string) ... ok test_scriptdecode (test.test_quopri.QuopriTestCase.test_scriptdecode) ... ok test_scriptencode (test.test_quopri.QuopriTestCase.test_scriptencode) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.033s OK 0:15:06 load avg: 1.16 [286/432/1] test_raise testCauseSyntax (test.test_raise.TestCause.testCauseSyntax) ... ok test_class_cause (test.test_raise.TestCause.test_class_cause) ... ok test_erroneous_cause (test.test_raise.TestCause.test_erroneous_cause) ... ok test_instance_cause (test.test_raise.TestCause.test_instance_cause) ... ok test_invalid_cause (test.test_raise.TestCause.test_invalid_cause) ... ok test_3118 (test.test_raise.TestContext.test_3118) ... ok test_3611 (test.test_raise.TestContext.test_3611) ... ok test_c_exception_context (test.test_raise.TestContext.test_c_exception_context) ... ok test_c_exception_raise (test.test_raise.TestContext.test_c_exception_raise) ... ok test_class_context_class_raise (test.test_raise.TestContext.test_class_context_class_raise) ... ok test_class_context_instance_raise (test.test_raise.TestContext.test_class_context_instance_raise) ... ok test_context_manager (test.test_raise.TestContext.test_context_manager) ... ok test_cycle_broken (test.test_raise.TestContext.test_cycle_broken) ... ok test_instance_context_instance_raise (test.test_raise.TestContext.test_instance_context_instance_raise) ... ok test_noraise_finally (test.test_raise.TestContext.test_noraise_finally) ... ok test_not_last (test.test_raise.TestContext.test_not_last) ... ok test_raise_finally (test.test_raise.TestContext.test_raise_finally) ... ok test_reraise_cycle_broken (test.test_raise.TestContext.test_reraise_cycle_broken) ... ok test_assert_with_tuple_arg (test.test_raise.TestRaise.test_assert_with_tuple_arg) ... ok test_erroneous_exception (test.test_raise.TestRaise.test_erroneous_exception) ... ok test_except_reraise (test.test_raise.TestRaise.test_except_reraise) ... ok test_finally_reraise (test.test_raise.TestRaise.test_finally_reraise) ... ok test_invalid_reraise (test.test_raise.TestRaise.test_invalid_reraise) ... ok test_nested_reraise (test.test_raise.TestRaise.test_nested_reraise) ... ok test_new_returns_invalid_instance (test.test_raise.TestRaise.test_new_returns_invalid_instance) ... ok test_raise_from_None (test.test_raise.TestRaise.test_raise_from_None) ... ok test_reraise (test.test_raise.TestRaise.test_reraise) ... ok test_with_reraise1 (test.test_raise.TestRaise.test_with_reraise1) ... ok test_with_reraise2 (test.test_raise.TestRaise.test_with_reraise2) ... ok test_yield_reraise (test.test_raise.TestRaise.test_yield_reraise) ... ok test_strings (test.test_raise.TestRemovedFunctionality.test_strings) ... ok test_tuples (test.test_raise.TestRemovedFunctionality.test_tuples) ... ok test_accepts_traceback (test.test_raise.TestTraceback.test_accepts_traceback) ... ok test_sets_traceback (test.test_raise.TestTraceback.test_sets_traceback) ... ok test_attrs (test.test_raise.TestTracebackType.test_attrs) ... ok test_constructor (test.test_raise.TestTracebackType.test_constructor) ... ok ---------------------------------------------------------------------- Ran 36 tests in 0.061s OK 0:15:07 load avg: 1.15 [287/432/1] test_random test_53_bits_per_float (test.test_random.MersenneTwister_TestBasicOps.test_53_bits_per_float) ... ok test_autoseed (test.test_random.MersenneTwister_TestBasicOps.test_autoseed) ... ok test_bigrand (test.test_random.MersenneTwister_TestBasicOps.test_bigrand) ... ok test_bigrand_ranges (test.test_random.MersenneTwister_TestBasicOps.test_bigrand_ranges) ... ok test_bug_1727780 (test.test_random.MersenneTwister_TestBasicOps.test_bug_1727780) ... ok test_bug_27706 (test.test_random.MersenneTwister_TestBasicOps.test_bug_27706) ... ok test_bug_31478 (test.test_random.MersenneTwister_TestBasicOps.test_bug_31478) ... ok test_bug_31482 (test.test_random.MersenneTwister_TestBasicOps.test_bug_31482) ... ok test_bug_9025 (test.test_random.MersenneTwister_TestBasicOps.test_bug_9025) ... ok test_choice (test.test_random.MersenneTwister_TestBasicOps.test_choice) ... ok test_choice_with_numpy (test.test_random.MersenneTwister_TestBasicOps.test_choice_with_numpy) ... ok test_choices (test.test_random.MersenneTwister_TestBasicOps.test_choices) ... ok test_choices_algorithms (test.test_random.MersenneTwister_TestBasicOps.test_choices_algorithms) ... ok test_choices_infinite_total (test.test_random.MersenneTwister_TestBasicOps.test_choices_infinite_total) ... ok test_choices_negative_total (test.test_random.MersenneTwister_TestBasicOps.test_choices_negative_total) ... ok test_choices_subnormal (test.test_random.MersenneTwister_TestBasicOps.test_choices_subnormal) ... ok test_choices_with_all_zero_weights (test.test_random.MersenneTwister_TestBasicOps.test_choices_with_all_zero_weights) ... ok test_gauss (test.test_random.MersenneTwister_TestBasicOps.test_gauss) ... ok test_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_getrandbits) ... ok test_guaranteed_stable (test.test_random.MersenneTwister_TestBasicOps.test_guaranteed_stable) ... ok test_long_seed (test.test_random.MersenneTwister_TestBasicOps.test_long_seed) ... ok test_mu_sigma_default_args (test.test_random.MersenneTwister_TestBasicOps.test_mu_sigma_default_args) ... ok test_pickling (test.test_random.MersenneTwister_TestBasicOps.test_pickling) ... ok test_randbelow_logic (test.test_random.MersenneTwister_TestBasicOps.test_randbelow_logic) ... ok test_randbelow_without_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randbelow_without_getrandbits) ... ok test_randbytes (test.test_random.MersenneTwister_TestBasicOps.test_randbytes) ... ok test_randbytes_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randbytes_getrandbits) ... ok test_randrange_bug_1590891 (test.test_random.MersenneTwister_TestBasicOps.test_randrange_bug_1590891) ... ok test_randrange_uses_getrandbits (test.test_random.MersenneTwister_TestBasicOps.test_randrange_uses_getrandbits) ... ok test_rangelimits (test.test_random.MersenneTwister_TestBasicOps.test_rangelimits) ... ok test_referenceImplementation (test.test_random.MersenneTwister_TestBasicOps.test_referenceImplementation) ... ok test_sample (test.test_random.MersenneTwister_TestBasicOps.test_sample) ... ok test_sample_counts_equivalence (test.test_random.MersenneTwister_TestBasicOps.test_sample_counts_equivalence) ... ok test_sample_distribution (test.test_random.MersenneTwister_TestBasicOps.test_sample_distribution) ... ok test_sample_inputs (test.test_random.MersenneTwister_TestBasicOps.test_sample_inputs) ... ok test_sample_on_dicts (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_dicts) ... ok test_sample_on_seqsets (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_seqsets) ... ok test_sample_on_sets (test.test_random.MersenneTwister_TestBasicOps.test_sample_on_sets) ... ok test_sample_with_counts (test.test_random.MersenneTwister_TestBasicOps.test_sample_with_counts) ... ok test_saverestore (test.test_random.MersenneTwister_TestBasicOps.test_saverestore) ... ok test_seed_no_mutate_bug_44018 (test.test_random.MersenneTwister_TestBasicOps.test_seed_no_mutate_bug_44018) ... ok test_seed_when_randomness_source_not_found (test.test_random.MersenneTwister_TestBasicOps.test_seed_when_randomness_source_not_found) ... ok test_seedargs (test.test_random.MersenneTwister_TestBasicOps.test_seedargs) ... ok test_setstate_first_arg (test.test_random.MersenneTwister_TestBasicOps.test_setstate_first_arg) ... ok test_setstate_middle_arg (test.test_random.MersenneTwister_TestBasicOps.test_setstate_middle_arg) ... ok test_shuffle (test.test_random.MersenneTwister_TestBasicOps.test_shuffle) ... ok test_strong_reference_implementation (test.test_random.MersenneTwister_TestBasicOps.test_strong_reference_implementation) ... ok test_53_bits_per_float (test.test_random.SystemRandom_TestBasicOps.test_53_bits_per_float) ... ok test_autoseed (test.test_random.SystemRandom_TestBasicOps.test_autoseed) ... ok test_bigrand (test.test_random.SystemRandom_TestBasicOps.test_bigrand) ... ok test_bigrand_ranges (test.test_random.SystemRandom_TestBasicOps.test_bigrand_ranges) ... ok test_bug_1727780 (test.test_random.SystemRandom_TestBasicOps.test_bug_1727780) ... ok test_bug_9025 (test.test_random.SystemRandom_TestBasicOps.test_bug_9025) ... ok test_choice (test.test_random.SystemRandom_TestBasicOps.test_choice) ... ok test_choice_with_numpy (test.test_random.SystemRandom_TestBasicOps.test_choice_with_numpy) ... ok test_choices (test.test_random.SystemRandom_TestBasicOps.test_choices) ... ok test_choices_infinite_total (test.test_random.SystemRandom_TestBasicOps.test_choices_infinite_total) ... ok test_choices_negative_total (test.test_random.SystemRandom_TestBasicOps.test_choices_negative_total) ... ok test_choices_subnormal (test.test_random.SystemRandom_TestBasicOps.test_choices_subnormal) ... ok test_choices_with_all_zero_weights (test.test_random.SystemRandom_TestBasicOps.test_choices_with_all_zero_weights) ... ok test_gauss (test.test_random.SystemRandom_TestBasicOps.test_gauss) ... ok test_getrandbits (test.test_random.SystemRandom_TestBasicOps.test_getrandbits) ... ok test_mu_sigma_default_args (test.test_random.SystemRandom_TestBasicOps.test_mu_sigma_default_args) ... ok test_pickling (test.test_random.SystemRandom_TestBasicOps.test_pickling) ... ok test_randbelow_logic (test.test_random.SystemRandom_TestBasicOps.test_randbelow_logic) ... ok test_randbytes (test.test_random.SystemRandom_TestBasicOps.test_randbytes) ... ok test_randrange_argument_handling (test.test_random.SystemRandom_TestBasicOps.test_randrange_argument_handling) ... ok test_randrange_errors (test.test_random.SystemRandom_TestBasicOps.test_randrange_errors) ... ok test_randrange_nonunit_step (test.test_random.SystemRandom_TestBasicOps.test_randrange_nonunit_step) ... ok test_randrange_step (test.test_random.SystemRandom_TestBasicOps.test_randrange_step) ... ok test_rangelimits (test.test_random.SystemRandom_TestBasicOps.test_rangelimits) ... ok test_sample (test.test_random.SystemRandom_TestBasicOps.test_sample) ... ok test_sample_distribution (test.test_random.SystemRandom_TestBasicOps.test_sample_distribution) ... ok test_sample_inputs (test.test_random.SystemRandom_TestBasicOps.test_sample_inputs) ... ok test_sample_on_dicts (test.test_random.SystemRandom_TestBasicOps.test_sample_on_dicts) ... ok test_sample_on_seqsets (test.test_random.SystemRandom_TestBasicOps.test_sample_on_seqsets) ... ok test_sample_on_sets (test.test_random.SystemRandom_TestBasicOps.test_sample_on_sets) ... ok test_sample_with_counts (test.test_random.SystemRandom_TestBasicOps.test_sample_with_counts) ... ok test_saverestore (test.test_random.SystemRandom_TestBasicOps.test_saverestore) ... ok test_seed_no_mutate_bug_44018 (test.test_random.SystemRandom_TestBasicOps.test_seed_no_mutate_bug_44018) ... ok test_seed_when_randomness_source_not_found (test.test_random.SystemRandom_TestBasicOps.test_seed_when_randomness_source_not_found) ... ok test_seedargs (test.test_random.SystemRandom_TestBasicOps.test_seedargs) ... ok test_shuffle (test.test_random.SystemRandom_TestBasicOps.test_shuffle) ... ok test_avg_std (test.test_random.TestDistributions.test_avg_std) ... ok test_betavariate_return_zero (test.test_random.TestDistributions.test_betavariate_return_zero) ... ok test_constant (test.test_random.TestDistributions.test_constant) ... ok test_gammavariate_alpha_between_zero_and_one (test.test_random.TestDistributions.test_gammavariate_alpha_between_zero_and_one) ... ok test_gammavariate_alpha_equal_one (test.test_random.TestDistributions.test_gammavariate_alpha_equal_one) ... ok test_gammavariate_alpha_equal_one_equals_expovariate (test.test_random.TestDistributions.test_gammavariate_alpha_equal_one_equals_expovariate) ... ok test_gammavariate_alpha_greater_one (test.test_random.TestDistributions.test_gammavariate_alpha_greater_one) ... ok test_gammavariate_errors (test.test_random.TestDistributions.test_gammavariate_errors) ... ok test_von_mises_large_kappa (test.test_random.TestDistributions.test_von_mises_large_kappa) ... ok test_von_mises_range (test.test_random.TestDistributions.test_von_mises_range) ... ok test_zeroinputs (test.test_random.TestDistributions.test_zeroinputs) ... ok testMagicConstants (test.test_random.TestModule.testMagicConstants) ... ok test__all__ (test.test_random.TestModule.test__all__) ... ok test_after_fork (test.test_random.TestModule.test_after_fork) ... ok test_random_subclass_with_kwargs (test.test_random.TestRandomSubclassing.test_random_subclass_with_kwargs) ... ok test_subclasses_overriding_methods (test.test_random.TestRandomSubclassing.test_subclasses_overriding_methods) ... ok test_bug_41052 (test.test_random.TestRawMersenneTwister.test_bug_41052) ... ok test_bug_42008 (test.test_random.TestRawMersenneTwister.test_bug_42008) ... ok ---------------------------------------------------------------------- Ran 101 tests in 0.378s OK 0:15:08 load avg: 1.15 [288/432/1] test_range test_attributes (test.test_range.RangeTest.test_attributes) ... ok test_comparison (test.test_range.RangeTest.test_comparison) ... ok test_contains (test.test_range.RangeTest.test_contains) ... ok test_count (test.test_range.RangeTest.test_count) ... ok test_empty (test.test_range.RangeTest.test_empty) ... ok test_exhausted_iterator_pickling (test.test_range.RangeTest.test_exhausted_iterator_pickling) ... ok test_index (test.test_range.RangeTest.test_index) ... ok test_invalid_invocation (test.test_range.RangeTest.test_invalid_invocation) ... ok test_issue11845 (test.test_range.RangeTest.test_issue11845) ... ok test_iterator_pickling (test.test_range.RangeTest.test_iterator_pickling) ... ok test_iterator_pickling_overflowing_index (test.test_range.RangeTest.test_iterator_pickling_overflowing_index) ... ok test_large_exhausted_iterator_pickling (test.test_range.RangeTest.test_large_exhausted_iterator_pickling) ... ok test_large_operands (test.test_range.RangeTest.test_large_operands) ... ok test_large_range (test.test_range.RangeTest.test_large_range) ... ok test_odd_bug (test.test_range.RangeTest.test_odd_bug) ... ok test_pickling (test.test_range.RangeTest.test_pickling) ... ok test_range (test.test_range.RangeTest.test_range) ... ok test_range_constructor_error_messages (test.test_range.RangeTest.test_range_constructor_error_messages) ... ok test_range_iterators (test.test_range.RangeTest.test_range_iterators) ... ok test_range_iterators_invocation (test.test_range.RangeTest.test_range_iterators_invocation) ... ok test_repr (test.test_range.RangeTest.test_repr) ... ok test_reverse_iteration (test.test_range.RangeTest.test_reverse_iteration) ... ok test_slice (test.test_range.RangeTest.test_slice) ... ok test_strided_limits (test.test_range.RangeTest.test_strided_limits) ... ok test_types (test.test_range.RangeTest.test_types) ... ok test_user_index_method (test.test_range.RangeTest.test_user_index_method) ... ok ---------------------------------------------------------------------- Ran 26 tests in 0.192s OK 0:15:09 load avg: 1.15 [289/432/1] test_re test_atomic_group (test.test_re.DebugTests.test_atomic_group) ... ok test_debug_flag (test.test_re.DebugTests.test_debug_flag) ... ok test_possesive_repeat (test.test_re.DebugTests.test_possesive_repeat) ... ok test_possesive_repeat_one (test.test_re.DebugTests.test_possesive_repeat_one) ... ok test_re_benchmarks (test.test_re.ExternalTests.test_re_benchmarks) re_tests benchmarks ... ok test_re_tests (test.test_re.ExternalTests.test_re_tests) re_tests test suite ... ok test_case_helpers (test.test_re.ImplementationTest.test_case_helpers) ... ok test_dealloc (test.test_re.ImplementationTest.test_dealloc) ... ok test_deprecated_modules (test.test_re.ImplementationTest.test_deprecated_modules) ... ok test_disallow_instantiation (test.test_re.ImplementationTest.test_disallow_instantiation) ... ok test_immutable (test.test_re.ImplementationTest.test_immutable) ... ok test_overlap_table (test.test_re.ImplementationTest.test_overlap_table) ... ok test_repeat_minmax_overflow_maxrepeat (test.test_re.ImplementationTest.test_repeat_minmax_overflow_maxrepeat) ... ok test_signedness (test.test_re.ImplementationTest.test_signedness) ... ok test_bytes (test.test_re.PatternReprTests.test_bytes) ... ok test_flags_repr (test.test_re.PatternReprTests.test_flags_repr) ... ok test_inline_flags (test.test_re.PatternReprTests.test_inline_flags) ... ok test_locale (test.test_re.PatternReprTests.test_locale) ... ok test_long_pattern (test.test_re.PatternReprTests.test_long_pattern) ... ok test_multiple_flags (test.test_re.PatternReprTests.test_multiple_flags) ... ok test_quotes (test.test_re.PatternReprTests.test_quotes) ... ok test_single_flag (test.test_re.PatternReprTests.test_single_flag) ... ok test_unicode_flag (test.test_re.PatternReprTests.test_unicode_flag) ... ok test_unknown_flags (test.test_re.PatternReprTests.test_unknown_flags) ... ok test_without_flags (test.test_re.PatternReprTests.test_without_flags) ... ok test_ASSERT_NOT_mark_bug (test.test_re.ReTests.test_ASSERT_NOT_mark_bug) ... ok test_MARK_PUSH_macro_bug (test.test_re.ReTests.test_MARK_PUSH_macro_bug) ... ok test_MIN_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_MIN_REPEAT_ONE_mark_bug) ... ok test_MIN_UNTIL_mark_bug (test.test_re.ReTests.test_MIN_UNTIL_mark_bug) ... ok test_REPEAT_ONE_mark_bug (test.test_re.ReTests.test_REPEAT_ONE_mark_bug) ... ok test_anyall (test.test_re.ReTests.test_anyall) ... ok test_ascii_and_unicode_flag (test.test_re.ReTests.test_ascii_and_unicode_flag) ... ok test_atomic_grouping (test.test_re.ReTests.test_atomic_grouping) Test Atomic Grouping ... ok test_backref_group_name_in_exception (test.test_re.ReTests.test_backref_group_name_in_exception) ... ok test_basic_re_sub (test.test_re.ReTests.test_basic_re_sub) ... ok test_big_codesize (test.test_re.ReTests.test_big_codesize) ... ok test_bigcharset (test.test_re.ReTests.test_bigcharset) ... ok test_branching (test.test_re.ReTests.test_branching) Test Branching ... ok test_bug_113254 (test.test_re.ReTests.test_bug_113254) ... ok test_bug_114660 (test.test_re.ReTests.test_bug_114660) ... ok test_bug_117612 (test.test_re.ReTests.test_bug_117612) ... ok test_bug_1661 (test.test_re.ReTests.test_bug_1661) ... ok test_bug_16688 (test.test_re.ReTests.test_bug_16688) ... ok test_bug_20998 (test.test_re.ReTests.test_bug_20998) ... ok test_bug_2537 (test.test_re.ReTests.test_bug_2537) ... ok test_bug_29444 (test.test_re.ReTests.test_bug_29444) ... ok test_bug_34294 (test.test_re.ReTests.test_bug_34294) ... ok test_bug_3629 (test.test_re.ReTests.test_bug_3629) ... ok test_bug_40736 (test.test_re.ReTests.test_bug_40736) ... ok test_bug_418626 (test.test_re.ReTests.test_bug_418626) ... ok test_bug_448951 (test.test_re.ReTests.test_bug_448951) ... ok test_bug_449000 (test.test_re.ReTests.test_bug_449000) ... ok test_bug_449964 (test.test_re.ReTests.test_bug_449964) ... ok test_bug_527371 (test.test_re.ReTests.test_bug_527371) ... ok test_bug_581080 (test.test_re.ReTests.test_bug_581080) ... ok test_bug_612074 (test.test_re.ReTests.test_bug_612074) ... ok test_bug_6509 (test.test_re.ReTests.test_bug_6509) ... ok test_bug_6561 (test.test_re.ReTests.test_bug_6561) ... ok test_bug_725106 (test.test_re.ReTests.test_bug_725106) ... ok test_bug_725149 (test.test_re.ReTests.test_bug_725149) ... ok test_bug_764548 (test.test_re.ReTests.test_bug_764548) ... ok test_bug_817234 (test.test_re.ReTests.test_bug_817234) ... ok test_bug_926075 (test.test_re.ReTests.test_bug_926075) ... ok test_bug_931848 (test.test_re.ReTests.test_bug_931848) ... ok test_bug_gh106052 (test.test_re.ReTests.test_bug_gh106052) ... ok test_bug_gh91616 (test.test_re.ReTests.test_bug_gh91616) ... ok test_bytes_str_mixing (test.test_re.ReTests.test_bytes_str_mixing) ... ok test_category (test.test_re.ReTests.test_category) ... ok test_character_set_errors (test.test_re.ReTests.test_character_set_errors) ... ok test_comments (test.test_re.ReTests.test_comments) ... ok test_compile (test.test_re.ReTests.test_compile) ... ok test_constants (test.test_re.ReTests.test_constants) ... ok test_copying (test.test_re.ReTests.test_copying) ... ok test_dollar_matches_twice (test.test_re.ReTests.test_dollar_matches_twice) Test that $ does not include \n ... ok test_empty_array (test.test_re.ReTests.test_empty_array) ... ok test_enum (test.test_re.ReTests.test_enum) ... ok test_error (test.test_re.ReTests.test_error) ... ok test_expand (test.test_re.ReTests.test_expand) ... ok test_findall_atomic_grouping (test.test_re.ReTests.test_findall_atomic_grouping) ... ok test_findall_possessive_quantifiers (test.test_re.ReTests.test_findall_possessive_quantifiers) ... ok test_finditer (test.test_re.ReTests.test_finditer) ... ok test_flags (test.test_re.ReTests.test_flags) ... ok test_fullmatch_atomic_grouping (test.test_re.ReTests.test_fullmatch_atomic_grouping) ... ok test_fullmatch_possessive_quantifiers (test.test_re.ReTests.test_fullmatch_possessive_quantifiers) ... ok test_getattr (test.test_re.ReTests.test_getattr) ... ok test_group (test.test_re.ReTests.test_group) ... ok test_group_name_in_exception (test.test_re.ReTests.test_group_name_in_exception) ... ok test_groupdict (test.test_re.ReTests.test_groupdict) ... ok test_ignore_case (test.test_re.ReTests.test_ignore_case) ... ok test_ignore_case_range (test.test_re.ReTests.test_ignore_case_range) ... ok test_ignore_case_set (test.test_re.ReTests.test_ignore_case_set) ... ok test_ignore_spaces (test.test_re.ReTests.test_ignore_spaces) ... ok test_inline_flags (test.test_re.ReTests.test_inline_flags) ... ok test_issue17998 (test.test_re.ReTests.test_issue17998) ... ok test_keep_buffer (test.test_re.ReTests.test_keep_buffer) ... ok test_keyword_parameters (test.test_re.ReTests.test_keyword_parameters) ... ok test_large_search (test.test_re.ReTests.test_large_search) ... ok test_large_subn (test.test_re.ReTests.test_large_subn) ... ok test_locale_caching (test.test_re.ReTests.test_locale_caching) ... skipped 'test needs en_US.iso88591 locale' test_locale_compiled (test.test_re.ReTests.test_locale_compiled) ... skipped 'test needs en_US.iso88591 locale' test_locale_flag (test.test_re.ReTests.test_locale_flag) ... ok test_lookahead (test.test_re.ReTests.test_lookahead) ... ok test_lookbehind (test.test_re.ReTests.test_lookbehind) ... ok test_match_getitem (test.test_re.ReTests.test_match_getitem) ... ok test_match_repr (test.test_re.ReTests.test_match_repr) ... ok test_misc_errors (test.test_re.ReTests.test_misc_errors) ... ok test_multiple_repeat (test.test_re.ReTests.test_multiple_repeat) ... ok test_named_unicode_escapes (test.test_re.ReTests.test_named_unicode_escapes) ... ok test_not_literal (test.test_re.ReTests.test_not_literal) ... ok test_nothing_to_repeat (test.test_re.ReTests.test_nothing_to_repeat) ... ok test_other_escapes (test.test_re.ReTests.test_other_escapes) ... ok test_pattern_compare (test.test_re.ReTests.test_pattern_compare) ... ok test_pattern_compare_bytes (test.test_re.ReTests.test_pattern_compare_bytes) ... ok test_pickling (test.test_re.ReTests.test_pickling) ... ok test_possessive_quantifiers (test.test_re.ReTests.test_possessive_quantifiers) Test Possessive Quantifiers ... ok test_possible_set_operations (test.test_re.ReTests.test_possible_set_operations) ... ok test_qualified_re_split (test.test_re.ReTests.test_qualified_re_split) ... ok test_qualified_re_sub (test.test_re.ReTests.test_qualified_re_sub) ... ok test_re_escape (test.test_re.ReTests.test_re_escape) ... ok test_re_escape_bytes (test.test_re.ReTests.test_re_escape_bytes) ... ok test_re_escape_non_ascii (test.test_re.ReTests.test_re_escape_non_ascii) ... ok test_re_escape_non_ascii_bytes (test.test_re.ReTests.test_re_escape_non_ascii_bytes) ... ok test_re_findall (test.test_re.ReTests.test_re_findall) ... ok test_re_fullmatch (test.test_re.ReTests.test_re_fullmatch) ... ok test_re_groupref (test.test_re.ReTests.test_re_groupref) ... ok test_re_groupref_exists (test.test_re.ReTests.test_re_groupref_exists) ... ok test_re_groupref_exists_errors (test.test_re.ReTests.test_re_groupref_exists_errors) ... ok test_re_groupref_exists_validation_bug (test.test_re.ReTests.test_re_groupref_exists_validation_bug) ... ok test_re_groupref_overflow (test.test_re.ReTests.test_re_groupref_overflow) ... ok test_re_match (test.test_re.ReTests.test_re_match) ... ok test_re_split (test.test_re.ReTests.test_re_split) ... ok test_re_subn (test.test_re.ReTests.test_re_subn) ... ok test_regression_gh94675 (test.test_re.ReTests.test_regression_gh94675) ... ok test_repeat_minmax (test.test_re.ReTests.test_repeat_minmax) ... ok test_repeat_minmax_overflow (test.test_re.ReTests.test_repeat_minmax_overflow) ... ok test_scanner (test.test_re.ReTests.test_scanner) ... ok test_scoped_flags (test.test_re.ReTests.test_scoped_flags) ... ok test_search_anchor_at_beginning (test.test_re.ReTests.test_search_anchor_at_beginning) ... ok test_search_coverage (test.test_re.ReTests.test_search_coverage) ... ok test_search_dot_unicode (test.test_re.ReTests.test_search_dot_unicode) ... ok test_search_star_plus (test.test_re.ReTests.test_search_star_plus) ... ok test_special_escapes (test.test_re.ReTests.test_special_escapes) ... ok test_sre_byte_class_literals (test.test_re.ReTests.test_sre_byte_class_literals) ... ok test_sre_byte_literals (test.test_re.ReTests.test_sre_byte_literals) ... ok test_sre_character_class_literals (test.test_re.ReTests.test_sre_character_class_literals) ... ok test_sre_character_literals (test.test_re.ReTests.test_sre_character_literals) ... ok test_stack_overflow (test.test_re.ReTests.test_stack_overflow) ... ok test_string_boundaries (test.test_re.ReTests.test_string_boundaries) ... ok test_sub_template_numeric_escape (test.test_re.ReTests.test_sub_template_numeric_escape) ... ok test_symbolic_groups (test.test_re.ReTests.test_symbolic_groups) ... ok test_symbolic_groups_errors (test.test_re.ReTests.test_symbolic_groups_errors) ... ok test_symbolic_refs (test.test_re.ReTests.test_symbolic_refs) ... ok test_symbolic_refs_errors (test.test_re.ReTests.test_symbolic_refs_errors) ... ok test_template_function_and_flag_is_deprecated (test.test_re.ReTests.test_template_function_and_flag_is_deprecated) ... ok test_unlimited_zero_width_repeat (test.test_re.ReTests.test_unlimited_zero_width_repeat) ... ok test_weakref (test.test_re.ReTests.test_weakref) ... ok test_zerowidth (test.test_re.ReTests.test_zerowidth) ... ok ---------------------------------------------------------------------- Ran 157 tests in 0.482s OK (skipped=2) 0:15:10 load avg: 1.15 [290/432/1] test_readline readline version: 0x802 readline runtime version: 0x802 readline library version: '8.2' use libedit emulation? False testHistoryUpdates (test.test_readline.TestHistoryManipulation.testHistoryUpdates) ... ok test_nonascii_history (test.test_readline.TestHistoryManipulation.test_nonascii_history) ... ok test_write_read_append (test.test_readline.TestHistoryManipulation.test_write_read_append) ... ok test_auto_history_disabled (test.test_readline.TestReadline.test_auto_history_disabled) ... ok test_auto_history_enabled (test.test_readline.TestReadline.test_auto_history_enabled) ... ok test_history_size (test.test_readline.TestReadline.test_history_size) ... ok test_init (test.test_readline.TestReadline.test_init) ... ok test_nonascii (test.test_readline.TestReadline.test_nonascii) ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.047s OK 0:15:11 load avg: 1.15 [291/432/1] test_regrtest test_cleanup (test.test_regrtest.ArgsTestCase.test_cleanup) ... ok test_coverage (test.test_regrtest.ArgsTestCase.test_coverage) ... ok test_crashed (test.test_regrtest.ArgsTestCase.test_crashed) ... ok test_env_changed (test.test_regrtest.ArgsTestCase.test_env_changed) ... ok test_failing_test (test.test_regrtest.ArgsTestCase.test_failing_test) ... ok test_forever (test.test_regrtest.ArgsTestCase.test_forever) ... ok test_fromfile (test.test_regrtest.ArgsTestCase.test_fromfile) ... ok test_huntrleaks (test.test_regrtest.ArgsTestCase.test_huntrleaks) ... skipped 'need a debug build' test_huntrleaks_fd_leak (test.test_regrtest.ArgsTestCase.test_huntrleaks_fd_leak) ... skipped 'need a debug build' test_ignorefile (test.test_regrtest.ArgsTestCase.test_ignorefile) ... ok test_interrupted (test.test_regrtest.ArgsTestCase.test_interrupted) ... ok test_list_cases (test.test_regrtest.ArgsTestCase.test_list_cases) ... ok test_list_tests (test.test_regrtest.ArgsTestCase.test_list_tests) ... ok test_matchfile (test.test_regrtest.ArgsTestCase.test_matchfile) ... ok test_mp_decode_error (test.test_regrtest.ArgsTestCase.test_mp_decode_error) ... ok test_multiprocessing_timeout (test.test_regrtest.ArgsTestCase.test_multiprocessing_timeout) ... ok test_no_test_ran_some_test_exist_some_not (test.test_regrtest.ArgsTestCase.test_no_test_ran_some_test_exist_some_not) ... ok test_no_tests_ran (test.test_regrtest.ArgsTestCase.test_no_tests_ran) ... ok test_no_tests_ran_multiple_tests_nonexistent (test.test_regrtest.ArgsTestCase.test_no_tests_ran_multiple_tests_nonexistent) ... ok test_no_tests_ran_skip (test.test_regrtest.ArgsTestCase.test_no_tests_ran_skip) ... ok test_print_warning (test.test_regrtest.ArgsTestCase.test_print_warning) ... ok test_random (test.test_regrtest.ArgsTestCase.test_random) ... ok test_rerun_async_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_setup_hook_failure) ... ok test_rerun_async_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_async_teardown_hook_failure) ... ok test_rerun_fail (test.test_regrtest.ArgsTestCase.test_rerun_fail) ... ok test_rerun_setup_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_class_hook_failure) ... ok test_rerun_setup_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_hook_failure) ... ok test_rerun_setup_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_setup_module_hook_failure) ... ok test_rerun_success (test.test_regrtest.ArgsTestCase.test_rerun_success) ... ok test_rerun_teardown_class_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_class_hook_failure) ... ok test_rerun_teardown_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_hook_failure) ... ok test_rerun_teardown_module_hook_failure (test.test_regrtest.ArgsTestCase.test_rerun_teardown_module_hook_failure) ... ok test_resources (test.test_regrtest.ArgsTestCase.test_resources) ... ok test_slowest (test.test_regrtest.ArgsTestCase.test_slowest) ... ok test_slowest_interrupted (test.test_regrtest.ArgsTestCase.test_slowest_interrupted) ... ok test_threading_excepthook (test.test_regrtest.ArgsTestCase.test_threading_excepthook) ... ok test_uncollectable (test.test_regrtest.ArgsTestCase.test_uncollectable) ... ok test_unicode_guard_env (test.test_regrtest.ArgsTestCase.test_unicode_guard_env) ... ok test_unraisable_exc (test.test_regrtest.ArgsTestCase.test_unraisable_exc) ... ok test_wait (test.test_regrtest.ArgsTestCase.test_wait) ... ok test_finds_expected_number_of_tests (test.test_regrtest.CheckActualTests.test_finds_expected_number_of_tests) Check that regrtest appears to find the expected set of tests. ... ok test_arg (test.test_regrtest.ParseArgsTestCase.test_arg) ... ok test_arg_option_arg (test.test_regrtest.ParseArgsTestCase.test_arg_option_arg) ... ok test_coverage (test.test_regrtest.ParseArgsTestCase.test_coverage) ... ok test_coverdir (test.test_regrtest.ParseArgsTestCase.test_coverdir) ... ok test_exclude (test.test_regrtest.ParseArgsTestCase.test_exclude) ... ok test_failfast (test.test_regrtest.ParseArgsTestCase.test_failfast) ... ok test_forever (test.test_regrtest.ParseArgsTestCase.test_forever) ... ok test_fromfile (test.test_regrtest.ParseArgsTestCase.test_fromfile) ... ok test_header (test.test_regrtest.ParseArgsTestCase.test_header) ... ok test_help (test.test_regrtest.ParseArgsTestCase.test_help) ... ok test_huntrleaks (test.test_regrtest.ParseArgsTestCase.test_huntrleaks) ... ok test_ignore (test.test_regrtest.ParseArgsTestCase.test_ignore) ... ok test_long_option__partial (test.test_regrtest.ParseArgsTestCase.test_long_option__partial) ... ok test_match (test.test_regrtest.ParseArgsTestCase.test_match) ... ok test_memlimit (test.test_regrtest.ParseArgsTestCase.test_memlimit) ... ok test_multiprocess (test.test_regrtest.ParseArgsTestCase.test_multiprocess) ... ok test_nocoverdir (test.test_regrtest.ParseArgsTestCase.test_nocoverdir) ... ok test_nowindows (test.test_regrtest.ParseArgsTestCase.test_nowindows) ... ok test_option_and_arg (test.test_regrtest.ParseArgsTestCase.test_option_and_arg) ... ok test_option_with_empty_string_value (test.test_regrtest.ParseArgsTestCase.test_option_with_empty_string_value) ... ok test_quiet (test.test_regrtest.ParseArgsTestCase.test_quiet) ... ok test_randomize (test.test_regrtest.ParseArgsTestCase.test_randomize) ... ok test_randseed (test.test_regrtest.ParseArgsTestCase.test_randseed) ... ok test_runleaks (test.test_regrtest.ParseArgsTestCase.test_runleaks) ... ok test_single (test.test_regrtest.ParseArgsTestCase.test_single) ... ok test_slowest (test.test_regrtest.ParseArgsTestCase.test_slowest) ... ok test_start (test.test_regrtest.ParseArgsTestCase.test_start) ... ok test_testdir (test.test_regrtest.ParseArgsTestCase.test_testdir) ... ok test_threshold (test.test_regrtest.ParseArgsTestCase.test_threshold) ... ok test_timeout (test.test_regrtest.ParseArgsTestCase.test_timeout) ... ok test_two_options (test.test_regrtest.ParseArgsTestCase.test_two_options) ... ok test_unknown_option (test.test_regrtest.ParseArgsTestCase.test_unknown_option) ... ok test_unrecognized_argument (test.test_regrtest.ParseArgsTestCase.test_unrecognized_argument) ... ok test_use (test.test_regrtest.ParseArgsTestCase.test_use) ... ok test_verbose (test.test_regrtest.ParseArgsTestCase.test_verbose) ... ok test_verbose2 (test.test_regrtest.ParseArgsTestCase.test_verbose2) ... ok test_verbose3 (test.test_regrtest.ParseArgsTestCase.test_verbose3) ... ok test_wait (test.test_regrtest.ParseArgsTestCase.test_wait) ... ok test_worker_args (test.test_regrtest.ParseArgsTestCase.test_worker_args) ... ok test_module_autotest (test.test_regrtest.ProgramsTestCase.test_module_autotest) ... ok test_module_from_test_autotest (test.test_regrtest.ProgramsTestCase.test_module_from_test_autotest) ... ok test_module_regrtest (test.test_regrtest.ProgramsTestCase.test_module_regrtest) ... ok test_module_test (test.test_regrtest.ProgramsTestCase.test_module_test) ... ok test_pcbuild_rt (test.test_regrtest.ProgramsTestCase.test_pcbuild_rt) ... skipped 'Windows only' test_script_autotest (test.test_regrtest.ProgramsTestCase.test_script_autotest) ... ok test_script_regrtest (test.test_regrtest.ProgramsTestCase.test_script_regrtest) ... ok test_tools_buildbot_test (test.test_regrtest.ProgramsTestCase.test_tools_buildbot_test) ... skipped 'Windows only' test_tools_script_run_tests (test.test_regrtest.ProgramsTestCase.test_tools_script_run_tests) ... ok test_format_duration (test.test_regrtest.TestUtils.test_format_duration) ... ok ---------------------------------------------------------------------- Ran 90 tests in 5.504s OK (skipped=4) 0:15:17 load avg: 1.27 [292/432/1] test_repl test_close_stdin (test.test_repl.TestInteractiveInterpreter.test_close_stdin) ... ok test_multiline_string_parsing (test.test_repl.TestInteractiveInterpreter.test_multiline_string_parsing) ... ok test_no_memory (test.test_repl.TestInteractiveInterpreter.test_no_memory) ... ok test_interactive_syntax_error_correct_line (test.test_repl.TestInteractiveModeSyntaxErrors.test_interactive_syntax_error_correct_line) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.092s OK 0:15:18 load avg: 1.27 [293/432/1] test_reprlib test_builtin_function (test.test_reprlib.LongReprTest.test_builtin_function) ... skipped 'needs a built-in function with a really long name' test_class (test.test_reprlib.LongReprTest.test_class) ... ok test_instance (test.test_reprlib.LongReprTest.test_instance) ... ok test_method (test.test_reprlib.LongReprTest.test_method) ... ok test_module (test.test_reprlib.LongReprTest.test_module) ... ok test_object (test.test_reprlib.LongReprTest.test_object) ... skipped 'need a suitable object' test_type (test.test_reprlib.LongReprTest.test_type) ... ok test_builtin_function (test.test_reprlib.ReprTests.test_builtin_function) ... ok test_cell (test.test_reprlib.ReprTests.test_cell) ... ok test_container (test.test_reprlib.ReprTests.test_container) ... ok test_descriptors (test.test_reprlib.ReprTests.test_descriptors) ... ok test_frozenset (test.test_reprlib.ReprTests.test_frozenset) ... ok test_instance (test.test_reprlib.ReprTests.test_instance) ... ok test_lambda (test.test_reprlib.ReprTests.test_lambda) ... ok test_nesting (test.test_reprlib.ReprTests.test_nesting) ... ok test_numbers (test.test_reprlib.ReprTests.test_numbers) ... ok test_range (test.test_reprlib.ReprTests.test_range) ... ok test_set_literal (test.test_reprlib.ReprTests.test_set_literal) ... ok test_string (test.test_reprlib.ReprTests.test_string) ... ok test_tuple (test.test_reprlib.ReprTests.test_tuple) ... ok test_unsortable (test.test_reprlib.ReprTests.test_unsortable) ... ok test_assigned_attributes (test.test_reprlib.TestRecursiveRepr.test_assigned_attributes) ... ok test_recursive_repr (test.test_reprlib.TestRecursiveRepr.test_recursive_repr) ... ok ---------------------------------------------------------------------- Ran 23 tests in 0.005s OK (skipped=2) 0:15:19 load avg: 1.27 [294/432/1] test_resource test_args (test.test_resource.ResourceTest.test_args) ... ok test_freebsd_contants (test.test_resource.ResourceTest.test_freebsd_contants) ... ok test_fsize_enforced (test.test_resource.ResourceTest.test_fsize_enforced) ... ok test_fsize_ismax (test.test_resource.ResourceTest.test_fsize_ismax) ... ok test_fsize_toobig (test.test_resource.ResourceTest.test_fsize_toobig) ... ok test_getrusage (test.test_resource.ResourceTest.test_getrusage) ... ok test_linux_constants (test.test_resource.ResourceTest.test_linux_constants) ... ok test_pagesize (test.test_resource.ResourceTest.test_pagesize) ... ok test_prlimit (test.test_resource.ResourceTest.test_prlimit) ... ok test_prlimit_refcount (test.test_resource.ResourceTest.test_prlimit_refcount) ... ok test_setrusage_refcount (test.test_resource.ResourceTest.test_setrusage_refcount) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.048s OK 0:15:19 load avg: 1.27 [295/432/1] test_richcmp test_dicts (test.test_richcmp.DictTest.test_dicts) ... ok test_badentry (test.test_richcmp.ListTest.test_badentry) ... ok test_coverage (test.test_richcmp.ListTest.test_coverage) ... ok test_goodentry (test.test_richcmp.ListTest.test_goodentry) ... ok test_exception_message (test.test_richcmp.MiscTest.test_exception_message) ... ok test_misbehavin (test.test_richcmp.MiscTest.test_misbehavin) ... ok test_not (test.test_richcmp.MiscTest.test_not) ... ok test_recursion (test.test_richcmp.MiscTest.test_recursion) ... ok test_basic (test.test_richcmp.NumberTest.test_basic) ... ok test_values (test.test_richcmp.NumberTest.test_values) ... ok test_mixed (test.test_richcmp.VectorTest.test_mixed) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.004s OK 0:15:20 load avg: 1.27 [296/432/1] test_rlcompleter 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.011s OK 0:15:21 load avg: 1.27 [297/432/1] test_robotparser test_bad_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.AnotherInvalidRequestRateTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.AnotherInvalidRequestRateTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.CrawlDelayAndCustomAgentTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.CrawlDelayAndRequestRateTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.CrawlDelayAndRequestRateTest.test_good_urls) ... ok test_request_rate (test.test_robotparser.CrawlDelayAndRequestRateTest.test_request_rate) ... ok test_site_maps (test.test_robotparser.CrawlDelayAndRequestRateTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.DefaultEntryTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.DefaultEntryTest.test_good_urls) ... ok test_request_rate (test.test_robotparser.DefaultEntryTest.test_request_rate) ... ok test_site_maps (test.test_robotparser.DefaultEntryTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.DifferentAgentTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.DifferentAgentTest.test_good_urls) ... ok test_request_rate (test.test_robotparser.DifferentAgentTest.test_request_rate) ... ok test_site_maps (test.test_robotparser.DifferentAgentTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.DisallowQueryStringTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.DisallowQueryStringTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.DisallowQueryStringTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.EmptyFileTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.EmptyFileTest.test_good_urls) ... ok test_request_rate (test.test_robotparser.EmptyFileTest.test_request_rate) ... ok test_site_maps (test.test_robotparser.EmptyFileTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.EmptyQueryStringTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.EmptyQueryStringTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.EmptyQueryStringTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.GoogleURLOrderingTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.GoogleURLOrderingTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.GoogleURLOrderingTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.InvalidCrawlDelayTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.InvalidCrawlDelayTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.InvalidCrawlDelayTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.InvalidRequestRateTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.InvalidRequestRateTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.InvalidRequestRateTest.test_site_maps) ... ok test_basic (test.test_robotparser.NetworkTestCase.test_basic) ... ok test_can_fetch (test.test_robotparser.NetworkTestCase.test_can_fetch) ... ok test_read_404 (test.test_robotparser.NetworkTestCase.test_read_404) ... ok testPasswordProtectedSite (test.test_robotparser.PasswordProtectedSiteTestCase.testPasswordProtectedSite) ... ok test_bad_urls (test.test_robotparser.RejectAllRobotsTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.RejectAllRobotsTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.RejectAllRobotsTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.SitemapTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.SitemapTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.SitemapTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.StringFormattingTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.StringFormattingTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.StringFormattingTest.test_site_maps) ... ok test_string_formatting (test.test_robotparser.StringFormattingTest.test_string_formatting) ... ok test_bad_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.UseFirstUserAgentWildcardTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.UseFirstUserAgentWildcardTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.UserAgentGoogleMobileTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.UserAgentGoogleMobileTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.UserAgentGoogleMobileTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.UserAgentOrderingTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.UserAgentOrderingTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.UserAgentOrderingTest.test_site_maps) ... ok test_bad_urls (test.test_robotparser.UserAgentWildcardTest.test_bad_urls) ... ok test_good_urls (test.test_robotparser.UserAgentWildcardTest.test_good_urls) ... ok test_site_maps (test.test_robotparser.UserAgentWildcardTest.test_site_maps) ... ok ---------------------------------------------------------------------- Ran 63 tests in 0.636s OK 0:15:22 load avg: 1.25 [298/432/1] test_runpy test_run_code (test.test_runpy.ExecutionLayerTestCase.test_run_code) ... ok test_run_module_code (test.test_runpy.ExecutionLayerTestCase.test_run_module_code) ... ok test_explicit_relative_import (test.test_runpy.RunModuleTestCase.test_explicit_relative_import) ... ok test_invalid_names (test.test_runpy.RunModuleTestCase.test_invalid_names) ... ok test_library_module (test.test_runpy.RunModuleTestCase.test_library_module) ... ok test_main_relative_import (test.test_runpy.RunModuleTestCase.test_main_relative_import) ... ok test_package_imported_no_warning (test.test_runpy.RunModuleTestCase.test_package_imported_no_warning) ... ok test_pkgutil_walk_packages (test.test_runpy.RunModuleTestCase.test_pkgutil_walk_packages) ... ok test_run_module (test.test_runpy.RunModuleTestCase.test_run_module) ... ok test_run_module_alter_sys (test.test_runpy.RunModuleTestCase.test_run_module_alter_sys) ... ok test_run_module_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_module_in_namespace_package) ... ok test_run_name (test.test_runpy.RunModuleTestCase.test_run_name) ... ok test_run_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package) ... ok test_run_namespace_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_namespace_package_in_namespace_package) ... ok test_run_package (test.test_runpy.RunModuleTestCase.test_run_package) ... ok test_run_package_alter_sys (test.test_runpy.RunModuleTestCase.test_run_package_alter_sys) ... ok test_run_package_in_namespace_package (test.test_runpy.RunModuleTestCase.test_run_package_in_namespace_package) ... ok test_run_package_init_exceptions (test.test_runpy.RunModuleTestCase.test_run_package_init_exceptions) ... ok test_submodule_imported_warning (test.test_runpy.RunModuleTestCase.test_submodule_imported_warning) ... ok test_basic_script (test.test_runpy.RunPathTestCase.test_basic_script) ... ok test_basic_script_no_suffix (test.test_runpy.RunPathTestCase.test_basic_script_no_suffix) ... ok test_basic_script_with_path_object (test.test_runpy.RunPathTestCase.test_basic_script_with_path_object) ... ok test_directory (test.test_runpy.RunPathTestCase.test_directory) ... ok test_directory_compiled (test.test_runpy.RunPathTestCase.test_directory_compiled) ... ok test_directory_error (test.test_runpy.RunPathTestCase.test_directory_error) ... ok test_encoding (test.test_runpy.RunPathTestCase.test_encoding) ... ok test_main_recursion_error (test.test_runpy.RunPathTestCase.test_main_recursion_error) ... ok test_script_compiled (test.test_runpy.RunPathTestCase.test_script_compiled) ... ok test_zipfile (test.test_runpy.RunPathTestCase.test_zipfile) ... ok test_zipfile_compiled (test.test_runpy.RunPathTestCase.test_zipfile_compiled) ... ok test_zipfile_error (test.test_runpy.RunPathTestCase.test_zipfile_error) ... ok test_pymain_run_command (test.test_runpy.TestExit.test_pymain_run_command) ... ok test_pymain_run_command_run_module (test.test_runpy.TestExit.test_pymain_run_command_run_module) ... ok test_pymain_run_file (test.test_runpy.TestExit.test_pymain_run_file) ... ok test_pymain_run_file_runpy_run_module (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module) ... ok test_pymain_run_file_runpy_run_module_as_main (test.test_runpy.TestExit.test_pymain_run_file_runpy_run_module_as_main) ... ok test_pymain_run_module (test.test_runpy.TestExit.test_pymain_run_module) ... ok test_pymain_run_stdin (test.test_runpy.TestExit.test_pymain_run_stdin) ... ok ---------------------------------------------------------------------- Ran 38 tests in 0.430s OK 0:15:23 load avg: 1.25 [299/432/1] test_sax test_1463026_1 (test.test_sax.BytesXmlgenTest.test_1463026_1) ... ok test_1463026_1_empty (test.test_sax.BytesXmlgenTest.test_1463026_1_empty) ... ok test_1463026_2 (test.test_sax.BytesXmlgenTest.test_1463026_2) ... ok test_1463026_2_empty (test.test_sax.BytesXmlgenTest.test_1463026_2_empty) ... ok test_1463026_3 (test.test_sax.BytesXmlgenTest.test_1463026_3) ... ok test_1463026_3_empty (test.test_sax.BytesXmlgenTest.test_1463026_3_empty) ... ok test_5027_1 (test.test_sax.BytesXmlgenTest.test_5027_1) ... ok test_5027_2 (test.test_sax.BytesXmlgenTest.test_5027_2) ... ok test_no_close_file (test.test_sax.BytesXmlgenTest.test_no_close_file) ... ok test_xmlgen_attr_escape (test.test_sax.BytesXmlgenTest.test_xmlgen_attr_escape) ... ok test_xmlgen_basic (test.test_sax.BytesXmlgenTest.test_xmlgen_basic) ... ok test_xmlgen_basic_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_basic_empty) ... ok test_xmlgen_content (test.test_sax.BytesXmlgenTest.test_xmlgen_content) ... ok test_xmlgen_content_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_content_empty) ... ok test_xmlgen_content_escape (test.test_sax.BytesXmlgenTest.test_xmlgen_content_escape) ... ok test_xmlgen_encoding (test.test_sax.BytesXmlgenTest.test_xmlgen_encoding) ... ok test_xmlgen_encoding_bytes (test.test_sax.BytesXmlgenTest.test_xmlgen_encoding_bytes) ... ok test_xmlgen_fragment (test.test_sax.BytesXmlgenTest.test_xmlgen_fragment) ... ok test_xmlgen_ignorable (test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable) ... ok test_xmlgen_ignorable_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_ignorable_empty) ... ok test_xmlgen_ns (test.test_sax.BytesXmlgenTest.test_xmlgen_ns) ... ok test_xmlgen_ns_empty (test.test_sax.BytesXmlgenTest.test_xmlgen_ns_empty) ... ok test_xmlgen_pi (test.test_sax.BytesXmlgenTest.test_xmlgen_pi) ... ok test_xmlgen_unencodable (test.test_sax.BytesXmlgenTest.test_xmlgen_unencodable) ... ok test_handlers (test.test_sax.CDATAHandlerTest.test_handlers) ... ok test_expat_incomplete (test.test_sax.ErrorReportingTest.test_expat_incomplete) ... ok test_expat_inpsource_location (test.test_sax.ErrorReportingTest.test_expat_inpsource_location) ... ok test_sax_parse_exception_str (test.test_sax.ErrorReportingTest.test_sax_parse_exception_str) ... ok test_expat_attrs_empty (test.test_sax.ExpatReaderTest.test_expat_attrs_empty) ... ok test_expat_attrs_wattr (test.test_sax.ExpatReaderTest.test_expat_attrs_wattr) ... ok test_expat_binary_file (test.test_sax.ExpatReaderTest.test_expat_binary_file) ... ok test_expat_binary_file_bytes_name (test.test_sax.ExpatReaderTest.test_expat_binary_file_bytes_name) ... ok test_expat_binary_file_int_name (test.test_sax.ExpatReaderTest.test_expat_binary_file_int_name) ... ok test_expat_binary_file_nonascii (test.test_sax.ExpatReaderTest.test_expat_binary_file_nonascii) ... ok test_expat_dtdhandler (test.test_sax.ExpatReaderTest.test_expat_dtdhandler) ... ok test_expat_entityresolver_default (test.test_sax.ExpatReaderTest.test_expat_entityresolver_default) ... ok test_expat_entityresolver_enabled (test.test_sax.ExpatReaderTest.test_expat_entityresolver_enabled) ... ok test_expat_external_dtd_default (test.test_sax.ExpatReaderTest.test_expat_external_dtd_default) ... ok test_expat_external_dtd_enabled (test.test_sax.ExpatReaderTest.test_expat_external_dtd_enabled) ... ok test_expat_incremental (test.test_sax.ExpatReaderTest.test_expat_incremental) ... ok test_expat_incremental_reset (test.test_sax.ExpatReaderTest.test_expat_incremental_reset) ... ok test_expat_inpsource_byte_stream (test.test_sax.ExpatReaderTest.test_expat_inpsource_byte_stream) ... ok test_expat_inpsource_character_stream (test.test_sax.ExpatReaderTest.test_expat_inpsource_character_stream) ... ok test_expat_inpsource_filename (test.test_sax.ExpatReaderTest.test_expat_inpsource_filename) ... ok test_expat_inpsource_sysid (test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid) ... ok test_expat_inpsource_sysid_nonascii (test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid_nonascii) ... ok test_expat_locator_noinfo (test.test_sax.ExpatReaderTest.test_expat_locator_noinfo) ... ok test_expat_locator_withinfo (test.test_sax.ExpatReaderTest.test_expat_locator_withinfo) ... ok test_expat_locator_withinfo_nonascii (test.test_sax.ExpatReaderTest.test_expat_locator_withinfo_nonascii) ... ok test_expat_nsattrs_empty (test.test_sax.ExpatReaderTest.test_expat_nsattrs_empty) ... ok test_expat_nsattrs_wattr (test.test_sax.ExpatReaderTest.test_expat_nsattrs_wattr) ... ok test_expat_text_file (test.test_sax.ExpatReaderTest.test_expat_text_file) ... ok test_handlers (test.test_sax.LexicalHandlerTest.test_handlers) ... ok test_make_parser2 (test.test_sax.MakeParserTest.test_make_parser2) ... ok test_make_parser3 (test.test_sax.MakeParserTest.test_make_parser3) ... ok test_make_parser4 (test.test_sax.MakeParserTest.test_make_parser4) ... ok test_make_parser5 (test.test_sax.MakeParserTest.test_make_parser5) ... ok test_parseString_bytes (test.test_sax.ParseTest.test_parseString_bytes) ... ok test_parseString_text (test.test_sax.ParseTest.test_parseString_text) ... ok test_parse_InputSource (test.test_sax.ParseTest.test_parse_InputSource) ... ok test_parse_bytes (test.test_sax.ParseTest.test_parse_bytes) ... ok test_parse_close_source (test.test_sax.ParseTest.test_parse_close_source) ... ok test_parse_path_object (test.test_sax.ParseTest.test_parse_path_object) ... ok test_parse_text (test.test_sax.ParseTest.test_parse_text) ... ok test_binary_file (test.test_sax.PrepareInputSourceTest.test_binary_file) ... ok test_byte_stream (test.test_sax.PrepareInputSourceTest.test_byte_stream) ... ok test_character_stream (test.test_sax.PrepareInputSourceTest.test_character_stream) ... ok test_path_objects (test.test_sax.PrepareInputSourceTest.test_path_objects) ... ok test_string (test.test_sax.PrepareInputSourceTest.test_string) ... ok test_system_id (test.test_sax.PrepareInputSourceTest.test_system_id) ... ok test_text_file (test.test_sax.PrepareInputSourceTest.test_text_file) ... ok test_double_quoteattr (test.test_sax.SaxutilsTest.test_double_quoteattr) ... ok test_escape_all (test.test_sax.SaxutilsTest.test_escape_all) ... ok test_escape_basic (test.test_sax.SaxutilsTest.test_escape_basic) ... ok test_escape_extra (test.test_sax.SaxutilsTest.test_escape_extra) ... ok test_make_parser (test.test_sax.SaxutilsTest.test_make_parser) ... ok test_quoteattr_basic (test.test_sax.SaxutilsTest.test_quoteattr_basic) ... ok test_single_double_quoteattr (test.test_sax.SaxutilsTest.test_single_double_quoteattr) ... ok test_single_quoteattr (test.test_sax.SaxutilsTest.test_single_quoteattr) ... ok test_unescape_all (test.test_sax.SaxutilsTest.test_unescape_all) ... ok test_unescape_amp_extra (test.test_sax.SaxutilsTest.test_unescape_amp_extra) ... ok test_unescape_basic (test.test_sax.SaxutilsTest.test_unescape_basic) ... ok test_unescape_extra (test.test_sax.SaxutilsTest.test_unescape_extra) ... ok test_1463026_1 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1) ... ok test_1463026_1_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1_empty) ... ok test_1463026_2 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2) ... ok test_1463026_2_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2_empty) ... ok test_1463026_3 (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3) ... ok test_1463026_3_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3_empty) ... ok test_5027_1 (test.test_sax.StreamReaderWriterXmlgenTest.test_5027_1) ... ok test_5027_2 (test.test_sax.StreamReaderWriterXmlgenTest.test_5027_2) ... ok test_no_close_file (test.test_sax.StreamReaderWriterXmlgenTest.test_no_close_file) ... ok test_xmlgen_attr_escape (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_attr_escape) ... ok test_xmlgen_basic (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic) ... ok test_xmlgen_basic_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic_empty) ... ok test_xmlgen_content (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content) ... ok test_xmlgen_content_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_empty) ... ok test_xmlgen_content_escape (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_escape) ... ok test_xmlgen_encoding (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding) ... ok test_xmlgen_encoding_bytes (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding_bytes) ... ok test_xmlgen_fragment (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_fragment) ... ok test_xmlgen_ignorable (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable) ... ok test_xmlgen_ignorable_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable_empty) ... ok test_xmlgen_ns (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns) ... ok test_xmlgen_ns_empty (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns_empty) ... ok test_xmlgen_pi (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_pi) ... ok test_xmlgen_unencodable (test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_unencodable) ... ok test_1463026_1 (test.test_sax.StreamWriterXmlgenTest.test_1463026_1) ... ok test_1463026_1_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_1_empty) ... ok test_1463026_2 (test.test_sax.StreamWriterXmlgenTest.test_1463026_2) ... ok test_1463026_2_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_2_empty) ... ok test_1463026_3 (test.test_sax.StreamWriterXmlgenTest.test_1463026_3) ... ok test_1463026_3_empty (test.test_sax.StreamWriterXmlgenTest.test_1463026_3_empty) ... ok test_5027_1 (test.test_sax.StreamWriterXmlgenTest.test_5027_1) ... ok test_5027_2 (test.test_sax.StreamWriterXmlgenTest.test_5027_2) ... ok test_no_close_file (test.test_sax.StreamWriterXmlgenTest.test_no_close_file) ... ok test_xmlgen_attr_escape (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_attr_escape) ... ok test_xmlgen_basic (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic) ... ok test_xmlgen_basic_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_basic_empty) ... ok test_xmlgen_content (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content) ... ok test_xmlgen_content_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_empty) ... ok test_xmlgen_content_escape (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_content_escape) ... ok test_xmlgen_encoding (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding) ... ok test_xmlgen_encoding_bytes (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_encoding_bytes) ... ok test_xmlgen_fragment (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_fragment) ... ok test_xmlgen_ignorable (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable) ... ok test_xmlgen_ignorable_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ignorable_empty) ... ok test_xmlgen_ns (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns) ... ok test_xmlgen_ns_empty (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_ns_empty) ... ok test_xmlgen_pi (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_pi) ... ok test_xmlgen_unencodable (test.test_sax.StreamWriterXmlgenTest.test_xmlgen_unencodable) ... ok test_1463026_1 (test.test_sax.StringXmlgenTest.test_1463026_1) ... ok test_1463026_1_empty (test.test_sax.StringXmlgenTest.test_1463026_1_empty) ... ok test_1463026_2 (test.test_sax.StringXmlgenTest.test_1463026_2) ... ok test_1463026_2_empty (test.test_sax.StringXmlgenTest.test_1463026_2_empty) ... ok test_1463026_3 (test.test_sax.StringXmlgenTest.test_1463026_3) ... ok test_1463026_3_empty (test.test_sax.StringXmlgenTest.test_1463026_3_empty) ... ok test_5027_1 (test.test_sax.StringXmlgenTest.test_5027_1) ... ok test_5027_2 (test.test_sax.StringXmlgenTest.test_5027_2) ... ok test_no_close_file (test.test_sax.StringXmlgenTest.test_no_close_file) ... ok test_xmlgen_attr_escape (test.test_sax.StringXmlgenTest.test_xmlgen_attr_escape) ... ok test_xmlgen_basic (test.test_sax.StringXmlgenTest.test_xmlgen_basic) ... ok test_xmlgen_basic_empty (test.test_sax.StringXmlgenTest.test_xmlgen_basic_empty) ... ok test_xmlgen_content (test.test_sax.StringXmlgenTest.test_xmlgen_content) ... ok test_xmlgen_content_empty (test.test_sax.StringXmlgenTest.test_xmlgen_content_empty) ... ok test_xmlgen_content_escape (test.test_sax.StringXmlgenTest.test_xmlgen_content_escape) ... ok test_xmlgen_encoding (test.test_sax.StringXmlgenTest.test_xmlgen_encoding) ... ok test_xmlgen_encoding_bytes (test.test_sax.StringXmlgenTest.test_xmlgen_encoding_bytes) ... ok test_xmlgen_fragment (test.test_sax.StringXmlgenTest.test_xmlgen_fragment) ... ok test_xmlgen_ignorable (test.test_sax.StringXmlgenTest.test_xmlgen_ignorable) ... ok test_xmlgen_ignorable_empty (test.test_sax.StringXmlgenTest.test_xmlgen_ignorable_empty) ... ok test_xmlgen_ns (test.test_sax.StringXmlgenTest.test_xmlgen_ns) ... ok test_xmlgen_ns_empty (test.test_sax.StringXmlgenTest.test_xmlgen_ns_empty) ... ok test_xmlgen_pi (test.test_sax.StringXmlgenTest.test_xmlgen_pi) ... ok test_1463026_1 (test.test_sax.WriterXmlgenTest.test_1463026_1) ... ok test_1463026_1_empty (test.test_sax.WriterXmlgenTest.test_1463026_1_empty) ... ok test_1463026_2 (test.test_sax.WriterXmlgenTest.test_1463026_2) ... ok test_1463026_2_empty (test.test_sax.WriterXmlgenTest.test_1463026_2_empty) ... ok test_1463026_3 (test.test_sax.WriterXmlgenTest.test_1463026_3) ... ok test_1463026_3_empty (test.test_sax.WriterXmlgenTest.test_1463026_3_empty) ... ok test_5027_1 (test.test_sax.WriterXmlgenTest.test_5027_1) ... ok test_5027_2 (test.test_sax.WriterXmlgenTest.test_5027_2) ... ok test_no_close_file (test.test_sax.WriterXmlgenTest.test_no_close_file) ... ok test_xmlgen_attr_escape (test.test_sax.WriterXmlgenTest.test_xmlgen_attr_escape) ... ok test_xmlgen_basic (test.test_sax.WriterXmlgenTest.test_xmlgen_basic) ... ok test_xmlgen_basic_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_basic_empty) ... ok test_xmlgen_content (test.test_sax.WriterXmlgenTest.test_xmlgen_content) ... ok test_xmlgen_content_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_content_empty) ... ok test_xmlgen_content_escape (test.test_sax.WriterXmlgenTest.test_xmlgen_content_escape) ... ok test_xmlgen_encoding (test.test_sax.WriterXmlgenTest.test_xmlgen_encoding) ... ok test_xmlgen_encoding_bytes (test.test_sax.WriterXmlgenTest.test_xmlgen_encoding_bytes) ... ok test_xmlgen_fragment (test.test_sax.WriterXmlgenTest.test_xmlgen_fragment) ... ok test_xmlgen_ignorable (test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable) ... ok test_xmlgen_ignorable_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_ignorable_empty) ... ok test_xmlgen_ns (test.test_sax.WriterXmlgenTest.test_xmlgen_ns) ... ok test_xmlgen_ns_empty (test.test_sax.WriterXmlgenTest.test_xmlgen_ns_empty) ... ok test_xmlgen_pi (test.test_sax.WriterXmlgenTest.test_xmlgen_pi) ... ok test_xmlgen_unencodable (test.test_sax.WriterXmlgenTest.test_xmlgen_unencodable) ... ok test_filter_basic (test.test_sax.XMLFilterBaseTest.test_filter_basic) ... ok test_attrs_empty (test.test_sax.XmlReaderTest.test_attrs_empty) ... ok test_attrs_wattr (test.test_sax.XmlReaderTest.test_attrs_wattr) ... ok test_nsattrs_empty (test.test_sax.XmlReaderTest.test_nsattrs_empty) ... ok test_nsattrs_wattr (test.test_sax.XmlReaderTest.test_nsattrs_wattr) ... ok ---------------------------------------------------------------------- Ran 183 tests in 0.020s OK 0:15:24 load avg: 1.25 [300/432/1] test_sched test_args_kwargs (test.test_sched.TestCase.test_args_kwargs) ... ok test_cancel (test.test_sched.TestCase.test_cancel) ... ok test_cancel_concurrent (test.test_sched.TestCase.test_cancel_concurrent) ... ok test_cancel_correct_event (test.test_sched.TestCase.test_cancel_correct_event) ... ok test_empty (test.test_sched.TestCase.test_empty) ... ok test_enter (test.test_sched.TestCase.test_enter) ... ok test_enter_concurrent (test.test_sched.TestCase.test_enter_concurrent) ... ok test_enterabs (test.test_sched.TestCase.test_enterabs) ... ok test_priority (test.test_sched.TestCase.test_priority) ... ok test_queue (test.test_sched.TestCase.test_queue) ... ok test_run_non_blocking (test.test_sched.TestCase.test_run_non_blocking) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.544s OK 0:15:26 load avg: 1.25 [301/432/1] test_scope testBoundAndFree (test.test_scope.ScopeTests.testBoundAndFree) ... ok testCellIsArgAndEscapes (test.test_scope.ScopeTests.testCellIsArgAndEscapes) ... ok testCellIsKwonlyArg (test.test_scope.ScopeTests.testCellIsKwonlyArg) ... ok testCellIsLocalAndEscapes (test.test_scope.ScopeTests.testCellIsLocalAndEscapes) ... ok testCellLeak (test.test_scope.ScopeTests.testCellLeak) ... ok testClassAndGlobal (test.test_scope.ScopeTests.testClassAndGlobal) ... ok testClassNamespaceOverridesClosure (test.test_scope.ScopeTests.testClassNamespaceOverridesClosure) ... ok testComplexDefinitions (test.test_scope.ScopeTests.testComplexDefinitions) ... ok testEvalExecFreeVars (test.test_scope.ScopeTests.testEvalExecFreeVars) ... ok testEvalFreeVars (test.test_scope.ScopeTests.testEvalFreeVars) ... ok testExtraNesting (test.test_scope.ScopeTests.testExtraNesting) ... ok testFreeVarInMethod (test.test_scope.ScopeTests.testFreeVarInMethod) ... ok testFreeingCell (test.test_scope.ScopeTests.testFreeingCell) ... ok testGlobalInParallelNestedFunctions (test.test_scope.ScopeTests.testGlobalInParallelNestedFunctions) ... ok testInteractionWithTraceFunc (test.test_scope.ScopeTests.testInteractionWithTraceFunc) ... ok testLambdas (test.test_scope.ScopeTests.testLambdas) ... ok testLeaks (test.test_scope.ScopeTests.testLeaks) ... ok testListCompLocalVars (test.test_scope.ScopeTests.testListCompLocalVars) ... ok testLocalsClass (test.test_scope.ScopeTests.testLocalsClass) ... ok testLocalsClass_WithTrace (test.test_scope.ScopeTests.testLocalsClass_WithTrace) ... ok testLocalsFunction (test.test_scope.ScopeTests.testLocalsFunction) ... ok testMixedFreevarsAndCellvars (test.test_scope.ScopeTests.testMixedFreevarsAndCellvars) ... ok testNearestEnclosingScope (test.test_scope.ScopeTests.testNearestEnclosingScope) ... ok testNestedNonLocal (test.test_scope.ScopeTests.testNestedNonLocal) ... ok testNestingGlobalNoFree (test.test_scope.ScopeTests.testNestingGlobalNoFree) ... ok testNestingPlusFreeRefToGlobal (test.test_scope.ScopeTests.testNestingPlusFreeRefToGlobal) ... ok testNestingThroughClass (test.test_scope.ScopeTests.testNestingThroughClass) ... ok testNonLocalClass (test.test_scope.ScopeTests.testNonLocalClass) ... ok testNonLocalFunction (test.test_scope.ScopeTests.testNonLocalFunction) ... ok testNonLocalGenerator (test.test_scope.ScopeTests.testNonLocalGenerator) ... ok testNonLocalMethod (test.test_scope.ScopeTests.testNonLocalMethod) ... ok testRecursion (test.test_scope.ScopeTests.testRecursion) ... ok testScopeOfGlobalStmt (test.test_scope.ScopeTests.testScopeOfGlobalStmt) ... ok testSimpleAndRebinding (test.test_scope.ScopeTests.testSimpleAndRebinding) ... ok testSimpleNesting (test.test_scope.ScopeTests.testSimpleNesting) ... ok testTopIsNotSignificant (test.test_scope.ScopeTests.testTopIsNotSignificant) ... ok testUnboundLocal (test.test_scope.ScopeTests.testUnboundLocal) ... ok testUnboundLocal_AfterDel (test.test_scope.ScopeTests.testUnboundLocal_AfterDel) ... ok testUnboundLocal_AugAssign (test.test_scope.ScopeTests.testUnboundLocal_AugAssign) ... ok testUnoptimizedNamespaces (test.test_scope.ScopeTests.testUnoptimizedNamespaces) ... ok ---------------------------------------------------------------------- Ran 40 tests in 0.367s OK 0:15:27 load avg: 1.25 [302/432/1] test_script_helper test_assert_python_failure (test.test_script_helper.TestScriptHelper.test_assert_python_failure) ... ok test_assert_python_failure_raises (test.test_script_helper.TestScriptHelper.test_assert_python_failure_raises) ... ok test_assert_python_isolated_when_env_not_required (test.test_script_helper.TestScriptHelper.test_assert_python_isolated_when_env_not_required) ... ok test_assert_python_not_isolated_when_env_is_required (test.test_script_helper.TestScriptHelper.test_assert_python_not_isolated_when_env_is_required) Ensure that -I is not passed when the environment is required. ... ok test_assert_python_ok (test.test_script_helper.TestScriptHelper.test_assert_python_ok) ... ok test_assert_python_ok_raises (test.test_script_helper.TestScriptHelper.test_assert_python_ok_raises) ... ok test_interpreter_requires_environment_details (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_details) ... ok test_interpreter_requires_environment_false (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_false) ... ok test_interpreter_requires_environment_true (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_true) ... ok test_interpreter_requires_environment_with_pythonhome (test.test_script_helper.TestScriptHelperEnvironment.test_interpreter_requires_environment_with_pythonhome) ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.036s OK 0:15:27 load avg: 1.23 [303/432/1] test_secrets test_bad_types (test.test_secrets.Compare_Digest_Tests.test_bad_types) ... ok test_bool (test.test_secrets.Compare_Digest_Tests.test_bool) ... ok test_equal (test.test_secrets.Compare_Digest_Tests.test_equal) ... ok test_unequal (test.test_secrets.Compare_Digest_Tests.test_unequal) ... ok test_choice (test.test_secrets.Random_Tests.test_choice) ... ok test_randbelow (test.test_secrets.Random_Tests.test_randbelow) ... ok test_randbits (test.test_secrets.Random_Tests.test_randbits) ... ok test_token_bytes (test.test_secrets.Token_Tests.test_token_bytes) ... ok test_token_defaults (test.test_secrets.Token_Tests.test_token_defaults) ... ok test_token_hex (test.test_secrets.Token_Tests.test_token_hex) ... ok test_token_urlsafe (test.test_secrets.Token_Tests.test_token_urlsafe) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.001s OK 0:15:28 load avg: 1.23 [304/432/1] test_select test_disallow_instantiation (test.test_select.SelectTestCase.test_disallow_instantiation) ... ok test_errno (test.test_select.SelectTestCase.test_errno) ... ok test_error_conditions (test.test_select.SelectTestCase.test_error_conditions) ... ok test_returned_list_identity (test.test_select.SelectTestCase.test_returned_list_identity) ... ok 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 test_select_mutated (test.test_select.SelectTestCase.test_select_mutated) ... ok ---------------------------------------------------------------------- Ran 6 tests in 1.515s OK 0:15:30 load avg: 1.23 [305/432/1] test_selectors test_close (test.test_selectors.DefaultSelectorTestCase.test_close) ... ok test_context_manager (test.test_selectors.DefaultSelectorTestCase.test_context_manager) ... ok test_empty_select (test.test_selectors.DefaultSelectorTestCase.test_empty_select) ... ok test_fileno (test.test_selectors.DefaultSelectorTestCase.test_fileno) ... ok test_get_key (test.test_selectors.DefaultSelectorTestCase.test_get_key) ... ok test_get_map (test.test_selectors.DefaultSelectorTestCase.test_get_map) ... ok test_modify (test.test_selectors.DefaultSelectorTestCase.test_modify) ... ok test_modify_unregister (test.test_selectors.DefaultSelectorTestCase.test_modify_unregister) ... ok test_register (test.test_selectors.DefaultSelectorTestCase.test_register) ... ok test_select (test.test_selectors.DefaultSelectorTestCase.test_select) ... ok test_select_interrupt_exc (test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_exc) ... ok test_select_interrupt_noraise (test.test_selectors.DefaultSelectorTestCase.test_select_interrupt_noraise) ... ok test_selector (test.test_selectors.DefaultSelectorTestCase.test_selector) ... ok test_timeout (test.test_selectors.DefaultSelectorTestCase.test_timeout) ... ok test_unregister (test.test_selectors.DefaultSelectorTestCase.test_unregister) ... ok test_unregister_after_fd_close (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close) ... ok test_unregister_after_fd_close_and_reuse (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_fd_close_and_reuse) ... ok test_unregister_after_socket_close (test.test_selectors.DefaultSelectorTestCase.test_unregister_after_socket_close) ... ok test_above_fd_setsize (test.test_selectors.DevpollSelectorTestCase.test_above_fd_setsize) ... skipped 'Test needs selectors.DevpollSelector' test_close (test.test_selectors.DevpollSelectorTestCase.test_close) ... skipped 'Test needs selectors.DevpollSelector' test_context_manager (test.test_selectors.DevpollSelectorTestCase.test_context_manager) ... skipped 'Test needs selectors.DevpollSelector' test_empty_select (test.test_selectors.DevpollSelectorTestCase.test_empty_select) ... skipped 'Test needs selectors.DevpollSelector' test_fileno (test.test_selectors.DevpollSelectorTestCase.test_fileno) ... skipped 'Test needs selectors.DevpollSelector' test_get_key (test.test_selectors.DevpollSelectorTestCase.test_get_key) ... skipped 'Test needs selectors.DevpollSelector' test_get_map (test.test_selectors.DevpollSelectorTestCase.test_get_map) ... skipped 'Test needs selectors.DevpollSelector' test_modify (test.test_selectors.DevpollSelectorTestCase.test_modify) ... skipped 'Test needs selectors.DevpollSelector' test_modify_unregister (test.test_selectors.DevpollSelectorTestCase.test_modify_unregister) ... skipped 'Test needs selectors.DevpollSelector' test_register (test.test_selectors.DevpollSelectorTestCase.test_register) ... skipped 'Test needs selectors.DevpollSelector' test_select (test.test_selectors.DevpollSelectorTestCase.test_select) ... skipped 'Test needs selectors.DevpollSelector' test_select_interrupt_exc (test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_exc) ... skipped 'Test needs selectors.DevpollSelector' test_select_interrupt_noraise (test.test_selectors.DevpollSelectorTestCase.test_select_interrupt_noraise) ... skipped 'Test needs selectors.DevpollSelector' test_selector (test.test_selectors.DevpollSelectorTestCase.test_selector) ... skipped 'Test needs selectors.DevpollSelector' test_timeout (test.test_selectors.DevpollSelectorTestCase.test_timeout) ... skipped 'Test needs selectors.DevpollSelector' test_unregister (test.test_selectors.DevpollSelectorTestCase.test_unregister) ... skipped 'Test needs selectors.DevpollSelector' test_unregister_after_fd_close (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close) ... skipped 'Test needs selectors.DevpollSelector' test_unregister_after_fd_close_and_reuse (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_fd_close_and_reuse) ... skipped 'Test needs selectors.DevpollSelector' test_unregister_after_socket_close (test.test_selectors.DevpollSelectorTestCase.test_unregister_after_socket_close) ... skipped 'Test needs selectors.DevpollSelector' test_above_fd_setsize (test.test_selectors.EpollSelectorTestCase.test_above_fd_setsize) ... ok test_close (test.test_selectors.EpollSelectorTestCase.test_close) ... ok test_context_manager (test.test_selectors.EpollSelectorTestCase.test_context_manager) ... ok test_empty_select (test.test_selectors.EpollSelectorTestCase.test_empty_select) ... ok test_fileno (test.test_selectors.EpollSelectorTestCase.test_fileno) ... ok test_get_key (test.test_selectors.EpollSelectorTestCase.test_get_key) ... ok test_get_map (test.test_selectors.EpollSelectorTestCase.test_get_map) ... ok test_modify (test.test_selectors.EpollSelectorTestCase.test_modify) ... ok test_modify_unregister (test.test_selectors.EpollSelectorTestCase.test_modify_unregister) ... ok test_register (test.test_selectors.EpollSelectorTestCase.test_register) ... ok test_register_file (test.test_selectors.EpollSelectorTestCase.test_register_file) ... ok test_select (test.test_selectors.EpollSelectorTestCase.test_select) ... ok test_select_interrupt_exc (test.test_selectors.EpollSelectorTestCase.test_select_interrupt_exc) ... ok test_select_interrupt_noraise (test.test_selectors.EpollSelectorTestCase.test_select_interrupt_noraise) ... ok test_selector (test.test_selectors.EpollSelectorTestCase.test_selector) ... ok test_timeout (test.test_selectors.EpollSelectorTestCase.test_timeout) ... ok test_unregister (test.test_selectors.EpollSelectorTestCase.test_unregister) ... ok test_unregister_after_fd_close (test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close) ... ok test_unregister_after_fd_close_and_reuse (test.test_selectors.EpollSelectorTestCase.test_unregister_after_fd_close_and_reuse) ... ok test_unregister_after_socket_close (test.test_selectors.EpollSelectorTestCase.test_unregister_after_socket_close) ... ok test_above_fd_setsize (test.test_selectors.KqueueSelectorTestCase.test_above_fd_setsize) ... skipped 'Test needs selectors.KqueueSelector)' test_close (test.test_selectors.KqueueSelectorTestCase.test_close) ... skipped 'Test needs selectors.KqueueSelector)' test_context_manager (test.test_selectors.KqueueSelectorTestCase.test_context_manager) ... skipped 'Test needs selectors.KqueueSelector)' test_empty_select (test.test_selectors.KqueueSelectorTestCase.test_empty_select) ... skipped 'Test needs selectors.KqueueSelector)' test_empty_select_timeout (test.test_selectors.KqueueSelectorTestCase.test_empty_select_timeout) ... skipped 'Test needs selectors.KqueueSelector)' test_fileno (test.test_selectors.KqueueSelectorTestCase.test_fileno) ... skipped 'Test needs selectors.KqueueSelector)' test_get_key (test.test_selectors.KqueueSelectorTestCase.test_get_key) ... skipped 'Test needs selectors.KqueueSelector)' test_get_map (test.test_selectors.KqueueSelectorTestCase.test_get_map) ... skipped 'Test needs selectors.KqueueSelector)' test_modify (test.test_selectors.KqueueSelectorTestCase.test_modify) ... skipped 'Test needs selectors.KqueueSelector)' test_modify_unregister (test.test_selectors.KqueueSelectorTestCase.test_modify_unregister) ... skipped 'Test needs selectors.KqueueSelector)' test_register (test.test_selectors.KqueueSelectorTestCase.test_register) ... skipped 'Test needs selectors.KqueueSelector)' test_register_bad_fd (test.test_selectors.KqueueSelectorTestCase.test_register_bad_fd) ... skipped 'Test needs selectors.KqueueSelector)' test_select (test.test_selectors.KqueueSelectorTestCase.test_select) ... skipped 'Test needs selectors.KqueueSelector)' test_select_interrupt_exc (test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_exc) ... skipped 'Test needs selectors.KqueueSelector)' test_select_interrupt_noraise (test.test_selectors.KqueueSelectorTestCase.test_select_interrupt_noraise) ... skipped 'Test needs selectors.KqueueSelector)' test_selector (test.test_selectors.KqueueSelectorTestCase.test_selector) ... skipped 'Test needs selectors.KqueueSelector)' test_timeout (test.test_selectors.KqueueSelectorTestCase.test_timeout) ... skipped 'Test needs selectors.KqueueSelector)' test_unregister (test.test_selectors.KqueueSelectorTestCase.test_unregister) ... skipped 'Test needs selectors.KqueueSelector)' test_unregister_after_fd_close (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close) ... skipped 'Test needs selectors.KqueueSelector)' test_unregister_after_fd_close_and_reuse (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_fd_close_and_reuse) ... skipped 'Test needs selectors.KqueueSelector)' test_unregister_after_socket_close (test.test_selectors.KqueueSelectorTestCase.test_unregister_after_socket_close) ... skipped 'Test needs selectors.KqueueSelector)' test_above_fd_setsize (test.test_selectors.PollSelectorTestCase.test_above_fd_setsize) ... ok test_close (test.test_selectors.PollSelectorTestCase.test_close) ... ok test_context_manager (test.test_selectors.PollSelectorTestCase.test_context_manager) ... ok test_empty_select (test.test_selectors.PollSelectorTestCase.test_empty_select) ... ok test_fileno (test.test_selectors.PollSelectorTestCase.test_fileno) ... ok test_get_key (test.test_selectors.PollSelectorTestCase.test_get_key) ... ok test_get_map (test.test_selectors.PollSelectorTestCase.test_get_map) ... ok test_modify (test.test_selectors.PollSelectorTestCase.test_modify) ... ok test_modify_unregister (test.test_selectors.PollSelectorTestCase.test_modify_unregister) ... ok test_register (test.test_selectors.PollSelectorTestCase.test_register) ... ok test_select (test.test_selectors.PollSelectorTestCase.test_select) ... ok test_select_interrupt_exc (test.test_selectors.PollSelectorTestCase.test_select_interrupt_exc) ... ok test_select_interrupt_noraise (test.test_selectors.PollSelectorTestCase.test_select_interrupt_noraise) ... ok test_selector (test.test_selectors.PollSelectorTestCase.test_selector) ... ok test_timeout (test.test_selectors.PollSelectorTestCase.test_timeout) ... ok test_unregister (test.test_selectors.PollSelectorTestCase.test_unregister) ... ok test_unregister_after_fd_close (test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close) ... ok test_unregister_after_fd_close_and_reuse (test.test_selectors.PollSelectorTestCase.test_unregister_after_fd_close_and_reuse) ... ok test_unregister_after_socket_close (test.test_selectors.PollSelectorTestCase.test_unregister_after_socket_close) ... ok test_close (test.test_selectors.SelectSelectorTestCase.test_close) ... ok test_context_manager (test.test_selectors.SelectSelectorTestCase.test_context_manager) ... ok test_empty_select (test.test_selectors.SelectSelectorTestCase.test_empty_select) ... ok test_fileno (test.test_selectors.SelectSelectorTestCase.test_fileno) ... ok test_get_key (test.test_selectors.SelectSelectorTestCase.test_get_key) ... ok test_get_map (test.test_selectors.SelectSelectorTestCase.test_get_map) ... ok test_modify (test.test_selectors.SelectSelectorTestCase.test_modify) ... ok test_modify_unregister (test.test_selectors.SelectSelectorTestCase.test_modify_unregister) ... skipped '' test_register (test.test_selectors.SelectSelectorTestCase.test_register) ... ok test_select (test.test_selectors.SelectSelectorTestCase.test_select) ... ok test_select_interrupt_exc (test.test_selectors.SelectSelectorTestCase.test_select_interrupt_exc) ... ok test_select_interrupt_noraise (test.test_selectors.SelectSelectorTestCase.test_select_interrupt_noraise) ... ok test_selector (test.test_selectors.SelectSelectorTestCase.test_selector) ... ok test_timeout (test.test_selectors.SelectSelectorTestCase.test_timeout) ... ok test_unregister (test.test_selectors.SelectSelectorTestCase.test_unregister) ... ok test_unregister_after_fd_close (test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close) ... ok test_unregister_after_fd_close_and_reuse (test.test_selectors.SelectSelectorTestCase.test_unregister_after_fd_close_and_reuse) ... ok test_unregister_after_socket_close (test.test_selectors.SelectSelectorTestCase.test_unregister_after_socket_close) ... ok ---------------------------------------------------------------------- Ran 115 tests in 16.097s OK (skipped=41) 0:15:47 load avg: 1.15 [306/432/1] test_set test_copy (test.test_set.TestBasicOpsBytes.test_copy) ... ok test_empty_difference (test.test_set.TestBasicOpsBytes.test_empty_difference) ... ok test_empty_difference_rev (test.test_set.TestBasicOpsBytes.test_empty_difference_rev) ... ok test_empty_intersection (test.test_set.TestBasicOpsBytes.test_empty_intersection) ... ok test_empty_isdisjoint (test.test_set.TestBasicOpsBytes.test_empty_isdisjoint) ... ok test_empty_symmetric_difference (test.test_set.TestBasicOpsBytes.test_empty_symmetric_difference) ... ok test_empty_union (test.test_set.TestBasicOpsBytes.test_empty_union) ... ok test_equivalent_equality (test.test_set.TestBasicOpsBytes.test_equivalent_equality) ... ok test_intersection_empty (test.test_set.TestBasicOpsBytes.test_intersection_empty) ... ok test_isdisjoint_empty (test.test_set.TestBasicOpsBytes.test_isdisjoint_empty) ... ok test_issue_37219 (test.test_set.TestBasicOpsBytes.test_issue_37219) ... ok test_iteration (test.test_set.TestBasicOpsBytes.test_iteration) ... ok test_length (test.test_set.TestBasicOpsBytes.test_length) ... ok test_pickling (test.test_set.TestBasicOpsBytes.test_pickling) ... ok test_repr (test.test_set.TestBasicOpsBytes.test_repr) ... ok test_self_difference (test.test_set.TestBasicOpsBytes.test_self_difference) ... ok test_self_equality (test.test_set.TestBasicOpsBytes.test_self_equality) ... ok test_self_intersection (test.test_set.TestBasicOpsBytes.test_self_intersection) ... ok test_self_isdisjoint (test.test_set.TestBasicOpsBytes.test_self_isdisjoint) ... ok test_self_symmetric_difference (test.test_set.TestBasicOpsBytes.test_self_symmetric_difference) ... ok test_self_union (test.test_set.TestBasicOpsBytes.test_self_union) ... ok test_union_empty (test.test_set.TestBasicOpsBytes.test_union_empty) ... ok test_copy (test.test_set.TestBasicOpsEmpty.test_copy) ... ok test_empty_difference (test.test_set.TestBasicOpsEmpty.test_empty_difference) ... ok test_empty_difference_rev (test.test_set.TestBasicOpsEmpty.test_empty_difference_rev) ... ok test_empty_intersection (test.test_set.TestBasicOpsEmpty.test_empty_intersection) ... ok test_empty_isdisjoint (test.test_set.TestBasicOpsEmpty.test_empty_isdisjoint) ... ok test_empty_symmetric_difference (test.test_set.TestBasicOpsEmpty.test_empty_symmetric_difference) ... ok test_empty_union (test.test_set.TestBasicOpsEmpty.test_empty_union) ... ok test_equivalent_equality (test.test_set.TestBasicOpsEmpty.test_equivalent_equality) ... ok test_intersection_empty (test.test_set.TestBasicOpsEmpty.test_intersection_empty) ... ok test_isdisjoint_empty (test.test_set.TestBasicOpsEmpty.test_isdisjoint_empty) ... ok test_issue_37219 (test.test_set.TestBasicOpsEmpty.test_issue_37219) ... ok test_iteration (test.test_set.TestBasicOpsEmpty.test_iteration) ... ok test_length (test.test_set.TestBasicOpsEmpty.test_length) ... ok test_pickling (test.test_set.TestBasicOpsEmpty.test_pickling) ... ok test_repr (test.test_set.TestBasicOpsEmpty.test_repr) ... ok test_self_difference (test.test_set.TestBasicOpsEmpty.test_self_difference) ... ok test_self_equality (test.test_set.TestBasicOpsEmpty.test_self_equality) ... ok test_self_intersection (test.test_set.TestBasicOpsEmpty.test_self_intersection) ... ok test_self_isdisjoint (test.test_set.TestBasicOpsEmpty.test_self_isdisjoint) ... ok test_self_symmetric_difference (test.test_set.TestBasicOpsEmpty.test_self_symmetric_difference) ... ok test_self_union (test.test_set.TestBasicOpsEmpty.test_self_union) ... ok test_union_empty (test.test_set.TestBasicOpsEmpty.test_union_empty) ... ok test_copy (test.test_set.TestBasicOpsMixedStringBytes.test_copy) ... ok test_empty_difference (test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference) ... ok test_empty_difference_rev (test.test_set.TestBasicOpsMixedStringBytes.test_empty_difference_rev) ... ok test_empty_intersection (test.test_set.TestBasicOpsMixedStringBytes.test_empty_intersection) ... ok test_empty_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes.test_empty_isdisjoint) ... ok test_empty_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes.test_empty_symmetric_difference) ... ok test_empty_union (test.test_set.TestBasicOpsMixedStringBytes.test_empty_union) ... ok test_equivalent_equality (test.test_set.TestBasicOpsMixedStringBytes.test_equivalent_equality) ... ok test_intersection_empty (test.test_set.TestBasicOpsMixedStringBytes.test_intersection_empty) ... ok test_isdisjoint_empty (test.test_set.TestBasicOpsMixedStringBytes.test_isdisjoint_empty) ... ok test_issue_37219 (test.test_set.TestBasicOpsMixedStringBytes.test_issue_37219) ... ok test_iteration (test.test_set.TestBasicOpsMixedStringBytes.test_iteration) ... ok test_length (test.test_set.TestBasicOpsMixedStringBytes.test_length) ... ok test_pickling (test.test_set.TestBasicOpsMixedStringBytes.test_pickling) ... ok test_repr (test.test_set.TestBasicOpsMixedStringBytes.test_repr) ... ok test_self_difference (test.test_set.TestBasicOpsMixedStringBytes.test_self_difference) ... ok test_self_equality (test.test_set.TestBasicOpsMixedStringBytes.test_self_equality) ... ok test_self_intersection (test.test_set.TestBasicOpsMixedStringBytes.test_self_intersection) ... ok test_self_isdisjoint (test.test_set.TestBasicOpsMixedStringBytes.test_self_isdisjoint) ... ok test_self_symmetric_difference (test.test_set.TestBasicOpsMixedStringBytes.test_self_symmetric_difference) ... ok test_self_union (test.test_set.TestBasicOpsMixedStringBytes.test_self_union) ... ok test_union_empty (test.test_set.TestBasicOpsMixedStringBytes.test_union_empty) ... ok test_copy (test.test_set.TestBasicOpsSingleton.test_copy) ... ok test_empty_difference (test.test_set.TestBasicOpsSingleton.test_empty_difference) ... ok test_empty_difference_rev (test.test_set.TestBasicOpsSingleton.test_empty_difference_rev) ... ok test_empty_intersection (test.test_set.TestBasicOpsSingleton.test_empty_intersection) ... ok test_empty_isdisjoint (test.test_set.TestBasicOpsSingleton.test_empty_isdisjoint) ... ok test_empty_symmetric_difference (test.test_set.TestBasicOpsSingleton.test_empty_symmetric_difference) ... ok test_empty_union (test.test_set.TestBasicOpsSingleton.test_empty_union) ... ok test_equivalent_equality (test.test_set.TestBasicOpsSingleton.test_equivalent_equality) ... ok test_in (test.test_set.TestBasicOpsSingleton.test_in) ... ok test_intersection_empty (test.test_set.TestBasicOpsSingleton.test_intersection_empty) ... ok test_isdisjoint_empty (test.test_set.TestBasicOpsSingleton.test_isdisjoint_empty) ... ok test_issue_37219 (test.test_set.TestBasicOpsSingleton.test_issue_37219) ... ok test_iteration (test.test_set.TestBasicOpsSingleton.test_iteration) ... ok test_length (test.test_set.TestBasicOpsSingleton.test_length) ... ok test_not_in (test.test_set.TestBasicOpsSingleton.test_not_in) ... ok test_pickling (test.test_set.TestBasicOpsSingleton.test_pickling) ... ok test_repr (test.test_set.TestBasicOpsSingleton.test_repr) ... ok test_self_difference (test.test_set.TestBasicOpsSingleton.test_self_difference) ... ok test_self_equality (test.test_set.TestBasicOpsSingleton.test_self_equality) ... ok test_self_intersection (test.test_set.TestBasicOpsSingleton.test_self_intersection) ... ok test_self_isdisjoint (test.test_set.TestBasicOpsSingleton.test_self_isdisjoint) ... ok test_self_symmetric_difference (test.test_set.TestBasicOpsSingleton.test_self_symmetric_difference) ... ok test_self_union (test.test_set.TestBasicOpsSingleton.test_self_union) ... ok test_union_empty (test.test_set.TestBasicOpsSingleton.test_union_empty) ... ok test_copy (test.test_set.TestBasicOpsString.test_copy) ... ok test_empty_difference (test.test_set.TestBasicOpsString.test_empty_difference) ... ok test_empty_difference_rev (test.test_set.TestBasicOpsString.test_empty_difference_rev) ... ok test_empty_intersection (test.test_set.TestBasicOpsString.test_empty_intersection) ... ok test_empty_isdisjoint (test.test_set.TestBasicOpsString.test_empty_isdisjoint) ... ok test_empty_symmetric_difference (test.test_set.TestBasicOpsString.test_empty_symmetric_difference) ... ok test_empty_union (test.test_set.TestBasicOpsString.test_empty_union) ... ok test_equivalent_equality (test.test_set.TestBasicOpsString.test_equivalent_equality) ... ok test_intersection_empty (test.test_set.TestBasicOpsString.test_intersection_empty) ... ok test_isdisjoint_empty (test.test_set.TestBasicOpsString.test_isdisjoint_empty) ... ok test_issue_37219 (test.test_set.TestBasicOpsString.test_issue_37219) ... ok test_iteration (test.test_set.TestBasicOpsString.test_iteration) ... ok test_length (test.test_set.TestBasicOpsString.test_length) ... ok test_pickling (test.test_set.TestBasicOpsString.test_pickling) ... ok test_repr (test.test_set.TestBasicOpsString.test_repr) ... ok test_self_difference (test.test_set.TestBasicOpsString.test_self_difference) ... ok test_self_equality (test.test_set.TestBasicOpsString.test_self_equality) ... ok test_self_intersection (test.test_set.TestBasicOpsString.test_self_intersection) ... ok test_self_isdisjoint (test.test_set.TestBasicOpsString.test_self_isdisjoint) ... ok test_self_symmetric_difference (test.test_set.TestBasicOpsString.test_self_symmetric_difference) ... ok test_self_union (test.test_set.TestBasicOpsString.test_self_union) ... ok test_union_empty (test.test_set.TestBasicOpsString.test_union_empty) ... ok test_copy (test.test_set.TestBasicOpsTriple.test_copy) ... ok test_empty_difference (test.test_set.TestBasicOpsTriple.test_empty_difference) ... ok test_empty_difference_rev (test.test_set.TestBasicOpsTriple.test_empty_difference_rev) ... ok test_empty_intersection (test.test_set.TestBasicOpsTriple.test_empty_intersection) ... ok test_empty_isdisjoint (test.test_set.TestBasicOpsTriple.test_empty_isdisjoint) ... ok test_empty_symmetric_difference (test.test_set.TestBasicOpsTriple.test_empty_symmetric_difference) ... ok test_empty_union (test.test_set.TestBasicOpsTriple.test_empty_union) ... ok test_equivalent_equality (test.test_set.TestBasicOpsTriple.test_equivalent_equality) ... ok test_intersection_empty (test.test_set.TestBasicOpsTriple.test_intersection_empty) ... ok test_isdisjoint_empty (test.test_set.TestBasicOpsTriple.test_isdisjoint_empty) ... ok test_issue_37219 (test.test_set.TestBasicOpsTriple.test_issue_37219) ... ok test_iteration (test.test_set.TestBasicOpsTriple.test_iteration) ... ok test_length (test.test_set.TestBasicOpsTriple.test_length) ... ok test_pickling (test.test_set.TestBasicOpsTriple.test_pickling) ... ok test_repr (test.test_set.TestBasicOpsTriple.test_repr) ... ok test_self_difference (test.test_set.TestBasicOpsTriple.test_self_difference) ... ok test_self_equality (test.test_set.TestBasicOpsTriple.test_self_equality) ... ok test_self_intersection (test.test_set.TestBasicOpsTriple.test_self_intersection) ... ok test_self_isdisjoint (test.test_set.TestBasicOpsTriple.test_self_isdisjoint) ... ok test_self_symmetric_difference (test.test_set.TestBasicOpsTriple.test_self_symmetric_difference) ... ok test_self_union (test.test_set.TestBasicOpsTriple.test_self_union) ... ok test_union_empty (test.test_set.TestBasicOpsTriple.test_union_empty) ... ok test_copy (test.test_set.TestBasicOpsTuple.test_copy) ... ok test_empty_difference (test.test_set.TestBasicOpsTuple.test_empty_difference) ... ok test_empty_difference_rev (test.test_set.TestBasicOpsTuple.test_empty_difference_rev) ... ok test_empty_intersection (test.test_set.TestBasicOpsTuple.test_empty_intersection) ... ok test_empty_isdisjoint (test.test_set.TestBasicOpsTuple.test_empty_isdisjoint) ... ok test_empty_symmetric_difference (test.test_set.TestBasicOpsTuple.test_empty_symmetric_difference) ... ok test_empty_union (test.test_set.TestBasicOpsTuple.test_empty_union) ... ok test_equivalent_equality (test.test_set.TestBasicOpsTuple.test_equivalent_equality) ... ok test_in (test.test_set.TestBasicOpsTuple.test_in) ... ok test_intersection_empty (test.test_set.TestBasicOpsTuple.test_intersection_empty) ... ok test_isdisjoint_empty (test.test_set.TestBasicOpsTuple.test_isdisjoint_empty) ... ok test_issue_37219 (test.test_set.TestBasicOpsTuple.test_issue_37219) ... ok test_iteration (test.test_set.TestBasicOpsTuple.test_iteration) ... ok test_length (test.test_set.TestBasicOpsTuple.test_length) ... ok test_not_in (test.test_set.TestBasicOpsTuple.test_not_in) ... ok test_pickling (test.test_set.TestBasicOpsTuple.test_pickling) ... ok test_repr (test.test_set.TestBasicOpsTuple.test_repr) ... ok test_self_difference (test.test_set.TestBasicOpsTuple.test_self_difference) ... ok test_self_equality (test.test_set.TestBasicOpsTuple.test_self_equality) ... ok test_self_intersection (test.test_set.TestBasicOpsTuple.test_self_intersection) ... ok test_self_isdisjoint (test.test_set.TestBasicOpsTuple.test_self_isdisjoint) ... ok test_self_symmetric_difference (test.test_set.TestBasicOpsTuple.test_self_symmetric_difference) ... ok test_self_union (test.test_set.TestBasicOpsTuple.test_self_union) ... ok test_union_empty (test.test_set.TestBasicOpsTuple.test_union_empty) ... ok test_eq (test.test_set.TestBinaryOps.test_eq) ... ok test_intersection_non_overlap (test.test_set.TestBinaryOps.test_intersection_non_overlap) ... ok test_intersection_overlap (test.test_set.TestBinaryOps.test_intersection_overlap) ... ok test_intersection_subset (test.test_set.TestBinaryOps.test_intersection_subset) ... ok test_intersection_superset (test.test_set.TestBinaryOps.test_intersection_superset) ... ok test_isdisjoint_non_overlap (test.test_set.TestBinaryOps.test_isdisjoint_non_overlap) ... ok test_isdisjoint_overlap (test.test_set.TestBinaryOps.test_isdisjoint_overlap) ... ok test_isdisjoint_subset (test.test_set.TestBinaryOps.test_isdisjoint_subset) ... ok test_isdisjoint_superset (test.test_set.TestBinaryOps.test_isdisjoint_superset) ... ok test_sym_difference_non_overlap (test.test_set.TestBinaryOps.test_sym_difference_non_overlap) ... ok test_sym_difference_overlap (test.test_set.TestBinaryOps.test_sym_difference_overlap) ... ok test_sym_difference_subset (test.test_set.TestBinaryOps.test_sym_difference_subset) ... ok test_sym_difference_superset (test.test_set.TestBinaryOps.test_sym_difference_superset) ... ok test_union_non_overlap (test.test_set.TestBinaryOps.test_union_non_overlap) ... ok test_union_overlap (test.test_set.TestBinaryOps.test_union_overlap) ... ok test_union_subset (test.test_set.TestBinaryOps.test_union_subset) ... ok test_union_superset (test.test_set.TestBinaryOps.test_union_superset) ... ok test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_and_with_mutation) ... ok test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_eq_with_mutation) ... ok test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ge_with_mutation) ... ok test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_gt_with_mutation) ... ok test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_iadd_with_mutation) ... ok test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ior_with_mutation) ... ok test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_isub_with_mutation) ... ok test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_iteration_with_mutation) ... ok test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ixor_with_mutation) ... ok test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_le_with_mutation) ... ok test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_lt_with_mutation) ... ok test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_ne_with_mutation) ... ok test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_or_with_mutation) ... ok test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_sub_with_mutation) ... ok test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Set.test_xor_with_mutation) ... ok test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_and_with_mutation) ... ok test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_eq_with_mutation) ... ok test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ge_with_mutation) ... ok test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_gt_with_mutation) ... ok test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iadd_with_mutation) ... ok test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ior_with_mutation) ... ok test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_isub_with_mutation) ... ok test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_iteration_with_mutation) ... ok test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ixor_with_mutation) ... ok test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_le_with_mutation) ... ok test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_lt_with_mutation) ... ok test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_ne_with_mutation) ... ok test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_or_with_mutation) ... ok test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_sub_with_mutation) ... ok test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Set_Subclass.test_xor_with_mutation) ... ok test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_and_with_mutation) ... ok test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_eq_with_mutation) ... ok test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ge_with_mutation) ... ok test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_gt_with_mutation) ... ok test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iadd_with_mutation) ... ok test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ior_with_mutation) ... ok test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_isub_with_mutation) ... ok test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_iteration_with_mutation) ... ok test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ixor_with_mutation) ... ok test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_le_with_mutation) ... ok test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_lt_with_mutation) ... ok test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_ne_with_mutation) ... ok test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_or_with_mutation) ... ok test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_sub_with_mutation) ... ok test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Set.test_xor_with_mutation) ... ok test_and_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_and_with_mutation) ... ok test_eq_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_eq_with_mutation) ... ok test_ge_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ge_with_mutation) ... ok test_gt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_gt_with_mutation) ... ok test_iadd_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iadd_with_mutation) ... ok test_ior_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ior_with_mutation) ... ok test_isub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_isub_with_mutation) ... ok test_iteration_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_iteration_with_mutation) ... ok test_ixor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ixor_with_mutation) ... ok test_le_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_le_with_mutation) ... ok test_lt_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_lt_with_mutation) ... ok test_ne_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_ne_with_mutation) ... ok test_or_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_or_with_mutation) ... ok test_sub_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_sub_with_mutation) ... ok test_xor_with_mutation (test.test_set.TestBinaryOpsMutating_Subclass_Subclass.test_xor_with_mutation) ... ok test_copy (test.test_set.TestCopyingEmpty.test_copy) ... ok test_deep_copy (test.test_set.TestCopyingEmpty.test_deep_copy) ... ok test_copy (test.test_set.TestCopyingNested.test_copy) ... ok test_deep_copy (test.test_set.TestCopyingNested.test_deep_copy) ... ok test_copy (test.test_set.TestCopyingSingleton.test_copy) ... ok test_deep_copy (test.test_set.TestCopyingSingleton.test_deep_copy) ... ok test_copy (test.test_set.TestCopyingTriple.test_copy) ... ok test_deep_copy (test.test_set.TestCopyingTriple.test_deep_copy) ... ok test_copy (test.test_set.TestCopyingTuple.test_copy) ... ok test_deep_copy (test.test_set.TestCopyingTuple.test_deep_copy) ... ok test_changingSizeWhileIterating (test.test_set.TestExceptionPropagation.test_changingSizeWhileIterating) ... ok test_instanceWithException (test.test_set.TestExceptionPropagation.test_instanceWithException) ... ok test_instancesWithoutException (test.test_set.TestExceptionPropagation.test_instancesWithoutException) ... ok test_and (test.test_set.TestFrozenSet.test_and) ... ok test_badcmp (test.test_set.TestFrozenSet.test_badcmp) ... ok test_constructor_identity (test.test_set.TestFrozenSet.test_constructor_identity) ... ok test_container_iterator (test.test_set.TestFrozenSet.test_container_iterator) ... ok test_contains (test.test_set.TestFrozenSet.test_contains) ... ok test_copy (test.test_set.TestFrozenSet.test_copy) ... ok test_cyclical_repr (test.test_set.TestFrozenSet.test_cyclical_repr) ... ok test_deepcopy (test.test_set.TestFrozenSet.test_deepcopy) ... ok test_difference (test.test_set.TestFrozenSet.test_difference) ... ok test_do_not_rehash_dict_keys (test.test_set.TestFrozenSet.test_do_not_rehash_dict_keys) ... ok test_equality (test.test_set.TestFrozenSet.test_equality) ... ok test_free_after_iterating (test.test_set.TestFrozenSet.test_free_after_iterating) ... ok test_frozen_as_dictkey (test.test_set.TestFrozenSet.test_frozen_as_dictkey) ... ok test_gc (test.test_set.TestFrozenSet.test_gc) ... ok test_hash (test.test_set.TestFrozenSet.test_hash) ... ok test_hash_caching (test.test_set.TestFrozenSet.test_hash_caching) ... ok test_hash_effectiveness (test.test_set.TestFrozenSet.test_hash_effectiveness) ... ok test_init (test.test_set.TestFrozenSet.test_init) ... ok test_intersection (test.test_set.TestFrozenSet.test_intersection) ... ok test_isdisjoint (test.test_set.TestFrozenSet.test_isdisjoint) ... ok test_iterator_pickling (test.test_set.TestFrozenSet.test_iterator_pickling) ... ok test_len (test.test_set.TestFrozenSet.test_len) ... ok test_new_or_init (test.test_set.TestFrozenSet.test_new_or_init) ... ok test_or (test.test_set.TestFrozenSet.test_or) ... ok test_pickling (test.test_set.TestFrozenSet.test_pickling) ... ok test_setOfFrozensets (test.test_set.TestFrozenSet.test_setOfFrozensets) ... ok test_sub (test.test_set.TestFrozenSet.test_sub) ... ok test_sub_and_super (test.test_set.TestFrozenSet.test_sub_and_super) ... ok test_subclass_with_custom_hash (test.test_set.TestFrozenSet.test_subclass_with_custom_hash) ... ok test_symmetric_difference (test.test_set.TestFrozenSet.test_symmetric_difference) ... ok test_union (test.test_set.TestFrozenSet.test_union) ... ok test_uniquification (test.test_set.TestFrozenSet.test_uniquification) ... ok test_xor (test.test_set.TestFrozenSet.test_xor) ... ok test_and (test.test_set.TestFrozenSetSubclass.test_and) ... ok test_badcmp (test.test_set.TestFrozenSetSubclass.test_badcmp) ... ok test_constructor_identity (test.test_set.TestFrozenSetSubclass.test_constructor_identity) ... ok test_container_iterator (test.test_set.TestFrozenSetSubclass.test_container_iterator) ... ok test_contains (test.test_set.TestFrozenSetSubclass.test_contains) ... ok test_copy (test.test_set.TestFrozenSetSubclass.test_copy) ... ok test_cyclical_repr (test.test_set.TestFrozenSetSubclass.test_cyclical_repr) ... ok test_deepcopy (test.test_set.TestFrozenSetSubclass.test_deepcopy) ... ok test_difference (test.test_set.TestFrozenSetSubclass.test_difference) ... ok test_do_not_rehash_dict_keys (test.test_set.TestFrozenSetSubclass.test_do_not_rehash_dict_keys) ... ok test_equality (test.test_set.TestFrozenSetSubclass.test_equality) ... ok test_free_after_iterating (test.test_set.TestFrozenSetSubclass.test_free_after_iterating) ... ok test_frozen_as_dictkey (test.test_set.TestFrozenSetSubclass.test_frozen_as_dictkey) ... ok test_gc (test.test_set.TestFrozenSetSubclass.test_gc) ... ok test_hash (test.test_set.TestFrozenSetSubclass.test_hash) ... ok test_hash_caching (test.test_set.TestFrozenSetSubclass.test_hash_caching) ... ok test_hash_effectiveness (test.test_set.TestFrozenSetSubclass.test_hash_effectiveness) ... ok test_init (test.test_set.TestFrozenSetSubclass.test_init) ... ok test_intersection (test.test_set.TestFrozenSetSubclass.test_intersection) ... ok test_isdisjoint (test.test_set.TestFrozenSetSubclass.test_isdisjoint) ... ok test_iterator_pickling (test.test_set.TestFrozenSetSubclass.test_iterator_pickling) ... ok test_keywords_in_subclass (test.test_set.TestFrozenSetSubclass.test_keywords_in_subclass) ... ok test_len (test.test_set.TestFrozenSetSubclass.test_len) ... ok test_nested_empty_constructor (test.test_set.TestFrozenSetSubclass.test_nested_empty_constructor) ... ok test_new_or_init (test.test_set.TestFrozenSetSubclass.test_new_or_init) ... ok test_or (test.test_set.TestFrozenSetSubclass.test_or) ... ok test_pickling (test.test_set.TestFrozenSetSubclass.test_pickling) ... ok test_setOfFrozensets (test.test_set.TestFrozenSetSubclass.test_setOfFrozensets) ... ok test_singleton_empty_frozenset (test.test_set.TestFrozenSetSubclass.test_singleton_empty_frozenset) ... ok test_sub (test.test_set.TestFrozenSetSubclass.test_sub) ... ok test_sub_and_super (test.test_set.TestFrozenSetSubclass.test_sub_and_super) ... ok test_subclass_with_custom_hash (test.test_set.TestFrozenSetSubclass.test_subclass_with_custom_hash) ... ok test_symmetric_difference (test.test_set.TestFrozenSetSubclass.test_symmetric_difference) ... ok test_union (test.test_set.TestFrozenSetSubclass.test_union) ... ok test_uniquification (test.test_set.TestFrozenSetSubclass.test_uniquification) ... ok test_xor (test.test_set.TestFrozenSetSubclass.test_xor) ... ok test_pickling (test.test_set.TestFrozenSetSubclassWithSlots.test_pickling) ... ok test_cube (test.test_set.TestGraphs.test_cube) ... ok test_cuboctahedron (test.test_set.TestGraphs.test_cuboctahedron) ... ok test_binopsVsSubsets (test.test_set.TestIdentities.test_binopsVsSubsets) ... ok test_commutativity (test.test_set.TestIdentities.test_commutativity) ... ok test_exclusion (test.test_set.TestIdentities.test_exclusion) ... ok test_summations (test.test_set.TestIdentities.test_summations) ... ok test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_difference_update_with_mutation) ... ok test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_difference_with_mutation) ... ok test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_intersection_update_with_mutation) ... ok test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_intersection_with_mutation) ... ok test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_isdisjoint_with_mutation) ... ok test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_issubset_with_mutation) ... ok test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_issuperset_with_mutation) ... ok test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_update_with_mutation) ... ok test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_symmetric_difference_with_mutation) ... ok test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_union_with_mutation) ... ok test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Dict.test_update_with_mutation) ... ok test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_difference_update_with_mutation) ... ok test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_difference_with_mutation) ... ok test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_intersection_update_with_mutation) ... ok test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_intersection_with_mutation) ... ok test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_isdisjoint_with_mutation) ... ok test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_issubset_with_mutation) ... ok test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_issuperset_with_mutation) ... ok test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_update_with_mutation) ... ok test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_symmetric_difference_with_mutation) ... ok test_union_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_union_with_mutation) ... ok test_update_with_mutation (test.test_set.TestMethodsMutating_Set_List.test_update_with_mutation) ... ok test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_difference_update_with_mutation) ... ok test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_difference_with_mutation) ... ok test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_intersection_update_with_mutation) ... ok test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_intersection_with_mutation) ... ok test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_isdisjoint_with_mutation) ... ok test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_issubset_with_mutation) ... ok test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_issuperset_with_mutation) ... ok test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_update_with_mutation) ... ok test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_symmetric_difference_with_mutation) ... ok test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_union_with_mutation) ... ok test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Set.test_update_with_mutation) ... ok test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_difference_update_with_mutation) ... ok test_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_difference_with_mutation) ... ok test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_update_with_mutation) ... ok test_intersection_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_intersection_with_mutation) ... ok test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_isdisjoint_with_mutation) ... ok test_issubset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_issubset_with_mutation) ... ok test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_issuperset_with_mutation) ... ok test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_update_with_mutation) ... ok test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_symmetric_difference_with_mutation) ... ok test_union_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_union_with_mutation) ... ok test_update_with_mutation (test.test_set.TestMethodsMutating_Set_Subclass.test_update_with_mutation) ... ok test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_difference_update_with_mutation) ... ok test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_difference_with_mutation) ... ok test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_update_with_mutation) ... ok test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_intersection_with_mutation) ... ok test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_isdisjoint_with_mutation) ... ok test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_issubset_with_mutation) ... ok test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_issuperset_with_mutation) ... ok test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_update_with_mutation) ... ok test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_symmetric_difference_with_mutation) ... ok test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_union_with_mutation) ... ok test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Set.test_update_with_mutation) ... ok test_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_update_with_mutation) ... ok test_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_difference_with_mutation) ... ok test_intersection_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_update_with_mutation) ... ok test_intersection_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_intersection_with_mutation) ... ok test_isdisjoint_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_isdisjoint_with_mutation) ... ok test_issubset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_issubset_with_mutation) ... ok test_issuperset_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_issuperset_with_mutation) ... ok test_symmetric_difference_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_update_with_mutation) ... ok test_symmetric_difference_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_with_mutation) ... ok test_union_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_union_with_mutation) ... ok test_update_with_mutation (test.test_set.TestMethodsMutating_Subclass_Subclass.test_update_with_mutation) ... ok test_add_absent (test.test_set.TestMutate.test_add_absent) ... ok test_add_present (test.test_set.TestMutate.test_add_present) ... ok test_add_until_full (test.test_set.TestMutate.test_add_until_full) ... ok test_clear (test.test_set.TestMutate.test_clear) ... ok test_discard_absent (test.test_set.TestMutate.test_discard_absent) ... ok test_discard_present (test.test_set.TestMutate.test_discard_present) ... ok test_pop (test.test_set.TestMutate.test_pop) ... ok test_remove_absent (test.test_set.TestMutate.test_remove_absent) ... ok test_remove_present (test.test_set.TestMutate.test_remove_present) ... ok test_remove_until_empty (test.test_set.TestMutate.test_remove_until_empty) ... ok test_update_empty_tuple (test.test_set.TestMutate.test_update_empty_tuple) ... ok test_update_unit_tuple_non_overlap (test.test_set.TestMutate.test_update_unit_tuple_non_overlap) ... ok test_update_unit_tuple_overlap (test.test_set.TestMutate.test_update_unit_tuple_overlap) ... ok test_difference (test.test_set.TestOnlySetsDict.test_difference) ... ok test_difference_update (test.test_set.TestOnlySetsDict.test_difference_update) ... ok test_difference_update_operator (test.test_set.TestOnlySetsDict.test_difference_update_operator) ... ok test_eq_ne (test.test_set.TestOnlySetsDict.test_eq_ne) ... ok test_ge_gt_le_lt (test.test_set.TestOnlySetsDict.test_ge_gt_le_lt) ... ok test_intersection (test.test_set.TestOnlySetsDict.test_intersection) ... ok test_intersection_update (test.test_set.TestOnlySetsDict.test_intersection_update) ... ok test_intersection_update_operator (test.test_set.TestOnlySetsDict.test_intersection_update_operator) ... ok test_sym_difference (test.test_set.TestOnlySetsDict.test_sym_difference) ... ok test_sym_difference_update (test.test_set.TestOnlySetsDict.test_sym_difference_update) ... ok test_sym_difference_update_operator (test.test_set.TestOnlySetsDict.test_sym_difference_update_operator) ... ok test_union (test.test_set.TestOnlySetsDict.test_union) ... ok test_update (test.test_set.TestOnlySetsDict.test_update) ... ok test_update_operator (test.test_set.TestOnlySetsDict.test_update_operator) ... ok test_difference (test.test_set.TestOnlySetsGenerator.test_difference) ... ok test_difference_update (test.test_set.TestOnlySetsGenerator.test_difference_update) ... ok test_difference_update_operator (test.test_set.TestOnlySetsGenerator.test_difference_update_operator) ... ok test_eq_ne (test.test_set.TestOnlySetsGenerator.test_eq_ne) ... ok test_ge_gt_le_lt (test.test_set.TestOnlySetsGenerator.test_ge_gt_le_lt) ... ok test_intersection (test.test_set.TestOnlySetsGenerator.test_intersection) ... ok test_intersection_update (test.test_set.TestOnlySetsGenerator.test_intersection_update) ... ok test_intersection_update_operator (test.test_set.TestOnlySetsGenerator.test_intersection_update_operator) ... ok test_sym_difference (test.test_set.TestOnlySetsGenerator.test_sym_difference) ... ok test_sym_difference_update (test.test_set.TestOnlySetsGenerator.test_sym_difference_update) ... ok test_sym_difference_update_operator (test.test_set.TestOnlySetsGenerator.test_sym_difference_update_operator) ... ok test_union (test.test_set.TestOnlySetsGenerator.test_union) ... ok test_update (test.test_set.TestOnlySetsGenerator.test_update) ... ok test_update_operator (test.test_set.TestOnlySetsGenerator.test_update_operator) ... ok test_difference (test.test_set.TestOnlySetsNumeric.test_difference) ... ok test_difference_update (test.test_set.TestOnlySetsNumeric.test_difference_update) ... ok test_difference_update_operator (test.test_set.TestOnlySetsNumeric.test_difference_update_operator) ... ok test_eq_ne (test.test_set.TestOnlySetsNumeric.test_eq_ne) ... ok test_ge_gt_le_lt (test.test_set.TestOnlySetsNumeric.test_ge_gt_le_lt) ... ok test_intersection (test.test_set.TestOnlySetsNumeric.test_intersection) ... ok test_intersection_update (test.test_set.TestOnlySetsNumeric.test_intersection_update) ... ok test_intersection_update_operator (test.test_set.TestOnlySetsNumeric.test_intersection_update_operator) ... ok test_sym_difference (test.test_set.TestOnlySetsNumeric.test_sym_difference) ... ok test_sym_difference_update (test.test_set.TestOnlySetsNumeric.test_sym_difference_update) ... ok test_sym_difference_update_operator (test.test_set.TestOnlySetsNumeric.test_sym_difference_update_operator) ... ok test_union (test.test_set.TestOnlySetsNumeric.test_union) ... ok test_update (test.test_set.TestOnlySetsNumeric.test_update) ... ok test_update_operator (test.test_set.TestOnlySetsNumeric.test_update_operator) ... ok test_difference (test.test_set.TestOnlySetsOperator.test_difference) ... ok test_difference_update (test.test_set.TestOnlySetsOperator.test_difference_update) ... ok test_difference_update_operator (test.test_set.TestOnlySetsOperator.test_difference_update_operator) ... ok test_eq_ne (test.test_set.TestOnlySetsOperator.test_eq_ne) ... ok test_ge_gt_le_lt (test.test_set.TestOnlySetsOperator.test_ge_gt_le_lt) ... ok test_intersection (test.test_set.TestOnlySetsOperator.test_intersection) ... ok test_intersection_update (test.test_set.TestOnlySetsOperator.test_intersection_update) ... ok test_intersection_update_operator (test.test_set.TestOnlySetsOperator.test_intersection_update_operator) ... ok test_sym_difference (test.test_set.TestOnlySetsOperator.test_sym_difference) ... ok test_sym_difference_update (test.test_set.TestOnlySetsOperator.test_sym_difference_update) ... ok test_sym_difference_update_operator (test.test_set.TestOnlySetsOperator.test_sym_difference_update_operator) ... ok test_union (test.test_set.TestOnlySetsOperator.test_union) ... ok test_update (test.test_set.TestOnlySetsOperator.test_update) ... ok test_update_operator (test.test_set.TestOnlySetsOperator.test_update_operator) ... ok test_difference (test.test_set.TestOnlySetsString.test_difference) ... ok test_difference_update (test.test_set.TestOnlySetsString.test_difference_update) ... ok test_difference_update_operator (test.test_set.TestOnlySetsString.test_difference_update_operator) ... ok test_eq_ne (test.test_set.TestOnlySetsString.test_eq_ne) ... ok test_ge_gt_le_lt (test.test_set.TestOnlySetsString.test_ge_gt_le_lt) ... ok test_intersection (test.test_set.TestOnlySetsString.test_intersection) ... ok test_intersection_update (test.test_set.TestOnlySetsString.test_intersection_update) ... ok test_intersection_update_operator (test.test_set.TestOnlySetsString.test_intersection_update_operator) ... ok test_sym_difference (test.test_set.TestOnlySetsString.test_sym_difference) ... ok test_sym_difference_update (test.test_set.TestOnlySetsString.test_sym_difference_update) ... ok test_sym_difference_update_operator (test.test_set.TestOnlySetsString.test_sym_difference_update_operator) ... ok test_union (test.test_set.TestOnlySetsString.test_union) ... ok test_update (test.test_set.TestOnlySetsString.test_update) ... ok test_update_operator (test.test_set.TestOnlySetsString.test_update_operator) ... ok test_difference (test.test_set.TestOnlySetsTuple.test_difference) ... ok test_difference_update (test.test_set.TestOnlySetsTuple.test_difference_update) ... ok test_difference_update_operator (test.test_set.TestOnlySetsTuple.test_difference_update_operator) ... ok test_eq_ne (test.test_set.TestOnlySetsTuple.test_eq_ne) ... ok test_ge_gt_le_lt (test.test_set.TestOnlySetsTuple.test_ge_gt_le_lt) ... ok test_intersection (test.test_set.TestOnlySetsTuple.test_intersection) ... ok test_intersection_update (test.test_set.TestOnlySetsTuple.test_intersection_update) ... ok test_intersection_update_operator (test.test_set.TestOnlySetsTuple.test_intersection_update_operator) ... ok test_sym_difference (test.test_set.TestOnlySetsTuple.test_sym_difference) ... ok test_sym_difference_update (test.test_set.TestOnlySetsTuple.test_sym_difference_update) ... ok test_sym_difference_update_operator (test.test_set.TestOnlySetsTuple.test_sym_difference_update_operator) ... ok test_union (test.test_set.TestOnlySetsTuple.test_union) ... ok test_update (test.test_set.TestOnlySetsTuple.test_update) ... ok test_update_operator (test.test_set.TestOnlySetsTuple.test_update_operator) ... ok test_add (test.test_set.TestSet.test_add) ... ok test_and (test.test_set.TestSet.test_and) ... ok test_badcmp (test.test_set.TestSet.test_badcmp) ... ok test_c_api (test.test_set.TestSet.test_c_api) ... skipped 'C API test only available in a debug build' test_clear (test.test_set.TestSet.test_clear) ... ok test_constructor_identity (test.test_set.TestSet.test_constructor_identity) ... ok test_container_iterator (test.test_set.TestSet.test_container_iterator) ... ok test_contains (test.test_set.TestSet.test_contains) ... ok test_copy (test.test_set.TestSet.test_copy) ... ok test_cyclical_repr (test.test_set.TestSet.test_cyclical_repr) ... ok test_deepcopy (test.test_set.TestSet.test_deepcopy) ... ok test_difference (test.test_set.TestSet.test_difference) ... ok test_difference_update (test.test_set.TestSet.test_difference_update) ... ok test_discard (test.test_set.TestSet.test_discard) ... ok test_do_not_rehash_dict_keys (test.test_set.TestSet.test_do_not_rehash_dict_keys) ... ok test_equality (test.test_set.TestSet.test_equality) ... ok test_free_after_iterating (test.test_set.TestSet.test_free_after_iterating) ... ok test_gc (test.test_set.TestSet.test_gc) ... ok test_hash (test.test_set.TestSet.test_hash) ... ok test_iand (test.test_set.TestSet.test_iand) ... ok test_init (test.test_set.TestSet.test_init) ... ok test_inplace_on_self (test.test_set.TestSet.test_inplace_on_self) ... ok test_intersection (test.test_set.TestSet.test_intersection) ... ok test_intersection_update (test.test_set.TestSet.test_intersection_update) ... ok test_ior (test.test_set.TestSet.test_ior) ... ok test_isdisjoint (test.test_set.TestSet.test_isdisjoint) ... ok test_isub (test.test_set.TestSet.test_isub) ... ok test_iterator_pickling (test.test_set.TestSet.test_iterator_pickling) ... ok test_ixor (test.test_set.TestSet.test_ixor) ... ok test_len (test.test_set.TestSet.test_len) ... ok test_new_or_init (test.test_set.TestSet.test_new_or_init) ... ok test_or (test.test_set.TestSet.test_or) ... ok test_pickling (test.test_set.TestSet.test_pickling) ... ok test_pop (test.test_set.TestSet.test_pop) ... ok test_remove (test.test_set.TestSet.test_remove) ... ok test_remove_keyerror_set (test.test_set.TestSet.test_remove_keyerror_set) ... ok test_remove_keyerror_unpacking (test.test_set.TestSet.test_remove_keyerror_unpacking) ... ok test_rich_compare (test.test_set.TestSet.test_rich_compare) ... ok test_setOfFrozensets (test.test_set.TestSet.test_setOfFrozensets) ... ok test_set_literal (test.test_set.TestSet.test_set_literal) ... ok test_set_literal_evaluation_order (test.test_set.TestSet.test_set_literal_evaluation_order) ... ok test_set_literal_insertion_order (test.test_set.TestSet.test_set_literal_insertion_order) ... ok test_sub (test.test_set.TestSet.test_sub) ... ok test_sub_and_super (test.test_set.TestSet.test_sub_and_super) ... ok test_subclass_with_custom_hash (test.test_set.TestSet.test_subclass_with_custom_hash) ... ok test_symmetric_difference (test.test_set.TestSet.test_symmetric_difference) ... ok test_symmetric_difference_update (test.test_set.TestSet.test_symmetric_difference_update) ... ok test_union (test.test_set.TestSet.test_union) ... ok test_uniquification (test.test_set.TestSet.test_uniquification) ... ok test_update (test.test_set.TestSet.test_update) ... ok test_weakref (test.test_set.TestSet.test_weakref) ... ok test_xor (test.test_set.TestSet.test_xor) ... ok test_constructor (test.test_set.TestSetOfSets.test_constructor) ... ok test_add (test.test_set.TestSetSubclass.test_add) ... ok test_and (test.test_set.TestSetSubclass.test_and) ... ok test_badcmp (test.test_set.TestSetSubclass.test_badcmp) ... ok test_c_api (test.test_set.TestSetSubclass.test_c_api) ... skipped 'C API test only available in a debug build' test_clear (test.test_set.TestSetSubclass.test_clear) ... ok test_constructor_identity (test.test_set.TestSetSubclass.test_constructor_identity) ... ok test_container_iterator (test.test_set.TestSetSubclass.test_container_iterator) ... ok test_contains (test.test_set.TestSetSubclass.test_contains) ... ok test_copy (test.test_set.TestSetSubclass.test_copy) ... ok test_cyclical_repr (test.test_set.TestSetSubclass.test_cyclical_repr) ... ok test_deepcopy (test.test_set.TestSetSubclass.test_deepcopy) ... ok test_difference (test.test_set.TestSetSubclass.test_difference) ... ok test_difference_update (test.test_set.TestSetSubclass.test_difference_update) ... ok test_discard (test.test_set.TestSetSubclass.test_discard) ... ok test_do_not_rehash_dict_keys (test.test_set.TestSetSubclass.test_do_not_rehash_dict_keys) ... ok test_equality (test.test_set.TestSetSubclass.test_equality) ... ok test_free_after_iterating (test.test_set.TestSetSubclass.test_free_after_iterating) ... ok test_gc (test.test_set.TestSetSubclass.test_gc) ... ok test_hash (test.test_set.TestSetSubclass.test_hash) ... ok test_iand (test.test_set.TestSetSubclass.test_iand) ... ok test_init (test.test_set.TestSetSubclass.test_init) ... ok test_inplace_on_self (test.test_set.TestSetSubclass.test_inplace_on_self) ... ok test_intersection (test.test_set.TestSetSubclass.test_intersection) ... ok test_intersection_update (test.test_set.TestSetSubclass.test_intersection_update) ... ok test_ior (test.test_set.TestSetSubclass.test_ior) ... ok test_isdisjoint (test.test_set.TestSetSubclass.test_isdisjoint) ... ok test_isub (test.test_set.TestSetSubclass.test_isub) ... ok test_iterator_pickling (test.test_set.TestSetSubclass.test_iterator_pickling) ... ok test_ixor (test.test_set.TestSetSubclass.test_ixor) ... ok test_keywords_in_subclass (test.test_set.TestSetSubclass.test_keywords_in_subclass) ... ok test_len (test.test_set.TestSetSubclass.test_len) ... ok test_new_or_init (test.test_set.TestSetSubclass.test_new_or_init) ... ok test_or (test.test_set.TestSetSubclass.test_or) ... ok test_pickling (test.test_set.TestSetSubclass.test_pickling) ... ok test_pop (test.test_set.TestSetSubclass.test_pop) ... ok test_remove (test.test_set.TestSetSubclass.test_remove) ... ok test_remove_keyerror_set (test.test_set.TestSetSubclass.test_remove_keyerror_set) ... ok test_remove_keyerror_unpacking (test.test_set.TestSetSubclass.test_remove_keyerror_unpacking) ... ok test_rich_compare (test.test_set.TestSetSubclass.test_rich_compare) ... ok test_setOfFrozensets (test.test_set.TestSetSubclass.test_setOfFrozensets) ... ok test_set_literal (test.test_set.TestSetSubclass.test_set_literal) ... ok test_set_literal_evaluation_order (test.test_set.TestSetSubclass.test_set_literal_evaluation_order) ... ok test_set_literal_insertion_order (test.test_set.TestSetSubclass.test_set_literal_insertion_order) ... ok test_sub (test.test_set.TestSetSubclass.test_sub) ... ok test_sub_and_super (test.test_set.TestSetSubclass.test_sub_and_super) ... ok test_subclass_with_custom_hash (test.test_set.TestSetSubclass.test_subclass_with_custom_hash) ... ok test_symmetric_difference (test.test_set.TestSetSubclass.test_symmetric_difference) ... ok test_symmetric_difference_update (test.test_set.TestSetSubclass.test_symmetric_difference_update) ... ok test_union (test.test_set.TestSetSubclass.test_union) ... ok test_uniquification (test.test_set.TestSetSubclass.test_uniquification) ... ok test_update (test.test_set.TestSetSubclass.test_update) ... ok test_weakref (test.test_set.TestSetSubclass.test_weakref) ... ok test_xor (test.test_set.TestSetSubclass.test_xor) ... ok test_pickling (test.test_set.TestSetSubclassWithSlots.test_pickling) ... ok test_issubset (test.test_set.TestSubsetEmptyNonEmpty.test_issubset) ... ok test_issubset (test.test_set.TestSubsetEqualEmpty.test_issubset) ... ok test_issubset (test.test_set.TestSubsetEqualNonEmpty.test_issubset) ... ok test_issubset (test.test_set.TestSubsetNonOverlap.test_issubset) ... ok test_issubset (test.test_set.TestSubsetPartial.test_issubset) ... ok test_difference_method_call (test.test_set.TestUpdateOps.test_difference_method_call) ... ok test_difference_non_overlap (test.test_set.TestUpdateOps.test_difference_non_overlap) ... ok test_difference_overlap (test.test_set.TestUpdateOps.test_difference_overlap) ... ok test_difference_subset (test.test_set.TestUpdateOps.test_difference_subset) ... ok test_difference_superset (test.test_set.TestUpdateOps.test_difference_superset) ... ok test_intersection_method_call (test.test_set.TestUpdateOps.test_intersection_method_call) ... ok test_intersection_non_overlap (test.test_set.TestUpdateOps.test_intersection_non_overlap) ... ok test_intersection_overlap (test.test_set.TestUpdateOps.test_intersection_overlap) ... ok test_intersection_subset (test.test_set.TestUpdateOps.test_intersection_subset) ... ok test_intersection_superset (test.test_set.TestUpdateOps.test_intersection_superset) ... ok test_sym_difference_method_call (test.test_set.TestUpdateOps.test_sym_difference_method_call) ... ok test_sym_difference_non_overlap (test.test_set.TestUpdateOps.test_sym_difference_non_overlap) ... ok test_sym_difference_overlap (test.test_set.TestUpdateOps.test_sym_difference_overlap) ... ok test_sym_difference_subset (test.test_set.TestUpdateOps.test_sym_difference_subset) ... ok test_sym_difference_superset (test.test_set.TestUpdateOps.test_sym_difference_superset) ... ok test_union_method_call (test.test_set.TestUpdateOps.test_union_method_call) ... ok test_union_non_overlap (test.test_set.TestUpdateOps.test_union_non_overlap) ... ok test_union_overlap (test.test_set.TestUpdateOps.test_union_overlap) ... ok test_union_subset (test.test_set.TestUpdateOps.test_union_subset) ... ok test_union_superset (test.test_set.TestUpdateOps.test_union_superset) ... ok test_constructor (test.test_set.TestVariousIteratorArgs.test_constructor) ... ok test_inline_methods (test.test_set.TestVariousIteratorArgs.test_inline_methods) ... ok test_inplace_methods (test.test_set.TestVariousIteratorArgs.test_inplace_methods) ... ok test_8420_set_merge (test.test_set.TestWeirdBugs.test_8420_set_merge) ... ok test_iter_and_mutate (test.test_set.TestWeirdBugs.test_iter_and_mutate) ... ok test_merge_and_mutate (test.test_set.TestWeirdBugs.test_merge_and_mutate) ... ok ---------------------------------------------------------------------- Ran 625 tests in 2.529s OK (skipped=2) 0:15:50 load avg: 1.15 [307/432/1] test_setcomps doctests (test.test_setcomps.__test__) Doctest: test.test_setcomps.__test__.doctests ... ok ---------------------------------------------------------------------- Ran 1 test in 0.002s OK 0:15:51 load avg: 1.15 [308/432/1] test_shelve test_ascii_file_shelf (test.test_shelve.TestCase.test_ascii_file_shelf) ... ok test_binary_file_shelf (test.test_shelve.TestCase.test_binary_file_shelf) ... ok test_bytes_path_file_shelf (test.test_shelve.TestCase.test_bytes_path_file_shelf) ... ok test_close (test.test_shelve.TestCase.test_close) ... ok test_default_protocol (test.test_shelve.TestCase.test_default_protocol) ... ok test_in_memory_shelf (test.test_shelve.TestCase.test_in_memory_shelf) ... ok test_keyencoding (test.test_shelve.TestCase.test_keyencoding) ... ok test_mutable_entry (test.test_shelve.TestCase.test_mutable_entry) ... ok test_open_template (test.test_shelve.TestCase.test_open_template) ... ok test_pathlib_bytes_path_file_shelf (test.test_shelve.TestCase.test_pathlib_bytes_path_file_shelf) ... ok test_pathlib_path_file_shelf (test.test_shelve.TestCase.test_pathlib_path_file_shelf) ... ok test_proto2_file_shelf (test.test_shelve.TestCase.test_proto2_file_shelf) ... ok test_with (test.test_shelve.TestCase.test_with) ... ok test_writeback_also_writes_immediately (test.test_shelve.TestCase.test_writeback_also_writes_immediately) ... ok test_bool (test.test_shelve.TestProto0File_dumbShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto0File_dumbShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto0File_dumbShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto0File_dumbShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto0File_dumbShelve.test_items) ... ok test_keys (test.test_shelve.TestProto0File_dumbShelve.test_keys) ... ok test_len (test.test_shelve.TestProto0File_dumbShelve.test_len) ... ok test_pop (test.test_shelve.TestProto0File_dumbShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto0File_dumbShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto0File_dumbShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto0File_dumbShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto0File_dumbShelve.test_update) ... ok test_values (test.test_shelve.TestProto0File_dumbShelve.test_values) ... ok test_write (test.test_shelve.TestProto0File_dumbShelve.test_write) ... ok test_bool (test.test_shelve.TestProto0File_gnuShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto0File_gnuShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto0File_gnuShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto0File_gnuShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto0File_gnuShelve.test_items) ... ok test_keys (test.test_shelve.TestProto0File_gnuShelve.test_keys) ... ok test_len (test.test_shelve.TestProto0File_gnuShelve.test_len) ... ok test_pop (test.test_shelve.TestProto0File_gnuShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto0File_gnuShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto0File_gnuShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto0File_gnuShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto0File_gnuShelve.test_update) ... ok test_values (test.test_shelve.TestProto0File_gnuShelve.test_values) ... ok test_write (test.test_shelve.TestProto0File_gnuShelve.test_write) ... ok test_bool (test.test_shelve.TestProto0File_ndbmShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto0File_ndbmShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto0File_ndbmShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto0File_ndbmShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto0File_ndbmShelve.test_items) ... ok test_keys (test.test_shelve.TestProto0File_ndbmShelve.test_keys) ... ok test_len (test.test_shelve.TestProto0File_ndbmShelve.test_len) ... ok test_pop (test.test_shelve.TestProto0File_ndbmShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto0File_ndbmShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto0File_ndbmShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto0File_ndbmShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto0File_ndbmShelve.test_update) ... ok test_values (test.test_shelve.TestProto0File_ndbmShelve.test_values) ... ok test_write (test.test_shelve.TestProto0File_ndbmShelve.test_write) ... ok test_bool (test.test_shelve.TestProto0MemShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto0MemShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto0MemShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto0MemShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto0MemShelve.test_items) ... ok test_keys (test.test_shelve.TestProto0MemShelve.test_keys) ... ok test_len (test.test_shelve.TestProto0MemShelve.test_len) ... ok test_pop (test.test_shelve.TestProto0MemShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto0MemShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto0MemShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto0MemShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto0MemShelve.test_update) ... ok test_values (test.test_shelve.TestProto0MemShelve.test_values) ... ok test_write (test.test_shelve.TestProto0MemShelve.test_write) ... ok test_bool (test.test_shelve.TestProto1File_dumbShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto1File_dumbShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto1File_dumbShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto1File_dumbShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto1File_dumbShelve.test_items) ... ok test_keys (test.test_shelve.TestProto1File_dumbShelve.test_keys) ... ok test_len (test.test_shelve.TestProto1File_dumbShelve.test_len) ... ok test_pop (test.test_shelve.TestProto1File_dumbShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto1File_dumbShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto1File_dumbShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto1File_dumbShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto1File_dumbShelve.test_update) ... ok test_values (test.test_shelve.TestProto1File_dumbShelve.test_values) ... ok test_write (test.test_shelve.TestProto1File_dumbShelve.test_write) ... ok test_bool (test.test_shelve.TestProto1File_gnuShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto1File_gnuShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto1File_gnuShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto1File_gnuShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto1File_gnuShelve.test_items) ... ok test_keys (test.test_shelve.TestProto1File_gnuShelve.test_keys) ... ok test_len (test.test_shelve.TestProto1File_gnuShelve.test_len) ... ok test_pop (test.test_shelve.TestProto1File_gnuShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto1File_gnuShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto1File_gnuShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto1File_gnuShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto1File_gnuShelve.test_update) ... ok test_values (test.test_shelve.TestProto1File_gnuShelve.test_values) ... ok test_write (test.test_shelve.TestProto1File_gnuShelve.test_write) ... ok test_bool (test.test_shelve.TestProto1File_ndbmShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto1File_ndbmShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto1File_ndbmShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto1File_ndbmShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto1File_ndbmShelve.test_items) ... ok test_keys (test.test_shelve.TestProto1File_ndbmShelve.test_keys) ... ok test_len (test.test_shelve.TestProto1File_ndbmShelve.test_len) ... ok test_pop (test.test_shelve.TestProto1File_ndbmShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto1File_ndbmShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto1File_ndbmShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto1File_ndbmShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto1File_ndbmShelve.test_update) ... ok test_values (test.test_shelve.TestProto1File_ndbmShelve.test_values) ... ok test_write (test.test_shelve.TestProto1File_ndbmShelve.test_write) ... ok test_bool (test.test_shelve.TestProto1MemShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto1MemShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto1MemShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto1MemShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto1MemShelve.test_items) ... ok test_keys (test.test_shelve.TestProto1MemShelve.test_keys) ... ok test_len (test.test_shelve.TestProto1MemShelve.test_len) ... ok test_pop (test.test_shelve.TestProto1MemShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto1MemShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto1MemShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto1MemShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto1MemShelve.test_update) ... ok test_values (test.test_shelve.TestProto1MemShelve.test_values) ... ok test_write (test.test_shelve.TestProto1MemShelve.test_write) ... ok test_bool (test.test_shelve.TestProto2File_dumbShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto2File_dumbShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto2File_dumbShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto2File_dumbShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto2File_dumbShelve.test_items) ... ok test_keys (test.test_shelve.TestProto2File_dumbShelve.test_keys) ... ok test_len (test.test_shelve.TestProto2File_dumbShelve.test_len) ... ok test_pop (test.test_shelve.TestProto2File_dumbShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto2File_dumbShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto2File_dumbShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto2File_dumbShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto2File_dumbShelve.test_update) ... ok test_values (test.test_shelve.TestProto2File_dumbShelve.test_values) ... ok test_write (test.test_shelve.TestProto2File_dumbShelve.test_write) ... ok test_bool (test.test_shelve.TestProto2File_gnuShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto2File_gnuShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto2File_gnuShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto2File_gnuShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto2File_gnuShelve.test_items) ... ok test_keys (test.test_shelve.TestProto2File_gnuShelve.test_keys) ... ok test_len (test.test_shelve.TestProto2File_gnuShelve.test_len) ... ok test_pop (test.test_shelve.TestProto2File_gnuShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto2File_gnuShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto2File_gnuShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto2File_gnuShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto2File_gnuShelve.test_update) ... ok test_values (test.test_shelve.TestProto2File_gnuShelve.test_values) ... ok test_write (test.test_shelve.TestProto2File_gnuShelve.test_write) ... ok test_bool (test.test_shelve.TestProto2File_ndbmShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto2File_ndbmShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto2File_ndbmShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto2File_ndbmShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto2File_ndbmShelve.test_items) ... ok test_keys (test.test_shelve.TestProto2File_ndbmShelve.test_keys) ... ok test_len (test.test_shelve.TestProto2File_ndbmShelve.test_len) ... ok test_pop (test.test_shelve.TestProto2File_ndbmShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto2File_ndbmShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto2File_ndbmShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto2File_ndbmShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto2File_ndbmShelve.test_update) ... ok test_values (test.test_shelve.TestProto2File_ndbmShelve.test_values) ... ok test_write (test.test_shelve.TestProto2File_ndbmShelve.test_write) ... ok test_bool (test.test_shelve.TestProto2MemShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto2MemShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto2MemShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto2MemShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto2MemShelve.test_items) ... ok test_keys (test.test_shelve.TestProto2MemShelve.test_keys) ... ok test_len (test.test_shelve.TestProto2MemShelve.test_len) ... ok test_pop (test.test_shelve.TestProto2MemShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto2MemShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto2MemShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto2MemShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto2MemShelve.test_update) ... ok test_values (test.test_shelve.TestProto2MemShelve.test_values) ... ok test_write (test.test_shelve.TestProto2MemShelve.test_write) ... ok test_bool (test.test_shelve.TestProto3File_dumbShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto3File_dumbShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto3File_dumbShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto3File_dumbShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto3File_dumbShelve.test_items) ... ok test_keys (test.test_shelve.TestProto3File_dumbShelve.test_keys) ... ok test_len (test.test_shelve.TestProto3File_dumbShelve.test_len) ... ok test_pop (test.test_shelve.TestProto3File_dumbShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto3File_dumbShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto3File_dumbShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto3File_dumbShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto3File_dumbShelve.test_update) ... ok test_values (test.test_shelve.TestProto3File_dumbShelve.test_values) ... ok test_write (test.test_shelve.TestProto3File_dumbShelve.test_write) ... ok test_bool (test.test_shelve.TestProto3File_gnuShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto3File_gnuShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto3File_gnuShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto3File_gnuShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto3File_gnuShelve.test_items) ... ok test_keys (test.test_shelve.TestProto3File_gnuShelve.test_keys) ... ok test_len (test.test_shelve.TestProto3File_gnuShelve.test_len) ... ok test_pop (test.test_shelve.TestProto3File_gnuShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto3File_gnuShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto3File_gnuShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto3File_gnuShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto3File_gnuShelve.test_update) ... ok test_values (test.test_shelve.TestProto3File_gnuShelve.test_values) ... ok test_write (test.test_shelve.TestProto3File_gnuShelve.test_write) ... ok test_bool (test.test_shelve.TestProto3File_ndbmShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto3File_ndbmShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto3File_ndbmShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto3File_ndbmShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto3File_ndbmShelve.test_items) ... ok test_keys (test.test_shelve.TestProto3File_ndbmShelve.test_keys) ... ok test_len (test.test_shelve.TestProto3File_ndbmShelve.test_len) ... ok test_pop (test.test_shelve.TestProto3File_ndbmShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto3File_ndbmShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto3File_ndbmShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto3File_ndbmShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto3File_ndbmShelve.test_update) ... ok test_values (test.test_shelve.TestProto3File_ndbmShelve.test_values) ... ok test_write (test.test_shelve.TestProto3File_ndbmShelve.test_write) ... ok test_bool (test.test_shelve.TestProto3MemShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto3MemShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto3MemShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto3MemShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto3MemShelve.test_items) ... ok test_keys (test.test_shelve.TestProto3MemShelve.test_keys) ... ok test_len (test.test_shelve.TestProto3MemShelve.test_len) ... ok test_pop (test.test_shelve.TestProto3MemShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto3MemShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto3MemShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto3MemShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto3MemShelve.test_update) ... ok test_values (test.test_shelve.TestProto3MemShelve.test_values) ... ok test_write (test.test_shelve.TestProto3MemShelve.test_write) ... ok test_bool (test.test_shelve.TestProto4File_dumbShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto4File_dumbShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto4File_dumbShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto4File_dumbShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto4File_dumbShelve.test_items) ... ok test_keys (test.test_shelve.TestProto4File_dumbShelve.test_keys) ... ok test_len (test.test_shelve.TestProto4File_dumbShelve.test_len) ... ok test_pop (test.test_shelve.TestProto4File_dumbShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto4File_dumbShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto4File_dumbShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto4File_dumbShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto4File_dumbShelve.test_update) ... ok test_values (test.test_shelve.TestProto4File_dumbShelve.test_values) ... ok test_write (test.test_shelve.TestProto4File_dumbShelve.test_write) ... ok test_bool (test.test_shelve.TestProto4File_gnuShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto4File_gnuShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto4File_gnuShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto4File_gnuShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto4File_gnuShelve.test_items) ... ok test_keys (test.test_shelve.TestProto4File_gnuShelve.test_keys) ... ok test_len (test.test_shelve.TestProto4File_gnuShelve.test_len) ... ok test_pop (test.test_shelve.TestProto4File_gnuShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto4File_gnuShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto4File_gnuShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto4File_gnuShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto4File_gnuShelve.test_update) ... ok test_values (test.test_shelve.TestProto4File_gnuShelve.test_values) ... ok test_write (test.test_shelve.TestProto4File_gnuShelve.test_write) ... ok test_bool (test.test_shelve.TestProto4File_ndbmShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto4File_ndbmShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto4File_ndbmShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto4File_ndbmShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto4File_ndbmShelve.test_items) ... ok test_keys (test.test_shelve.TestProto4File_ndbmShelve.test_keys) ... ok test_len (test.test_shelve.TestProto4File_ndbmShelve.test_len) ... ok test_pop (test.test_shelve.TestProto4File_ndbmShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto4File_ndbmShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto4File_ndbmShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto4File_ndbmShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto4File_ndbmShelve.test_update) ... ok test_values (test.test_shelve.TestProto4File_ndbmShelve.test_values) ... ok test_write (test.test_shelve.TestProto4File_ndbmShelve.test_write) ... ok test_bool (test.test_shelve.TestProto4MemShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto4MemShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto4MemShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto4MemShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto4MemShelve.test_items) ... ok test_keys (test.test_shelve.TestProto4MemShelve.test_keys) ... ok test_len (test.test_shelve.TestProto4MemShelve.test_len) ... ok test_pop (test.test_shelve.TestProto4MemShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto4MemShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto4MemShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto4MemShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto4MemShelve.test_update) ... ok test_values (test.test_shelve.TestProto4MemShelve.test_values) ... ok test_write (test.test_shelve.TestProto4MemShelve.test_write) ... ok test_bool (test.test_shelve.TestProto5File_dumbShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto5File_dumbShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto5File_dumbShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto5File_dumbShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto5File_dumbShelve.test_items) ... ok test_keys (test.test_shelve.TestProto5File_dumbShelve.test_keys) ... ok test_len (test.test_shelve.TestProto5File_dumbShelve.test_len) ... ok test_pop (test.test_shelve.TestProto5File_dumbShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto5File_dumbShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto5File_dumbShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto5File_dumbShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto5File_dumbShelve.test_update) ... ok test_values (test.test_shelve.TestProto5File_dumbShelve.test_values) ... ok test_write (test.test_shelve.TestProto5File_dumbShelve.test_write) ... ok test_bool (test.test_shelve.TestProto5File_gnuShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto5File_gnuShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto5File_gnuShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto5File_gnuShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto5File_gnuShelve.test_items) ... ok test_keys (test.test_shelve.TestProto5File_gnuShelve.test_keys) ... ok test_len (test.test_shelve.TestProto5File_gnuShelve.test_len) ... ok test_pop (test.test_shelve.TestProto5File_gnuShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto5File_gnuShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto5File_gnuShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto5File_gnuShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto5File_gnuShelve.test_update) ... ok test_values (test.test_shelve.TestProto5File_gnuShelve.test_values) ... ok test_write (test.test_shelve.TestProto5File_gnuShelve.test_write) ... ok test_bool (test.test_shelve.TestProto5File_ndbmShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto5File_ndbmShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto5File_ndbmShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto5File_ndbmShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto5File_ndbmShelve.test_items) ... ok test_keys (test.test_shelve.TestProto5File_ndbmShelve.test_keys) ... ok test_len (test.test_shelve.TestProto5File_ndbmShelve.test_len) ... ok test_pop (test.test_shelve.TestProto5File_ndbmShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto5File_ndbmShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto5File_ndbmShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto5File_ndbmShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto5File_ndbmShelve.test_update) ... ok test_values (test.test_shelve.TestProto5File_ndbmShelve.test_values) ... ok test_write (test.test_shelve.TestProto5File_ndbmShelve.test_write) ... ok test_bool (test.test_shelve.TestProto5MemShelve.test_bool) ... ok test_constructor (test.test_shelve.TestProto5MemShelve.test_constructor) ... ok test_get (test.test_shelve.TestProto5MemShelve.test_get) ... ok test_getitem (test.test_shelve.TestProto5MemShelve.test_getitem) ... ok test_items (test.test_shelve.TestProto5MemShelve.test_items) ... ok test_keys (test.test_shelve.TestProto5MemShelve.test_keys) ... ok test_len (test.test_shelve.TestProto5MemShelve.test_len) ... ok test_pop (test.test_shelve.TestProto5MemShelve.test_pop) ... ok test_popitem (test.test_shelve.TestProto5MemShelve.test_popitem) ... ok test_read (test.test_shelve.TestProto5MemShelve.test_read) ... ok test_setdefault (test.test_shelve.TestProto5MemShelve.test_setdefault) ... ok test_update (test.test_shelve.TestProto5MemShelve.test_update) ... ok test_values (test.test_shelve.TestProto5MemShelve.test_values) ... ok test_write (test.test_shelve.TestProto5MemShelve.test_write) ... ok ---------------------------------------------------------------------- Ran 350 tests in 0.700s OK 0:15:53 load avg: 1.14 [309/432/1] test_shlex testCompat (test.test_shlex.ShlexTest.testCompat) Test compatibility interface ... ok testEmptyStringHandling (test.test_shlex.ShlexTest.testEmptyStringHandling) Test that parsing of empty strings is correctly handled. ... ok testJoin (test.test_shlex.ShlexTest.testJoin) ... ok testJoinRoundtrip (test.test_shlex.ShlexTest.testJoinRoundtrip) ... ok testPunctuationCharsReadOnly (test.test_shlex.ShlexTest.testPunctuationCharsReadOnly) ... ok testPunctuationInWordChars (test.test_shlex.ShlexTest.testPunctuationInWordChars) Test that any punctuation chars are removed from wordchars ... ok testPunctuationWithPosix (test.test_shlex.ShlexTest.testPunctuationWithPosix) Test that punctuation_chars and posix behave correctly together. ... ok testPunctuationWithWhitespaceSplit (test.test_shlex.ShlexTest.testPunctuationWithWhitespaceSplit) Test that with whitespace_split, behaviour is as expected ... ok testQuote (test.test_shlex.ShlexTest.testQuote) ... ok testSplitNoneDeprecation (test.test_shlex.ShlexTest.testSplitNoneDeprecation) ... ok testSplitPosix (test.test_shlex.ShlexTest.testSplitPosix) Test data splitting with posix parser ... ok testSyntaxSplitAmpersandAndPipe (test.test_shlex.ShlexTest.testSyntaxSplitAmpersandAndPipe) Test handling of syntax splitting of &, | ... ok testSyntaxSplitCustom (test.test_shlex.ShlexTest.testSyntaxSplitCustom) Test handling of syntax splitting with custom chars ... ok testSyntaxSplitParen (test.test_shlex.ShlexTest.testSyntaxSplitParen) Test handling of syntax splitting of () ... ok testSyntaxSplitRedirect (test.test_shlex.ShlexTest.testSyntaxSplitRedirect) Test handling of syntax splitting of > ... ok testSyntaxSplitSemicolon (test.test_shlex.ShlexTest.testSyntaxSplitSemicolon) Test handling of syntax splitting of ; ... ok testTokenTypes (test.test_shlex.ShlexTest.testTokenTypes) Test that tokens are split with types as expected. ... ok testUnicodeHandling (test.test_shlex.ShlexTest.testUnicodeHandling) Test punctuation_chars and whitespace_split handle unicode. ... ok ---------------------------------------------------------------------- Ran 18 tests in 0.007s OK 0:15:53 load avg: 1.14 [310/432/1] test_shutil test_module_all_attribute (test.test_shutil.PublicAPITests.test_module_all_attribute) ... ok test_make_archive (test.test_shutil.TestArchives.test_make_archive) ... ok test_make_archive_cwd (test.test_shutil.TestArchives.test_make_archive_cwd) ... ok test_make_archive_owner_group (test.test_shutil.TestArchives.test_make_archive_owner_group) ... ok test_make_tarball (test.test_shutil.TestArchives.test_make_tarball) ... ok test_make_tarfile_in_curdir (test.test_shutil.TestArchives.test_make_tarfile_in_curdir) ... ok test_make_tarfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_tarfile_rootdir_nodir) ... ok test_make_zipfile (test.test_shutil.TestArchives.test_make_zipfile) ... ok test_make_zipfile_in_curdir (test.test_shutil.TestArchives.test_make_zipfile_in_curdir) ... ok test_make_zipfile_rootdir_nodir (test.test_shutil.TestArchives.test_make_zipfile_rootdir_nodir) ... ok test_register_archive_format (test.test_shutil.TestArchives.test_register_archive_format) ... ok test_tarfile_root_owner (test.test_shutil.TestArchives.test_tarfile_root_owner) ... ok test_tarfile_vs_tar (test.test_shutil.TestArchives.test_tarfile_vs_tar) ... ok test_unpack_archive_bztar (test.test_shutil.TestArchives.test_unpack_archive_bztar) ... ok test_unpack_archive_gztar (test.test_shutil.TestArchives.test_unpack_archive_gztar) ... ok test_unpack_archive_tar (test.test_shutil.TestArchives.test_unpack_archive_tar) ... ok test_unpack_archive_xztar (test.test_shutil.TestArchives.test_unpack_archive_xztar) ... ok test_unpack_archive_zip (test.test_shutil.TestArchives.test_unpack_archive_zip) ... ok test_unpack_registry (test.test_shutil.TestArchives.test_unpack_registry) ... ok test_unzip_zipfile (test.test_shutil.TestArchives.test_unzip_zipfile) ... skipped 'Need the unzip command to run' test_zipfile_vs_zip (test.test_shutil.TestArchives.test_zipfile_vs_zip) ... skipped 'Need the zip command to run' test_copy (test.test_shutil.TestCopy.test_copy) ... ok test_copy2 (test.test_shutil.TestCopy.test_copy2) ... ok test_copy2_dir (test.test_shutil.TestCopy.test_copy2_dir) ... ok test_copy2_symlinks (test.test_shutil.TestCopy.test_copy2_symlinks) ... ok test_copy2_xattr (test.test_shutil.TestCopy.test_copy2_xattr) ... skipped 'no non-broken extended attribute support' test_copy_dir (test.test_shutil.TestCopy.test_copy_dir) ... ok test_copy_return_value (test.test_shutil.TestCopy.test_copy_return_value) ... ok test_copy_symlinks (test.test_shutil.TestCopy.test_copy_symlinks) ... ok test_copyfile_copy_dir (test.test_shutil.TestCopy.test_copyfile_copy_dir) ... ok test_copyfile_named_pipe (test.test_shutil.TestCopy.test_copyfile_named_pipe) ... ok test_copyfile_nonexistent_dir (test.test_shutil.TestCopy.test_copyfile_nonexistent_dir) ... ok test_copyfile_return_value (test.test_shutil.TestCopy.test_copyfile_return_value) ... ok test_copyfile_same_file (test.test_shutil.TestCopy.test_copyfile_same_file) ... ok test_copyfile_symlinks (test.test_shutil.TestCopy.test_copyfile_symlinks) ... ok test_copymode_follow_symlinks (test.test_shutil.TestCopy.test_copymode_follow_symlinks) ... ok test_copymode_symlink_to_symlink (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink) ... skipped 'requires os.lchmod' test_copymode_symlink_to_symlink_wo_lchmod (test.test_shutil.TestCopy.test_copymode_symlink_to_symlink_wo_lchmod) ... ok test_copystat_handles_harmless_chflags_errors (test.test_shutil.TestCopy.test_copystat_handles_harmless_chflags_errors) ... skipped 'requires os.chflags, EOPNOTSUPP & ENOTSUP' test_copystat_symlinks (test.test_shutil.TestCopy.test_copystat_symlinks) ... ok test_copyxattr (test.test_shutil.TestCopy.test_copyxattr) ... skipped 'no non-broken extended attribute support' test_copyxattr_symlinks (test.test_shutil.TestCopy.test_copyxattr_symlinks) ... skipped 'no non-broken extended attribute support' test_dont_copy_file_onto_link_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_link_to_itself) ... ok test_dont_copy_file_onto_symlink_to_itself (test.test_shutil.TestCopy.test_dont_copy_file_onto_symlink_to_itself) ... ok test_w_dest_close_fails (test.test_shutil.TestCopyFile.test_w_dest_close_fails) ... ok test_w_dest_open_fails (test.test_shutil.TestCopyFile.test_w_dest_open_fails) ... ok test_w_source_close_fails (test.test_shutil.TestCopyFile.test_w_source_close_fails) ... ok test_w_source_open_fails (test.test_shutil.TestCopyFile.test_w_source_open_fails) ... ok test_content (test.test_shutil.TestCopyFileObj.test_content) ... ok test_file_not_closed (test.test_shutil.TestCopyFileObj.test_file_not_closed) ... ok test_file_offset (test.test_shutil.TestCopyFileObj.test_file_offset) ... ok test_win_impl (test.test_shutil.TestCopyFileObj.test_win_impl) ... skipped 'Windows only' test_copytree_arg_types_of_ignore (test.test_shutil.TestCopyTree.test_copytree_arg_types_of_ignore) ... ok test_copytree_custom_copy_function (test.test_shutil.TestCopyTree.test_copytree_custom_copy_function) ... ok test_copytree_dangling_symlinks (test.test_shutil.TestCopyTree.test_copytree_dangling_symlinks) ... ok test_copytree_dirs_exist_ok (test.test_shutil.TestCopyTree.test_copytree_dirs_exist_ok) ... ok test_copytree_named_pipe (test.test_shutil.TestCopyTree.test_copytree_named_pipe) ... ok test_copytree_retains_permissions (test.test_shutil.TestCopyTree.test_copytree_retains_permissions) ... ok test_copytree_return_value (test.test_shutil.TestCopyTree.test_copytree_return_value) ... ok test_copytree_simple (test.test_shutil.TestCopyTree.test_copytree_simple) ... ok test_copytree_special_func (test.test_shutil.TestCopyTree.test_copytree_special_func) ... ok test_copytree_subdirectory (test.test_shutil.TestCopyTree.test_copytree_subdirectory) ... ok test_copytree_symlink_dir (test.test_shutil.TestCopyTree.test_copytree_symlink_dir) ... ok test_copytree_symlinks (test.test_shutil.TestCopyTree.test_copytree_symlinks) ... ok test_copytree_winerror (test.test_shutil.TestCopyTree.test_copytree_winerror) ... ok test_copytree_with_exclude (test.test_shutil.TestCopyTree.test_copytree_with_exclude) ... ok test_bad_environ (test.test_shutil.TestGetTerminalSize.test_bad_environ) ... ok test_does_not_crash (test.test_shutil.TestGetTerminalSize.test_does_not_crash) Check if get_terminal_size() returns a meaningful value. ... ok test_fallback (test.test_shutil.TestGetTerminalSize.test_fallback) ... ok test_os_environ_first (test.test_shutil.TestGetTerminalSize.test_os_environ_first) Check if environment variables have precedence ... ok test_stty_match (test.test_shutil.TestGetTerminalSize.test_stty_match) Check if stty returns the same results ignoring env ... skipped 'not on tty' test_chown (test.test_shutil.TestMisc.test_chown) ... ok test_disk_usage (test.test_shutil.TestMisc.test_disk_usage) ... ok test_destinsrc_false_negative (test.test_shutil.TestMove.test_destinsrc_false_negative) ... ok test_destinsrc_false_positive (test.test_shutil.TestMove.test_destinsrc_false_positive) ... ok test_dont_move_dir_in_itself (test.test_shutil.TestMove.test_dont_move_dir_in_itself) ... ok test_existing_file_inside_dest_dir (test.test_shutil.TestMove.test_existing_file_inside_dest_dir) ... ok test_move_as_rename_return_value (test.test_shutil.TestMove.test_move_as_rename_return_value) ... ok test_move_dangling_symlink (test.test_shutil.TestMove.test_move_dangling_symlink) ... ok test_move_dir (test.test_shutil.TestMove.test_move_dir) ... ok test_move_dir_altsep_to_dir (test.test_shutil.TestMove.test_move_dir_altsep_to_dir) ... skipped 'requires os.path.altsep' test_move_dir_caseinsensitive (test.test_shutil.TestMove.test_move_dir_caseinsensitive) ... ok test_move_dir_other_fs (test.test_shutil.TestMove.test_move_dir_other_fs) ... ok test_move_dir_permission_denied (test.test_shutil.TestMove.test_move_dir_permission_denied) ... skipped 'requires CAP_DAC_OVERRIDE' test_move_dir_sep_to_dir (test.test_shutil.TestMove.test_move_dir_sep_to_dir) ... ok test_move_dir_special_function (test.test_shutil.TestMove.test_move_dir_special_function) ... ok test_move_dir_symlink (test.test_shutil.TestMove.test_move_dir_symlink) ... ok test_move_dir_to_dir (test.test_shutil.TestMove.test_move_dir_to_dir) ... ok test_move_dir_to_dir_other_fs (test.test_shutil.TestMove.test_move_dir_to_dir_other_fs) ... ok test_move_file (test.test_shutil.TestMove.test_move_file) ... ok test_move_file_other_fs (test.test_shutil.TestMove.test_move_file_other_fs) ... ok test_move_file_special_function (test.test_shutil.TestMove.test_move_file_special_function) ... ok test_move_file_symlink (test.test_shutil.TestMove.test_move_file_symlink) ... ok test_move_file_symlink_to_dir (test.test_shutil.TestMove.test_move_file_symlink_to_dir) ... ok test_move_file_to_dir (test.test_shutil.TestMove.test_move_file_to_dir) ... ok test_move_file_to_dir_other_fs (test.test_shutil.TestMove.test_move_file_to_dir_other_fs) ... ok test_move_file_to_dir_pathlike_dst (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_dst) ... ok test_move_file_to_dir_pathlike_src (test.test_shutil.TestMove.test_move_file_to_dir_pathlike_src) ... ok test_move_return_value (test.test_shutil.TestMove.test_move_return_value) ... ok test_on_error (test.test_shutil.TestRmTree.test_on_error) ... ok test_rmtree_does_not_choke_on_failing_lstat (test.test_shutil.TestRmTree.test_rmtree_does_not_choke_on_failing_lstat) ... ok test_rmtree_dont_delete_file (test.test_shutil.TestRmTree.test_rmtree_dont_delete_file) ... ok test_rmtree_errors (test.test_shutil.TestRmTree.test_rmtree_errors) ... ok test_rmtree_fails_on_junctions (test.test_shutil.TestRmTree.test_rmtree_fails_on_junctions) ... skipped 'only relevant on Windows' test_rmtree_fails_on_symlink (test.test_shutil.TestRmTree.test_rmtree_fails_on_symlink) ... ok test_rmtree_on_junction (test.test_shutil.TestRmTree.test_rmtree_on_junction) ... skipped 'only relevant on Windows' test_rmtree_on_symlink (test.test_shutil.TestRmTree.test_rmtree_on_symlink) ... ok test_rmtree_uses_safe_fd_version_if_available (test.test_shutil.TestRmTree.test_rmtree_uses_safe_fd_version_if_available) ... ok test_rmtree_with_dir_fd (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd) ... ok test_rmtree_with_dir_fd_unsupported (test.test_shutil.TestRmTree.test_rmtree_with_dir_fd_unsupported) ... skipped 'dir_fd is supported' test_rmtree_works_on_bytes (test.test_shutil.TestRmTree.test_rmtree_works_on_bytes) ... ok test_rmtree_works_on_junctions (test.test_shutil.TestRmTree.test_rmtree_works_on_junctions) ... skipped 'only relevant on Windows' test_rmtree_works_on_symlinks (test.test_shutil.TestRmTree.test_rmtree_works_on_symlinks) ... ok test_absolute_cmd (test.test_shutil.TestWhich.test_absolute_cmd) ... ok test_basic (test.test_shutil.TestWhich.test_basic) ... ok test_cwd (test.test_shutil.TestWhich.test_cwd) ... ok test_empty_path (test.test_shutil.TestWhich.test_empty_path) ... ok test_empty_path_no_PATH (test.test_shutil.TestWhich.test_empty_path_no_PATH) ... ok test_environ_path (test.test_shutil.TestWhich.test_environ_path) ... ok test_environ_path_cwd (test.test_shutil.TestWhich.test_environ_path_cwd) ... ok test_environ_path_empty (test.test_shutil.TestWhich.test_environ_path_empty) ... ok test_environ_path_missing (test.test_shutil.TestWhich.test_environ_path_missing) ... ok test_non_matching_mode (test.test_shutil.TestWhich.test_non_matching_mode) ... ok test_nonexistent_file (test.test_shutil.TestWhich.test_nonexistent_file) ... ok test_pathext (test.test_shutil.TestWhich.test_pathext) ... skipped 'test specific to Windows' test_pathext_checking (test.test_shutil.TestWhich.test_pathext_checking) ... skipped 'pathext check is Windows-only' test_pathext_with_empty_str (test.test_shutil.TestWhich.test_pathext_with_empty_str) ... skipped 'test specific to Windows' test_relative_cmd (test.test_shutil.TestWhich.test_relative_cmd) ... ok test_relative_path (test.test_shutil.TestWhich.test_relative_path) ... ok test_absolute_cmd (test.test_shutil.TestWhichBytes.test_absolute_cmd) ... ok test_basic (test.test_shutil.TestWhichBytes.test_basic) ... ok test_cwd (test.test_shutil.TestWhichBytes.test_cwd) ... ok test_empty_path (test.test_shutil.TestWhichBytes.test_empty_path) ... ok test_empty_path_no_PATH (test.test_shutil.TestWhichBytes.test_empty_path_no_PATH) ... ok test_environ_path (test.test_shutil.TestWhichBytes.test_environ_path) ... ok test_environ_path_cwd (test.test_shutil.TestWhichBytes.test_environ_path_cwd) ... ok test_environ_path_empty (test.test_shutil.TestWhichBytes.test_environ_path_empty) ... ok test_environ_path_missing (test.test_shutil.TestWhichBytes.test_environ_path_missing) ... ok test_non_matching_mode (test.test_shutil.TestWhichBytes.test_non_matching_mode) ... ok test_nonexistent_file (test.test_shutil.TestWhichBytes.test_nonexistent_file) ... ok test_pathext (test.test_shutil.TestWhichBytes.test_pathext) ... skipped 'test specific to Windows' test_pathext_checking (test.test_shutil.TestWhichBytes.test_pathext_checking) ... skipped 'pathext check is Windows-only' test_pathext_with_empty_str (test.test_shutil.TestWhichBytes.test_pathext_with_empty_str) ... skipped 'test specific to Windows' test_relative_cmd (test.test_shutil.TestWhichBytes.test_relative_cmd) ... ok test_relative_path (test.test_shutil.TestWhichBytes.test_relative_path) ... ok test_empty_file (test.test_shutil.TestZeroCopyMACOS.test_empty_file) ... skipped 'macOS only' test_exception_on_first_call (test.test_shutil.TestZeroCopyMACOS.test_exception_on_first_call) ... skipped 'macOS only' test_filesystem_full (test.test_shutil.TestZeroCopyMACOS.test_filesystem_full) ... skipped 'macOS only' test_non_existent_src (test.test_shutil.TestZeroCopyMACOS.test_non_existent_src) ... skipped 'macOS only' test_regular_copy (test.test_shutil.TestZeroCopyMACOS.test_regular_copy) ... skipped 'macOS only' test_same_file (test.test_shutil.TestZeroCopyMACOS.test_same_file) ... skipped 'macOS only' test_unhandled_exception (test.test_shutil.TestZeroCopyMACOS.test_unhandled_exception) ... skipped 'macOS only' test_big_chunk (test.test_shutil.TestZeroCopySendfile.test_big_chunk) ... ok test_blocksize_arg (test.test_shutil.TestZeroCopySendfile.test_blocksize_arg) ... ok test_cant_get_size (test.test_shutil.TestZeroCopySendfile.test_cant_get_size) ... ok test_empty_file (test.test_shutil.TestZeroCopySendfile.test_empty_file) ... ok test_exception_on_first_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_first_call) ... ok test_exception_on_second_call (test.test_shutil.TestZeroCopySendfile.test_exception_on_second_call) ... ok test_file2file_not_supported (test.test_shutil.TestZeroCopySendfile.test_file2file_not_supported) ... ok test_filesystem_full (test.test_shutil.TestZeroCopySendfile.test_filesystem_full) ... ok test_non_existent_src (test.test_shutil.TestZeroCopySendfile.test_non_existent_src) ... ok test_non_regular_file_dst (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_dst) ... ok test_non_regular_file_src (test.test_shutil.TestZeroCopySendfile.test_non_regular_file_src) ... ok test_regular_copy (test.test_shutil.TestZeroCopySendfile.test_regular_copy) ... ok test_same_file (test.test_shutil.TestZeroCopySendfile.test_same_file) ... ok test_small_chunks (test.test_shutil.TestZeroCopySendfile.test_small_chunks) ... ok test_unhandled_exception (test.test_shutil.TestZeroCopySendfile.test_unhandled_exception) ... ok ---------------------------------------------------------------------- Ran 167 tests in 0.443s OK (skipped=28) 0:15:55 load avg: 1.14 [311/432/1] test_signal test_enums (test.test_signal.GenericTests.test_enums) ... ok test_functions_module_attr (test.test_signal.GenericTests.test_functions_module_attr) ... ok test_itimer_exc (test.test_signal.ItimerTest.test_itimer_exc) ... ok test_itimer_prof (test.test_signal.ItimerTest.test_itimer_prof) ... ok test_itimer_real (test.test_signal.ItimerTest.test_itimer_real) ... ok test_itimer_virtual (test.test_signal.ItimerTest.test_itimer_virtual) ... ok test_setitimer_tiny (test.test_signal.ItimerTest.test_setitimer_tiny) ... ok test_pthread_kill (test.test_signal.PendingSignalsTests.test_pthread_kill) ... ok test_pthread_kill_main_thread (test.test_signal.PendingSignalsTests.test_pthread_kill_main_thread) ... ok test_pthread_sigmask (test.test_signal.PendingSignalsTests.test_pthread_sigmask) ... ok test_pthread_sigmask_arguments (test.test_signal.PendingSignalsTests.test_pthread_sigmask_arguments) ... ok test_pthread_sigmask_valid_signals (test.test_signal.PendingSignalsTests.test_pthread_sigmask_valid_signals) ... ok test_sigpending (test.test_signal.PendingSignalsTests.test_sigpending) ... ok test_sigpending_empty (test.test_signal.PendingSignalsTests.test_sigpending_empty) ... ok test_sigtimedwait (test.test_signal.PendingSignalsTests.test_sigtimedwait) ... ok test_sigtimedwait_negative_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_negative_timeout) ... ok test_sigtimedwait_poll (test.test_signal.PendingSignalsTests.test_sigtimedwait_poll) ... ok test_sigtimedwait_timeout (test.test_signal.PendingSignalsTests.test_sigtimedwait_timeout) ... ok test_sigwait (test.test_signal.PendingSignalsTests.test_sigwait) ... ok test_sigwait_thread (test.test_signal.PendingSignalsTests.test_sigwait_thread) ... ok test_sigwaitinfo (test.test_signal.PendingSignalsTests.test_sigwaitinfo) ... ok test_pidfd_send_signal (test.test_signal.PidfdSignalTest.test_pidfd_send_signal) ... ok test_getsignal (test.test_signal.PosixTests.test_getsignal) ... ok test_interprocess_signal (test.test_signal.PosixTests.test_interprocess_signal) ... ok test_keyboard_interrupt_exit_code (test.test_signal.PosixTests.test_keyboard_interrupt_exit_code) KeyboardInterrupt triggers exit via SIGINT. ... ok test_out_of_range_signal_number_raises_error (test.test_signal.PosixTests.test_out_of_range_signal_number_raises_error) ... ok test_setting_signal_handler_to_none_raises_error (test.test_signal.PosixTests.test_setting_signal_handler_to_none_raises_error) ... ok test_strsignal (test.test_signal.PosixTests.test_strsignal) ... ok test_valid_signals (test.test_signal.PosixTests.test_valid_signals) ... ok test__thread_interrupt_main (test.test_signal.RaiseSignalTest.test__thread_interrupt_main) ... ok test_handler (test.test_signal.RaiseSignalTest.test_handler) ... ok test_invalid_argument (test.test_signal.RaiseSignalTest.test_invalid_argument) ... skipped 'Windows specific test' test_sigint (test.test_signal.RaiseSignalTest.test_sigint) ... ok test_siginterrupt_off (test.test_signal.SiginterruptTest.test_siginterrupt_off) ... ok test_siginterrupt_on (test.test_signal.SiginterruptTest.test_siginterrupt_on) ... ok test_without_siginterrupt (test.test_signal.SiginterruptTest.test_without_siginterrupt) ... ok test_stress_delivery_dependent (test.test_signal.StressTest.test_stress_delivery_dependent) This test uses dependent signal handlers. ... detected median itimer() resolution: 0.000009 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.000008 s. ok test_stress_modifying_handlers (test.test_signal.StressTest.test_stress_modifying_handlers) ... ok test_invalid_call (test.test_signal.WakeupFDTests.test_invalid_call) ... ok test_invalid_fd (test.test_signal.WakeupFDTests.test_invalid_fd) ... ok test_invalid_socket (test.test_signal.WakeupFDTests.test_invalid_socket) ... ok test_set_wakeup_fd_blocking (test.test_signal.WakeupFDTests.test_set_wakeup_fd_blocking) ... ok test_set_wakeup_fd_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_result) ... ok test_set_wakeup_fd_socket_result (test.test_signal.WakeupFDTests.test_set_wakeup_fd_socket_result) ... ok test_pending (test.test_signal.WakeupSignalTests.test_pending) ... ok test_signum (test.test_signal.WakeupSignalTests.test_signum) ... ok test_wakeup_fd_during (test.test_signal.WakeupSignalTests.test_wakeup_fd_during) ... ok test_wakeup_fd_early (test.test_signal.WakeupSignalTests.test_wakeup_fd_early) ... ok test_wakeup_write_error (test.test_signal.WakeupSignalTests.test_wakeup_write_error) ... ok test_send_error (test.test_signal.WakeupSocketSignalTests.test_send_error) ... ok test_socket (test.test_signal.WakeupSocketSignalTests.test_socket) ... ok test_warn_on_full_buffer (test.test_signal.WakeupSocketSignalTests.test_warn_on_full_buffer) ... ok test_issue9324 (test.test_signal.WindowsSignalTests.test_issue9324) ... skipped 'Windows specific' test_keyboard_interrupt_exit_code (test.test_signal.WindowsSignalTests.test_keyboard_interrupt_exit_code) KeyboardInterrupt triggers an exit using STATUS_CONTROL_C_EXIT. ... skipped 'Windows specific' test_valid_signals (test.test_signal.WindowsSignalTests.test_valid_signals) ... skipped 'Windows specific' ---------------------------------------------------------------------- Ran 56 tests in 46.926s OK (skipped=4) 0:16:42 load avg: 0.84 [312/432/1] test_site -- test_signal passed in 47.7 sec test__getuserbase (test.test_site.HelperFunctionsTests.test__getuserbase) ... ok test_addpackage (test.test_site.HelperFunctionsTests.test_addpackage) ... ok test_addpackage_empty_lines (test.test_site.HelperFunctionsTests.test_addpackage_empty_lines) ... ok test_addpackage_import_bad_exec (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_exec) ... ok test_addpackage_import_bad_pth_file (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_pth_file) ... ok test_addpackage_import_bad_syntax (test.test_site.HelperFunctionsTests.test_addpackage_import_bad_syntax) ... ok test_addsitedir (test.test_site.HelperFunctionsTests.test_addsitedir) ... ok test_get_path (test.test_site.HelperFunctionsTests.test_get_path) ... ok test_getsitepackages (test.test_site.HelperFunctionsTests.test_getsitepackages) ... ok test_getuserbase (test.test_site.HelperFunctionsTests.test_getuserbase) ... ok test_getusersitepackages (test.test_site.HelperFunctionsTests.test_getusersitepackages) ... ok test_init_pathinfo (test.test_site.HelperFunctionsTests.test_init_pathinfo) ... ok test_makepath (test.test_site.HelperFunctionsTests.test_makepath) ... ok test_no_home_directory (test.test_site.HelperFunctionsTests.test_no_home_directory) ... ok test_s_option (test.test_site.HelperFunctionsTests.test_s_option) ... ok test_trace (test.test_site.HelperFunctionsTests.test_trace) ... ok test_abs_paths_cached_None (test.test_site.ImportSideEffectTests.test_abs_paths_cached_None) Test for __cached__ is None. ... ok test_add_build_dir (test.test_site.ImportSideEffectTests.test_add_build_dir) ... skipped 'test not implemented' test_license_exists_at_url (test.test_site.ImportSideEffectTests.test_license_exists_at_url) ... ok test_no_duplicate_paths (test.test_site.ImportSideEffectTests.test_no_duplicate_paths) ... ok test_setting_copyright (test.test_site.ImportSideEffectTests.test_setting_copyright) ... ok test_setting_help (test.test_site.ImportSideEffectTests.test_setting_help) ... ok test_setting_quit (test.test_site.ImportSideEffectTests.test_setting_quit) ... ok test_sitecustomize_executed (test.test_site.ImportSideEffectTests.test_sitecustomize_executed) ... ok test_startup_imports (test.test_site.StartupImportTests.test_startup_imports) ... ok test_startup_interactivehook (test.test_site.StartupImportTests.test_startup_interactivehook) ... ok test_startup_interactivehook_isolated (test.test_site.StartupImportTests.test_startup_interactivehook_isolated) ... ok test_startup_interactivehook_isolated_explicit (test.test_site.StartupImportTests.test_startup_interactivehook_isolated_explicit) ... ok test_underpth_basic (test.test_site._pthFileTests.test_underpth_basic) ... ok test_underpth_dll_file (test.test_site._pthFileTests.test_underpth_dll_file) ... skipped 'library ._pth file not supported on this platform' test_underpth_file (test.test_site._pthFileTests.test_underpth_file) ... ok test_underpth_nosite_file (test.test_site._pthFileTests.test_underpth_nosite_file) ... ok ---------------------------------------------------------------------- Ran 32 tests in 0.524s OK (skipped=2) 0:16:44 load avg: 0.84 [313/432/1] test_slice test_cmp (test.test_slice.SliceTest.test_cmp) ... ok test_constructor (test.test_slice.SliceTest.test_constructor) ... ok test_copy (test.test_slice.SliceTest.test_copy) ... ok test_cycle (test.test_slice.SliceTest.test_cycle) ... ok test_deepcopy (test.test_slice.SliceTest.test_deepcopy) ... ok test_hash (test.test_slice.SliceTest.test_hash) ... ok test_indices (test.test_slice.SliceTest.test_indices) ... ok test_members (test.test_slice.SliceTest.test_members) ... ok test_pickle (test.test_slice.SliceTest.test_pickle) ... ok test_repr (test.test_slice.SliceTest.test_repr) ... ok test_setslice_without_getslice (test.test_slice.SliceTest.test_setslice_without_getslice) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.399s OK 0:16:45 load avg: 0.84 [314/432/1] test_smtpd test_process_SMTPUTF8_message_with_enable_SMTPUTF8_true (test.test_smtpd.DebuggingServerTest.test_process_SMTPUTF8_message_with_enable_SMTPUTF8_true) ... ok test_process_message_with_decode_data_false (test.test_smtpd.DebuggingServerTest.test_process_message_with_decode_data_false) ... ok test_process_message_with_decode_data_true (test.test_smtpd.DebuggingServerTest.test_process_message_with_decode_data_true) ... ok test_process_message_with_enable_SMTPUTF8_true (test.test_smtpd.DebuggingServerTest.test_process_message_with_enable_SMTPUTF8_true) ... ok test__all__ (test.test_smtpd.MiscTestCase.test__all__) ... ok test_DATA_syntax (test.test_smtpd.SMTPDChannelIPv6Test.test_DATA_syntax) ... ok test_EHLO (test.test_smtpd.SMTPDChannelIPv6Test.test_EHLO) ... ok test_EHLO_HELO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test.test_EHLO_HELO_duplicate) ... ok test_EHLO_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test.test_EHLO_bad_syntax) ... ok test_EHLO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test.test_EHLO_duplicate) ... ok test_EXPN_not_implemented (test.test_smtpd.SMTPDChannelIPv6Test.test_EXPN_not_implemented) ... ok test_HELO (test.test_smtpd.SMTPDChannelIPv6Test.test_HELO) ... ok test_HELO_EHLO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test.test_HELO_EHLO_duplicate) ... ok test_HELO_NOOP (test.test_smtpd.SMTPDChannelIPv6Test.test_HELO_NOOP) ... ok test_HELO_QUIT (test.test_smtpd.SMTPDChannelIPv6Test.test_HELO_QUIT) ... ok test_HELO_RSET (test.test_smtpd.SMTPDChannelIPv6Test.test_HELO_RSET) ... ok test_HELO_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test.test_HELO_bad_syntax) ... ok test_HELO_duplicate (test.test_smtpd.SMTPDChannelIPv6Test.test_HELO_duplicate) ... ok test_HELO_parameter_rejected_when_extensions_not_enabled (test.test_smtpd.SMTPDChannelIPv6Test.test_HELO_parameter_rejected_when_extensions_not_enabled) ... ok test_HELP (test.test_smtpd.SMTPDChannelIPv6Test.test_HELP) ... ok test_HELP_command (test.test_smtpd.SMTPDChannelIPv6Test.test_HELP_command) ... ok test_HELP_command_unknown (test.test_smtpd.SMTPDChannelIPv6Test.test_HELP_command_unknown) ... ok test_MAIL_RCPT_unknown_parameters (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_RCPT_unknown_parameters) ... ok test_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_allows_space_after_colon) ... ok test_MAIL_chevrons (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_chevrons) ... ok test_MAIL_command_limit_extended_with_SIZE (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_command_limit_extended_with_SIZE) ... ok test_MAIL_command_rejects_SMTPUTF8_by_default (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_command_rejects_SMTPUTF8_by_default) ... ok test_MAIL_empty_chevrons (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_empty_chevrons) ... ok test_MAIL_invalid_size_parameter (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_invalid_size_parameter) ... ok test_MAIL_missing_address (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_missing_address) ... ok test_MAIL_quoted_localpart (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_quoted_localpart) ... ok test_MAIL_quoted_localpart_no_angles (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_quoted_localpart_no_angles) ... ok test_MAIL_quoted_localpart_with_size (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_quoted_localpart_with_size) ... ok test_MAIL_quoted_localpart_with_size_no_angles (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_quoted_localpart_with_size_no_angles) ... ok test_MAIL_size_parameter (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_size_parameter) ... ok test_MAIL_size_parameter_larger_than_default_data_size_limit (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_size_parameter_larger_than_default_data_size_limit) ... ok test_MAIL_syntax_EHLO (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_syntax_EHLO) ... ok test_MAIL_syntax_HELO (test.test_smtpd.SMTPDChannelIPv6Test.test_MAIL_syntax_HELO) ... ok test_NOOP (test.test_smtpd.SMTPDChannelIPv6Test.test_NOOP) ... ok test_NOOP_bad_syntax (test.test_smtpd.SMTPDChannelIPv6Test.test_NOOP_bad_syntax) ... ok test_QUIT (test.test_smtpd.SMTPDChannelIPv6Test.test_QUIT) ... ok test_QUIT_arg_ignored (test.test_smtpd.SMTPDChannelIPv6Test.test_QUIT_arg_ignored) ... ok test_RCPT_lowercase_to_OK (test.test_smtpd.SMTPDChannelIPv6Test.test_RCPT_lowercase_to_OK) ... ok test_RCPT_syntax_EHLO (test.test_smtpd.SMTPDChannelIPv6Test.test_RCPT_syntax_EHLO) ... ok test_RCPT_syntax_HELO (test.test_smtpd.SMTPDChannelIPv6Test.test_RCPT_syntax_HELO) ... ok test_RSET (test.test_smtpd.SMTPDChannelIPv6Test.test_RSET) ... ok test_RSET_syntax (test.test_smtpd.SMTPDChannelIPv6Test.test_RSET_syntax) ... ok test_VRFY (test.test_smtpd.SMTPDChannelIPv6Test.test_VRFY) ... ok test_VRFY_syntax (test.test_smtpd.SMTPDChannelIPv6Test.test_VRFY_syntax) ... ok test_attribute_deprecations (test.test_smtpd.SMTPDChannelIPv6Test.test_attribute_deprecations) ... ok test_bad_state (test.test_smtpd.SMTPDChannelIPv6Test.test_bad_state) ... ok test_broken_connect (test.test_smtpd.SMTPDChannelIPv6Test.test_broken_connect) ... ok test_command_too_long (test.test_smtpd.SMTPDChannelIPv6Test.test_command_too_long) ... ok test_data_dialog (test.test_smtpd.SMTPDChannelIPv6Test.test_data_dialog) ... ok test_data_longer_than_default_data_size_limit (test.test_smtpd.SMTPDChannelIPv6Test.test_data_longer_than_default_data_size_limit) ... ok test_data_transparency_section_4_5_2 (test.test_smtpd.SMTPDChannelIPv6Test.test_data_transparency_section_4_5_2) ... ok test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDChannelIPv6Test.test_decode_data_and_enable_SMTPUTF8_raises) ... ok test_extended_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelIPv6Test.test_extended_MAIL_allows_space_after_colon) ... ok test_manual_status (test.test_smtpd.SMTPDChannelIPv6Test.test_manual_status) ... ok test_missing_data (test.test_smtpd.SMTPDChannelIPv6Test.test_missing_data) ... ok test_multiple_RCPT (test.test_smtpd.SMTPDChannelIPv6Test.test_multiple_RCPT) ... ok test_need_MAIL (test.test_smtpd.SMTPDChannelIPv6Test.test_need_MAIL) ... ok test_need_RCPT (test.test_smtpd.SMTPDChannelIPv6Test.test_need_RCPT) ... ok test_nested_MAIL (test.test_smtpd.SMTPDChannelIPv6Test.test_nested_MAIL) ... ok test_no_HELO_DATA (test.test_smtpd.SMTPDChannelIPv6Test.test_no_HELO_DATA) ... ok test_no_HELO_MAIL (test.test_smtpd.SMTPDChannelIPv6Test.test_no_HELO_MAIL) ... ok test_no_HELO_RCPT (test.test_smtpd.SMTPDChannelIPv6Test.test_no_HELO_RCPT) ... ok test_server_accept (test.test_smtpd.SMTPDChannelIPv6Test.test_server_accept) ... ok test_unknown_command (test.test_smtpd.SMTPDChannelIPv6Test.test_unknown_command) ... ok test_DATA_syntax (test.test_smtpd.SMTPDChannelTest.test_DATA_syntax) ... ok test_EHLO (test.test_smtpd.SMTPDChannelTest.test_EHLO) ... ok test_EHLO_HELO_duplicate (test.test_smtpd.SMTPDChannelTest.test_EHLO_HELO_duplicate) ... ok test_EHLO_bad_syntax (test.test_smtpd.SMTPDChannelTest.test_EHLO_bad_syntax) ... ok test_EHLO_duplicate (test.test_smtpd.SMTPDChannelTest.test_EHLO_duplicate) ... ok test_EXPN_not_implemented (test.test_smtpd.SMTPDChannelTest.test_EXPN_not_implemented) ... ok test_HELO (test.test_smtpd.SMTPDChannelTest.test_HELO) ... ok test_HELO_EHLO_duplicate (test.test_smtpd.SMTPDChannelTest.test_HELO_EHLO_duplicate) ... ok test_HELO_NOOP (test.test_smtpd.SMTPDChannelTest.test_HELO_NOOP) ... ok test_HELO_QUIT (test.test_smtpd.SMTPDChannelTest.test_HELO_QUIT) ... ok test_HELO_RSET (test.test_smtpd.SMTPDChannelTest.test_HELO_RSET) ... ok test_HELO_bad_syntax (test.test_smtpd.SMTPDChannelTest.test_HELO_bad_syntax) ... ok test_HELO_duplicate (test.test_smtpd.SMTPDChannelTest.test_HELO_duplicate) ... ok test_HELO_parameter_rejected_when_extensions_not_enabled (test.test_smtpd.SMTPDChannelTest.test_HELO_parameter_rejected_when_extensions_not_enabled) ... ok test_HELP (test.test_smtpd.SMTPDChannelTest.test_HELP) ... ok test_HELP_command (test.test_smtpd.SMTPDChannelTest.test_HELP_command) ... ok test_HELP_command_unknown (test.test_smtpd.SMTPDChannelTest.test_HELP_command_unknown) ... ok test_MAIL_RCPT_unknown_parameters (test.test_smtpd.SMTPDChannelTest.test_MAIL_RCPT_unknown_parameters) ... ok test_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelTest.test_MAIL_allows_space_after_colon) ... ok test_MAIL_chevrons (test.test_smtpd.SMTPDChannelTest.test_MAIL_chevrons) ... ok test_MAIL_command_limit_extended_with_SIZE (test.test_smtpd.SMTPDChannelTest.test_MAIL_command_limit_extended_with_SIZE) ... ok test_MAIL_command_rejects_SMTPUTF8_by_default (test.test_smtpd.SMTPDChannelTest.test_MAIL_command_rejects_SMTPUTF8_by_default) ... ok test_MAIL_empty_chevrons (test.test_smtpd.SMTPDChannelTest.test_MAIL_empty_chevrons) ... ok test_MAIL_invalid_size_parameter (test.test_smtpd.SMTPDChannelTest.test_MAIL_invalid_size_parameter) ... ok test_MAIL_missing_address (test.test_smtpd.SMTPDChannelTest.test_MAIL_missing_address) ... ok test_MAIL_quoted_localpart (test.test_smtpd.SMTPDChannelTest.test_MAIL_quoted_localpart) ... ok test_MAIL_quoted_localpart_no_angles (test.test_smtpd.SMTPDChannelTest.test_MAIL_quoted_localpart_no_angles) ... ok test_MAIL_quoted_localpart_with_size (test.test_smtpd.SMTPDChannelTest.test_MAIL_quoted_localpart_with_size) ... ok test_MAIL_quoted_localpart_with_size_no_angles (test.test_smtpd.SMTPDChannelTest.test_MAIL_quoted_localpart_with_size_no_angles) ... ok test_MAIL_size_parameter (test.test_smtpd.SMTPDChannelTest.test_MAIL_size_parameter) ... ok test_MAIL_size_parameter_larger_than_default_data_size_limit (test.test_smtpd.SMTPDChannelTest.test_MAIL_size_parameter_larger_than_default_data_size_limit) ... ok test_MAIL_syntax_EHLO (test.test_smtpd.SMTPDChannelTest.test_MAIL_syntax_EHLO) ... ok test_MAIL_syntax_HELO (test.test_smtpd.SMTPDChannelTest.test_MAIL_syntax_HELO) ... ok test_NOOP (test.test_smtpd.SMTPDChannelTest.test_NOOP) ... ok test_NOOP_bad_syntax (test.test_smtpd.SMTPDChannelTest.test_NOOP_bad_syntax) ... ok test_QUIT (test.test_smtpd.SMTPDChannelTest.test_QUIT) ... ok test_QUIT_arg_ignored (test.test_smtpd.SMTPDChannelTest.test_QUIT_arg_ignored) ... ok test_RCPT_lowercase_to_OK (test.test_smtpd.SMTPDChannelTest.test_RCPT_lowercase_to_OK) ... ok test_RCPT_syntax_EHLO (test.test_smtpd.SMTPDChannelTest.test_RCPT_syntax_EHLO) ... ok test_RCPT_syntax_HELO (test.test_smtpd.SMTPDChannelTest.test_RCPT_syntax_HELO) ... ok test_RSET (test.test_smtpd.SMTPDChannelTest.test_RSET) ... ok test_RSET_syntax (test.test_smtpd.SMTPDChannelTest.test_RSET_syntax) ... ok test_VRFY (test.test_smtpd.SMTPDChannelTest.test_VRFY) ... ok test_VRFY_syntax (test.test_smtpd.SMTPDChannelTest.test_VRFY_syntax) ... ok test_attribute_deprecations (test.test_smtpd.SMTPDChannelTest.test_attribute_deprecations) ... ok test_bad_state (test.test_smtpd.SMTPDChannelTest.test_bad_state) ... ok test_broken_connect (test.test_smtpd.SMTPDChannelTest.test_broken_connect) ... ok test_command_too_long (test.test_smtpd.SMTPDChannelTest.test_command_too_long) ... ok test_data_dialog (test.test_smtpd.SMTPDChannelTest.test_data_dialog) ... ok test_data_longer_than_default_data_size_limit (test.test_smtpd.SMTPDChannelTest.test_data_longer_than_default_data_size_limit) ... ok test_data_transparency_section_4_5_2 (test.test_smtpd.SMTPDChannelTest.test_data_transparency_section_4_5_2) ... ok test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDChannelTest.test_decode_data_and_enable_SMTPUTF8_raises) ... ok test_extended_MAIL_allows_space_after_colon (test.test_smtpd.SMTPDChannelTest.test_extended_MAIL_allows_space_after_colon) ... ok test_manual_status (test.test_smtpd.SMTPDChannelTest.test_manual_status) ... ok test_missing_data (test.test_smtpd.SMTPDChannelTest.test_missing_data) ... ok test_multiple_RCPT (test.test_smtpd.SMTPDChannelTest.test_multiple_RCPT) ... ok test_need_MAIL (test.test_smtpd.SMTPDChannelTest.test_need_MAIL) ... ok test_need_RCPT (test.test_smtpd.SMTPDChannelTest.test_need_RCPT) ... ok test_nested_MAIL (test.test_smtpd.SMTPDChannelTest.test_nested_MAIL) ... ok test_no_HELO_DATA (test.test_smtpd.SMTPDChannelTest.test_no_HELO_DATA) ... ok test_no_HELO_MAIL (test.test_smtpd.SMTPDChannelTest.test_no_HELO_MAIL) ... ok test_no_HELO_RCPT (test.test_smtpd.SMTPDChannelTest.test_no_HELO_RCPT) ... ok test_server_accept (test.test_smtpd.SMTPDChannelTest.test_server_accept) ... ok test_unknown_command (test.test_smtpd.SMTPDChannelTest.test_unknown_command) ... ok test_MAIL_command_accepts_SMTPUTF8_when_announced (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True.test_MAIL_command_accepts_SMTPUTF8_when_announced) ... ok test_MAIL_command_limit_extended_with_SIZE_and_SMTPUTF8 (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True.test_MAIL_command_limit_extended_with_SIZE_and_SMTPUTF8) ... ok test_multiple_emails_with_extended_command_length (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True.test_multiple_emails_with_extended_command_length) ... ok test_process_smtputf8_message (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True.test_process_smtputf8_message) ... ok test_utf8_data (test.test_smtpd.SMTPDChannelTestWithEnableSMTPUTF8True.test_utf8_data) ... ok test_data_limit_dialog (test.test_smtpd.SMTPDChannelWithDataSizeLimitTest.test_data_limit_dialog) ... ok test_data_limit_dialog_too_much_data (test.test_smtpd.SMTPDChannelWithDataSizeLimitTest.test_data_limit_dialog_too_much_data) ... ok test_ascii_data (test.test_smtpd.SMTPDChannelWithDecodeDataFalse.test_ascii_data) ... ok test_utf8_data (test.test_smtpd.SMTPDChannelWithDecodeDataFalse.test_utf8_data) ... ok test_ascii_data (test.test_smtpd.SMTPDChannelWithDecodeDataTrue.test_ascii_data) ... ok test_utf8_data (test.test_smtpd.SMTPDChannelWithDecodeDataTrue.test_utf8_data) ... ok test_decode_data_and_enable_SMTPUTF8_raises (test.test_smtpd.SMTPDServerTest.test_decode_data_and_enable_SMTPUTF8_raises) ... ok test_process_message_unimplemented (test.test_smtpd.SMTPDServerTest.test_process_message_unimplemented) ... ok test_socket_uses_IPv4 (test.test_smtpd.TestFamilyDetection.test_socket_uses_IPv4) ... ok test_socket_uses_IPv6 (test.test_smtpd.TestFamilyDetection.test_socket_uses_IPv6) ... ok test_with_decode_data_false (test.test_smtpd.TestMailOptionParsing.test_with_decode_data_false) ... ok test_with_decode_data_true (test.test_smtpd.TestMailOptionParsing.test_with_decode_data_true) ... ok test_with_enable_smtputf8_true (test.test_smtpd.TestMailOptionParsing.test_with_enable_smtputf8_true) ... ok test_nothing_accepted (test.test_smtpd.TestRcptOptionParsing.test_nothing_accepted) ... ok test_params_rejected (test.test_smtpd.TestRcptOptionParsing.test_params_rejected) ... ok ---------------------------------------------------------------------- Ran 153 tests in 0.027s OK 0:16:46 load avg: 0.84 [315/432/1] test_smtplib testFailingHELO (test.test_smtplib.BadHELOServerTests.testFailingHELO) ... ok testBasic (test.test_smtplib.DebuggingServerTests.testBasic) ... ok testELHO (test.test_smtplib.DebuggingServerTests.testELHO) ... ok testEXPNNotImplemented (test.test_smtplib.DebuggingServerTests.testEXPNNotImplemented) ... ok testHELP (test.test_smtplib.DebuggingServerTests.testHELP) ... ok testNOOP (test.test_smtplib.DebuggingServerTests.testNOOP) ... ok testRSET (test.test_smtplib.DebuggingServerTests.testRSET) ... ok testSecondHELO (test.test_smtplib.DebuggingServerTests.testSecondHELO) ... ok testSend (test.test_smtplib.DebuggingServerTests.testSend) ... ok testSendBinary (test.test_smtplib.DebuggingServerTests.testSendBinary) ... ok testSendMessage (test.test_smtplib.DebuggingServerTests.testSendMessage) ... ok testSendMessageMultipleResentRaises (test.test_smtplib.DebuggingServerTests.testSendMessageMultipleResentRaises) ... ok testSendMessageResent (test.test_smtplib.DebuggingServerTests.testSendMessageResent) ... ok testSendMessageWithAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithAddresses) ... ok testSendMessageWithMultipleFrom (test.test_smtplib.DebuggingServerTests.testSendMessageWithMultipleFrom) ... ok testSendMessageWithSomeAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithSomeAddresses) ... ok testSendMessageWithSpecifiedAddresses (test.test_smtplib.DebuggingServerTests.testSendMessageWithSpecifiedAddresses) ... ok testSendNeedingDotQuote (test.test_smtplib.DebuggingServerTests.testSendNeedingDotQuote) ... ok testSendNullSender (test.test_smtplib.DebuggingServerTests.testSendNullSender) ... ok testSourceAddress (test.test_smtplib.DebuggingServerTests.testSourceAddress) ... ok testVRFY (test.test_smtplib.DebuggingServerTests.testVRFY) ... ok test_issue43124_escape_localhostname (test.test_smtplib.DebuggingServerTests.test_issue43124_escape_localhostname) ... ok test_issue43124_escape_options (test.test_smtplib.DebuggingServerTests.test_issue43124_escape_options) ... ok test_issue43124_putcmd_escapes_newline (test.test_smtplib.DebuggingServerTests.test_issue43124_putcmd_escapes_newline) ... ok testSendMessage (test.test_smtplib.DefaultArgumentsTests.testSendMessage) ... ok testSendMessageWithMailOptions (test.test_smtplib.DefaultArgumentsTests.testSendMessageWithMailOptions) ... ok testBasic1 (test.test_smtplib.LMTPGeneralTests.testBasic1) ... ok testBasic2 (test.test_smtplib.LMTPGeneralTests.testBasic2) ... ok testLocalHostName (test.test_smtplib.LMTPGeneralTests.testLocalHostName) ... ok testQuoteData (test.test_smtplib.LMTPGeneralTests.testQuoteData) ... ok testSourceAddress (test.test_smtplib.LMTPGeneralTests.testSourceAddress) ... ok testTimeoutDefault (test.test_smtplib.LMTPGeneralTests.testTimeoutDefault) ... ok testTimeoutNone (test.test_smtplib.LMTPGeneralTests.testTimeoutNone) ... ok testTimeoutValue (test.test_smtplib.LMTPGeneralTests.testTimeoutValue) ... ok testTimeoutZero (test.test_smtplib.LMTPGeneralTests.testTimeoutZero) ... ok testUnixDomainSocketTimeoutDefault (test.test_smtplib.LMTPGeneralTests.testUnixDomainSocketTimeoutDefault) ... ok test_debuglevel (test.test_smtplib.LMTPGeneralTests.test_debuglevel) ... ok test_debuglevel_2 (test.test_smtplib.LMTPGeneralTests.test_debuglevel_2) ... ok testNonnumericPort (test.test_smtplib.NonConnectingTests.testNonnumericPort) ... ok testNotConnected (test.test_smtplib.NonConnectingTests.testNotConnected) ... ok testSockAttributeExists (test.test_smtplib.NonConnectingTests.testSockAttributeExists) ... ok testAUTH_PLAIN_initial_response_auth (test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_auth) ... ok testAUTH_PLAIN_initial_response_login (test.test_smtplib.SMTPAUTHInitialResponseSimTests.testAUTH_PLAIN_initial_response_login) ... ok testBasic1 (test.test_smtplib.SMTPGeneralTests.testBasic1) ... ok testBasic2 (test.test_smtplib.SMTPGeneralTests.testBasic2) ... ok testLocalHostName (test.test_smtplib.SMTPGeneralTests.testLocalHostName) ... ok testQuoteData (test.test_smtplib.SMTPGeneralTests.testQuoteData) ... ok testSourceAddress (test.test_smtplib.SMTPGeneralTests.testSourceAddress) ... ok testTimeoutDefault (test.test_smtplib.SMTPGeneralTests.testTimeoutDefault) ... ok testTimeoutNone (test.test_smtplib.SMTPGeneralTests.testTimeoutNone) ... ok testTimeoutValue (test.test_smtplib.SMTPGeneralTests.testTimeoutValue) ... ok testTimeoutZero (test.test_smtplib.SMTPGeneralTests.testTimeoutZero) ... ok test_debuglevel (test.test_smtplib.SMTPGeneralTests.test_debuglevel) ... ok test_debuglevel_2 (test.test_smtplib.SMTPGeneralTests.test_debuglevel_2) ... ok testAUTH_BUGGY (test.test_smtplib.SMTPSimTests.testAUTH_BUGGY) ... ok testAUTH_CRAM_MD5 (test.test_smtplib.SMTPSimTests.testAUTH_CRAM_MD5) ... ok testAUTH_LOGIN (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN) ... ok testAUTH_LOGIN_initial_response_notok (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_notok) ... ok testAUTH_LOGIN_initial_response_ok (test.test_smtplib.SMTPSimTests.testAUTH_LOGIN_initial_response_ok) ... ok testAUTH_PLAIN (test.test_smtplib.SMTPSimTests.testAUTH_PLAIN) ... ok testAUTH_multiple (test.test_smtplib.SMTPSimTests.testAUTH_multiple) ... ok testBasic (test.test_smtplib.SMTPSimTests.testBasic) ... ok testEHLO (test.test_smtplib.SMTPSimTests.testEHLO) ... ok testEXPN (test.test_smtplib.SMTPSimTests.testEXPN) ... ok testVRFY (test.test_smtplib.SMTPSimTests.testVRFY) ... ok test_421_from_data_cmd (test.test_smtplib.SMTPSimTests.test_421_from_data_cmd) ... ok test_421_from_mail_cmd (test.test_smtplib.SMTPSimTests.test_421_from_mail_cmd) ... ok test_421_from_rcpt_cmd (test.test_smtplib.SMTPSimTests.test_421_from_rcpt_cmd) ... ok test__rest_from_mail_cmd (test.test_smtplib.SMTPSimTests.test__rest_from_mail_cmd) ... ok test_auth_function (test.test_smtplib.SMTPSimTests.test_auth_function) ... ok test_name_field_not_included_in_envelop_addresses (test.test_smtplib.SMTPSimTests.test_name_field_not_included_in_envelop_addresses) ... ok test_quit_resets_greeting (test.test_smtplib.SMTPSimTests.test_quit_resets_greeting) ... ok 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) ... ok test_send_unicode_without_SMTPUTF8 (test.test_smtplib.SMTPSimTests.test_send_unicode_without_SMTPUTF8) ... ok test_smtputf8_NotSupportedError_if_no_server_support (test.test_smtplib.SMTPSimTests.test_smtputf8_NotSupportedError_if_no_server_support) ... ok test_with_statement (test.test_smtplib.SMTPSimTests.test_with_statement) ... ok test_with_statement_QUIT_failure (test.test_smtplib.SMTPSimTests.test_with_statement_QUIT_failure) ... ok test_send_message_uses_smtputf8_if_addrs_non_ascii (test.test_smtplib.SMTPUTF8SimTests.test_send_message_uses_smtputf8_if_addrs_non_ascii) ... ok test_send_unicode_with_SMTPUTF8_via_low_level_API (test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_low_level_API) ... ok test_send_unicode_with_SMTPUTF8_via_sendmail (test.test_smtplib.SMTPUTF8SimTests.test_send_unicode_with_SMTPUTF8_via_sendmail) ... ok test_test_server_supports_extensions (test.test_smtplib.SMTPUTF8SimTests.test_test_server_supports_extensions) ... ok testLineTooLong (test.test_smtplib.TooLongLineTests.testLineTooLong) ... ok ---------------------------------------------------------------------- Ran 82 tests in 1.156s OK 0:16:47 load avg: 0.77 [316/432/1] test_smtpnet test_connect (test.test_smtpnet.SmtpSSLTest.test_connect) ... ok test_connect_default_port (test.test_smtpnet.SmtpSSLTest.test_connect_default_port) ... ok test_connect_using_sslcontext (test.test_smtpnet.SmtpSSLTest.test_connect_using_sslcontext) ... ok test_connect_using_sslcontext_verified (test.test_smtpnet.SmtpSSLTest.test_connect_using_sslcontext_verified) ... ok test_connect_starttls (test.test_smtpnet.SmtpTest.test_connect_starttls) ... ok ---------------------------------------------------------------------- Ran 5 tests in 1.093s OK 0:16:49 load avg: 0.77 [317/432/1] test_sndhdr test_data (test.test_sndhdr.TestFormats.test_data) ... ok test_pickleable (test.test_sndhdr.TestFormats.test_pickleable) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.003s OK 0:16:50 load avg: 0.77 [318/432/1] test_socket testBluetoothConstants (test.test_socket.BasicBluetoothTest.testBluetoothConstants) ... ok testCreateHciSocket (test.test_socket.BasicBluetoothTest.testCreateHciSocket) ... ok testCreateL2capSocket (test.test_socket.BasicBluetoothTest.testCreateL2capSocket) ... ok testCreateRfcommSocket (test.test_socket.BasicBluetoothTest.testCreateRfcommSocket) ... ok testCreateScoSocket (test.test_socket.BasicBluetoothTest.testCreateScoSocket) ... ok testBCMConstants (test.test_socket.BasicCANTest.testBCMConstants) ... ok testBindAny (test.test_socket.BasicCANTest.testBindAny) ... ok testCreateBCMSocket (test.test_socket.BasicCANTest.testCreateBCMSocket) ... ok testCreateSocket (test.test_socket.BasicCANTest.testCreateSocket) ... ok testCrucialConstants (test.test_socket.BasicCANTest.testCrucialConstants) ... ok testFilter (test.test_socket.BasicCANTest.testFilter) ... ok testLoopback (test.test_socket.BasicCANTest.testLoopback) ... ok testTooLongInterfaceName (test.test_socket.BasicCANTest.testTooLongInterfaceName) ... ok testAutoBindSock (test.test_socket.BasicQIPCRTRTest.testAutoBindSock) ... ok testBindSock (test.test_socket.BasicQIPCRTRTest.testBindSock) ... ok testCreateSocket (test.test_socket.BasicQIPCRTRTest.testCreateSocket) ... ok testCrucialConstants (test.test_socket.BasicQIPCRTRTest.testCrucialConstants) ... ok testInvalidBindSock (test.test_socket.BasicQIPCRTRTest.testInvalidBindSock) ... ok testUnbound (test.test_socket.BasicQIPCRTRTest.testUnbound) ... ok testCreateSocket (test.test_socket.BasicRDSTest.testCreateSocket) ... ok testCrucialConstants (test.test_socket.BasicRDSTest.testCrucialConstants) ... ok testSocketBufferSize (test.test_socket.BasicRDSTest.testSocketBufferSize) ... ok testDefaults (test.test_socket.BasicSocketPairTest.testDefaults) ... ok testRecv (test.test_socket.BasicSocketPairTest.testRecv) ... ok testSend (test.test_socket.BasicSocketPairTest.testSend) ... ok testDetach (test.test_socket.BasicTCPTest.testDetach) ... ok testDup (test.test_socket.BasicTCPTest.testDup) ... ok testFromFd (test.test_socket.BasicTCPTest.testFromFd) ... ok testOverFlowRecv (test.test_socket.BasicTCPTest.testOverFlowRecv) ... ok testOverFlowRecvFrom (test.test_socket.BasicTCPTest.testOverFlowRecvFrom) ... ok testRecv (test.test_socket.BasicTCPTest.testRecv) ... ok testRecvFrom (test.test_socket.BasicTCPTest.testRecvFrom) ... ok testSendAll (test.test_socket.BasicTCPTest.testSendAll) ... ok testShutdown (test.test_socket.BasicTCPTest.testShutdown) ... ok testShutdown_overflow (test.test_socket.BasicTCPTest.testShutdown_overflow) ... ok testDetach (test.test_socket.BasicTCPTest2.testDetach) ... ok testDup (test.test_socket.BasicTCPTest2.testDup) ... ok testFromFd (test.test_socket.BasicTCPTest2.testFromFd) ... ok testOverFlowRecv (test.test_socket.BasicTCPTest2.testOverFlowRecv) ... ok testOverFlowRecvFrom (test.test_socket.BasicTCPTest2.testOverFlowRecvFrom) ... ok testRecv (test.test_socket.BasicTCPTest2.testRecv) ... ok testRecvFrom (test.test_socket.BasicTCPTest2.testRecvFrom) ... ok testSendAll (test.test_socket.BasicTCPTest2.testSendAll) ... ok testShutdown (test.test_socket.BasicTCPTest2.testShutdown) ... ok testShutdown_overflow (test.test_socket.BasicTCPTest2.testShutdown_overflow) ... ok testRecvFrom (test.test_socket.BasicUDPLITETest.testRecvFrom) ... ok testRecvFromNegative (test.test_socket.BasicUDPLITETest.testRecvFromNegative) ... ok testSendtoAndRecv (test.test_socket.BasicUDPLITETest.testSendtoAndRecv) ... ok testRecvFrom (test.test_socket.BasicUDPTest.testRecvFrom) ... ok testRecvFromNegative (test.test_socket.BasicUDPTest.testRecvFromNegative) ... ok testSendtoAndRecv (test.test_socket.BasicUDPTest.testSendtoAndRecv) ... ok testCreateSocket (test.test_socket.BasicVSOCKTest.testCreateSocket) ... skipped 'VSOCK sockets required for this test.' testCrucialConstants (test.test_socket.BasicVSOCKTest.testCrucialConstants) ... skipped 'VSOCK sockets required for this test.' testSocketBufferSize (test.test_socket.BasicVSOCKTest.testSocketBufferSize) ... skipped 'VSOCK sockets required for this test.' testVSOCKConstants (test.test_socket.BasicVSOCKTest.testVSOCKConstants) ... skipped 'VSOCK sockets required for this test.' testRecvFromIntoArray (test.test_socket.BufferIOTest.testRecvFromIntoArray) ... ok testRecvFromIntoBytearray (test.test_socket.BufferIOTest.testRecvFromIntoBytearray) ... ok testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest.testRecvFromIntoEmptyBuffer) ... ok testRecvFromIntoMemoryview (test.test_socket.BufferIOTest.testRecvFromIntoMemoryview) ... ok testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest.testRecvFromIntoSmallBuffer) ... ok testRecvIntoArray (test.test_socket.BufferIOTest.testRecvIntoArray) ... ok testRecvIntoBytearray (test.test_socket.BufferIOTest.testRecvIntoBytearray) ... ok testRecvIntoMemoryview (test.test_socket.BufferIOTest.testRecvIntoMemoryview) ... ok testBCM (test.test_socket.CANTest.testBCM) ... skipped 'network interface `vcan0` does not exist' testSendFrame (test.test_socket.CANTest.testSendFrame) ... skipped 'network interface `vcan0` does not exist' testSendMaxFrame (test.test_socket.CANTest.testSendMaxFrame) ... skipped 'network interface `vcan0` does not exist' testSendMultiFrames (test.test_socket.CANTest.testSendMultiFrames) ... skipped 'network interface `vcan0` does not exist' testCMSG_LEN (test.test_socket.CmsgMacroTests.testCMSG_LEN) ... ok testCMSG_SPACE (test.test_socket.CmsgMacroTests.testCMSG_SPACE) ... ok testCreateConnectionBase (test.test_socket.ContextManagersTest.testCreateConnectionBase) ... ok testCreateConnectionClose (test.test_socket.ContextManagersTest.testCreateConnectionClose) ... ok test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v4) ... ok test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest.test_dual_stack_client_v6) ... ok test_tcp4 (test.test_socket.CreateServerFunctionalTest.test_tcp4) ... ok test_tcp6 (test.test_socket.CreateServerFunctionalTest.test_tcp6) ... ok test_address (test.test_socket.CreateServerTest.test_address) ... ok test_dualstack_ipv6_family (test.test_socket.CreateServerTest.test_dualstack_ipv6_family) ... ok test_family_and_type (test.test_socket.CreateServerTest.test_family_and_type) ... ok test_ipv6_only_default (test.test_socket.CreateServerTest.test_ipv6_only_default) ... ok test_reuse_port (test.test_socket.CreateServerTest.test_reuse_port) ... ok testAttributes (test.test_socket.FileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.FileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.FileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.FileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.FileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.FileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.FileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.FileObjectClassTestCase.testUnbufferedRead) ... ok test3542SocketOptions (test.test_socket.GeneralModuleTests.test3542SocketOptions) ... skipped 'macOS specific test' testCloseException (test.test_socket.GeneralModuleTests.testCloseException) ... ok testCrucialConstants (test.test_socket.GeneralModuleTests.testCrucialConstants) ... ok testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests.testCrucialIpProtoConstants) ... ok testDefaultTimeout (test.test_socket.GeneralModuleTests.testDefaultTimeout) ... ok testGetServBy (test.test_socket.GeneralModuleTests.testGetServBy) ... ok testGetSockOpt (test.test_socket.GeneralModuleTests.testGetSockOpt) ... ok testGetaddrinfo (test.test_socket.GeneralModuleTests.testGetaddrinfo) ... ok testHostnameRes (test.test_socket.GeneralModuleTests.testHostnameRes) ... ok testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests.testIPv4_inet_aton_fourbytes) ... ok testIPv4toString (test.test_socket.GeneralModuleTests.testIPv4toString) ... ok testIPv6toString (test.test_socket.GeneralModuleTests.testIPv6toString) ... ok testInterfaceNameIndex (test.test_socket.GeneralModuleTests.testInterfaceNameIndex) ... ok testInterpreterCrash (test.test_socket.GeneralModuleTests.testInterpreterCrash) ... ok testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests.testInvalidInterfaceIndexToName) ... ok testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests.testInvalidInterfaceNameToIndex) ... ok testNewAttributes (test.test_socket.GeneralModuleTests.testNewAttributes) ... ok testNtoH (test.test_socket.GeneralModuleTests.testNtoH) ... ok testNtoHErrors (test.test_socket.GeneralModuleTests.testNtoHErrors) ... ok testRefCountGetNameInfo (test.test_socket.GeneralModuleTests.testRefCountGetNameInfo) ... ok testSendAfterClose (test.test_socket.GeneralModuleTests.testSendAfterClose) ... ok testSendtoErrors (test.test_socket.GeneralModuleTests.testSendtoErrors) ... ok testSetSockOpt (test.test_socket.GeneralModuleTests.testSetSockOpt) ... ok testSockName (test.test_socket.GeneralModuleTests.testSockName) ... ok testSocketError (test.test_socket.GeneralModuleTests.testSocketError) ... ok testStringToIPv4 (test.test_socket.GeneralModuleTests.testStringToIPv4) ... ok testStringToIPv6 (test.test_socket.GeneralModuleTests.testStringToIPv6) ... ok testWindowsSpecificConstants (test.test_socket.GeneralModuleTests.testWindowsSpecificConstants) ... skipped 'Windows specific' test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests.test_SocketType_is_socketobject) ... ok test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests.test__sendfile_use_sendfile) ... ok test_addressfamily_enum (test.test_socket.GeneralModuleTests.test_addressfamily_enum) ... ok test_addressinfo_enum (test.test_socket.GeneralModuleTests.test_addressinfo_enum) ... ok test_csocket_repr (test.test_socket.GeneralModuleTests.test_csocket_repr) ... ok test_dealloc_warn (test.test_socket.GeneralModuleTests.test_dealloc_warn) ... ok test_flowinfo (test.test_socket.GeneralModuleTests.test_flowinfo) ... ok test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_basic) ... ok test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_numeric) ... skipped 'Numeric scope id does not work or undocumented' test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getaddrinfo_ipv6_scopeid_symbolic) ... ok test_getfqdn_filter_localhost (test.test_socket.GeneralModuleTests.test_getfqdn_filter_localhost) ... ok test_getnameinfo (test.test_socket.GeneralModuleTests.test_getnameinfo) ... ok test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_numeric) ... skipped 'Numeric scope id does not work or undocumented' test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests.test_getnameinfo_ipv6_scopeid_symbolic) ... ok test_getsockaddrarg (test.test_socket.GeneralModuleTests.test_getsockaddrarg) ... ok test_host_resolution (test.test_socket.GeneralModuleTests.test_host_resolution) ... ok test_host_resolution_bad_address (test.test_socket.GeneralModuleTests.test_host_resolution_bad_address) ... ok test_idna (test.test_socket.GeneralModuleTests.test_idna) ... ok test_listen_backlog (test.test_socket.GeneralModuleTests.test_listen_backlog) ... ok test_listen_backlog_overflow (test.test_socket.GeneralModuleTests.test_listen_backlog_overflow) ... ok test_makefile_invalid_mode (test.test_socket.GeneralModuleTests.test_makefile_invalid_mode) ... ok test_makefile_mode (test.test_socket.GeneralModuleTests.test_makefile_mode) ... ok test_msgflag_enum (test.test_socket.GeneralModuleTests.test_msgflag_enum) ... ok test_name_closed_socketio (test.test_socket.GeneralModuleTests.test_name_closed_socketio) ... ok test_pickle (test.test_socket.GeneralModuleTests.test_pickle) ... ok test_repr (test.test_socket.GeneralModuleTests.test_repr) ... ok test_sendall_interrupted (test.test_socket.GeneralModuleTests.test_sendall_interrupted) ... ok test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests.test_sendall_interrupted_with_timeout) ... ok test_sethostname (test.test_socket.GeneralModuleTests.test_sethostname) ... skipped 'test should be run as root' test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests.test_sio_loopback_fast_path) ... skipped 'Windows specific' test_sock_ioctl (test.test_socket.GeneralModuleTests.test_sock_ioctl) ... skipped 'Windows specific' test_socket_close (test.test_socket.GeneralModuleTests.test_socket_close) ... ok test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests.test_socket_consistent_sock_type) ... ok test_socket_fileno (test.test_socket.GeneralModuleTests.test_socket_fileno) ... ok test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_float) ... ok test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_invalid_socket) ... ok test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_negative) ... ok test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests.test_socket_fileno_rejects_other_types) ... ok test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_socket_fd) ... ok test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd) ... ok test_socket_methods (test.test_socket.GeneralModuleTests.test_socket_methods) ... ok test_socketkind_enum (test.test_socket.GeneralModuleTests.test_socketkind_enum) ... ok test_str_for_enums (test.test_socket.GeneralModuleTests.test_str_for_enums) ... ok test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests.test_unknown_socket_family_repr) ... ok test_unusable_closed_socketio (test.test_socket.GeneralModuleTests.test_unusable_closed_socketio) ... ok test_weakref (test.test_socket.GeneralModuleTests.test_weakref) ... ok testBind (test.test_socket.ISOTPTest.testBind) ... skipped 'network interface `vcan0` does not exist' testCreateISOTPSocket (test.test_socket.ISOTPTest.testCreateISOTPSocket) ... ok testCreateSocket (test.test_socket.ISOTPTest.testCreateSocket) ... ok testCrucialConstants (test.test_socket.ISOTPTest.testCrucialConstants) ... ok testTooLongInterfaceName (test.test_socket.ISOTPTest.testTooLongInterfaceName) ... ok test_SOCK_CLOEXEC (test.test_socket.InheritanceTest.test_SOCK_CLOEXEC) ... ok test_default_inheritable (test.test_socket.InheritanceTest.test_default_inheritable) ... ok test_dup (test.test_socket.InheritanceTest.test_dup) ... ok test_get_inheritable_cloexec (test.test_socket.InheritanceTest.test_get_inheritable_cloexec) ... ok test_set_inheritable (test.test_socket.InheritanceTest.test_set_inheritable) ... ok test_set_inheritable_cloexec (test.test_socket.InheritanceTest.test_set_inheritable_cloexec) ... ok test_socketpair (test.test_socket.InheritanceTest.test_socketpair) ... ok testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvIntoTimeout) ... ok testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvTimeout) ... ok testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromIntoTimeout) ... ok testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvfromTimeout) ... ok testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgIntoTimeout) ... ok testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest.testInterruptedRecvmsgTimeout) ... ok testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendTimeout) ... ok testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendmsgTimeout) ... ok testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest.testInterruptedSendtoTimeout) ... ok testBind (test.test_socket.J1939Test.testBind) ... skipped 'network interface `vcan0` does not exist' testCreateJ1939Socket (test.test_socket.J1939Test.testCreateJ1939Socket) ... ok testJ1939Constants (test.test_socket.J1939Test.testJ1939Constants) ... ok testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.LineBufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI.test_aead_aes_gcm) ... ok test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI.test_aes_cbc) ... ok test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_drbg_pr_sha256) ... ok test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI.test_hmac_sha1) ... ok test_length_restriction (test.test_socket.LinuxKernelCryptoAPI.test_length_restriction) ... ok test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI.test_sendmsg_afalg_args) ... ok test_sha256 (test.test_socket.LinuxKernelCryptoAPI.test_sha256) ... ok testFamily (test.test_socket.NetworkConnectionAttributesTest.testFamily) ... ok testSourceAddress (test.test_socket.NetworkConnectionAttributesTest.testSourceAddress) ... ok testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest.testTimeoutDefault) ... ok testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest.testTimeoutNone) ... ok testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNamed) ... ok testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest.testTimeoutValueNonamed) ... ok testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testInsideTimeout) ... ok testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest.testOutsideTimeout) ... ok test_connect (test.test_socket.NetworkConnectionNoServer.test_connect) ... ok test_create_connection (test.test_socket.NetworkConnectionNoServer.test_create_connection) ... ok test_create_connection_all_errors (test.test_socket.NetworkConnectionNoServer.test_create_connection_all_errors) ... ok test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer.test_create_connection_timeout) ... ok testAccept (test.test_socket.NonBlockingTCPTests.testAccept) ... ok testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests.testInheritFlagsBlocking) ... ok testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests.testInheritFlagsTimeout) ... ok testInitNonBlocking (test.test_socket.NonBlockingTCPTests.testInitNonBlocking) ... ok testRecv (test.test_socket.NonBlockingTCPTests.testRecv) ... ok testSetBlocking (test.test_socket.NonBlockingTCPTests.testSetBlocking) ... ok testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests.testSetBlocking_overflow) ... ok test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest.test_SOCK_NONBLOCK) ... ok testPeek (test.test_socket.RDSTest.testPeek) ... ok testSelect (test.test_socket.RDSTest.testSelect) ... ok testSendAndRecv (test.test_socket.RDSTest.testSendAndRecv) ... ok testSendAndRecvMsg (test.test_socket.RDSTest.testSendAndRecvMsg) ... ok testSendAndRecvMulti (test.test_socket.RDSTest.testSendAndRecvMulti) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... ok testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testOddCmsgSize) ... ok testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimit) ... ok testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... ok testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... ok testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... ok testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... ok testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... ok testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... ok testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... ok testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... ok testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetHopLimit) ... ok testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... ok testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... ok testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... ok testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... ok testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... ok testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... ok testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... ok testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... ok testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... ok testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... ok testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... ok testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... ok testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... ok testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... ok testSecondCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... ok testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... ok testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... ok testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... ok testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... ok testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... ok testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... ok testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... ok testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... ok testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0) ... ok testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1) ... ok testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int) ... ok testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0) ... ok testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... ok testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... ok testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1) ... ok testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize) ... ok testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN) ... ok testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE) ... ok testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty) ... ok testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt) ... ok testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... ok testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate) ... ok testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace) ... ok testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple) ... ok testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass) ... ok testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgAfterClose) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgAfterClose) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgAfterClose) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgAfterClose) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITE6Test.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgAfterClose) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPLITETest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgAfterClose) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testCmsgTruncNoBufSize) ... ok testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testOddCmsgSize) ... ok testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimit) ... ok testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvHopLimitCMSG_SPACE) ... ok testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimit) ... ok testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... ok testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc0) ... ok testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc1) ... ok testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTrunc2Int) ... ok testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncInData) ... ok testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSecondCmsgTruncLen0Minus1) ... ok testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetHopLimit) ... ok testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSetTrafficClassAndHopLimit) ... ok testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc0) ... ok testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc1) ... ok testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTrunc2Int) ... ok testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncInData) ... ok testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test.testSingleCmsgTruncLen0Minus1) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testCmsgTruncNoBufSize) ... ok testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testOddCmsgSize) ... ok testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimit) ... ok testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvHopLimitCMSG_SPACE) ... ok testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimit) ... ok testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testRecvTrafficClassAndHopLimitCMSG_SPACE) ... ok testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc0) ... ok testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc1) ... ok testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTrunc2Int) ... ok testSecondCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncInData) ... ok testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSecondCmsgTruncLen0Minus1) ... ok testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetHopLimit) ... ok testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSetTrafficClassAndHopLimit) ... ok testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc0) ... ok testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc1) ... ok testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTrunc2Int) ... ok testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncInData) ... ok testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDPLITE6Test.testSingleCmsgTruncLen0Minus1) ... ok testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0) ... ok testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1) ... ok testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int) ... ok testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0) ... ok testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1) ... ok testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1) ... ok testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1) ... ok testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize) ... ok testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN) ... ok testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE) ... ok testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty) ... ok testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt) ... ok testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle) ... ok testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate) ... ok testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace) ... ok testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple) ... ok testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass) ... ok testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgBadArgs) ... ok testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgTCPTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest.testRecvmsgBadArgs) ... ok testRecvmsgEOF (test.test_socket.RecvmsgTCPTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgTCPTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgTCPTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test.testRecvmsgBadArgs) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgBadArgs) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITE6Test.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUDPLITETest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUDPLITETest.testRecvmsgBadArgs) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPLITETest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPLITETest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUDPLITETest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUDPLITETest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUDPLITETest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgUDPTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest.testRecvmsgBadArgs) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUDPTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUDPTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest.testRecvmsgTrunc) ... ok testRecvmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsg) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs) ... ok testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc) ... ok testSendAndRecvFds (test.test_socket.SendRecvFdsTests.testSendAndRecvFds) ... ok testCount (test.test_socket.SendfileUsingSendTest.testCount) ... ok testCountSmall (test.test_socket.SendfileUsingSendTest.testCountSmall) ... ok testCountWithOffset (test.test_socket.SendfileUsingSendTest.testCountWithOffset) ... ok testEmptyFileSend (test.test_socket.SendfileUsingSendTest.testEmptyFileSend) ... ok testNonBlocking (test.test_socket.SendfileUsingSendTest.testNonBlocking) ... ok testNonRegularFile (test.test_socket.SendfileUsingSendTest.testNonRegularFile) ... ok testOffset (test.test_socket.SendfileUsingSendTest.testOffset) ... ok testRegularFile (test.test_socket.SendfileUsingSendTest.testRegularFile) ... ok testWithTimeout (test.test_socket.SendfileUsingSendTest.testWithTimeout) ... ok testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest.testWithTimeoutTriggeredSend) ... ok test_errors (test.test_socket.SendfileUsingSendTest.test_errors) ... ok testCount (test.test_socket.SendfileUsingSendfileTest.testCount) ... ok testCountSmall (test.test_socket.SendfileUsingSendfileTest.testCountSmall) ... ok testCountWithOffset (test.test_socket.SendfileUsingSendfileTest.testCountWithOffset) ... ok testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest.testEmptyFileSend) ... ok testNonBlocking (test.test_socket.SendfileUsingSendfileTest.testNonBlocking) ... ok testNonRegularFile (test.test_socket.SendfileUsingSendfileTest.testNonRegularFile) ... ok testOffset (test.test_socket.SendfileUsingSendfileTest.testOffset) ... ok testRegularFile (test.test_socket.SendfileUsingSendfileTest.testRegularFile) ... ok testWithTimeout (test.test_socket.SendfileUsingSendfileTest.testWithTimeout) ... ok testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest.testWithTimeoutTriggeredSend) ... ok test_errors (test.test_socket.SendfileUsingSendfileTest.test_errors) ... ok testSendmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDataGenerator) ... ok testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest.testSendmsgDontWait) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExcessCmsgReject) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest.testSendmsgExplicitNoneAddr) ... ok testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest.testSendmsgGather) ... ok testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest.testSendmsgTimeout) ... ok testSendmsg (test.test_socket.SendmsgTCPTest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgTCPTest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgTCPTest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgTCPTest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest.testSendmsgDataGenerator) ... ok testSendmsgDontWait (test.test_socket.SendmsgTCPTest.testSendmsgDontWait) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest.testSendmsgExcessCmsgReject) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest.testSendmsgExplicitNoneAddr) ... ok testSendmsgGather (test.test_socket.SendmsgTCPTest.testSendmsgGather) ... ok testSendmsgTimeout (test.test_socket.SendmsgTCPTest.testSendmsgTimeout) ... ok testSendmsg (test.test_socket.SendmsgUDP6Test.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgUDP6Test.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test.testSendmsgDataGenerator) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test.testSendmsgExcessCmsgReject) ... ok testSendmsgGather (test.test_socket.SendmsgUDP6Test.testSendmsgGather) ... ok testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test.testSendmsgNoDestAddr) ... ok testSendmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgUDPLITE6Test.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITE6Test.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITE6Test.testSendmsgDataGenerator) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITE6Test.testSendmsgExcessCmsgReject) ... ok testSendmsgGather (test.test_socket.SendmsgUDPLITE6Test.testSendmsgGather) ... ok testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITE6Test.testSendmsgNoDestAddr) ... ok testSendmsg (test.test_socket.SendmsgUDPLITETest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUDPLITETest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgUDPLITETest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUDPLITETest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPLITETest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUDPLITETest.testSendmsgDataGenerator) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPLITETest.testSendmsgExcessCmsgReject) ... ok testSendmsgGather (test.test_socket.SendmsgUDPLITETest.testSendmsgGather) ... ok testSendmsgNoDestAddr (test.test_socket.SendmsgUDPLITETest.testSendmsgNoDestAddr) ... ok testSendmsg (test.test_socket.SendmsgUDPTest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUDPTest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgUDPTest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUDPTest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest.testSendmsgDataGenerator) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest.testSendmsgExcessCmsgReject) ... ok testSendmsgGather (test.test_socket.SendmsgUDPTest.testSendmsgGather) ... ok testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest.testSendmsgNoDestAddr) ... ok testSendmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsg) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator) ... ok testSendmsgArray (test.test_socket.SendmsgUnixStreamTest.testSendmsgArray) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator) ... ok testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr) ... ok testSendmsgGather (test.test_socket.SendmsgUnixStreamTest.testSendmsgGather) ... ok testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout) ... ok testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase.testUnbufferedRead) ... ok testClose (test.test_socket.TCPCloserTest.testClose) ... ok testInterruptedTimeout (test.test_socket.TCPTimeoutTest.testInterruptedTimeout) ... ok testTCPTimeout (test.test_socket.TCPTimeoutTest.testTCPTimeout) ... ok testTimeoutZero (test.test_socket.TCPTimeoutTest.testTimeoutZero) ... ok testRDM (test.test_socket.TIPCTest.testRDM) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" testStream (test.test_socket.TIPCThreadableTest.testStream) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" testExceptionTree (test.test_socket.TestExceptions.testExceptionTree) ... ok test_setblocking_invalidfd (test.test_socket.TestExceptions.test_setblocking_invalidfd) ... ok testAutobind (test.test_socket.TestLinuxAbstractNamespace.testAutobind) ... ok testBytearrayName (test.test_socket.TestLinuxAbstractNamespace.testBytearrayName) ... ok testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace.testLinuxAbstractNamespace) ... ok testMaxName (test.test_socket.TestLinuxAbstractNamespace.testMaxName) ... ok testNameOverflow (test.test_socket.TestLinuxAbstractNamespace.testNameOverflow) ... ok testStrName (test.test_socket.TestLinuxAbstractNamespace.testStrName) ... ok test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags.test_new_tcp_flags) ... skipped 'requires Windows' test_tcp_keepalive (test.test_socket.TestMacOSTCPFlags.test_tcp_keepalive) ... skipped 'macOS specific test' testShare (test.test_socket.TestSocketSharing.testShare) ... skipped 'Windows specific' testShareLength (test.test_socket.TestSocketSharing.testShareLength) ... skipped 'Windows specific' testShareLocal (test.test_socket.TestSocketSharing.testShareLocal) ... skipped 'Windows specific' testTypes (test.test_socket.TestSocketSharing.testTypes) ... skipped 'Windows specific' testBytesAddr (test.test_socket.TestUnixDomain.testBytesAddr) ... ok testEmptyAddress (test.test_socket.TestUnixDomain.testEmptyAddress) ... skipped 'Linux specific test' testStrAddr (test.test_socket.TestUnixDomain.testStrAddr) ... ok testSurrogateescapeBind (test.test_socket.TestUnixDomain.testSurrogateescapeBind) ... ok testUnbound (test.test_socket.TestUnixDomain.testUnbound) ... ok testUnencodableAddr (test.test_socket.TestUnixDomain.testUnencodableAddr) ... ok testStream (test.test_socket.ThreadedVSOCKSocketStreamTest.testStream) ... skipped 'VSOCK sockets required for this test.' testTimeoutZero (test.test_socket.UDPLITETimeoutTest.testTimeoutZero) ... ok testUDPLITETimeout (test.test_socket.UDPLITETimeoutTest.testUDPLITETimeout) ... ok testTimeoutZero (test.test_socket.UDPTimeoutTest.testTimeoutZero) ... ok testUDPTimeout (test.test_socket.UDPTimeoutTest.testUDPTimeout) ... ok testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileClose) ... ok testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase.testMakefileCloseSocketDestroy) ... ok testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallRead) ... ok testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testSmallReadNonBlocking) ... ok testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedRead) ... ok testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase.testUnbufferedReadline) ... ok testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase.testWriteNonBlocking) ... ok testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase.testUnbufferedRead) ... ok testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase.testUnbufferedRead) ... ok testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase.testAttributes) ... ok testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase.testCloseAfterMakefile) ... ok testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase.testClosedAttr) ... ok testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testFullRead) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testMakefileAfterMakefileClose) ... ok testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadAfterTimeout) ... ok testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase.testReadline) ... ok testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase.testRealClose) ... ok testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testSmallRead) ... ok testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase.testUnbufferedRead) ... ok ---------------------------------------------------------------------- Ran 717 tests in 27.654s OK (skipped=27) 0:17:19 load avg: 0.60 [319/432/1] test_socketserver test_forking_handled (test.test_socketserver.ErrorHandlerTest.test_forking_handled) ... ok test_forking_not_handled (test.test_socketserver.ErrorHandlerTest.test_forking_not_handled) ... ok test_sync_handled (test.test_socketserver.ErrorHandlerTest.test_sync_handled) ... ok test_sync_not_handled (test.test_socketserver.ErrorHandlerTest.test_sync_not_handled) ... ok test_threading_handled (test.test_socketserver.ErrorHandlerTest.test_threading_handled) ... ok test_threading_not_handled (test.test_socketserver.ErrorHandlerTest.test_threading_not_handled) ... ok test_all (test.test_socketserver.MiscTestCase.test_all) ... ok test_shutdown_request_called_if_verify_request_false (test.test_socketserver.MiscTestCase.test_shutdown_request_called_if_verify_request_false) ... ok test_threads_reaped (test.test_socketserver.MiscTestCase.test_threads_reaped) In #37193, users reported a memory leak ... ok test_ForkingTCPServer (test.test_socketserver.SocketServerTest.test_ForkingTCPServer) ... creating server ADDR = ('127.0.0.1', 37999) CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_ForkingUDPServer (test.test_socketserver.SocketServerTest.test_ForkingUDPServer) ... creating server ADDR = ('127.0.0.1', 36198) CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_ForkingUnixDatagramServer (test.test_socketserver.SocketServerTest.test_ForkingUnixDatagramServer) ... creating server ADDR = /tmp/unix_socket.elzcnlgo CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_ForkingUnixStreamServer (test.test_socketserver.SocketServerTest.test_ForkingUnixStreamServer) ... creating server ADDR = /tmp/unix_socket.3564zzwt CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_TCPServer (test.test_socketserver.SocketServerTest.test_TCPServer) ... creating server ADDR = ('127.0.0.1', 43303) CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_ThreadingTCPServer (test.test_socketserver.SocketServerTest.test_ThreadingTCPServer) ... creating server ADDR = ('127.0.0.1', 48981) CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_ThreadingUDPServer (test.test_socketserver.SocketServerTest.test_ThreadingUDPServer) ... creating server ADDR = ('127.0.0.1', 54808) CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_ThreadingUnixDatagramServer (test.test_socketserver.SocketServerTest.test_ThreadingUnixDatagramServer) ... creating server ADDR = /tmp/unix_socket.qnwxzoq8 CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_ThreadingUnixStreamServer (test.test_socketserver.SocketServerTest.test_ThreadingUnixStreamServer) ... creating server ADDR = /tmp/unix_socket.vb2s_ezc CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_UDPServer (test.test_socketserver.SocketServerTest.test_UDPServer) ... creating server ADDR = ('127.0.0.1', 53650) CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_UnixDatagramServer (test.test_socketserver.SocketServerTest.test_UnixDatagramServer) ... creating server ADDR = /tmp/unix_socket.zs9qyof1 CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_UnixStreamServer (test.test_socketserver.SocketServerTest.test_UnixStreamServer) ... creating server ADDR = /tmp/unix_socket.z_4xxse7 CLASS = server running test client 0 test client 1 test client 2 waiting for server done ok test_close_immediately (test.test_socketserver.SocketServerTest.test_close_immediately) ... ok test_context_manager (test.test_socketserver.SocketServerTest.test_context_manager) ... ok test_shutdown (test.test_socketserver.SocketServerTest.test_shutdown) ... ok test_tcpserver_bind_leak (test.test_socketserver.SocketServerTest.test_tcpserver_bind_leak) ... ok test_basics (test.test_socketserver.SocketWriterTest.test_basics) ... ok test_write (test.test_socketserver.SocketWriterTest.test_write) ... ok ---------------------------------------------------------------------- Ran 27 tests in 0.570s OK 0:17:20 load avg: 0.60 [320/432/1] test_sort 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 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(4) Complains(9) 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 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 complaining at Complains(147) Complains(87) checking exception during sort 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(31) Complains(43) 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(121) Complains(118) 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(452) Complains(408) 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(244) Complains(219) 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(317) Complains(374) 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 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(895) Complains(884) checking exception during sort left some permutation checking stability ok test_bug453523 (test.test_sort.TestBugs.test_bug453523) ... ok test_undetected_mutation (test.test_sort.TestBugs.test_undetected_mutation) ... ok test_baddecorator (test.test_sort.TestDecorateSortUndecorate.test_baddecorator) ... ok test_decorated (test.test_sort.TestDecorateSortUndecorate.test_decorated) ... ok test_key_with_exception (test.test_sort.TestDecorateSortUndecorate.test_key_with_exception) ... ok test_key_with_mutating_del (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del) ... ok test_key_with_mutating_del_and_exception (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutating_del_and_exception) ... ok test_key_with_mutation (test.test_sort.TestDecorateSortUndecorate.test_key_with_mutation) ... ok test_reverse (test.test_sort.TestDecorateSortUndecorate.test_reverse) ... ok test_reverse_stability (test.test_sort.TestDecorateSortUndecorate.test_reverse_stability) ... ok test_stability (test.test_sort.TestDecorateSortUndecorate.test_stability) ... ok test_none_in_tuples (test.test_sort.TestOptimizedCompares.test_none_in_tuples) ... ok test_not_all_tuples (test.test_sort.TestOptimizedCompares.test_not_all_tuples) ... ok test_safe_object_compare (test.test_sort.TestOptimizedCompares.test_safe_object_compare) ... ok test_unsafe_float_compare (test.test_sort.TestOptimizedCompares.test_unsafe_float_compare) ... ok test_unsafe_latin_compare (test.test_sort.TestOptimizedCompares.test_unsafe_latin_compare) ... ok test_unsafe_long_compare (test.test_sort.TestOptimizedCompares.test_unsafe_long_compare) ... ok test_unsafe_object_compare (test.test_sort.TestOptimizedCompares.test_unsafe_object_compare) ... ok test_unsafe_tuple_compare (test.test_sort.TestOptimizedCompares.test_unsafe_tuple_compare) ... ok ---------------------------------------------------------------------- Ran 20 tests in 0.020s OK 0:17:21 load avg: 0.60 [321/432/1] test_source_encoding test_crcrcrlf (test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf) ... ok test_crcrcrlf2 (test.test_source_encoding.BytesSourceEncodingTest.test_crcrcrlf2) ... ok test_crcrlf (test.test_source_encoding.BytesSourceEncodingTest.test_crcrlf) ... ok test_crlf (test.test_source_encoding.BytesSourceEncodingTest.test_crlf) ... ok test_default_coding (test.test_source_encoding.BytesSourceEncodingTest.test_default_coding) ... ok test_double_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_line) ... ok test_double_coding_same_line (test.test_source_encoding.BytesSourceEncodingTest.test_double_coding_same_line) ... ok test_first_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_first_coding_line) ... ok test_first_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_first_non_utf8_coding_line) ... ok test_second_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_coding_line) ... ok test_second_non_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_second_non_utf8_coding_line) ... ok test_third_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_third_coding_line) ... ok test_utf8_bom (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom) ... ok test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.BytesSourceEncodingTest.test_utf8_bom_and_utf8_coding_line) ... ok test_crcrcrlf (test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf) ... ok test_crcrcrlf2 (test.test_source_encoding.FileSourceEncodingTest.test_crcrcrlf2) ... ok test_crcrlf (test.test_source_encoding.FileSourceEncodingTest.test_crcrlf) ... ok test_crlf (test.test_source_encoding.FileSourceEncodingTest.test_crlf) ... ok test_default_coding (test.test_source_encoding.FileSourceEncodingTest.test_default_coding) ... ok test_double_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_line) ... ok test_double_coding_same_line (test.test_source_encoding.FileSourceEncodingTest.test_double_coding_same_line) ... ok test_first_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_first_coding_line) ... ok test_first_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_first_non_utf8_coding_line) ... ok test_second_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_second_coding_line) ... ok test_second_non_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_second_non_utf8_coding_line) ... ok test_third_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_third_coding_line) ... ok test_utf8_bom (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom) ... ok test_utf8_bom_and_utf8_coding_line (test.test_source_encoding.FileSourceEncodingTest.test_utf8_bom_and_utf8_coding_line) ... ok test_20731 (test.test_source_encoding.MiscSourceEncodingTest.test_20731) ... ok test_bad_coding (test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding) ... ok test_bad_coding2 (test.test_source_encoding.MiscSourceEncodingTest.test_bad_coding2) ... ok test_compilestring (test.test_source_encoding.MiscSourceEncodingTest.test_compilestring) ... ok test_error_from_string (test.test_source_encoding.MiscSourceEncodingTest.test_error_from_string) ... ok test_error_message (test.test_source_encoding.MiscSourceEncodingTest.test_error_message) ... ok test_exec_valid_coding (test.test_source_encoding.MiscSourceEncodingTest.test_exec_valid_coding) ... ok test_file_parse (test.test_source_encoding.MiscSourceEncodingTest.test_file_parse) ... ok test_file_parse_error_multiline (test.test_source_encoding.MiscSourceEncodingTest.test_file_parse_error_multiline) ... ok test_issue2301 (test.test_source_encoding.MiscSourceEncodingTest.test_issue2301) ... ok test_issue3297 (test.test_source_encoding.MiscSourceEncodingTest.test_issue3297) ... ok test_issue4626 (test.test_source_encoding.MiscSourceEncodingTest.test_issue4626) ... ok test_issue7820 (test.test_source_encoding.MiscSourceEncodingTest.test_issue7820) ... ok test_pep263 (test.test_source_encoding.MiscSourceEncodingTest.test_pep263) ... ok test_tokenizer_fstring_warning_in_first_line (test.test_source_encoding.MiscSourceEncodingTest.test_tokenizer_fstring_warning_in_first_line) ... ok test_invalid_utf8 (test.test_source_encoding.UTF8ValidatorTest.test_invalid_utf8) ... ok ---------------------------------------------------------------------- Ran 44 tests in 4.175s OK 0:17:26 load avg: 0.71 [322/432/1] test_spwd test_getspnam_exception (test.test_spwd.TestSpwdNonRoot.test_getspnam_exception) ... skipped "spwd entry 'bin' doesn't exist: 'getspnam(): name not found'" test_getspall (test.test_spwd.TestSpwdRoot.test_getspall) ... skipped 'root privileges required' test_getspnam (test.test_spwd.TestSpwdRoot.test_getspnam) ... skipped 'root privileges required' ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK (skipped=3) 0:17:26 load avg: 0.71 [323/432/1] test_sqlite3 test_sqlite3: testing with version '2.6.0', sqlite_version '3.43.0' test_bad_source_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_source_closed_connection) ... ok test_bad_target (test.test_sqlite3.test_backup.BackupTests.test_bad_target) ... ok test_bad_target_closed_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_closed_connection) ... ok test_bad_target_filename (test.test_sqlite3.test_backup.BackupTests.test_bad_target_filename) ... ok test_bad_target_in_transaction (test.test_sqlite3.test_backup.BackupTests.test_bad_target_in_transaction) ... ok test_bad_target_same_connection (test.test_sqlite3.test_backup.BackupTests.test_bad_target_same_connection) ... ok test_database_source_name (test.test_sqlite3.test_backup.BackupTests.test_database_source_name) ... ok test_failing_progress (test.test_sqlite3.test_backup.BackupTests.test_failing_progress) ... ok test_keyword_only_args (test.test_sqlite3.test_backup.BackupTests.test_keyword_only_args) ... ok test_modifying_progress (test.test_sqlite3.test_backup.BackupTests.test_modifying_progress) ... ok test_non_callable_progress (test.test_sqlite3.test_backup.BackupTests.test_non_callable_progress) ... ok test_progress (test.test_sqlite3.test_backup.BackupTests.test_progress) ... ok test_progress_all_pages_at_once_1 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_1) ... ok test_progress_all_pages_at_once_2 (test.test_sqlite3.test_backup.BackupTests.test_progress_all_pages_at_once_2) ... ok test_simple (test.test_sqlite3.test_backup.BackupTests.test_simple) ... ok test_blob_32bit_rowid (test.test_sqlite3.test_dbapi.BlobTests.test_blob_32bit_rowid) ... ok test_blob_closed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed) ... ok test_blob_closed_db_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_closed_db_read) ... ok test_blob_context_manager (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager) ... ok test_blob_context_manager_reraise_exceptions (test.test_sqlite3.test_dbapi.BlobTests.test_blob_context_manager_reraise_exceptions) ... ok test_blob_get_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_empty_slice) ... ok test_blob_get_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item) ... ok test_blob_get_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_item_error) ... ok test_blob_get_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice) ... ok test_blob_get_slice_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_negative_index) ... ok test_blob_get_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_get_slice_with_skip) ... ok test_blob_is_a_blob (test.test_sqlite3.test_dbapi.BlobTests.test_blob_is_a_blob) ... ok test_blob_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_length) ... ok test_blob_mapping_invalid_index_type (test.test_sqlite3.test_dbapi.BlobTests.test_blob_mapping_invalid_index_type) ... ok test_blob_open_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_open_error) ... ok test_blob_read (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read) ... ok test_blob_read_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_advance_offset) ... ok test_blob_read_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_at_offset) ... ok test_blob_read_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_error_row_changed) ... ok test_blob_read_oversized (test.test_sqlite3.test_dbapi.BlobTests.test_blob_read_oversized) ... ok test_blob_seek_and_tell (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_and_tell) ... ok test_blob_seek_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_seek_error) ... ok test_blob_sequence_not_supported (test.test_sqlite3.test_dbapi.BlobTests.test_blob_sequence_not_supported) ... ok test_blob_set_empty_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_empty_slice) ... ok test_blob_set_item (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item) ... ok test_blob_set_item_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_error) ... ok test_blob_set_item_negative_index (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_negative_index) ... ok test_blob_set_item_with_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_item_with_offset) ... ok test_blob_set_slice (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice) ... ok test_blob_set_slice_buffer_object (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_buffer_object) ... ok test_blob_set_slice_error (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_error) ... ok test_blob_set_slice_with_skip (test.test_sqlite3.test_dbapi.BlobTests.test_blob_set_slice_with_skip) ... ok test_blob_write (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write) ... ok test_blob_write_advance_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_advance_offset) ... ok test_blob_write_at_offset (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_at_offset) ... ok test_blob_write_error_length (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_length) ... ok test_blob_write_error_readonly (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_readonly) ... ok test_blob_write_error_row_changed (test.test_sqlite3.test_dbapi.BlobTests.test_blob_write_error_row_changed) ... ok test_closed_call (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_call) ... ok test_closed_con_commit (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_commit) ... ok test_closed_con_cursor (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_cursor) ... ok test_closed_con_rollback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_con_rollback) ... ok test_closed_create_aggregate (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_aggregate) ... ok test_closed_create_function (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_create_function) ... ok test_closed_cur_execute (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_cur_execute) ... ok test_closed_set_authorizer (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_authorizer) ... ok test_closed_set_progress_callback (test.test_sqlite3.test_dbapi.ClosedConTests.test_closed_set_progress_callback) ... ok test_closed (test.test_sqlite3.test_dbapi.ClosedCurTests.test_closed) ... ok test_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_close) ... ok test_commit (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit) ... ok test_commit_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_commit_after_no_changes) A commit should also work when no changes were made to the database. ... ok test_connection_bad_limit_category (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_limit_category) ... ok test_connection_bad_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_bad_reinit) ... ok test_connection_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_exceptions) ... ok test_connection_init_bad_isolation_level (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_bad_isolation_level) ... ok test_connection_init_good_isolation_levels (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_init_good_isolation_levels) ... ok test_connection_limits (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_limits) ... ok test_connection_reinit (test.test_sqlite3.test_dbapi.ConnectionTests.test_connection_reinit) ... ok test_cursor (test.test_sqlite3.test_dbapi.ConnectionTests.test_cursor) ... ok test_drop_unused_refs (test.test_sqlite3.test_dbapi.ConnectionTests.test_drop_unused_refs) ... ok test_exceptions (test.test_sqlite3.test_dbapi.ConnectionTests.test_exceptions) ... ok test_failed_open (test.test_sqlite3.test_dbapi.ConnectionTests.test_failed_open) ... ok test_in_transaction (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction) ... ok test_in_transaction_ro (test.test_sqlite3.test_dbapi.ConnectionTests.test_in_transaction_ro) ... ok test_interrupt (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt) ... ok test_interrupt_on_closed_db (test.test_sqlite3.test_dbapi.ConnectionTests.test_interrupt_on_closed_db) ... ok test_rollback (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback) ... ok test_rollback_after_no_changes (test.test_sqlite3.test_dbapi.ConnectionTests.test_rollback_after_no_changes) A rollback should also work when no changes were made to the database. ... ok test_use_after_close (test.test_sqlite3.test_dbapi.ConnectionTests.test_use_after_close) ... ok test_binary (test.test_sqlite3.test_dbapi.ConstructorTests.test_binary) ... ok test_date (test.test_sqlite3.test_dbapi.ConstructorTests.test_date) ... ok test_date_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_date_from_ticks) ... ok test_time (test.test_sqlite3.test_dbapi.ConstructorTests.test_time) ... ok test_time_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_time_from_ticks) ... ok test_timestamp (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp) ... ok test_timestamp_from_ticks (test.test_sqlite3.test_dbapi.ConstructorTests.test_timestamp_from_ticks) ... ok test_array_size (test.test_sqlite3.test_dbapi.CursorTests.test_array_size) ... ok test_close (test.test_sqlite3.test_dbapi.CursorTests.test_close) ... ok test_column_count (test.test_sqlite3.test_dbapi.CursorTests.test_column_count) ... ok test_cursor_connection (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_connection) ... ok test_cursor_wrong_class (test.test_sqlite3.test_dbapi.CursorTests.test_cursor_wrong_class) ... ok test_execute_arg_float (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_float) ... ok test_execute_arg_int (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_int) ... ok test_execute_arg_string (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string) ... ok test_execute_arg_string_with_zero_byte (test.test_sqlite3.test_dbapi.CursorTests.test_execute_arg_string_with_zero_byte) ... ok test_execute_dict_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping) ... ok test_execute_dict_mapping_mapping (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_mapping) ... ok test_execute_dict_mapping_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_no_args) ... ok test_execute_dict_mapping_too_little_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_too_little_args) ... ok test_execute_dict_mapping_unnamed (test.test_sqlite3.test_dbapi.CursorTests.test_execute_dict_mapping_unnamed) ... ok test_execute_illegal_sql (test.test_sqlite3.test_dbapi.CursorTests.test_execute_illegal_sql) ... ok test_execute_many_generator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_generator) ... ok test_execute_many_iterator (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_iterator) ... ok test_execute_many_not_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_not_iterable) ... ok test_execute_many_select (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_select) ... ok test_execute_many_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_sequence) ... ok test_execute_many_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_many_wrong_sql_arg) ... ok test_execute_multiple_statements (test.test_sqlite3.test_dbapi.CursorTests.test_execute_multiple_statements) ... ok test_execute_no_args (test.test_sqlite3.test_dbapi.CursorTests.test_execute_no_args) ... ok test_execute_non_iterable (test.test_sqlite3.test_dbapi.CursorTests.test_execute_non_iterable) ... ok test_execute_param_list (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_list) ... ok test_execute_param_sequence (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence) ... ok test_execute_param_sequence_bad_len (test.test_sqlite3.test_dbapi.CursorTests.test_execute_param_sequence_bad_len) ... ok test_execute_too_many_params (test.test_sqlite3.test_dbapi.CursorTests.test_execute_too_many_params) ... ok test_execute_with_appended_comments (test.test_sqlite3.test_dbapi.CursorTests.test_execute_with_appended_comments) ... ok test_execute_wrong_no_of_args1 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args1) ... ok test_execute_wrong_no_of_args2 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args2) ... ok test_execute_wrong_no_of_args3 (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_no_of_args3) ... ok test_execute_wrong_sql_arg (test.test_sqlite3.test_dbapi.CursorTests.test_execute_wrong_sql_arg) ... ok test_fetch_iter (test.test_sqlite3.test_dbapi.CursorTests.test_fetch_iter) ... ok test_fetchall (test.test_sqlite3.test_dbapi.CursorTests.test_fetchall) ... ok test_fetchmany (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany) ... ok test_fetchmany_kw_arg (test.test_sqlite3.test_dbapi.CursorTests.test_fetchmany_kw_arg) Checks if fetchmany works with keyword arguments ... ok test_fetchone (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone) ... ok test_fetchone_no_statement (test.test_sqlite3.test_dbapi.CursorTests.test_fetchone_no_statement) ... ok test_last_row_id_insert_o_r (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_insert_o_r) ... ok test_last_row_id_on_ignore (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_ignore) ... ok test_last_row_id_on_replace (test.test_sqlite3.test_dbapi.CursorTests.test_last_row_id_on_replace) INSERT OR REPLACE and REPLACE INTO should produce the same behavior. ... ok test_rowcount_execute (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_execute) ... ok test_rowcount_executemany (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_executemany) ... ok test_rowcount_prefixed_with_comment (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_prefixed_with_comment) ... ok test_rowcount_select (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_select) pysqlite does not know the rowcount of SELECT statements, because we ... ok test_rowcount_update_returning (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_update_returning) ... ok test_rowcount_vaccuum (test.test_sqlite3.test_dbapi.CursorTests.test_rowcount_vaccuum) ... ok test_same_query_in_multiple_cursors (test.test_sqlite3.test_dbapi.CursorTests.test_same_query_in_multiple_cursors) ... ok test_setinputsizes (test.test_sqlite3.test_dbapi.CursorTests.test_setinputsizes) ... ok test_setoutputsize (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize) ... ok test_setoutputsize_no_column (test.test_sqlite3.test_dbapi.CursorTests.test_setoutputsize_no_column) ... ok test_total_changes (test.test_sqlite3.test_dbapi.CursorTests.test_total_changes) ... ok test_wrong_cursor_callable (test.test_sqlite3.test_dbapi.CursorTests.test_wrong_cursor_callable) ... ok test_connection_execute (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_execute) ... ok test_connection_executemany (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executemany) ... ok test_connection_executescript (test.test_sqlite3.test_dbapi.ExtensionTests.test_connection_executescript) ... ok test_cursor_executescript_as_bytes (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_as_bytes) ... ok test_cursor_executescript_too_large_script (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_too_large_script) ... ok test_cursor_executescript_tx_control (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_tx_control) ... ok test_cursor_executescript_with_null_characters (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_null_characters) ... ok test_cursor_executescript_with_surrogates (test.test_sqlite3.test_dbapi.ExtensionTests.test_cursor_executescript_with_surrogates) ... ok test_script_error_normal (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_error_normal) ... ok test_script_string_sql (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_string_sql) ... ok test_script_syntax_error (test.test_sqlite3.test_dbapi.ExtensionTests.test_script_syntax_error) ... ok test_api_level (test.test_sqlite3.test_dbapi.ModuleTests.test_api_level) ... ok test_complete_statement (test.test_sqlite3.test_dbapi.ModuleTests.test_complete_statement) ... ok test_data_error (test.test_sqlite3.test_dbapi.ModuleTests.test_data_error) ... ok test_database_error (test.test_sqlite3.test_dbapi.ModuleTests.test_database_error) ... ok test_disallow_instantiation (test.test_sqlite3.test_dbapi.ModuleTests.test_disallow_instantiation) ... ok test_error (test.test_sqlite3.test_dbapi.ModuleTests.test_error) ... ok test_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_error_code_on_exception) ... ok test_extended_error_code_on_exception (test.test_sqlite3.test_dbapi.ModuleTests.test_extended_error_code_on_exception) ... ok test_integrity_error (test.test_sqlite3.test_dbapi.ModuleTests.test_integrity_error) ... ok test_interface_error (test.test_sqlite3.test_dbapi.ModuleTests.test_interface_error) ... ok test_internal_error (test.test_sqlite3.test_dbapi.ModuleTests.test_internal_error) ... ok test_module_constants (test.test_sqlite3.test_dbapi.ModuleTests.test_module_constants) ... ok test_not_supported_error (test.test_sqlite3.test_dbapi.ModuleTests.test_not_supported_error) ... ok test_operational_error (test.test_sqlite3.test_dbapi.ModuleTests.test_operational_error) ... ok test_param_style (test.test_sqlite3.test_dbapi.ModuleTests.test_param_style) ... ok test_programming_error (test.test_sqlite3.test_dbapi.ModuleTests.test_programming_error) ... ok test_shared_cache_deprecated (test.test_sqlite3.test_dbapi.ModuleTests.test_shared_cache_deprecated) ... ok test_thread_safety (test.test_sqlite3.test_dbapi.ModuleTests.test_thread_safety) ... ok test_warning (test.test_sqlite3.test_dbapi.ModuleTests.test_warning) ... ok test_ctx_mgr_rollback_if_commit_failed (test.test_sqlite3.test_dbapi.MultiprocessTests.test_ctx_mgr_rollback_if_commit_failed) ... ok test_database_keyword (test.test_sqlite3.test_dbapi.OpenTests.test_database_keyword) ... ok test_factory_database_arg (test.test_sqlite3.test_dbapi.OpenTests.test_factory_database_arg) ... ok test_open_undecodable_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_undecodable_uri) ... ok test_open_unquoted_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_unquoted_uri) ... ok test_open_uri (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri) ... ok test_open_uri_readonly (test.test_sqlite3.test_dbapi.OpenTests.test_open_uri_readonly) ... ok test_open_with_path_like_object (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_path_like_object) Checks that we can successfully connect to a database using an object that ... ok test_open_with_undecodable_path (test.test_sqlite3.test_dbapi.OpenTests.test_open_with_undecodable_path) ... ok test_deserialize_corrupt_database (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_corrupt_database) ... ok test_deserialize_too_much_data_64bit (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_too_much_data_64bit) ... skipped 'not enough memory: 25769803776.0G minimum needed' test_deserialize_wrong_args (test.test_sqlite3.test_dbapi.SerializeTests.test_deserialize_wrong_args) ... ok test_serialize_deserialize (test.test_sqlite3.test_dbapi.SerializeTests.test_serialize_deserialize) ... ok test_on_conflict_abort_raises_with_explicit_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_with_explicit_transactions) ... ok test_on_conflict_abort_raises_without_transactions (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_abort_raises_without_transactions) ... ok test_on_conflict_fail (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_fail) ... ok test_on_conflict_ignore (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_ignore) ... ok test_on_conflict_replace (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_replace) ... ok test_on_conflict_rollback_with_explicit_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_with_explicit_transaction) ... ok test_on_conflict_rollback_without_transaction (test.test_sqlite3.test_dbapi.SqliteOnConflictTests.test_on_conflict_rollback_without_transaction) ... ok test_check_connection_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_connection_thread) ... ok test_check_cursor_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_check_cursor_thread) ... ok test_dont_check_same_thread (test.test_sqlite3.test_dbapi.ThreadTests.test_dont_check_same_thread) ... ok test_uninit_operations (test.test_sqlite3.test_dbapi.UninitialisedConnectionTests.test_uninit_operations) ... ok test_dump_autoincrement (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement) ... ok test_dump_autoincrement_create_new_db (test.test_sqlite3.test_dump.DumpTests.test_dump_autoincrement_create_new_db) ... ok test_table_dump (test.test_sqlite3.test_dump.DumpTests.test_table_dump) ... ok test_unorderable_row (test.test_sqlite3.test_dump.DumpTests.test_unorderable_row) ... ok test_connection_factories (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factories) ... ok test_connection_factory_as_positional_arg (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_as_positional_arg) ... ok test_connection_factory_relayed_call (test.test_sqlite3.test_factory.ConnectionFactoryTests.test_connection_factory_relayed_call) ... ok test_invalid_factory (test.test_sqlite3.test_factory.CursorFactoryTests.test_invalid_factory) ... ok test_is_instance (test.test_sqlite3.test_factory.CursorFactoryTests.test_is_instance) ... ok test_custom_factory (test.test_sqlite3.test_factory.RowFactoryTests.test_custom_factory) ... ok test_fake_cursor_class (test.test_sqlite3.test_factory.RowFactoryTests.test_fake_cursor_class) ... ok test_sqlite_row_as_dict (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_dict) Checks if the row object can be correctly converted to a dictionary ... ok test_sqlite_row_as_sequence (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_sequence) Checks if the row object can act like a sequence ... ok test_sqlite_row_as_tuple (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_as_tuple) Checks if the row object can be converted to a tuple ... ok test_sqlite_row_hash_cmp (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_hash_cmp) Checks if the row object compares and hashes correctly ... ok test_sqlite_row_index (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index) ... ok test_sqlite_row_index_unicode (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_index_unicode) ... ok test_sqlite_row_iter (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_iter) Checks if the row object is iterable ... ok test_sqlite_row_slice (test.test_sqlite3.test_factory.RowFactoryTests.test_sqlite_row_slice) ... ok test_is_produced_by_factory (test.test_sqlite3.test_factory.RowFactoryTestsBackwardsCompat.test_is_produced_by_factory) ... ok test_custom (test.test_sqlite3.test_factory.TextFactoryTests.test_custom) ... ok test_optimized_unicode (test.test_sqlite3.test_factory.TextFactoryTests.test_optimized_unicode) ... ok test_string (test.test_sqlite3.test_factory.TextFactoryTests.test_string) ... ok test_unicode (test.test_sqlite3.test_factory.TextFactoryTests.test_unicode) ... ok test_bytearray (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytearray) ... ok test_bytes (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_bytes) ... ok test_custom (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_custom) ... ok test_string (test.test_sqlite3.test_factory.TextFactoryTestsWithEmbeddedZeroBytes.test_string) ... ok test_collation_is_used (test.test_sqlite3.test_hooks.CollationTests.test_collation_is_used) ... ok test_collation_register_twice (test.test_sqlite3.test_hooks.CollationTests.test_collation_register_twice) Register two different collation functions under the same name. ... ok test_collation_returns_large_integer (test.test_sqlite3.test_hooks.CollationTests.test_collation_returns_large_integer) ... ok test_create_collation_bad_upper (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_bad_upper) ... ok test_create_collation_not_ascii (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_ascii) ... ok test_create_collation_not_callable (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_callable) ... ok test_create_collation_not_string (test.test_sqlite3.test_hooks.CollationTests.test_create_collation_not_string) ... ok test_deregister_collation (test.test_sqlite3.test_hooks.CollationTests.test_deregister_collation) Register a collation, then deregister it. Make sure an error is raised if we try ... ok test_cancel_operation (test.test_sqlite3.test_hooks.ProgressTests.test_cancel_operation) Test that returning a non-zero value stops the operation in progress. ... ok test_clear_handler (test.test_sqlite3.test_hooks.ProgressTests.test_clear_handler) Test that setting the progress handler to None clears the previously set handler. ... ok test_error_in_progress_handler (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler) ... ok test_error_in_progress_handler_result (test.test_sqlite3.test_hooks.ProgressTests.test_error_in_progress_handler_result) ... ok test_opcode_count (test.test_sqlite3.test_hooks.ProgressTests.test_opcode_count) Test that the opcode argument is respected. ... ok test_progress_handler_used (test.test_sqlite3.test_hooks.ProgressTests.test_progress_handler_used) Test that the progress handler is invoked once it is set. ... ok test_clear_trace_callback (test.test_sqlite3.test_hooks.TraceCallbackTests.test_clear_trace_callback) Test that setting the trace callback to None clears the previously set callback. ... ok test_trace_bad_handler (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_bad_handler) ... ok test_trace_callback_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_content) ... ok test_trace_callback_used (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_callback_used) Test that the trace callback is invoked once it is set. ... ok test_trace_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_expanded_sql) ... ok test_trace_too_much_expanded_sql (test.test_sqlite3.test_hooks.TraceCallbackTests.test_trace_too_much_expanded_sql) ... ok test_unicode_content (test.test_sqlite3.test_hooks.TraceCallbackTests.test_unicode_content) Test that the statement can contain unicode literals. ... ok test_recursive_cursor_close (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_close) ... ok test_recursive_cursor_init (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_init) ... ok test_recursive_cursor_iter (test.test_sqlite3.test_regression.RecursiveUseOfCursors.test_recursive_cursor_iter) ... ok test_auto_commit (test.test_sqlite3.test_regression.RegressionTests.test_auto_commit) Verifies that creating a connection in autocommit mode works. ... ok test_bind_mutating_list (test.test_sqlite3.test_regression.RegressionTests.test_bind_mutating_list) ... ok test_bpo31770 (test.test_sqlite3.test_regression.RegressionTests.test_bpo31770) The interpreter shouldn't crash in case Cursor.__init__() is called ... ok test_bpo37347 (test.test_sqlite3.test_regression.RegressionTests.test_bpo37347) ... ok test_collation (test.test_sqlite3.test_regression.RegressionTests.test_collation) ... ok test_column_name_with_spaces (test.test_sqlite3.test_regression.RegressionTests.test_column_name_with_spaces) ... ok test_commit_cursor_reset (test.test_sqlite3.test_regression.RegressionTests.test_commit_cursor_reset) Connection.commit() did reset cursors, which made sqlite3 ... ok test_connection_call (test.test_sqlite3.test_regression.RegressionTests.test_connection_call) Call a connection with a non-string SQL request: check error handling ... ok test_connection_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_connection_constructor_call_check) Verifies that connection methods check whether base class __init__ was ... ok test_convert_timestamp_microsecond_padding (test.test_sqlite3.test_regression.RegressionTests.test_convert_timestamp_microsecond_padding) http://bugs.python.org/issue14720 ... ok test_cursor_constructor_call_check (test.test_sqlite3.test_regression.RegressionTests.test_cursor_constructor_call_check) Verifies that cursor methods check whether base class __init__ was ... ok test_custom_cursor_object_crash_gh_99886 (test.test_sqlite3.test_regression.RegressionTests.test_custom_cursor_object_crash_gh_99886) ... ok test_del_isolation_level_segfault (test.test_sqlite3.test_regression.RegressionTests.test_del_isolation_level_segfault) ... ok test_empty_statement (test.test_sqlite3.test_regression.RegressionTests.test_empty_statement) pysqlite used to segfault with SQLite versions 3.5.x. These return NULL ... ok test_error_msg_decode_error (test.test_sqlite3.test_regression.RegressionTests.test_error_msg_decode_error) ... ok test_executescript_step_through_select (test.test_sqlite3.test_regression.RegressionTests.test_executescript_step_through_select) ... ok test_invalid_isolation_level_type (test.test_sqlite3.test_regression.RegressionTests.test_invalid_isolation_level_type) ... ok test_large_sql (test.test_sqlite3.test_regression.RegressionTests.test_large_sql) ... ok test_null_character (test.test_sqlite3.test_regression.RegressionTests.test_null_character) ... ok test_on_conflict_rollback (test.test_sqlite3.test_regression.RegressionTests.test_on_conflict_rollback) ... ok test_pragma_autocommit (test.test_sqlite3.test_regression.RegressionTests.test_pragma_autocommit) Verifies that running a PRAGMA statement that does an autocommit does ... ok test_pragma_schema_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_schema_version) ... ok test_pragma_user_version (test.test_sqlite3.test_regression.RegressionTests.test_pragma_user_version) ... ok test_recursive_cursor_use (test.test_sqlite3.test_regression.RegressionTests.test_recursive_cursor_use) http://bugs.python.org/issue10811 ... ok test_register_adapter (test.test_sqlite3.test_regression.RegressionTests.test_register_adapter) See issue 3312. ... ok test_return_empty_bytestring (test.test_sqlite3.test_regression.RegressionTests.test_return_empty_bytestring) ... ok test_set_isolation_level (test.test_sqlite3.test_regression.RegressionTests.test_set_isolation_level) ... ok test_statement_finalization_on_close_db (test.test_sqlite3.test_regression.RegressionTests.test_statement_finalization_on_close_db) ... ok test_statement_reset (test.test_sqlite3.test_regression.RegressionTests.test_statement_reset) ... ok test_str_subclass (test.test_sqlite3.test_regression.RegressionTests.test_str_subclass) The Python 3.0 port of the module didn't cope with values of subclasses of str. ... ok test_surrogates (test.test_sqlite3.test_regression.RegressionTests.test_surrogates) ... ok test_table_lock_cursor_dealloc (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_dealloc) ... ok test_table_lock_cursor_non_readonly_select (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_non_readonly_select) ... ok test_table_lock_cursor_replace_stmt (test.test_sqlite3.test_regression.RegressionTests.test_table_lock_cursor_replace_stmt) ... ok test_type_map_usage (test.test_sqlite3.test_regression.RegressionTests.test_type_map_usage) pysqlite until 2.4.1 did not rebuild the row_cast_map when recompiling ... ok test_workaround_for_buggy_sqlite_transfer_bindings (test.test_sqlite3.test_regression.RegressionTests.test_workaround_for_buggy_sqlite_transfer_bindings) pysqlite would crash with older SQLite versions unless ... ok test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_begin) ... ok test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_default) ... ok test_isolation_level_deferred (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_deferred) ... ok test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_exclusive) ... ok test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_immediate) ... ok test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelFromInit.test_isolation_level_none) ... ok test_isolation_level_begin (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_begin) ... ok test_isolation_level_default (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_default) ... ok test_isolation_level_deferrred (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_deferrred) ... ok test_isolation_level_exclusive (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_exclusive) ... ok test_isolation_level_immediate (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_immediate) ... ok test_isolation_level_none (test.test_sqlite3.test_transactions.IsolationLevelPostInit.test_isolation_level_none) ... ok test_no_duplicate_rows_after_rollback_close_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_close_cursor) ... ok test_no_duplicate_rows_after_rollback_del_cursor (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_del_cursor) ... ok test_no_duplicate_rows_after_rollback_new_query (test.test_sqlite3.test_transactions.RollbackTests.test_no_duplicate_rows_after_rollback_new_query) ... ok test_drop_table (test.test_sqlite3.test_transactions.SpecialCommandTests.test_drop_table) ... ok test_pragma (test.test_sqlite3.test_transactions.SpecialCommandTests.test_pragma) ... ok test_delete_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_delete_starts_transaction) ... ok test_dml_does_not_auto_commit_before (test.test_sqlite3.test_transactions.TransactionTests.test_dml_does_not_auto_commit_before) ... ok test_insert_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_insert_starts_transaction) ... ok test_locking (test.test_sqlite3.test_transactions.TransactionTests.test_locking) This tests the improved concurrency with pysqlite 2.3.4. You needed ... ok test_multiple_cursors_and_iternext (test.test_sqlite3.test_transactions.TransactionTests.test_multiple_cursors_and_iternext) ... ok test_raise_timeout (test.test_sqlite3.test_transactions.TransactionTests.test_raise_timeout) ... ok test_replace_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_replace_starts_transaction) ... ok test_rollback_cursor_consistency (test.test_sqlite3.test_transactions.TransactionTests.test_rollback_cursor_consistency) Check that cursors behave correctly after rollback. ... ok test_toggle_auto_commit (test.test_sqlite3.test_transactions.TransactionTests.test_toggle_auto_commit) ... ok test_update_starts_transaction (test.test_sqlite3.test_transactions.TransactionTests.test_update_starts_transaction) ... ok test_ddl_does_not_autostart_transaction (test.test_sqlite3.test_transactions.TransactionalDDL.test_ddl_does_not_autostart_transaction) ... ok test_immediate_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_immediate_transactional_ddl) ... ok test_transactional_ddl (test.test_sqlite3.test_transactions.TransactionalDDL.test_transactional_ddl) ... ok test_binary_input_for_converter (test.test_sqlite3.test_types.BinaryConverterTests.test_binary_input_for_converter) ... ok test_case_in_converter_name (test.test_sqlite3.test_types.ColNamesTests.test_case_in_converter_name) ... ok test_col_name (test.test_sqlite3.test_types.ColNamesTests.test_col_name) ... ok test_cursor_description_insert (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_insert) ... ok test_cursor_description_no_row (test.test_sqlite3.test_types.ColNamesTests.test_cursor_description_no_row) cursor.description should at least provide the column name(s), even if ... ok test_decl_type_not_used (test.test_sqlite3.test_types.ColNamesTests.test_decl_type_not_used) Assures that the declared type is not used when PARSE_DECLTYPES ... ok test_none (test.test_sqlite3.test_types.ColNamesTests.test_none) ... ok test_cursor_description_cte (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte) ... ok test_cursor_description_cte_multiple_columns (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_multiple_columns) ... ok test_cursor_description_cte_simple (test.test_sqlite3.test_types.CommonTableExpressionTests.test_cursor_description_cte_simple) ... ok test_date_time_sub_seconds (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds) ... ok test_date_time_sub_seconds_floating_point (test.test_sqlite3.test_types.DateTimeTests.test_date_time_sub_seconds_floating_point) ... ok test_sql_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sql_timestamp) ... ok test_sqlite_date (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_date) ... ok test_sqlite_timestamp (test.test_sqlite3.test_types.DateTimeTests.test_sqlite_timestamp) ... ok test_blob (test.test_sqlite3.test_types.DeclTypesTests.test_blob) ... ok test_bool (test.test_sqlite3.test_types.DeclTypesTests.test_bool) ... ok test_convert_zero_sized_blob (test.test_sqlite3.test_types.DeclTypesTests.test_convert_zero_sized_blob) ... ok test_error_in_conform (test.test_sqlite3.test_types.DeclTypesTests.test_error_in_conform) ... ok test_float (test.test_sqlite3.test_types.DeclTypesTests.test_float) ... ok test_foo (test.test_sqlite3.test_types.DeclTypesTests.test_foo) ... ok test_large_int (test.test_sqlite3.test_types.DeclTypesTests.test_large_int) ... ok test_number1 (test.test_sqlite3.test_types.DeclTypesTests.test_number1) ... ok test_number2 (test.test_sqlite3.test_types.DeclTypesTests.test_number2) Checks whether converter names are cut off at '(' characters ... ok test_small_int (test.test_sqlite3.test_types.DeclTypesTests.test_small_int) ... ok test_string (test.test_sqlite3.test_types.DeclTypesTests.test_string) ... ok test_unicode (test.test_sqlite3.test_types.DeclTypesTests.test_unicode) ... ok test_unsupported_dict (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_dict) ... ok test_unsupported_seq (test.test_sqlite3.test_types.DeclTypesTests.test_unsupported_seq) ... ok test_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt) ... ok test_adapt_alt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_adapt_alt) ... ok test_caster_is_used (test.test_sqlite3.test_types.ObjectAdaptationTests.test_caster_is_used) ... ok test_custom_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_custom_proto) ... ok test_defect_proto (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_proto) ... ok test_defect_self_adapt (test.test_sqlite3.test_types.ObjectAdaptationTests.test_defect_self_adapt) ... ok test_missing_adapter (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_adapter) ... ok test_missing_protocol (test.test_sqlite3.test_types.ObjectAdaptationTests.test_missing_protocol) ... ok test_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_blob) ... ok test_float (test.test_sqlite3.test_types.SqliteTypeTests.test_float) ... ok test_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_large_int) ... ok test_small_int (test.test_sqlite3.test_types.SqliteTypeTests.test_small_int) ... ok test_string (test.test_sqlite3.test_types.SqliteTypeTests.test_string) ... ok test_string_with_null_character (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_null_character) ... ok test_string_with_surrogates (test.test_sqlite3.test_types.SqliteTypeTests.test_string_with_surrogates) ... ok test_too_large_blob (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_blob) ... skipped 'not enough memory: 6.0G minimum needed' test_too_large_int (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_int) ... ok test_too_large_string (test.test_sqlite3.test_types.SqliteTypeTests.test_too_large_string) ... skipped 'not enough memory: 8.0G minimum needed' test_unicode_execute (test.test_sqlite3.test_types.SqliteTypeTests.test_unicode_execute) ... ok test_aggr_check_aggr_sum (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_aggr_sum) ... ok test_aggr_check_param_blob (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_blob) ... ok test_aggr_check_param_float (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_float) ... ok test_aggr_check_param_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_int) ... ok test_aggr_check_param_none (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_none) ... ok test_aggr_check_param_str (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_param_str) ... ok test_aggr_check_params_int (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_check_params_int) ... ok test_aggr_error_on_create (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_error_on_create) ... ok test_aggr_exception_in_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_finalize) ... ok test_aggr_exception_in_init (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_init) ... ok test_aggr_exception_in_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_exception_in_step) ... ok test_aggr_no_finalize (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_finalize) ... ok test_aggr_no_match (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_match) ... ok test_aggr_no_step (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_no_step) ... ok test_aggr_text (test.test_sqlite3.test_userfunctions.AggregateTests.test_aggr_text) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerIllegalTypeTests.test_table_access) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerLargeIntegerTests.test_table_access) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerRaiseExceptionTests.test_table_access) ... ok test_clear_authorizer (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_clear_authorizer) ... ok test_column_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_column_access) ... ok test_table_access (test.test_sqlite3.test_userfunctions.AuthorizerTests.test_table_access) ... ok test_any_arguments (test.test_sqlite3.test_userfunctions.FunctionTests.test_any_arguments) ... ok test_empty_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_empty_blob) ... ok test_func_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic) ... ok test_func_deterministic_keyword_only (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_keyword_only) ... ok test_func_deterministic_not_supported (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_deterministic_not_supported) ... skipped 'SQLite < 3.8.3 needed' test_func_error_on_create (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_error_on_create) ... ok test_func_exception (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_exception) ... ok test_func_memory_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_memory_error) ... ok test_func_non_deterministic (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_non_deterministic) ... ok test_func_overflow_error (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_overflow_error) ... ok test_func_params (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_params) ... ok test_func_ref_count (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_ref_count) ... ok test_func_return_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_blob) ... ok test_func_return_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_float) ... ok test_func_return_illegal_value (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_illegal_value) ... ok test_func_return_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_int) ... ok test_func_return_long_long (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_long_long) ... ok test_func_return_nan (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_nan) ... ok test_func_return_null (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_null) ... ok test_func_return_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text) ... ok test_func_return_text_with_null_char (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_null_char) ... ok test_func_return_text_with_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_text_with_surrogates) ... ok test_func_return_too_large_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_blob) ... skipped 'not enough memory: 4.0G minimum needed' test_func_return_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_int) ... ok test_func_return_too_large_text (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_too_large_text) ... skipped 'not enough memory: 6.0G minimum needed' test_func_return_unicode (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_return_unicode) ... ok test_func_too_many_args (test.test_sqlite3.test_userfunctions.FunctionTests.test_func_too_many_args) ... ok test_function_destructor_via_gc (test.test_sqlite3.test_userfunctions.FunctionTests.test_function_destructor_via_gc) ... ok test_nan_float (test.test_sqlite3.test_userfunctions.FunctionTests.test_nan_float) ... ok test_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_non_contiguous_blob) ... ok test_param_surrogates (test.test_sqlite3.test_userfunctions.FunctionTests.test_param_surrogates) ... ok test_return_non_contiguous_blob (test.test_sqlite3.test_userfunctions.FunctionTests.test_return_non_contiguous_blob) ... ok test_too_large_int (test.test_sqlite3.test_userfunctions.FunctionTests.test_too_large_int) ... ok test_win_clear_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_clear_function) ... ok test_win_error_on_create (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_on_create) ... ok test_win_error_value_return (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_error_value_return) ... ok test_win_exception_in_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_finalize) ... ok test_win_exception_in_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_exception_in_method) ... ok test_win_missing_finalize (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_finalize) ... ok test_win_missing_method (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_missing_method) ... ok test_win_redefine_function (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_redefine_function) ... ok test_win_sum_int (test.test_sqlite3.test_userfunctions.WindowFunctionTests.test_win_sum_int) ... ok ---------------------------------------------------------------------- Ran 434 tests in 1.630s OK (skipped=6) 0:17:29 load avg: 0.81 [324/432/1] test_ssl test_ssl: testing with 'OpenSSL 3.1.2 1 Aug 2023' (3, 1, 0, 2, 0) under 'Linux-6.4.12-arch1-1-x86_64-with-glibc2.38' HAS_SNI = True OP_ALL = 0x80000050 OP_NO_TLSv1_1 = 0x10000000 test_DER_to_PEM (test.test_ssl.BasicSocketTests.test_DER_to_PEM) ... ok test_asn1object (test.test_ssl.BasicSocketTests.test_asn1object) ... ok test_cert_time_to_seconds (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds) ... ok test_cert_time_to_seconds_locale (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_locale) ... skipped 'locale-specific month name needs to be different from C locale' test_cert_time_to_seconds_timezone (test.test_ssl.BasicSocketTests.test_cert_time_to_seconds_timezone) ... ok test_connect_ex_error (test.test_ssl.BasicSocketTests.test_connect_ex_error) ... ok test_constants (test.test_ssl.BasicSocketTests.test_constants) ... ok test_dealloc_warn (test.test_ssl.BasicSocketTests.test_dealloc_warn) ... ok test_empty_cert (test.test_ssl.BasicSocketTests.test_empty_cert) Wrapping with an empty cert file ... ok test_enum_certificates (test.test_ssl.BasicSocketTests.test_enum_certificates) ... skipped 'Windows specific' test_enum_crls (test.test_ssl.BasicSocketTests.test_enum_crls) ... skipped 'Windows specific' test_errors_sslwrap (test.test_ssl.BasicSocketTests.test_errors_sslwrap) ... ok test_get_default_verify_paths (test.test_ssl.BasicSocketTests.test_get_default_verify_paths) ... ok test_malformed_cert (test.test_ssl.BasicSocketTests.test_malformed_cert) Wrapping with a badly formatted certificate (syntax error) ... ok test_malformed_key (test.test_ssl.BasicSocketTests.test_malformed_key) Wrapping with a badly formatted key (syntax error) ... ok test_match_hostname (test.test_ssl.BasicSocketTests.test_match_hostname) ... ok test_openssl111_deprecations (test.test_ssl.BasicSocketTests.test_openssl111_deprecations) ... ok test_openssl_version (test.test_ssl.BasicSocketTests.test_openssl_version) ... ok test_parse_all_sans (test.test_ssl.BasicSocketTests.test_parse_all_sans) ... ok 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 test_private_init (test.test_ssl.BasicSocketTests.test_private_init) ... ok test_purpose_enum (test.test_ssl.BasicSocketTests.test_purpose_enum) ... ok 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', 56304) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_refcycle (test.test_ssl.BasicSocketTests.test_refcycle) ... ok test_server_side (test.test_ssl.BasicSocketTests.test_server_side) ... ok test_ssl_types (test.test_ssl.BasicSocketTests.test_ssl_types) ... ok test_str_for_enums (test.test_ssl.BasicSocketTests.test_str_for_enums) ... ok test_timeout (test.test_ssl.BasicSocketTests.test_timeout) ... ok test_tls_unique_channel_binding (test.test_ssl.BasicSocketTests.test_tls_unique_channel_binding) ... ok test_unknown_channel_binding (test.test_ssl.BasicSocketTests.test_unknown_channel_binding) ... ok test_unsupported_dtls (test.test_ssl.BasicSocketTests.test_unsupported_dtls) ... ok test_wrapped_unconnected (test.test_ssl.BasicSocketTests.test_wrapped_unconnected) ... ok test__create_stdlib_context (test.test_ssl.ContextTests.test__create_stdlib_context) ... ok test_cert_store_stats (test.test_ssl.ContextTests.test_cert_store_stats) ... ok test_check_hostname (test.test_ssl.ContextTests.test_check_hostname) ... ok test_ciphers (test.test_ssl.ContextTests.test_ciphers) ... ok test_constructor (test.test_ssl.ContextTests.test_constructor) ... ok test_context_client_server (test.test_ssl.ContextTests.test_context_client_server) ... ok test_context_custom_class (test.test_ssl.ContextTests.test_context_custom_class) ... ok test_create_default_context (test.test_ssl.ContextTests.test_create_default_context) ... ok test_get_ca_certs (test.test_ssl.ContextTests.test_get_ca_certs) ... ok test_get_ciphers (test.test_ssl.ContextTests.test_get_ciphers) ... ok test_hostname_checks_common_name (test.test_ssl.ContextTests.test_hostname_checks_common_name) ... ok test_load_cert_chain (test.test_ssl.ContextTests.test_load_cert_chain) ... ok test_load_default_certs (test.test_ssl.ContextTests.test_load_default_certs) ... ok test_load_default_certs_env (test.test_ssl.ContextTests.test_load_default_certs_env) ... ok test_load_default_certs_env_windows (test.test_ssl.ContextTests.test_load_default_certs_env_windows) ... skipped 'Windows specific' test_load_dh_params (test.test_ssl.ContextTests.test_load_dh_params) ... ok test_load_verify_cadata (test.test_ssl.ContextTests.test_load_verify_cadata) ... ok test_load_verify_locations (test.test_ssl.ContextTests.test_load_verify_locations) ... ok test_min_max_version (test.test_ssl.ContextTests.test_min_max_version) ... ok test_num_tickest (test.test_ssl.ContextTests.test_num_tickest) ... ok test_options (test.test_ssl.ContextTests.test_options) ... ok test_python_ciphers (test.test_ssl.ContextTests.test_python_ciphers) ... ok test_security_level (test.test_ssl.ContextTests.test_security_level) ... ok test_session_stats (test.test_ssl.ContextTests.test_session_stats) ... ok test_set_default_verify_paths (test.test_ssl.ContextTests.test_set_default_verify_paths) ... ok test_set_ecdh_curve (test.test_ssl.ContextTests.test_set_ecdh_curve) ... ok test_sni_callback (test.test_ssl.ContextTests.test_sni_callback) ... ok test_sni_callback_refcycle (test.test_ssl.ContextTests.test_sni_callback_refcycle) ... ok test_verify_flags (test.test_ssl.ContextTests.test_verify_flags) ... ok test_verify_mode_protocol (test.test_ssl.ContextTests.test_verify_mode_protocol) ... ok test_buffer_types (test.test_ssl.MemoryBIOTests.test_buffer_types) ... ok test_eof (test.test_ssl.MemoryBIOTests.test_eof) ... ok test_error_types (test.test_ssl.MemoryBIOTests.test_error_types) ... ok test_pending (test.test_ssl.MemoryBIOTests.test_pending) ... ok test_read_write (test.test_ssl.MemoryBIOTests.test_read_write) ... ok test_get_server_certificate_ipv6 (test.test_ssl.NetworkedTests.test_get_server_certificate_ipv6) ... skipped "Resource 'ipv6.google.com' is not available" test_timeout_connect_ex (test.test_ssl.NetworkedTests.test_timeout_connect_ex) ... ok test_bad_server_hostname (test.test_ssl.SSLErrorTests.test_bad_server_hostname) ... ok test_lib_reason (test.test_ssl.SSLErrorTests.test_lib_reason) ... ok test_str (test.test_ssl.SSLErrorTests.test_str) ... ok test_subclass (test.test_ssl.SSLErrorTests.test_subclass) ... ok test_private_init (test.test_ssl.SSLObjectTests.test_private_init) ... ok test_unwrap (test.test_ssl.SSLObjectTests.test_unwrap) ... ok test_bio_handshake (test.test_ssl.SimpleBackgroundTests.test_bio_handshake) ... server: new connection from ('127.0.0.1', 56180) Needed 2 calls to complete do_handshake(). server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Needed 4 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', 50466) 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', 51470) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 51474) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) connection timeout TimeoutError('timed out') ok test_connect (test.test_ssl.SimpleBackgroundTests.test_connect) ... server: new connection from ('127.0.0.1', 43308) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 43312) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_cadata (test.test_ssl.SimpleBackgroundTests.test_connect_cadata) ... server: new connection from ('127.0.0.1', 34196) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 34200) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_capath (test.test_ssl.SimpleBackgroundTests.test_connect_capath) ... server: new connection from ('127.0.0.1', 51040) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 51054) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_ex (test.test_ssl.SimpleBackgroundTests.test_connect_ex) ... server: new connection from ('127.0.0.1', 52906) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_fail (test.test_ssl.SimpleBackgroundTests.test_connect_fail) ... server: new connection from ('127.0.0.1', 51768) server: bad connection attempt from ('127.0.0.1', 51768): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1006) ok test_connect_with_context (test.test_ssl.SimpleBackgroundTests.test_connect_with_context) ... server: new connection from ('127.0.0.1', 50434) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 50438) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 50440) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_connect_with_context_fail (test.test_ssl.SimpleBackgroundTests.test_connect_with_context_fail) ... server: new connection from ('127.0.0.1', 57414) server: bad connection attempt from ('127.0.0.1', 57414): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1006) ok test_context_setget (test.test_ssl.SimpleBackgroundTests.test_context_setget) ... server: new connection from ('127.0.0.1', 34272) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_get_ca_certs_capath (test.test_ssl.SimpleBackgroundTests.test_get_ca_certs_capath) ... server: new connection from ('127.0.0.1', 51342) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_get_server_certificate (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate) ... server: new connection from ('127.0.0.1', 48952) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 48958) Verified certificate for localhost:42189 is -----BEGIN CERTIFICATE----- MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0zNzEwMjgx NDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj MCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv Y2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAMW0s615CVCi M3vO2S7HubSGYYqQ/WGHSFsqpNwPzuOQsCoDBlZ6eNkyMJttne8/4A5sIiRggrM9 djtiL4fkzc7aZcgPGgcaMv8Za2gTIM1e+b1QL4xG5I6rYxoscdAbRHHZPFxisxVQ ztv3euk3UsZGsK/WAhJczgS8QmigBHsBp2PSkb+jR+oMB0WMfpBluGfWJmV754Zu Nx92Af8fQXx2fU88ahWIdeJxuxDiQHrTTY9/5pc/hvZAoBt+XI0cQoc8cQ45NesW Mx1z5uopbbh6kSwxkjn2rH2FT/hG+nf+/68TBMvs2buKWm3NmfZy8YJbf0sLSc1g s7OQ7cfzHADvmHq7KR0H5Y7+/YIogr0z9k771A2uZqiR8oNqYKTf1vyGULA0voux Wm93ddNLlafhhaf3YSqKW1Qkmg+julztVN1YKDjNUWfhDxmHg0U2f+pMHyUQyCuw 1NXlzJnvOGgGJQxI7jluajY2ycTtx78lSGWp7m6HQ9PUwgGBNX6gMwIDAQABo4IB wDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E FgQUhXUQJdAsgFAkGltXcN61y3GpO3swfQYDVR0jBHYwdIAUs4qgorpx8agkedSk WyU2FR5JyM2hUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m dHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst gJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0 Y2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw AYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD VR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0 Y2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBAJXzVrvVjHC90d7a Y7Ap19tgJ9ZZ/WEbMMbQXXN9NOFo4yimieZgvYnTDvRyrXJ2+IYh/XU8+G2+nATh ggNpbK7QVbpe8sr1D47W2Y3IVkb0+Kx0Khl7jkdwH/v7vWkCoaVKbiEcBBQVVb+/ JEPIFwO+Pizq28ivHf1S39YVSZ7CRGnv8UVDg7IezxQcEz/+nHHL5xsYVjanr0Tx C6F5REb5Q0Yp2LDKSU1lYNP2jnS8Yp4ejUspmrQN8KJ3WzTkES+nJcXlB3YSrr51 cxXkCn1TOFY/eW1uyu2Aq1btfosc5+PUYjAicOcpsgM8/vo98DbATRGimdMpMSe4 xbgVozxPm3NeK7L7y/11R7gXvSHY5sG5/3OB2CUIbQheHKWDUN5n5trQjlrT8iqx P7iAIQdqcRVtBetRs1mN1BVGfgKoEwEWmb0DzHBxKiMWeK/R1QGdBLRjk5oEOpIu 5n5zk6X+UJu9DupUhm985RR3/sIoWkoO1y2M6e1hKbJT/2wEvA== -----END CERTIFICATE----- server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_get_server_certificate_fail (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_fail) ... server: new connection from ('127.0.0.1', 39856) [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006) server: bad connection attempt from ('127.0.0.1', 39856): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1006) ok test_get_server_certificate_sni (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_sni) ... server: new connection from ('127.0.0.1', 33942) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 33952) Verified certificate for localhost:55313 is -----BEGIN CERTIFICATE----- MIIF8TCCBFmgAwIBAgIJAMstgJlaaVJcMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNV BAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29mdHdhcmUgRm91bmRhdGlvbiBDQTEW MBQGA1UEAwwNb3VyLWNhLXNlcnZlcjAeFw0xODA4MjkxNDIzMTZaFw0zNzEwMjgx NDIzMTZaMF8xCzAJBgNVBAYTAlhZMRcwFQYDVQQHDA5DYXN0bGUgQW50aHJheDEj MCEGA1UECgwaUHl0aG9uIFNvZnR3YXJlIEZvdW5kYXRpb24xEjAQBgNVBAMMCWxv Y2FsaG9zdDCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBAMW0s615CVCi M3vO2S7HubSGYYqQ/WGHSFsqpNwPzuOQsCoDBlZ6eNkyMJttne8/4A5sIiRggrM9 djtiL4fkzc7aZcgPGgcaMv8Za2gTIM1e+b1QL4xG5I6rYxoscdAbRHHZPFxisxVQ ztv3euk3UsZGsK/WAhJczgS8QmigBHsBp2PSkb+jR+oMB0WMfpBluGfWJmV754Zu Nx92Af8fQXx2fU88ahWIdeJxuxDiQHrTTY9/5pc/hvZAoBt+XI0cQoc8cQ45NesW Mx1z5uopbbh6kSwxkjn2rH2FT/hG+nf+/68TBMvs2buKWm3NmfZy8YJbf0sLSc1g s7OQ7cfzHADvmHq7KR0H5Y7+/YIogr0z9k771A2uZqiR8oNqYKTf1vyGULA0voux Wm93ddNLlafhhaf3YSqKW1Qkmg+julztVN1YKDjNUWfhDxmHg0U2f+pMHyUQyCuw 1NXlzJnvOGgGJQxI7jluajY2ycTtx78lSGWp7m6HQ9PUwgGBNX6gMwIDAQABo4IB wDCCAbwwFAYDVR0RBA0wC4IJbG9jYWxob3N0MA4GA1UdDwEB/wQEAwIFoDAdBgNV HSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwDAYDVR0TAQH/BAIwADAdBgNVHQ4E FgQUhXUQJdAsgFAkGltXcN61y3GpO3swfQYDVR0jBHYwdIAUs4qgorpx8agkedSk WyU2FR5JyM2hUaRPME0xCzAJBgNVBAYTAlhZMSYwJAYDVQQKDB1QeXRob24gU29m dHdhcmUgRm91bmRhdGlvbiBDQTEWMBQGA1UEAwwNb3VyLWNhLXNlcnZlcoIJAMst gJlaaVJbMIGDBggrBgEFBQcBAQR3MHUwPAYIKwYBBQUHMAKGMGh0dHA6Ly90ZXN0 Y2EucHl0aG9udGVzdC5uZXQvdGVzdGNhL3B5Y2FjZXJ0LmNlcjA1BggrBgEFBQcw AYYpaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0Y2Evb2NzcC8wQwYD VR0fBDwwOjA4oDagNIYyaHR0cDovL3Rlc3RjYS5weXRob250ZXN0Lm5ldC90ZXN0 Y2EvcmV2b2NhdGlvbi5jcmwwDQYJKoZIhvcNAQELBQADggGBAJXzVrvVjHC90d7a Y7Ap19tgJ9ZZ/WEbMMbQXXN9NOFo4yimieZgvYnTDvRyrXJ2+IYh/XU8+G2+nATh ggNpbK7QVbpe8sr1D47W2Y3IVkb0+Kx0Khl7jkdwH/v7vWkCoaVKbiEcBBQVVb+/ JEPIFwO+Pizq28ivHf1S39YVSZ7CRGnv8UVDg7IezxQcEz/+nHHL5xsYVjanr0Tx C6F5REb5Q0Yp2LDKSU1lYNP2jnS8Yp4ejUspmrQN8KJ3WzTkES+nJcXlB3YSrr51 cxXkCn1TOFY/eW1uyu2Aq1btfosc5+PUYjAicOcpsgM8/vo98DbATRGimdMpMSe4 xbgVozxPm3NeK7L7y/11R7gXvSHY5sG5/3OB2CUIbQheHKWDUN5n5trQjlrT8iqx P7iAIQdqcRVtBetRs1mN1BVGfgKoEwEWmb0DzHBxKiMWeK/R1QGdBLRjk5oEOpIu 5n5zk6X+UJu9DupUhm985RR3/sIoWkoO1y2M6e1hKbJT/2wEvA== -----END CERTIFICATE----- server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_get_server_certificate_timeout (test.test_ssl.SimpleBackgroundTests.test_get_server_certificate_timeout) ... server: new connection from ('127.0.0.1', 58630) server: bad connection attempt from ('127.0.0.1', 58630): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1006) ok test_makefile_close (test.test_ssl.SimpleBackgroundTests.test_makefile_close) ... server: new connection from ('127.0.0.1', 41212) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_non_blocking_connect_ex (test.test_ssl.SimpleBackgroundTests.test_non_blocking_connect_ex) ... server: new connection from ('127.0.0.1', 55218) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_non_blocking_handshake (test.test_ssl.SimpleBackgroundTests.test_non_blocking_handshake) ... server: new connection from ('127.0.0.1', 34970) Needed 2 calls to do_handshake() to establish session. server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_transport_eof (test.test_ssl.SimpleBackgroundTests.test_transport_eof) ... server: new connection from ('127.0.0.1', 35788) Needed 2 calls to complete do_handshake(). server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_alertdescription (test.test_ssl.TestEnumerations.test_alertdescription) ... ok test_options (test.test_ssl.TestEnumerations.test_options) ... ok test_sslerrornumber (test.test_ssl.TestEnumerations.test_sslerrornumber) ... ok test_sslmethod (test.test_ssl.TestEnumerations.test_sslmethod) ... ok test_tlsalerttype (test.test_ssl.TestEnumerations.test_tlsalerttype) ... ok test_tlscontenttype (test.test_ssl.TestEnumerations.test_tlscontenttype) ... ok test_tlsmessagetype (test.test_ssl.TestEnumerations.test_tlsmessagetype) ... ok test_tlsversion (test.test_ssl.TestEnumerations.test_tlsversion) ... ok test_verifyflags (test.test_ssl.TestEnumerations.test_verifyflags) ... ok test_verifymode (test.test_ssl.TestEnumerations.test_verifymode) ... ok test_bpo37428_pha_cert_none (test.test_ssl.TestPostHandshakeAuth.test_bpo37428_pha_cert_none) ... ok test_internal_chain_client (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_client) ... ok test_internal_chain_server (test.test_ssl.TestPostHandshakeAuth.test_internal_chain_server) ... ok test_pha_no_pha_client (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_client) ... ok test_pha_no_pha_server (test.test_ssl.TestPostHandshakeAuth.test_pha_no_pha_server) ... ok test_pha_not_tls13 (test.test_ssl.TestPostHandshakeAuth.test_pha_not_tls13) ... ok test_pha_optional (test.test_ssl.TestPostHandshakeAuth.test_pha_optional) ... ok test_pha_optional_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_optional_nocert) ... ok test_pha_required (test.test_ssl.TestPostHandshakeAuth.test_pha_required) ... ok test_pha_required_nocert (test.test_ssl.TestPostHandshakeAuth.test_pha_required_nocert) ... server: new connection from ('127.0.0.1', 48414) client cert is None client did not provide a cert server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) TLS: (, 'read', , <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') TLS: (, 'write', , <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t') Test server failure: Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2536, in run msg = self.read() ^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2513, in read return self.sslconn.read() ^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1169, in read return self._sslobj.read(len) ^^^^^^^^^^^^^^^^^^^^^^ ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:2580) ok test_pha_setter (test.test_ssl.TestPostHandshakeAuth.test_pha_setter) ... ok test_https_client_non_tls_response_ignored (test.test_ssl.TestPreHandshakeClose.test_https_client_non_tls_response_ignored) ... ok test_preauth_data_to_tls_client (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_client) ... ok test_preauth_data_to_tls_server (test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server) ... ok test_keylog_defaults (test.test_ssl.TestSSLDebug.test_keylog_defaults) ... ok test_keylog_env (test.test_ssl.TestSSLDebug.test_keylog_env) ... ok test_keylog_filename (test.test_ssl.TestSSLDebug.test_keylog_filename) ... ok test_msg_callback (test.test_ssl.TestSSLDebug.test_msg_callback) ... ok test_msg_callback_deadlock_bpo43577 (test.test_ssl.TestSSLDebug.test_msg_callback_deadlock_bpo43577) ... ok test_msg_callback_tls12 (test.test_ssl.TestSSLDebug.test_msg_callback_tls12) ... ok 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', 41386) 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', 35520) 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', 50490) 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', 49094) 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:60206 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. server: read b'over\n' from client cleanup: joining server thread. server: closed connection 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', 51640) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 41784) server: bad connection attempt from ('127.0.0.1', 41784): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1006) 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', 45594) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 41848) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 56096) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 38710) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 57782) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 52896) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 36756) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 50962) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 57228) server: bad connection attempt from ('127.0.0.1', 57228): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1006) ok test_compression (test.test_ssl.ThreadedTests.test_compression) ... server: new connection from ('127.0.0.1', 39698) 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', 37382) 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', 32856) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 46466) server: bad connection attempt from ('127.0.0.1', 46466): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1006) server: new connection from ('127.0.0.1', 48004) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_default_ecdh_curve (test.test_ssl.ThreadedTests.test_default_ecdh_curve) ... server: new connection from ('127.0.0.1', 34848) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) ok test_dh_params (test.test_ssl.ThreadedTests.test_dh_params) ... server: new connection from ('127.0.0.1', 34052) server: connection cipher is now ('DHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 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. ok test_do_handshake_enotconn (test.test_ssl.ThreadedTests.test_do_handshake_enotconn) ... ok test_dual_rsa_ecc (test.test_ssl.ThreadedTests.test_dual_rsa_ecc) ... server: new connection from ('127.0.0.1', 42986) 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', 34770) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_ecdh_curve (test.test_ssl.ThreadedTests.test_ecdh_curve) ... server: new connection from ('127.0.0.1', 55116) 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', 44146) 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', 43214) server: bad connection attempt from ('127.0.0.1', 43214): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1006) ok test_echo (test.test_ssl.ThreadedTests.test_echo) Basic test of an SSL client connecting to a server ... server: new connection from ('127.0.0.1', 33448) 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. connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') connection timeout TimeoutError('timed out') ok 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 2037 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 test_getpeercert_enotconn (test.test_ssl.ThreadedTests.test_getpeercert_enotconn) ... ok test_handshake_timeout (test.test_ssl.ThreadedTests.test_handshake_timeout) ... ok test_hostname_checks_common_name (test.test_ssl.ThreadedTests.test_hostname_checks_common_name) ... server: new connection from ('127.0.0.1', 58708) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 50008) server: bad connection attempt from ('127.0.0.1', 50008): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1006) ok test_min_max_version_mismatch (test.test_ssl.ThreadedTests.test_min_max_version_mismatch) ... skipped 'TLSv1 is not available.' test_min_max_version_sslv3 (test.test_ssl.ThreadedTests.test_min_max_version_sslv3) ... skipped 'SSLv3 is not available.' test_min_max_version_tlsv1_1 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_1) ... skipped 'TLSv1_1 is not available.' test_min_max_version_tlsv1_2 (test.test_ssl.ThreadedTests.test_min_max_version_tlsv1_2) ... skipped 'TLSv1 is not available.' test_no_shared_ciphers (test.test_ssl.ThreadedTests.test_no_shared_ciphers) ... server: new connection from ('127.0.0.1', 49526) server: bad connection attempt from ('127.0.0.1', 49526): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1006) ok test_nonblocking_send (test.test_ssl.ThreadedTests.test_nonblocking_send) ... server: new connection from ('127.0.0.1', 43832) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) Test server failure: Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2606, in run self.write(msg.lower()) File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2519, in write return self.sslconn.write(bytes) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1186, in write return self._sslobj.write(data) ^^^^^^^^^^^^^^^^^^^^^^^^ ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:2427) ok test_npn_protocols (test.test_ssl.ThreadedTests.test_npn_protocols) ... ok test_protocol_sslv2 (test.test_ssl.ThreadedTests.test_protocol_sslv2) Connecting to an SSLv2 server with various client options ... skipped 'SSLv2 is not available.' test_protocol_sslv3 (test.test_ssl.ThreadedTests.test_protocol_sslv3) Connecting to an SSLv3 server with various client options ... skipped 'SSLv3 is not available.' test_protocol_tlsv1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1) Connecting to a TLSv1 server with various client options ... skipped 'TLSv1 is not available.' test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests.test_protocol_tlsv1_1) Connecting to a TLSv1.1 server with various client options. ... skipped '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 {PROTOCOL_TLS->PROTOCOL_TLSv1_2} CERT_NONE PROTOCOL_TLSv1_2->PROTOCOL_TLS CERT_NONE ok test_read_write_after_close_raises_valuerror (test.test_ssl.ThreadedTests.test_read_write_after_close_raises_valuerror) ... ok test_recv_send (test.test_ssl.ThreadedTests.test_recv_send) Test recv(), send() and friends. ... server: new connection from ('127.0.0.1', 43454) 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', 53228) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_rude_shutdown (test.test_ssl.ThreadedTests.test_rude_shutdown) A brutal shutdown of an SSL server should raise an OSError ... ok test_selected_alpn_protocol (test.test_ssl.ThreadedTests.test_selected_alpn_protocol) ... server: new connection from ('127.0.0.1', 56410) 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', 47910) 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_sendfile (test.test_ssl.ThreadedTests.test_sendfile) ... ok test_server_accept (test.test_ssl.ThreadedTests.test_server_accept) ... ok test_session (test.test_ssl.ThreadedTests.test_session) ... server: new connection from ('127.0.0.1', 40746) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: new connection from ('127.0.0.1', 43134) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: new connection from ('127.0.0.1', 41446) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) server: new connection from ('127.0.0.1', 42406) server: connection cipher is now ('ECDHE-RSA-AES256-GCM-SHA384', 'TLSv1.2', 256) ok test_session_handling (test.test_ssl.ThreadedTests.test_session_handling) ... ok test_shared_ciphers (test.test_ssl.ThreadedTests.test_shared_ciphers) ... server: new connection from ('127.0.0.1', 56010) 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', 60118) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 35404) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) server: new connection from ('127.0.0.1', 55220) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) ok test_sni_callback_alert (test.test_ssl.ThreadedTests.test_sni_callback_alert) ... ok test_sni_callback_raising (test.test_ssl.ThreadedTests.test_sni_callback_raising) ... ok test_sni_callback_wrong_return_type (test.test_ssl.ThreadedTests.test_sni_callback_wrong_return_type) ... ok test_socketserver (test.test_ssl.ThreadedTests.test_socketserver) Using socketserver to create and manage SSL connections. ... server (('127.0.0.1', 40981):40981 ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)): [28/Aug/2023 16:08:13] "GET /keycert.pem HTTP/1.1" 200 - client: read 4058 bytes from remote server '>' 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', 56686) server: bad connection attempt from ('127.0.0.1', 56686): Traceback (most recent call last): File "/build/python/src/Python-3.11.5/Lib/test/test_ssl.py", line 2451, in wrap_conn self.sslconn = self.server.context.wrap_socket( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 517, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1108, in _create self.do_handshake() File "/build/python/src/Python-3.11.5/Lib/ssl.py", line 1379, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1006) ok 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', 55748) 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... server: connection is now unencrypted... client: sending b'msg 5'... 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_tls1_3 (test.test_ssl.ThreadedTests.test_tls1_3) ... server: new connection from ('127.0.0.1', 49238) server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256) 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', 34692) got channel binding data: b'\xc6\xeb\x8e\'\x82\xb5\x0c\x89\xa9\xe1\x91$@\xc1\x1f\x90\x7f\x99\xa2\'\xef\xd2\xb9 has no attribute 'startfile' 0:17:41 load avg: 0.84 [327/432/1] test_stat -- test_startfile skipped test_devices (test.test_stat.TestFilemodeCStat.test_devices) ... ok test_directory (test.test_stat.TestFilemodeCStat.test_directory) ... ok test_fifo (test.test_stat.TestFilemodeCStat.test_fifo) ... ok test_file_attribute_constants (test.test_stat.TestFilemodeCStat.test_file_attribute_constants) ... skipped 'FILE_ATTRIBUTE_* constants are Win32 specific' test_link (test.test_stat.TestFilemodeCStat.test_link) ... ok test_mode (test.test_stat.TestFilemodeCStat.test_mode) ... ok test_module_attributes (test.test_stat.TestFilemodeCStat.test_module_attributes) ... ok test_socket (test.test_stat.TestFilemodeCStat.test_socket) ... ok test_devices (test.test_stat.TestFilemodePyStat.test_devices) ... ok test_directory (test.test_stat.TestFilemodePyStat.test_directory) ... ok test_fifo (test.test_stat.TestFilemodePyStat.test_fifo) ... ok test_file_attribute_constants (test.test_stat.TestFilemodePyStat.test_file_attribute_constants) ... skipped 'FILE_ATTRIBUTE_* constants are Win32 specific' test_link (test.test_stat.TestFilemodePyStat.test_link) ... ok test_mode (test.test_stat.TestFilemodePyStat.test_mode) ... ok test_module_attributes (test.test_stat.TestFilemodePyStat.test_module_attributes) ... ok test_socket (test.test_stat.TestFilemodePyStat.test_socket) ... ok ---------------------------------------------------------------------- Ran 16 tests in 0.001s OK (skipped=2) 0:17:41 load avg: 0.84 [328/432/1] test_statistics test_exactly_equal_absolute (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute) ... ok test_exactly_equal_absolute_decimals (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_absolute_decimals) ... ok test_exactly_equal_both (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_both) ... ok test_exactly_equal_decimals (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_decimals) ... ok test_exactly_equal_floats (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_floats) ... ok test_exactly_equal_fractions (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_fractions) ... ok test_exactly_equal_ints (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_ints) ... ok test_exactly_equal_relative (test.test_statistics.ApproxEqualExactTest.test_exactly_equal_relative) ... ok test_approx_equal_absolute_decimals (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_decimals) ... ok test_approx_equal_absolute_floats (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_floats) ... ok test_approx_equal_absolute_fractions (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_fractions) ... ok test_approx_equal_absolute_ints (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_absolute_ints) ... ok test_approx_equal_both1 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both1) ... ok test_approx_equal_both2 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both2) ... ok test_approx_equal_both3 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both3) ... ok test_approx_equal_both4 (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_both4) ... ok test_approx_equal_relative_decimals (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_decimals) ... ok test_approx_equal_relative_floats (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_floats) ... ok test_approx_equal_relative_fractions (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_fractions) ... ok test_approx_equal_relative_ints (test.test_statistics.ApproxEqualInexactTest.test_approx_equal_relative_ints) ... ok test_cross_zero (test.test_statistics.ApproxEqualInexactTest.test_cross_zero) ... ok test_decimal_zeroes (test.test_statistics.ApproxEqualSpecialsTest.test_decimal_zeroes) ... ok test_float_zeroes (test.test_statistics.ApproxEqualSpecialsTest.test_float_zeroes) ... ok test_inf (test.test_statistics.ApproxEqualSpecialsTest.test_inf) ... ok test_nan (test.test_statistics.ApproxEqualSpecialsTest.test_nan) ... ok test_relative_symmetry (test.test_statistics.ApproxEqualSymmetryTest.test_relative_symmetry) ... ok test_symmetry (test.test_statistics.ApproxEqualSymmetryTest.test_symmetry) ... ok test_exactly_unequal_decimals (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_decimals) ... ok test_exactly_unequal_floats (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_floats) ... ok test_exactly_unequal_fractions (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_fractions) ... ok test_exactly_unequal_ints (test.test_statistics.ApproxEqualUnequalTest.test_exactly_unequal_ints) ... ok test_bool (test.test_statistics.CoerceTest.test_bool) ... ok test_decimal (test.test_statistics.CoerceTest.test_decimal) ... ok test_float (test.test_statistics.CoerceTest.test_float) ... ok test_fraction (test.test_statistics.CoerceTest.test_fraction) ... ok test_incompatible_types (test.test_statistics.CoerceTest.test_incompatible_types) ... ok test_int (test.test_statistics.CoerceTest.test_int) ... ok test_non_numeric_types (test.test_statistics.CoerceTest.test_non_numeric_types) ... ok test_decimal (test.test_statistics.ConvertTest.test_decimal) ... ok test_float (test.test_statistics.ConvertTest.test_float) ... ok test_fraction (test.test_statistics.ConvertTest.test_fraction) ... ok test_inf (test.test_statistics.ConvertTest.test_inf) ... ok test_int (test.test_statistics.ConvertTest.test_int) ... ok test_invalid_input_type (test.test_statistics.ConvertTest.test_invalid_input_type) ... ok test_nan (test.test_statistics.ConvertTest.test_nan) ... ok test_infinity (test.test_statistics.DecimalToRatioTest.test_infinity) ... ok test_nan (test.test_statistics.DecimalToRatioTest.test_nan) ... ok test_negative_exponent (test.test_statistics.DecimalToRatioTest.test_negative_exponent) ... ok test_positive_exponent (test.test_statistics.DecimalToRatioTest.test_positive_exponent) ... ok test_regression_20536 (test.test_statistics.DecimalToRatioTest.test_regression_20536) ... ok test_sign (test.test_statistics.DecimalToRatioTest.test_sign) ... ok test_doc_tests (test.test_statistics.DocTests.test_doc_tests) ... Trying: mean([-1.0, 2.5, 3.25, 5.75]) Expecting: 2.625 ok Trying: median([2, 3, 4, 5]) Expecting: 3.5 ok Trying: median_grouped([2, 2, 3, 3, 3, 4]) #doctest: +ELLIPSIS Expecting: 2.8333333333... ok Trying: stdev([2.5, 3.25, 5.5, 11.25, 11.75]) #doctest: +ELLIPSIS Expecting: 4.38961843444... ok Trying: data = [1, 2, 2, 4, 4, 4, 5, 6] Expecting nothing ok Trying: mu = mean(data) Expecting nothing ok Trying: pvariance(data, mu) Expecting: 2.5 ok Trying: x = [1, 2, 3, 4, 5, 6, 7, 8, 9] Expecting nothing ok Trying: y = [1, 2, 3, 1, 2, 3, 1, 2, 3] Expecting nothing ok Trying: covariance(x, y) Expecting: 0.75 ok Trying: correlation(x, y) #doctest: +ELLIPSIS Expecting: 0.31622776601... ok Trying: linear_regression(x, y) #doctest: Expecting: LinearRegression(slope=0.1, intercept=1.5) ok Trying: N1 = NormalDist(2.4, 1.6) Expecting nothing ok Trying: N2 = NormalDist(3.2, 2.0) Expecting nothing ok Trying: N1.overlap(N2) Expecting: 0.8035050657330205 ok Trying: _exact_ratio(0.25) Expecting: (1, 4) ok Trying: _sum([3, 2.25, 4.5, -0.5, 0.25]) Expecting: (, Fraction(19, 2), 5) ok Trying: _sum([1e50, 1, -1e50] * 1000) Expecting: (, Fraction(1000, 1), 3000) ok Trying: from fractions import Fraction as F Expecting nothing ok Trying: _sum([F(2, 3), F(7, 5), F(1, 4), F(5, 6)]) Expecting: (, Fraction(63, 20), 4) ok Trying: from decimal import Decimal as D Expecting nothing ok Trying: data = [D("0.1375"), D("0.2108"), D("0.3061"), D("0.0419")] Expecting nothing ok Trying: _sum(data) Expecting: (, Fraction(6963, 10000), 4) ok Trying: x = [1, 2, 3, 4, 5, 6, 7, 8, 9] Expecting nothing ok Trying: y = [9, 8, 7, 6, 5, 4, 3, 2, 1] Expecting nothing ok Trying: correlation(x, x) Expecting: 1.0 ok Trying: correlation(x, y) Expecting: -1.0 ok Trying: x = [1, 2, 3, 4, 5, 6, 7, 8, 9] Expecting nothing ok Trying: y = [1, 2, 3, 1, 2, 3, 1, 2, 3] Expecting nothing ok Trying: covariance(x, y) Expecting: 0.75 ok Trying: z = [9, 8, 7, 6, 5, 4, 3, 2, 1] Expecting nothing ok Trying: covariance(x, z) Expecting: -7.5 ok Trying: covariance(z, x) Expecting: -7.5 ok Trying: fmean([3.5, 4.0, 5.25]) Expecting: 4.25 ok Trying: round(geometric_mean([54, 24, 36]), 9) Expecting: 36.0 ok Trying: harmonic_mean([40, 60]) Expecting: 48.0 ok Trying: harmonic_mean([40, 60], weights=[5, 30]) Expecting: 56.0 ok Trying: x = [1, 2, 3, 4, 5] Expecting nothing ok Trying: noise = NormalDist().samples(5, seed=42) Expecting nothing ok Trying: y = [3 * x[i] + 2 + noise[i] for i in range(5)] Expecting nothing ok Trying: linear_regression(x, y) #doctest: +ELLIPSIS Expecting: LinearRegression(slope=3.09078914170..., intercept=1.75684970486...) ok Trying: y = [3 * x[i] + noise[i] for i in range(5)] Expecting nothing ok Trying: linear_regression(x, y, proportional=True) #doctest: +ELLIPSIS Expecting: LinearRegression(slope=3.02447542484..., intercept=0.0) ok Trying: mean([1, 2, 3, 4, 4]) Expecting: 2.8 ok Trying: from fractions import Fraction as F Expecting nothing ok Trying: mean([F(3, 7), F(1, 21), F(5, 3), F(1, 3)]) Expecting: Fraction(13, 21) ok Trying: from decimal import Decimal as D Expecting nothing ok Trying: mean([D("0.5"), D("0.75"), D("0.625"), D("0.375")]) Expecting: Decimal('0.5625') ok Trying: median([1, 3, 5]) Expecting: 3 ok Trying: median([1, 3, 5, 7]) Expecting: 4.0 ok Trying: demographics = Counter({ 25: 172, # 20 to 30 years old 35: 484, # 30 to 40 years old 45: 387, # 40 to 50 years old 55: 22, # 50 to 60 years old 65: 6, # 60 to 70 years old }) Expecting nothing ok Trying: data = list(demographics.elements()) Expecting nothing ok Trying: median(data) Expecting: 35 ok Trying: round(median_grouped(data, interval=10), 1) Expecting: 37.5 ok Trying: median_high([1, 3, 5]) Expecting: 3 ok Trying: median_high([1, 3, 5, 7]) Expecting: 5 ok Trying: median_low([1, 3, 5]) Expecting: 3 ok Trying: median_low([1, 3, 5, 7]) Expecting: 3 ok Trying: mode([1, 1, 2, 3, 3, 3, 3, 4]) Expecting: 3 ok Trying: mode(["red", "blue", "blue", "red", "green", "red", "red"]) Expecting: 'red' ok Trying: mode(['red', 'red', 'green', 'blue', 'blue']) Expecting: 'red' ok Trying: multimode('aabbbbbbbbcc') Expecting: ['b'] ok Trying: multimode('aabbbbccddddeeffffgg') Expecting: ['b', 'd', 'f'] ok Trying: multimode('') Expecting: [] ok Trying: pstdev([1.5, 2.5, 2.5, 2.75, 3.25, 4.75]) Expecting: 0.986893273527251 ok Trying: data = [0.0, 0.25, 0.25, 1.25, 1.5, 1.75, 2.75, 3.25] Expecting nothing ok Trying: pvariance(data) Expecting: 1.25 ok Trying: mu = mean(data) Expecting nothing ok Trying: pvariance(data, mu) Expecting: 1.25 ok Trying: from decimal import Decimal as D Expecting nothing ok Trying: pvariance([D("27.5"), D("30.25"), D("30.25"), D("34.5"), D("41.75")]) Expecting: Decimal('24.815') ok Trying: from fractions import Fraction as F Expecting nothing ok Trying: pvariance([F(1, 4), F(5, 4), F(1, 2)]) Expecting: Fraction(13, 72) ok Trying: stdev([1.5, 2.5, 2.5, 2.75, 3.25, 4.75]) Expecting: 1.0810874155219827 ok Trying: data = [2.75, 1.75, 1.25, 0.25, 0.5, 1.25, 3.5] Expecting nothing ok Trying: variance(data) Expecting: 1.3720238095238095 ok Trying: m = mean(data) Expecting nothing ok Trying: variance(data, m) Expecting: 1.3720238095238095 ok Trying: from decimal import Decimal as D Expecting nothing ok Trying: variance([D("27.5"), D("30.25"), D("30.25"), D("34.5"), D("41.75")]) Expecting: Decimal('31.01875') ok Trying: from fractions import Fraction as F Expecting nothing ok Trying: variance([F(1, 6), F(1, 2), F(5, 3)]) Expecting: Fraction(67, 108) ok 38 items had no tests: statistics.LinearRegression statistics.NormalDist statistics.NormalDist.__add__ statistics.NormalDist.__eq__ statistics.NormalDist.__getstate__ statistics.NormalDist.__hash__ statistics.NormalDist.__init__ statistics.NormalDist.__mul__ statistics.NormalDist.__neg__ statistics.NormalDist.__pos__ statistics.NormalDist.__repr__ statistics.NormalDist.__rsub__ statistics.NormalDist.__setstate__ statistics.NormalDist.__sub__ statistics.NormalDist.__truediv__ statistics.NormalDist.cdf statistics.NormalDist.from_samples statistics.NormalDist.inv_cdf statistics.NormalDist.mean statistics.NormalDist.median statistics.NormalDist.mode statistics.NormalDist.pdf statistics.NormalDist.quantiles statistics.NormalDist.samples statistics.NormalDist.stdev statistics.NormalDist.variance statistics.NormalDist.zscore statistics.StatisticsError statistics._coerce statistics._convert statistics._decimal_sqrt_of_frac statistics._fail_neg statistics._float_sqrt_of_frac statistics._integer_sqrt_of_frac_rto statistics._isfinite statistics._mean_stdev statistics._ss statistics.quantiles 21 items passed all tests: 12 tests in statistics 3 tests in statistics.NormalDist.overlap 1 tests in statistics._exact_ratio 7 tests in statistics._sum 4 tests in statistics.correlation 6 tests in statistics.covariance 1 tests in statistics.fmean 1 tests in statistics.geometric_mean 2 tests in statistics.harmonic_mean 6 tests in statistics.linear_regression 5 tests in statistics.mean 2 tests in statistics.median 4 tests in statistics.median_grouped 2 tests in statistics.median_high 2 tests in statistics.median_low 3 tests in statistics.mode 3 tests in statistics.multimode 1 tests in statistics.pstdev 8 tests in statistics.pvariance 1 tests in statistics.stdev 8 tests in statistics.variance 82 tests in 59 items. 82 passed and 0 failed. Test passed. ok test_decimal (test.test_statistics.ExactRatioTest.test_decimal) ... ok test_decimal_nan (test.test_statistics.ExactRatioTest.test_decimal_nan) ... ok test_float (test.test_statistics.ExactRatioTest.test_float) ... ok test_float_nan (test.test_statistics.ExactRatioTest.test_float_nan) ... ok test_fraction (test.test_statistics.ExactRatioTest.test_fraction) ... ok test_inf (test.test_statistics.ExactRatioTest.test_inf) ... ok test_int (test.test_statistics.ExactRatioTest.test_int) ... ok test_error_msg (test.test_statistics.FailNegTest.test_error_msg) ... ok test_negatives_raise (test.test_statistics.FailNegTest.test_negatives_raise) ... ok test_pass_through (test.test_statistics.FailNegTest.test_pass_through) ... ok test_check_all (test.test_statistics.GlobalsTest.test_check_all) ... ok test_meta (test.test_statistics.GlobalsTest.test_meta) ... ok test_finite (test.test_statistics.IsFiniteTest.test_finite) ... ok test_infinity (test.test_statistics.IsFiniteTest.test_infinity) ... ok test_nan (test.test_statistics.IsFiniteTest.test_nan) ... ok test_has_exception (test.test_statistics.StatisticsErrorTest.test_has_exception) ... ok test_decimal_basiccontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues.test_decimal_basiccontext_mismatched_infs_to_nan) ... ok test_decimal_extendedcontext_mismatched_infs_to_nan (test.test_statistics.SumSpecialValues.test_decimal_extendedcontext_mismatched_infs_to_nan) ... ok test_decimal_inf (test.test_statistics.SumSpecialValues.test_decimal_inf) ... ok test_decimal_snan_raises (test.test_statistics.SumSpecialValues.test_decimal_snan_raises) ... ok test_float_inf (test.test_statistics.SumSpecialValues.test_float_inf) ... ok test_float_mismatched_infs (test.test_statistics.SumSpecialValues.test_float_mismatched_infs) ... ok test_nan (test.test_statistics.SumSpecialValues.test_nan) ... ok test_torture (test.test_statistics.SumTortureTest.test_torture) ... ok test_bad_rel (test.test_statistics.TestApproxEqualErrors.test_bad_rel) ... ok test_bad_tol (test.test_statistics.TestApproxEqualErrors.test_bad_tol) ... ok test_small_sample_error (test.test_statistics.TestBivariateStatistics.test_small_sample_error) ... ok test_unequal_size_error (test.test_statistics.TestBivariateStatistics.test_unequal_size_error) ... ok test_different_scales (test.test_statistics.TestCorrelationAndCovariance.test_different_scales) ... ok test_results (test.test_statistics.TestCorrelationAndCovariance.test_results) ... ok test_basics (test.test_statistics.TestFMean.test_basics) ... ok test_error_cases (test.test_statistics.TestFMean.test_error_cases) ... ok test_special_values (test.test_statistics.TestFMean.test_special_values) ... ok test_weights (test.test_statistics.TestFMean.test_weights) ... ok test_basics (test.test_statistics.TestGeometricMean.test_basics) ... ok test_big_and_small (test.test_statistics.TestGeometricMean.test_big_and_small) ... ok test_error_cases (test.test_statistics.TestGeometricMean.test_error_cases) ... ok test_mixed_int_and_float (test.test_statistics.TestGeometricMean.test_mixed_int_and_float) ... ok test_special_values (test.test_statistics.TestGeometricMean.test_special_values) ... ok test_various_input_types (test.test_statistics.TestGeometricMean.test_various_input_types) ... ok test_bad_arg_types (test.test_statistics.TestHarmonicMean.test_bad_arg_types) ... ok test_decimals_exact (test.test_statistics.TestHarmonicMean.test_decimals_exact) ... ok test_doubled_data (test.test_statistics.TestHarmonicMean.test_doubled_data) ... ok test_empty_data (test.test_statistics.TestHarmonicMean.test_empty_data) ... ok test_floats_exact (test.test_statistics.TestHarmonicMean.test_floats_exact) ... ok test_fractions (test.test_statistics.TestHarmonicMean.test_fractions) ... ok test_inf (test.test_statistics.TestHarmonicMean.test_inf) ... ok test_ints (test.test_statistics.TestHarmonicMean.test_ints) ... ok test_invalid_type_error (test.test_statistics.TestHarmonicMean.test_invalid_type_error) ... ok test_multiply_data_points (test.test_statistics.TestHarmonicMean.test_multiply_data_points) ... ok test_nan (test.test_statistics.TestHarmonicMean.test_nan) ... ok test_negative_error (test.test_statistics.TestHarmonicMean.test_negative_error) ... ok test_no_args (test.test_statistics.TestHarmonicMean.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestHarmonicMean.test_no_inplace_modifications) ... ok test_order_doesnt_matter (test.test_statistics.TestHarmonicMean.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestHarmonicMean.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestHarmonicMean.test_repeated_single_value) ... ok test_single_value (test.test_statistics.TestHarmonicMean.test_single_value) ... ok test_singleton_lists (test.test_statistics.TestHarmonicMean.test_singleton_lists) ... ok test_type_of_data_collection (test.test_statistics.TestHarmonicMean.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestHarmonicMean.test_type_of_data_element) ... ok test_types_conserved (test.test_statistics.TestHarmonicMean.test_types_conserved) ... ok test_with_weights (test.test_statistics.TestHarmonicMean.test_with_weights) ... ok test_zero (test.test_statistics.TestHarmonicMean.test_zero) ... ok test_constant_input_error (test.test_statistics.TestLinearRegression.test_constant_input_error) ... ok test_proportional (test.test_statistics.TestLinearRegression.test_proportional) ... ok test_results (test.test_statistics.TestLinearRegression.test_results) ... ok test_bad_arg_types (test.test_statistics.TestMean.test_bad_arg_types) ... ok test_big_data (test.test_statistics.TestMean.test_big_data) ... ok test_decimals (test.test_statistics.TestMean.test_decimals) ... ok test_doubled_data (test.test_statistics.TestMean.test_doubled_data) ... ok test_empty_data (test.test_statistics.TestMean.test_empty_data) ... ok test_floats (test.test_statistics.TestMean.test_floats) ... ok test_fractions (test.test_statistics.TestMean.test_fractions) ... ok test_inf (test.test_statistics.TestMean.test_inf) ... ok test_ints (test.test_statistics.TestMean.test_ints) ... ok test_mismatched_infs (test.test_statistics.TestMean.test_mismatched_infs) ... ok test_nan (test.test_statistics.TestMean.test_nan) ... ok test_no_args (test.test_statistics.TestMean.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestMean.test_no_inplace_modifications) ... ok test_order_doesnt_matter (test.test_statistics.TestMean.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestMean.test_range_data) ... ok test_regression_20561 (test.test_statistics.TestMean.test_regression_20561) ... ok test_regression_25177 (test.test_statistics.TestMean.test_regression_25177) ... ok test_repeated_single_value (test.test_statistics.TestMean.test_repeated_single_value) ... ok test_single_value (test.test_statistics.TestMean.test_single_value) ... ok test_torture_pep (test.test_statistics.TestMean.test_torture_pep) ... ok test_type_of_data_collection (test.test_statistics.TestMean.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestMean.test_type_of_data_element) ... ok test_types_conserved (test.test_statistics.TestMean.test_types_conserved) ... ok test_bad_arg_types (test.test_statistics.TestMedian.test_bad_arg_types) ... ok test_empty_data (test.test_statistics.TestMedian.test_empty_data) ... ok test_even_decimals (test.test_statistics.TestMedian.test_even_decimals) ... ok test_even_fractions (test.test_statistics.TestMedian.test_even_fractions) ... ok test_even_ints (test.test_statistics.TestMedian.test_even_ints) ... ok test_no_args (test.test_statistics.TestMedian.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestMedian.test_no_inplace_modifications) ... ok test_odd_decimals (test.test_statistics.TestMedian.test_odd_decimals) ... ok test_odd_fractions (test.test_statistics.TestMedian.test_odd_fractions) ... ok test_odd_ints (test.test_statistics.TestMedian.test_odd_ints) ... ok test_order_doesnt_matter (test.test_statistics.TestMedian.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestMedian.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestMedian.test_repeated_single_value) ... ok test_single_value (test.test_statistics.TestMedian.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestMedian.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestMedian.test_type_of_data_element) ... ok test_types_conserved (test.test_statistics.TestMedianDataType.test_types_conserved) ... ok test_bad_arg_types (test.test_statistics.TestMedianGrouped.test_bad_arg_types) ... ok test_data_type_error (test.test_statistics.TestMedianGrouped.test_data_type_error) ... ok test_empty_data (test.test_statistics.TestMedianGrouped.test_empty_data) ... ok test_even_decimals (test.test_statistics.TestMedianGrouped.test_even_decimals) ... ok test_even_fractions (test.test_statistics.TestMedianGrouped.test_even_fractions) ... ok test_even_ints (test.test_statistics.TestMedianGrouped.test_even_ints) ... ok test_even_number_repeated (test.test_statistics.TestMedianGrouped.test_even_number_repeated) ... ok test_interval (test.test_statistics.TestMedianGrouped.test_interval) ... ok test_no_args (test.test_statistics.TestMedianGrouped.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestMedianGrouped.test_no_inplace_modifications) ... ok test_odd_decimals (test.test_statistics.TestMedianGrouped.test_odd_decimals) ... ok test_odd_fractions (test.test_statistics.TestMedianGrouped.test_odd_fractions) ... ok test_odd_ints (test.test_statistics.TestMedianGrouped.test_odd_ints) ... ok test_odd_number_repeated (test.test_statistics.TestMedianGrouped.test_odd_number_repeated) ... ok test_order_doesnt_matter (test.test_statistics.TestMedianGrouped.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestMedianGrouped.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestMedianGrouped.test_repeated_single_value) ... ok test_single_value (test.test_statistics.TestMedianGrouped.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestMedianGrouped.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestMedianGrouped.test_type_of_data_element) ... ok test_bad_arg_types (test.test_statistics.TestMedianHigh.test_bad_arg_types) ... ok test_empty_data (test.test_statistics.TestMedianHigh.test_empty_data) ... ok test_even_decimals (test.test_statistics.TestMedianHigh.test_even_decimals) ... ok test_even_fractions (test.test_statistics.TestMedianHigh.test_even_fractions) ... ok test_even_ints (test.test_statistics.TestMedianHigh.test_even_ints) ... ok test_no_args (test.test_statistics.TestMedianHigh.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestMedianHigh.test_no_inplace_modifications) ... ok test_odd_decimals (test.test_statistics.TestMedianHigh.test_odd_decimals) ... ok test_odd_fractions (test.test_statistics.TestMedianHigh.test_odd_fractions) ... ok test_odd_ints (test.test_statistics.TestMedianHigh.test_odd_ints) ... ok test_order_doesnt_matter (test.test_statistics.TestMedianHigh.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestMedianHigh.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestMedianHigh.test_repeated_single_value) ... ok test_single_value (test.test_statistics.TestMedianHigh.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestMedianHigh.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestMedianHigh.test_type_of_data_element) ... ok test_types_conserved (test.test_statistics.TestMedianHigh.test_types_conserved) ... ok test_bad_arg_types (test.test_statistics.TestMedianLow.test_bad_arg_types) ... ok test_empty_data (test.test_statistics.TestMedianLow.test_empty_data) ... ok test_even_decimals (test.test_statistics.TestMedianLow.test_even_decimals) ... ok test_even_fractions (test.test_statistics.TestMedianLow.test_even_fractions) ... ok test_even_ints (test.test_statistics.TestMedianLow.test_even_ints) ... ok test_no_args (test.test_statistics.TestMedianLow.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestMedianLow.test_no_inplace_modifications) ... ok test_odd_decimals (test.test_statistics.TestMedianLow.test_odd_decimals) ... ok test_odd_fractions (test.test_statistics.TestMedianLow.test_odd_fractions) ... ok test_odd_ints (test.test_statistics.TestMedianLow.test_odd_ints) ... ok test_order_doesnt_matter (test.test_statistics.TestMedianLow.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestMedianLow.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestMedianLow.test_repeated_single_value) ... ok test_single_value (test.test_statistics.TestMedianLow.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestMedianLow.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestMedianLow.test_type_of_data_element) ... ok test_types_conserved (test.test_statistics.TestMedianLow.test_types_conserved) ... ok test_bad_arg_types (test.test_statistics.TestMode.test_bad_arg_types) ... ok test_bimodal_data (test.test_statistics.TestMode.test_bimodal_data) ... ok test_counter_data (test.test_statistics.TestMode.test_counter_data) ... ok test_discrete_data (test.test_statistics.TestMode.test_discrete_data) ... ok test_empty_data (test.test_statistics.TestMode.test_empty_data) ... ok test_no_args (test.test_statistics.TestMode.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestMode.test_no_inplace_modifications) ... ok test_nominal_data (test.test_statistics.TestMode.test_nominal_data) ... ok test_none_data (test.test_statistics.TestMode.test_none_data) ... ok test_order_doesnt_matter (test.test_statistics.TestMode.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestMode.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestMode.test_repeated_single_value) ... ok test_single_value (test.test_statistics.TestMode.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestMode.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestMode.test_type_of_data_element) ... ok test_types_conserved (test.test_statistics.TestMode.test_types_conserved) ... ok test_unique_data (test.test_statistics.TestMode.test_unique_data) ... ok test_c_functions (test.test_statistics.TestModules.test_c_functions) ... ok test_py_functions (test.test_statistics.TestModules.test_py_functions) ... ok test_basics (test.test_statistics.TestMultiMode.test_basics) ... ok test_alternative_constructor (test.test_statistics.TestNormalDistC.test_alternative_constructor) ... ok test_cdf (test.test_statistics.TestNormalDistC.test_cdf) ... ok test_copy (test.test_statistics.TestNormalDistC.test_copy) ... ok test_equality (test.test_statistics.TestNormalDistC.test_equality) ... ok test_hashability (test.test_statistics.TestNormalDistC.test_hashability) ... ok test_instantiation_and_attributes (test.test_statistics.TestNormalDistC.test_instantiation_and_attributes) ... ok test_inv_cdf (test.test_statistics.TestNormalDistC.test_inv_cdf) ... ok test_overlap (test.test_statistics.TestNormalDistC.test_overlap) ... ok test_pdf (test.test_statistics.TestNormalDistC.test_pdf) ... ok test_pickle (test.test_statistics.TestNormalDistC.test_pickle) ... ok test_properties (test.test_statistics.TestNormalDistC.test_properties) ... ok test_quantiles (test.test_statistics.TestNormalDistC.test_quantiles) ... ok test_repr (test.test_statistics.TestNormalDistC.test_repr) ... ok test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistC.test_same_type_addition_and_subtraction) ... ok test_sample_generation (test.test_statistics.TestNormalDistC.test_sample_generation) ... ok test_slots (test.test_statistics.TestNormalDistC.test_slots) ... ok test_translation_and_scaling (test.test_statistics.TestNormalDistC.test_translation_and_scaling) ... ok test_unary_operations (test.test_statistics.TestNormalDistC.test_unary_operations) ... ok test_zscore (test.test_statistics.TestNormalDistC.test_zscore) ... ok test_alternative_constructor (test.test_statistics.TestNormalDistPython.test_alternative_constructor) ... ok test_cdf (test.test_statistics.TestNormalDistPython.test_cdf) ... ok test_copy (test.test_statistics.TestNormalDistPython.test_copy) ... ok test_equality (test.test_statistics.TestNormalDistPython.test_equality) ... ok test_hashability (test.test_statistics.TestNormalDistPython.test_hashability) ... ok test_instantiation_and_attributes (test.test_statistics.TestNormalDistPython.test_instantiation_and_attributes) ... ok test_inv_cdf (test.test_statistics.TestNormalDistPython.test_inv_cdf) ... ok test_overlap (test.test_statistics.TestNormalDistPython.test_overlap) ... ok test_pdf (test.test_statistics.TestNormalDistPython.test_pdf) ... ok test_pickle (test.test_statistics.TestNormalDistPython.test_pickle) ... ok test_properties (test.test_statistics.TestNormalDistPython.test_properties) ... ok test_quantiles (test.test_statistics.TestNormalDistPython.test_quantiles) ... ok test_repr (test.test_statistics.TestNormalDistPython.test_repr) ... ok test_same_type_addition_and_subtraction (test.test_statistics.TestNormalDistPython.test_same_type_addition_and_subtraction) ... ok test_sample_generation (test.test_statistics.TestNormalDistPython.test_sample_generation) ... ok test_slots (test.test_statistics.TestNormalDistPython.test_slots) ... ok test_translation_and_scaling (test.test_statistics.TestNormalDistPython.test_translation_and_scaling) ... ok test_unary_operations (test.test_statistics.TestNormalDistPython.test_unary_operations) ... ok test_zscore (test.test_statistics.TestNormalDistPython.test_zscore) ... ok test_error_msg_numeric (test.test_statistics.TestNumericTestCase.test_error_msg_numeric) ... ok test_error_msg_sequence (test.test_statistics.TestNumericTestCase.test_error_msg_sequence) ... ok test_numerictestcase_is_testcase (test.test_statistics.TestNumericTestCase.test_numerictestcase_is_testcase) ... ok test_bad_arg_types (test.test_statistics.TestPStdev.test_bad_arg_types) ... ok test_center_not_at_mean (test.test_statistics.TestPStdev.test_center_not_at_mean) ... ok test_compare_to_variance (test.test_statistics.TestPStdev.test_compare_to_variance) ... ok test_domain_error_regression (test.test_statistics.TestPStdev.test_domain_error_regression) ... ok test_empty_data (test.test_statistics.TestPStdev.test_empty_data) ... ok test_iter_list_same (test.test_statistics.TestPStdev.test_iter_list_same) ... ok test_no_args (test.test_statistics.TestPStdev.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestPStdev.test_no_inplace_modifications) ... ok test_order_doesnt_matter (test.test_statistics.TestPStdev.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestPStdev.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestPStdev.test_repeated_single_value) ... ok test_shift_data (test.test_statistics.TestPStdev.test_shift_data) ... ok test_shift_data_exact (test.test_statistics.TestPStdev.test_shift_data_exact) ... ok test_single_value (test.test_statistics.TestPStdev.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestPStdev.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestPStdev.test_type_of_data_element) ... ok test_accuracy_bug_20499 (test.test_statistics.TestPVariance.test_accuracy_bug_20499) ... ok test_bad_arg_types (test.test_statistics.TestPVariance.test_bad_arg_types) ... ok test_decimals (test.test_statistics.TestPVariance.test_decimals) ... ok test_domain_error_regression (test.test_statistics.TestPVariance.test_domain_error_regression) ... ok test_empty_data (test.test_statistics.TestPVariance.test_empty_data) ... ok test_exact_uniform (test.test_statistics.TestPVariance.test_exact_uniform) ... ok test_fractions (test.test_statistics.TestPVariance.test_fractions) ... ok test_ints (test.test_statistics.TestPVariance.test_ints) ... ok test_iter_list_same (test.test_statistics.TestPVariance.test_iter_list_same) ... ok test_no_args (test.test_statistics.TestPVariance.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestPVariance.test_no_inplace_modifications) ... ok test_order_doesnt_matter (test.test_statistics.TestPVariance.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestPVariance.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestPVariance.test_repeated_single_value) ... ok test_shift_data (test.test_statistics.TestPVariance.test_shift_data) ... ok test_shift_data_exact (test.test_statistics.TestPVariance.test_shift_data_exact) ... ok test_single_value (test.test_statistics.TestPVariance.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestPVariance.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestPVariance.test_type_of_data_element) ... ok test_types_conserved (test.test_statistics.TestPVariance.test_types_conserved) ... ok test_equal_inputs (test.test_statistics.TestQuantiles.test_equal_inputs) ... ok test_equal_sized_groups (test.test_statistics.TestQuantiles.test_equal_sized_groups) ... ok test_error_cases (test.test_statistics.TestQuantiles.test_error_cases) ... ok test_specific_cases (test.test_statistics.TestQuantiles.test_specific_cases) ... ok test_specific_cases_inclusive (test.test_statistics.TestQuantiles.test_specific_cases_inclusive) ... ok testZeroes (test.test_statistics.TestSign.testZeroes) ... ok test_decimal_sqrt_of_frac (test.test_statistics.TestSqrtHelpers.test_decimal_sqrt_of_frac) ... ok test_float_sqrt_of_frac (test.test_statistics.TestSqrtHelpers.test_float_sqrt_of_frac) ... ok test_integer_sqrt_of_frac_rto (test.test_statistics.TestSqrtHelpers.test_integer_sqrt_of_frac_rto) ... ok test_bad_arg_types (test.test_statistics.TestStdev.test_bad_arg_types) ... ok test_center_not_at_mean (test.test_statistics.TestStdev.test_center_not_at_mean) ... ok test_compare_to_variance (test.test_statistics.TestStdev.test_compare_to_variance) ... ok test_domain_error_regression (test.test_statistics.TestStdev.test_domain_error_regression) ... ok test_empty_data (test.test_statistics.TestStdev.test_empty_data) ... ok test_iter_list_same (test.test_statistics.TestStdev.test_iter_list_same) ... ok test_no_args (test.test_statistics.TestStdev.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestStdev.test_no_inplace_modifications) ... ok test_order_doesnt_matter (test.test_statistics.TestStdev.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestStdev.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestStdev.test_repeated_single_value) ... ok test_shift_data (test.test_statistics.TestStdev.test_shift_data) ... ok test_shift_data_exact (test.test_statistics.TestStdev.test_shift_data_exact) ... ok test_single_value (test.test_statistics.TestStdev.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestStdev.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestStdev.test_type_of_data_element) ... ok test_bytes_fail (test.test_statistics.TestSum.test_bytes_fail) ... ok test_compare_with_math_fsum (test.test_statistics.TestSum.test_compare_with_math_fsum) ... ok test_decimals (test.test_statistics.TestSum.test_decimals) ... ok test_empty_data (test.test_statistics.TestSum.test_empty_data) ... ok test_floats (test.test_statistics.TestSum.test_floats) ... ok test_fractions (test.test_statistics.TestSum.test_fractions) ... ok test_ints (test.test_statistics.TestSum.test_ints) ... ok test_mixed_sum (test.test_statistics.TestSum.test_mixed_sum) ... ok test_strings_fail (test.test_statistics.TestSum.test_strings_fail) ... ok test_accuracy_bug_20499 (test.test_statistics.TestVariance.test_accuracy_bug_20499) ... ok test_bad_arg_types (test.test_statistics.TestVariance.test_bad_arg_types) ... ok test_center_not_at_mean (test.test_statistics.TestVariance.test_center_not_at_mean) ... ok test_decimals (test.test_statistics.TestVariance.test_decimals) ... ok test_domain_error_regression (test.test_statistics.TestVariance.test_domain_error_regression) ... ok test_empty_data (test.test_statistics.TestVariance.test_empty_data) ... ok test_fractions (test.test_statistics.TestVariance.test_fractions) ... ok test_ints (test.test_statistics.TestVariance.test_ints) ... ok test_iter_list_same (test.test_statistics.TestVariance.test_iter_list_same) ... ok test_no_args (test.test_statistics.TestVariance.test_no_args) ... ok test_no_inplace_modifications (test.test_statistics.TestVariance.test_no_inplace_modifications) ... ok test_order_doesnt_matter (test.test_statistics.TestVariance.test_order_doesnt_matter) ... ok test_range_data (test.test_statistics.TestVariance.test_range_data) ... ok test_repeated_single_value (test.test_statistics.TestVariance.test_repeated_single_value) ... ok test_shift_data (test.test_statistics.TestVariance.test_shift_data) ... ok test_shift_data_exact (test.test_statistics.TestVariance.test_shift_data_exact) ... ok test_single_value (test.test_statistics.TestVariance.test_single_value) ... ok test_type_of_data_collection (test.test_statistics.TestVariance.test_type_of_data_collection) ... ok test_type_of_data_element (test.test_statistics.TestVariance.test_type_of_data_element) ... ok test_types_conserved (test.test_statistics.TestVariance.test_types_conserved) ... ok assertApproxEqual (test.test_statistics.NumericTestCase) Doctest: test.test_statistics.NumericTestCase.assertApproxEqual ... ok _DoNothing (test.test_statistics) Doctest: test.test_statistics._DoNothing ... ok _calc_errors (test.test_statistics) Doctest: test.test_statistics._calc_errors ... ok _nan_equal (test.test_statistics) Doctest: test.test_statistics._nan_equal ... ok approx_equal (test.test_statistics) Doctest: test.test_statistics.approx_equal ... ok ---------------------------------------------------------------------- Ran 369 tests in 3.080s OK 0:17:45 load avg: 0.85 [329/432/1] test_strftime test_strftime (test.test_strftime.StrftimeTest.test_strftime) ... strftime test for Mon Aug 28 16:08:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) Strftime test, platform: linux, Python version: 3.11.5 strftime test for Fri May 6 02:33:20 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri May 06 02:33:20 2022, but got Fri May 6 02:33:20 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 7 01:34:29 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat May 07 01:34:29 2022, but got Sat May 7 01:34:29 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 8 00:35:38 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun May 08 00:35:38 2022, but got Sun May 8 00:35:38 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 8 23:36:47 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun May 08 23:36:47 2022, but got Sun May 8 23:36:47 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 9 22:37:56 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon May 09 22:37:56 2022, but got Mon May 9 22:37:56 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 10 21:39:05 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 11 20:40:14 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 12 19:41:23 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 13 18:42:32 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 14 17:43:41 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 15 16:44:50 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 16 15:45:59 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 17 14:47:08 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 18 13:48:17 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 19 12:49:26 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 20 11:50:35 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 21 10:51:44 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 22 09:52:53 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 23 08:54:02 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 24 07:55:11 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 25 06:56:20 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 26 05:57:29 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 27 04:58:38 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 28 03:59:47 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 29 03:00:56 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 10 00:28:20 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 10 23:29:29 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 11 22:30:38 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 12 21:31:47 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 13 20:32:56 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Aug 14 19:34:05 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 15 18:35:14 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 16 17:36:23 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 17 16:37:32 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 18 15:38:41 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 19 14:39:50 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 20 13:40:59 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Aug 21 12:42:08 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 22 11:43:17 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 23 10:44:26 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 24 09:45:35 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 25 08:46:44 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Aug 26 07:47:53 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Aug 27 06:49:02 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Aug 28 05:50:11 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 29 04:51:20 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 30 03:52:29 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 31 02:53:38 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 1 01:54:47 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Sep 01 01:54:47 2022, but got Thu Sep 1 01:54:47 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 2 00:55:56 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Sep 02 00:55:56 2022, but got Fri Sep 2 00:55:56 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Nov 13 21:23:20 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Nov 14 20:24:29 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Nov 15 19:25:38 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Nov 16 18:26:47 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Nov 17 17:27:56 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Nov 18 16:29:05 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Nov 19 15:30:14 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Nov 20 14:31:23 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Nov 21 13:32:32 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Nov 22 12:33:41 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Nov 23 11:34:50 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Nov 24 10:35:59 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Nov 25 09:37:08 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Nov 26 08:38:17 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Nov 27 07:39:26 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Nov 28 06:40:35 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Nov 29 05:41:44 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Nov 30 04:42:53 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Dec 1 03:44:02 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Dec 01 03:44:02 2022, but got Thu Dec 1 03:44:02 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Dec 2 02:45:11 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Dec 02 02:45:11 2022, but got Fri Dec 2 02:45:11 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Dec 3 01:46:20 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Dec 03 01:46:20 2022, but got Sat Dec 3 01:46:20 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Dec 4 00:47:29 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Dec 04 00:47:29 2022, but got Sun Dec 4 00:47:29 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Dec 4 23:48:38 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Dec 04 23:48:38 2022, but got Sun Dec 4 23:48:38 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Dec 5 22:49:47 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Dec 05 22:49:47 2022, but got Mon Dec 5 22:49:47 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Dec 6 21:50:56 2022 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Dec 06 21:50:56 2022, but got Tue Dec 6 21:50:56 2022 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Feb 17 19:18:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Feb 18 18:19:29 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Feb 19 17:20:38 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Feb 20 16:21:47 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Feb 21 15:22:56 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Feb 22 14:24:05 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Feb 23 13:25:14 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Feb 24 12:26:23 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Feb 25 11:27:32 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Feb 26 10:28:41 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Feb 27 09:29:50 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Feb 28 08:30:59 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 1 07:32:08 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Mar 01 07:32:08 2023, but got Wed Mar 1 07:32:08 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 2 06:33:17 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Mar 02 06:33:17 2023, but got Thu Mar 2 06:33:17 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 3 05:34:26 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Mar 03 05:34:26 2023, but got Fri Mar 3 05:34:26 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Mar 4 04:35:35 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Mar 04 04:35:35 2023, but got Sat Mar 4 04:35:35 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Mar 5 03:36:44 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Mar 05 03:36:44 2023, but got Sun Mar 5 03:36:44 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Mar 6 02:37:53 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Mar 06 02:37:53 2023, but got Mon Mar 6 02:37:53 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Mar 7 01:39:02 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Mar 07 01:39:02 2023, but got Tue Mar 7 01:39:02 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 8 00:40:11 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Mar 08 00:40:11 2023, but got Wed Mar 8 00:40:11 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 8 23:41:20 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Mar 08 23:41:20 2023, but got Wed Mar 8 23:41:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 9 22:42:29 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Mar 09 22:42:29 2023, but got Thu Mar 9 22:42:29 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 10 21:43:38 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Mar 11 20:44:47 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Mar 12 19:45:56 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 24 18:13:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu May 25 17:14:29 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri May 26 16:15:38 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat May 27 15:16:47 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun May 28 14:17:56 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon May 29 13:19:05 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue May 30 12:20:14 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed May 31 11:21:23 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 1 10:22:32 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Jun 01 10:22:32 2023, but got Thu Jun 1 10:22:32 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 2 09:23:41 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jun 02 09:23:41 2023, but got Fri Jun 2 09:23:41 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 3 08:24:50 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Jun 03 08:24:50 2023, but got Sat Jun 3 08:24:50 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 4 07:25:59 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Jun 04 07:25:59 2023, but got Sun Jun 4 07:25:59 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 5 06:27:08 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jun 05 06:27:08 2023, but got Mon Jun 5 06:27:08 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 6 05:28:17 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jun 06 05:28:17 2023, but got Tue Jun 6 05:28:17 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jun 7 04:29:26 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Jun 07 04:29:26 2023, but got Wed Jun 7 04:29:26 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 8 03:30:35 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Jun 08 03:30:35 2023, but got Thu Jun 8 03:30:35 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 9 02:31:44 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Jun 09 02:31:44 2023, but got Fri Jun 9 02:31:44 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 10 01:32:53 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 11 00:34:02 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 11 23:35:11 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 12 22:36:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 13 21:37:29 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jun 14 20:38:38 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 15 19:39:47 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 16 18:40:56 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Aug 28 16:08:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Aug 29 15:09:29 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Aug 30 14:10:38 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Aug 31 13:11:47 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 1 12:12:56 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Sep 01 12:12:56 2023, but got Fri Sep 1 12:12:56 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 2 11:14:05 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Sep 02 11:14:05 2023, but got Sat Sep 2 11:14:05 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 3 10:15:14 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Sep 03 10:15:14 2023, but got Sun Sep 3 10:15:14 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 4 09:16:23 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Sep 04 09:16:23 2023, but got Mon Sep 4 09:16:23 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 5 08:17:32 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Sep 05 08:17:32 2023, but got Tue Sep 5 08:17:32 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 6 07:18:41 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Sep 06 07:18:41 2023, but got Wed Sep 6 07:18:41 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 7 06:19:50 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Sep 07 06:19:50 2023, but got Thu Sep 7 06:19:50 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 8 05:20:59 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Sep 08 05:20:59 2023, but got Fri Sep 8 05:20:59 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 9 04:22:08 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Sep 09 04:22:08 2023, but got Sat Sep 9 04:22:08 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 10 03:23:17 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 11 02:24:26 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 12 01:25:35 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 13 00:26:44 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 13 23:27:53 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 14 22:29:02 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 15 21:30:11 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 16 20:31:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 17 19:32:29 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 18 18:33:38 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 19 17:34:47 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 20 16:35:56 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Dec 2 13:03:20 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Dec 02 13:03:20 2023, but got Sat Dec 2 13:03:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Dec 3 12:04:29 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Dec 03 12:04:29 2023, but got Sun Dec 3 12:04:29 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Dec 4 11:05:38 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Dec 04 11:05:38 2023, but got Mon Dec 4 11:05:38 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Dec 5 10:06:47 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Dec 05 10:06:47 2023, but got Tue Dec 5 10:06:47 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Dec 6 09:07:56 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Dec 06 09:07:56 2023, but got Wed Dec 6 09:07:56 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Dec 7 08:09:05 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Dec 07 08:09:05 2023, but got Thu Dec 7 08:09:05 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Dec 8 07:10:14 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Dec 08 07:10:14 2023, but got Fri Dec 8 07:10:14 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Dec 9 06:11:23 2023 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Dec 09 06:11:23 2023, but got Sat Dec 9 06:11:23 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Dec 10 05:12:32 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Dec 11 04:13:41 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Dec 12 03:14:50 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Dec 13 02:15:59 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Dec 14 01:17:08 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Dec 15 00:18:17 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Dec 15 23:19:26 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Dec 16 22:20:35 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Dec 17 21:21:44 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Dec 18 20:22:53 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Dec 19 19:24:02 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Dec 20 18:25:11 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Dec 21 17:26:20 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Dec 22 16:27:29 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Dec 23 15:28:38 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Dec 24 14:29:47 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Dec 25 13:30:56 2023 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 7 10:58:20 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Mar 07 10:58:20 2024, but got Thu Mar 7 10:58:20 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 8 09:59:29 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Mar 08 09:59:29 2024, but got Fri Mar 8 09:59:29 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Mar 9 09:00:38 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Mar 09 09:00:38 2024, but got Sat Mar 9 09:00:38 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Mar 10 08:01:47 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Mar 11 07:02:56 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Mar 12 06:04:05 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 13 05:05:14 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 14 04:06:23 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 15 03:07:32 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Mar 16 02:08:41 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Mar 17 01:09:50 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Mar 18 00:10:59 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Mar 18 23:12:08 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Mar 19 22:13:17 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 20 21:14:26 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 21 20:15:35 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 22 19:16:44 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Mar 23 18:17:53 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Mar 24 17:19:02 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Mar 25 16:20:11 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Mar 26 15:21:20 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Mar 27 14:22:29 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Mar 28 13:23:38 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Mar 29 12:24:47 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Mar 30 11:25:56 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 11 09:53:20 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jun 12 08:54:29 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 13 07:55:38 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 14 06:56:47 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 15 05:57:56 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 16 04:59:05 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 17 04:00:14 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 18 03:01:23 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jun 19 02:02:32 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 20 01:03:41 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 21 00:04:50 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 21 23:05:59 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 22 22:07:08 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 23 21:08:17 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jun 24 20:09:26 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jun 25 19:10:35 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jun 26 18:11:44 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jun 27 17:12:53 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Jun 28 16:14:02 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Jun 29 15:15:11 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Jun 30 14:16:20 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Jul 1 13:17:29 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Jul 01 13:17:29 2024, but got Mon Jul 1 13:17:29 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Jul 2 12:18:38 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Jul 02 12:18:38 2024, but got Tue Jul 2 12:18:38 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Jul 3 11:19:47 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Jul 03 11:19:47 2024, but got Wed Jul 3 11:19:47 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Jul 4 10:20:56 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Jul 04 10:20:56 2024, but got Thu Jul 4 10:20:56 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 15 07:48:20 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 16 06:49:29 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 17 05:50:38 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 18 04:51:47 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 19 03:52:56 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 20 02:54:05 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 21 01:55:14 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 22 00:56:23 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 22 23:57:32 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 23 22:58:41 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Sep 24 21:59:50 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Sep 25 21:00:59 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Sep 26 20:02:08 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Sep 27 19:03:17 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Sep 28 18:04:26 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Sep 29 17:05:35 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Sep 30 16:06:44 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Oct 1 15:07:53 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Oct 01 15:07:53 2024, but got Tue Oct 1 15:07:53 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Wed Oct 2 14:09:02 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Wed Oct 02 14:09:02 2024, but got Wed Oct 2 14:09:02 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Thu Oct 3 13:10:11 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Thu Oct 03 13:10:11 2024, but got Thu Oct 3 13:10:11 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Fri Oct 4 12:11:20 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Fri Oct 04 12:11:20 2024, but got Fri Oct 4 12:11:20 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sat Oct 5 11:12:29 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sat Oct 05 11:12:29 2024, but got Sat Oct 5 11:12:29 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Sun Oct 6 10:13:38 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Sun Oct 06 10:13:38 2024, but got Sun Oct 6 10:13:38 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Mon Oct 7 09:14:47 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Mon Oct 07 09:14:47 2024, but got Mon Oct 7 09:14:47 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) strftime test for Tue Oct 8 08:15:56 2024 Conflict for nonstandard '%c' format (near-asctime() format): Expected Tue Oct 08 08:15:56 2024, but got Tue Oct 8 08:15:56 2024 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) Supports nonstandard '%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) Supports nonstandard '%3y' format (year without century rendered using fieldwidth) ok test_y_1900 (test.test_strftime.Y1900Tests.test_y_1900) ... ok test_y_after_1900 (test.test_strftime.Y1900Tests.test_y_after_1900) ... ok test_y_before_1900 (test.test_strftime.Y1900Tests.test_y_before_1900) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.084s OK 0:17:46 load avg: 0.85 [330/432/1] test_string test_attrs (test.test_string.ModuleTest.test_attrs) ... ok test_auto_numbering (test.test_string.ModuleTest.test_auto_numbering) ... ok test_basic_formatter (test.test_string.ModuleTest.test_basic_formatter) ... ok test_capwords (test.test_string.ModuleTest.test_capwords) ... ok test_check_unused_args (test.test_string.ModuleTest.test_check_unused_args) ... ok test_conversion_specifiers (test.test_string.ModuleTest.test_conversion_specifiers) ... ok test_format_keyword_arguments (test.test_string.ModuleTest.test_format_keyword_arguments) ... ok test_index_lookup (test.test_string.ModuleTest.test_index_lookup) ... ok test_name_lookup (test.test_string.ModuleTest.test_name_lookup) ... ok test_override_convert_field (test.test_string.ModuleTest.test_override_convert_field) ... ok test_override_format_field (test.test_string.ModuleTest.test_override_format_field) ... ok test_override_get_value (test.test_string.ModuleTest.test_override_get_value) ... ok test_override_parse (test.test_string.ModuleTest.test_override_parse) ... ok test_vformat_recursion_limit (test.test_string.ModuleTest.test_vformat_recursion_limit) ... ok test_SafeTemplate (test.test_string.TestTemplate.test_SafeTemplate) ... ok test_braced_override (test.test_string.TestTemplate.test_braced_override) ... ok test_braced_override_safe (test.test_string.TestTemplate.test_braced_override_safe) ... ok test_delimiter_override (test.test_string.TestTemplate.test_delimiter_override) ... ok test_escapes (test.test_string.TestTemplate.test_escapes) ... ok test_flags_override (test.test_string.TestTemplate.test_flags_override) ... ok test_get_identifiers (test.test_string.TestTemplate.test_get_identifiers) ... ok test_idpattern_override (test.test_string.TestTemplate.test_idpattern_override) ... ok test_idpattern_override_inside_outside (test.test_string.TestTemplate.test_idpattern_override_inside_outside) ... ok test_idpattern_override_inside_outside_invalid_unbraced (test.test_string.TestTemplate.test_idpattern_override_inside_outside_invalid_unbraced) ... ok test_invalid_placeholders (test.test_string.TestTemplate.test_invalid_placeholders) ... ok test_invalid_with_no_lines (test.test_string.TestTemplate.test_invalid_with_no_lines) ... ok test_is_valid (test.test_string.TestTemplate.test_is_valid) ... ok test_keyword_arguments (test.test_string.TestTemplate.test_keyword_arguments) ... ok test_keyword_arguments_safe (test.test_string.TestTemplate.test_keyword_arguments_safe) ... ok test_pattern_override (test.test_string.TestTemplate.test_pattern_override) ... ok test_percents (test.test_string.TestTemplate.test_percents) ... ok test_regular_templates (test.test_string.TestTemplate.test_regular_templates) ... ok test_regular_templates_with_braces (test.test_string.TestTemplate.test_regular_templates_with_braces) ... ok test_regular_templates_with_non_letters (test.test_string.TestTemplate.test_regular_templates_with_non_letters) ... ok test_regular_templates_with_upper_case (test.test_string.TestTemplate.test_regular_templates_with_upper_case) ... ok test_stringification (test.test_string.TestTemplate.test_stringification) ... ok test_tupleargs (test.test_string.TestTemplate.test_tupleargs) ... ok test_unicode_values (test.test_string.TestTemplate.test_unicode_values) ... ok ---------------------------------------------------------------------- Ran 38 tests in 0.005s OK 0:17:47 load avg: 0.95 [331/432/1] test_string_literals test_eval_bytes_incomplete (test.test_string_literals.TestLiterals.test_eval_bytes_incomplete) ... ok test_eval_bytes_invalid_escape (test.test_string_literals.TestLiterals.test_eval_bytes_invalid_escape) ... ok test_eval_bytes_invalid_octal_escape (test.test_string_literals.TestLiterals.test_eval_bytes_invalid_octal_escape) ... ok test_eval_bytes_normal (test.test_string_literals.TestLiterals.test_eval_bytes_normal) ... ok test_eval_bytes_raw (test.test_string_literals.TestLiterals.test_eval_bytes_raw) ... ok test_eval_str_incomplete (test.test_string_literals.TestLiterals.test_eval_str_incomplete) ... ok test_eval_str_invalid_escape (test.test_string_literals.TestLiterals.test_eval_str_invalid_escape) ... ok test_eval_str_invalid_octal_escape (test.test_string_literals.TestLiterals.test_eval_str_invalid_octal_escape) ... ok test_eval_str_normal (test.test_string_literals.TestLiterals.test_eval_str_normal) ... ok test_eval_str_raw (test.test_string_literals.TestLiterals.test_eval_str_raw) ... ok test_eval_str_u (test.test_string_literals.TestLiterals.test_eval_str_u) ... ok test_file_iso_8859_1 (test.test_string_literals.TestLiterals.test_file_iso_8859_1) ... ok test_file_latin9 (test.test_string_literals.TestLiterals.test_file_latin9) ... ok test_file_latin_1 (test.test_string_literals.TestLiterals.test_file_latin_1) ... ok test_file_utf8 (test.test_string_literals.TestLiterals.test_file_utf8) ... ok test_file_utf_8 (test.test_string_literals.TestLiterals.test_file_utf_8) ... ok test_file_utf_8_error (test.test_string_literals.TestLiterals.test_file_utf_8_error) ... ok test_template (test.test_string_literals.TestLiterals.test_template) ... ok test_uppercase_prefixes (test.test_string_literals.TestLiterals.test_uppercase_prefixes) ... ok ---------------------------------------------------------------------- Ran 19 tests in 0.630s OK 0:17:48 load avg: 0.95 [332/432/1] test_stringprep test (test.test_stringprep.StringprepTests.test) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.000s OK 0:17:49 load avg: 0.95 [333/432/1] test_strptime test_TimeRE_recreation_locale (test.test_strptime.CacheTests.test_TimeRE_recreation_locale) ... ok test_TimeRE_recreation_timezone (test.test_strptime.CacheTests.test_TimeRE_recreation_timezone) ... ok test_new_localetime (test.test_strptime.CacheTests.test_new_localetime) ... ok test_regex_cleanup (test.test_strptime.CacheTests.test_regex_cleanup) ... ok test_time_re_recreation (test.test_strptime.CacheTests.test_time_re_recreation) ... ok test_day_of_week_calculation (test.test_strptime.CalculationTests.test_day_of_week_calculation) ... ok test_gregorian_calculation (test.test_strptime.CalculationTests.test_gregorian_calculation) ... ok test_julian_calculation (test.test_strptime.CalculationTests.test_julian_calculation) ... ok test_week_0 (test.test_strptime.CalculationTests.test_week_0) ... ok test_week_of_year_and_day_of_week_calculation (test.test_strptime.CalculationTests.test_week_of_year_and_day_of_week_calculation) ... ok test_all_julian_days (test.test_strptime.JulianTests.test_all_julian_days) ... ok test_am_pm (test.test_strptime.LocaleTime_Tests.test_am_pm) ... ok test_date_time (test.test_strptime.LocaleTime_Tests.test_date_time) ... ok test_lang (test.test_strptime.LocaleTime_Tests.test_lang) ... ok test_month (test.test_strptime.LocaleTime_Tests.test_month) ... ok test_timezone (test.test_strptime.LocaleTime_Tests.test_timezone) ... ok test_weekday (test.test_strptime.LocaleTime_Tests.test_weekday) ... ok test_twelve_noon_midnight (test.test_strptime.Strptime12AMPMTests.test_twelve_noon_midnight) ... ok test_ValueError (test.test_strptime.StrptimeTests.test_ValueError) ... ok test_bad_offset (test.test_strptime.StrptimeTests.test_bad_offset) ... ok test_bad_timezone (test.test_strptime.StrptimeTests.test_bad_timezone) ... ok test_caseinsensitive (test.test_strptime.StrptimeTests.test_caseinsensitive) ... ok test_date (test.test_strptime.StrptimeTests.test_date) ... ok test_date_time (test.test_strptime.StrptimeTests.test_date_time) ... ok test_day (test.test_strptime.StrptimeTests.test_day) ... ok test_defaults (test.test_strptime.StrptimeTests.test_defaults) ... ok test_escaping (test.test_strptime.StrptimeTests.test_escaping) ... ok test_feb29_on_leap_year_without_year (test.test_strptime.StrptimeTests.test_feb29_on_leap_year_without_year) ... ok test_fraction (test.test_strptime.StrptimeTests.test_fraction) ... ok test_hour (test.test_strptime.StrptimeTests.test_hour) ... ok test_julian (test.test_strptime.StrptimeTests.test_julian) ... ok test_mar1_comes_after_feb29_even_when_omitting_the_year (test.test_strptime.StrptimeTests.test_mar1_comes_after_feb29_even_when_omitting_the_year) ... ok test_minute (test.test_strptime.StrptimeTests.test_minute) ... ok test_month (test.test_strptime.StrptimeTests.test_month) ... ok test_offset (test.test_strptime.StrptimeTests.test_offset) ... ok test_percent (test.test_strptime.StrptimeTests.test_percent) ... ok test_second (test.test_strptime.StrptimeTests.test_second) ... ok test_strptime_exception_context (test.test_strptime.StrptimeTests.test_strptime_exception_context) ... ok test_time (test.test_strptime.StrptimeTests.test_time) ... ok test_timezone (test.test_strptime.StrptimeTests.test_timezone) ... ok test_unconverteddata (test.test_strptime.StrptimeTests.test_unconverteddata) ... ok test_weekday (test.test_strptime.StrptimeTests.test_weekday) ... ok test_year (test.test_strptime.StrptimeTests.test_year) ... ok test_blankpattern (test.test_strptime.TimeRETests.test_blankpattern) ... ok test_compile (test.test_strptime.TimeRETests.test_compile) ... ok test_locale_data_w_regex_metacharacters (test.test_strptime.TimeRETests.test_locale_data_w_regex_metacharacters) ... ok test_matching_with_escapes (test.test_strptime.TimeRETests.test_matching_with_escapes) ... ok test_pattern (test.test_strptime.TimeRETests.test_pattern) ... ok test_pattern_escaping (test.test_strptime.TimeRETests.test_pattern_escaping) ... ok test_whitespace_substitution (test.test_strptime.TimeRETests.test_whitespace_substitution) ... ok test_basic (test.test_strptime.getlang_Tests.test_basic) ... ok ---------------------------------------------------------------------- Ran 51 tests in 0.025s OK 0:17:50 load avg: 0.95 [334/432/1] test_strtod test_bigcomp (test.test_strtod.StrtodTests.test_bigcomp) ... ok test_boundaries (test.test_strtod.StrtodTests.test_boundaries) ... ok test_halfway_cases (test.test_strtod.StrtodTests.test_halfway_cases) ... ok test_large_exponents (test.test_strtod.StrtodTests.test_large_exponents) ... ok test_oversized_digit_strings (test.test_strtod.StrtodTests.test_oversized_digit_strings) ... skipped 'not enough memory: 6.0G minimum needed' test_parsing (test.test_strtod.StrtodTests.test_parsing) ... ok test_particular (test.test_strtod.StrtodTests.test_particular) ... ok test_short_halfway_cases (test.test_strtod.StrtodTests.test_short_halfway_cases) ... ok test_underflow_boundary (test.test_strtod.StrtodTests.test_underflow_boundary) ... ok ---------------------------------------------------------------------- Ran 9 tests in 0.216s OK (skipped=1) 0:17:51 load avg: 0.95 [335/432/1] test_struct test_1530559 (test.test_struct.StructTest.test_1530559) ... ok test_705836 (test.test_struct.StructTest.test_705836) ... ok test_Struct_reinitialization (test.test_struct.StructTest.test_Struct_reinitialization) ... ok test__sizeof__ (test.test_struct.StructTest.test__sizeof__) ... ok test__struct_reference_cycle_cleaned_up (test.test_struct.StructTest.test__struct_reference_cycle_cleaned_up) ... ok test__struct_types_immutable (test.test_struct.StructTest.test__struct_types_immutable) ... ok test_bool (test.test_struct.StructTest.test_bool) ... ok test_boundary_error_message (test.test_struct.StructTest.test_boundary_error_message) ... ok test_boundary_error_message_with_large_offset (test.test_struct.StructTest.test_boundary_error_message_with_large_offset) ... ok test_boundary_error_message_with_negative_offset (test.test_struct.StructTest.test_boundary_error_message_with_negative_offset) ... ok test_calcsize (test.test_struct.StructTest.test_calcsize) ... ok test_consistence (test.test_struct.StructTest.test_consistence) ... ok test_count_overflow (test.test_struct.StructTest.test_count_overflow) ... ok test_format_attr (test.test_struct.StructTest.test_format_attr) ... ok test_integers (test.test_struct.StructTest.test_integers) ... ok test_isbigendian (test.test_struct.StructTest.test_isbigendian) ... ok test_issue29802 (test.test_struct.StructTest.test_issue29802) ... ok test_issue35714 (test.test_struct.StructTest.test_issue35714) ... ok test_issue45034_signed (test.test_struct.StructTest.test_issue45034_signed) ... ok test_issue45034_unsigned (test.test_struct.StructTest.test_issue45034_unsigned) ... ok test_nN_code (test.test_struct.StructTest.test_nN_code) ... ok test_new_features (test.test_struct.StructTest.test_new_features) ... ok test_p_code (test.test_struct.StructTest.test_p_code) ... ok test_pack_into (test.test_struct.StructTest.test_pack_into) ... ok test_pack_into_fn (test.test_struct.StructTest.test_pack_into_fn) ... ok test_struct_cleans_up_at_runtime_shutdown (test.test_struct.StructTest.test_struct_cleans_up_at_runtime_shutdown) ... ok test_trailing_counter (test.test_struct.StructTest.test_trailing_counter) ... ok test_transitiveness (test.test_struct.StructTest.test_transitiveness) ... ok test_unpack_from (test.test_struct.StructTest.test_unpack_from) ... ok test_unpack_with_buffer (test.test_struct.StructTest.test_unpack_with_buffer) ... ok test_arbitrary_buffer (test.test_struct.UnpackIteratorTest.test_arbitrary_buffer) ... ok test_construct (test.test_struct.UnpackIteratorTest.test_construct) ... ok test_half_float (test.test_struct.UnpackIteratorTest.test_half_float) ... ok test_iterate (test.test_struct.UnpackIteratorTest.test_iterate) ... ok test_length_hint (test.test_struct.UnpackIteratorTest.test_length_hint) ... ok test_module_func (test.test_struct.UnpackIteratorTest.test_module_func) ... ok test_uninstantiable (test.test_struct.UnpackIteratorTest.test_uninstantiable) ... ok ---------------------------------------------------------------------- Ran 37 tests in 0.205s OK 0:17:52 load avg: 0.95 [336/432/1] test_structseq test_cmp (test.test_structseq.StructSeqTest.test_cmp) ... ok test_concat (test.test_structseq.StructSeqTest.test_concat) ... ok test_constructor (test.test_structseq.StructSeqTest.test_constructor) ... ok test_contains (test.test_structseq.StructSeqTest.test_contains) ... ok test_eviltuple (test.test_structseq.StructSeqTest.test_eviltuple) ... ok test_extended_getslice (test.test_structseq.StructSeqTest.test_extended_getslice) ... ok test_fields (test.test_structseq.StructSeqTest.test_fields) ... ok test_hash (test.test_structseq.StructSeqTest.test_hash) ... ok test_match_args (test.test_structseq.StructSeqTest.test_match_args) ... ok test_match_args_with_unnamed_fields (test.test_structseq.StructSeqTest.test_match_args_with_unnamed_fields) ... ok test_reduce (test.test_structseq.StructSeqTest.test_reduce) ... ok test_repeat (test.test_structseq.StructSeqTest.test_repeat) ... ok test_repr (test.test_structseq.StructSeqTest.test_repr) ... ok test_tuple (test.test_structseq.StructSeqTest.test_tuple) ... ok ---------------------------------------------------------------------- Ran 14 tests in 0.002s OK 0:17:53 load avg: 0.95 [337/432/1] test_subclassinit test_errors (test.test_subclassinit.Test.test_errors) ... ok test_errors_changed_pep487 (test.test_subclassinit.Test.test_errors_changed_pep487) ... ok test_init_subclass (test.test_subclassinit.Test.test_init_subclass) ... ok test_init_subclass_diamond (test.test_subclassinit.Test.test_init_subclass_diamond) ... ok test_init_subclass_dict (test.test_subclassinit.Test.test_init_subclass_dict) ... ok test_init_subclass_error (test.test_subclassinit.Test.test_init_subclass_error) ... ok test_init_subclass_kwargs (test.test_subclassinit.Test.test_init_subclass_kwargs) ... ok test_init_subclass_skipped (test.test_subclassinit.Test.test_init_subclass_skipped) ... ok test_init_subclass_wrong (test.test_subclassinit.Test.test_init_subclass_wrong) ... ok test_set_name (test.test_subclassinit.Test.test_set_name) ... ok test_set_name_error (test.test_subclassinit.Test.test_set_name_error) ... ok test_set_name_init_subclass (test.test_subclassinit.Test.test_set_name_init_subclass) ... ok test_set_name_lookup (test.test_subclassinit.Test.test_set_name_lookup) ... ok test_set_name_metaclass (test.test_subclassinit.Test.test_set_name_metaclass) ... ok test_set_name_modifying_dict (test.test_subclassinit.Test.test_set_name_modifying_dict) ... ok test_set_name_wrong (test.test_subclassinit.Test.test_set_name_wrong) ... ok test_type (test.test_subclassinit.Test.test_type) ... ok ---------------------------------------------------------------------- Ran 17 tests in 0.001s OK 0:17:53 load avg: 0.95 [338/432/1] test_subprocess test_noshell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_sequence_with_spaces) ... skipped 'Windows-specific tests' test_noshell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_noshell_string_with_spaces) ... skipped 'Windows-specific tests' test_shell_sequence_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_sequence_with_spaces) ... skipped 'Windows-specific tests' test_shell_string_with_spaces (test.test_subprocess.CommandsWithSpaces.test_shell_string_with_spaces) ... skipped 'Windows-specific tests' test_broken_pipe_cleanup (test.test_subprocess.ContextManagerTests.test_broken_pipe_cleanup) Broken pipe error should not prevent wait() (Issue 21619) ... ok test_communicate_stdin (test.test_subprocess.ContextManagerTests.test_communicate_stdin) ... ok test_invalid_args (test.test_subprocess.ContextManagerTests.test_invalid_args) ... ok test_pipe (test.test_subprocess.ContextManagerTests.test_pipe) ... ok test_returncode (test.test_subprocess.ContextManagerTests.test_returncode) ... ok test__all__ (test.test_subprocess.MiscTests.test__all__) Ensure that __all__ is populated properly. ... ok test_call_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_call_keyboardinterrupt_no_kill) ... ok test_context_manager_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_context_manager_keyboardinterrupt_no_kill) ... ok test_getoutput (test.test_subprocess.MiscTests.test_getoutput) ... ok test_run_keyboardinterrupt_no_kill (test.test_subprocess.MiscTests.test_run_keyboardinterrupt_no_kill) ... ok test_CalledProcessError_str_non_zero (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_non_zero) ... ok test_CalledProcessError_str_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_signal) ... ok test_CalledProcessError_str_unknown_signal (test.test_subprocess.POSIXProcessTestCase.test_CalledProcessError_str_unknown_signal) ... ok test_args_string (test.test_subprocess.POSIXProcessTestCase.test_args_string) ... ok test_bytes_program (test.test_subprocess.POSIXProcessTestCase.test_bytes_program) ... ok test_call_string (test.test_subprocess.POSIXProcessTestCase.test_call_string) ... ok test_close_fd_0 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_0) ... ok test_close_fd_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_1) ... ok test_close_fd_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fd_2) ... ok test_close_fds (test.test_subprocess.POSIXProcessTestCase.test_close_fds) ... ok test_close_fds_0_1 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1) ... ok test_close_fds_0_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_1_2) ... ok test_close_fds_0_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_0_2) ... ok test_close_fds_1_2 (test.test_subprocess.POSIXProcessTestCase.test_close_fds_1_2) ... ok test_close_fds_after_preexec (test.test_subprocess.POSIXProcessTestCase.test_close_fds_after_preexec) ... ok test_close_fds_when_max_fd_is_lowered (test.test_subprocess.POSIXProcessTestCase.test_close_fds_when_max_fd_is_lowered) Confirm that issue21618 is fixed (may fail under valgrind). ... ok test_communicate_BrokenPipeError_stdin_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close) ... ok test_communicate_BrokenPipeError_stdin_close_with_timeout (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_close_with_timeout) ... ok test_communicate_BrokenPipeError_stdin_flush (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_flush) ... ok test_communicate_BrokenPipeError_stdin_write (test.test_subprocess.POSIXProcessTestCase.test_communicate_BrokenPipeError_stdin_write) ... ok test_communicate_repeated_call_after_stdout_close (test.test_subprocess.POSIXProcessTestCase.test_communicate_repeated_call_after_stdout_close) ... ok test_exception_bad_args_0 (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_args_0) Test error in the child raised in the parent for a bad args[0]. ... ok test_exception_bad_executable (test.test_subprocess.POSIXProcessTestCase.test_exception_bad_executable) Test error in the child raised in the parent for a bad executable. ... ok test_exception_cwd (test.test_subprocess.POSIXProcessTestCase.test_exception_cwd) Test error in the child raised in the parent for a bad cwd. ... ok test_exception_errpipe_bad_data (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_bad_data) Test error passing done through errpipe_write where its not ... ok test_exception_errpipe_normal (test.test_subprocess.POSIXProcessTestCase.test_exception_errpipe_normal) Test error passing done through errpipe_write in the good case ... ok test_extra_groups (test.test_subprocess.POSIXProcessTestCase.test_extra_groups) ... ok test_extra_groups_error (test.test_subprocess.POSIXProcessTestCase.test_extra_groups_error) ... skipped 'setgroups() available on platform' test_fork_exec (test.test_subprocess.POSIXProcessTestCase.test_fork_exec) ... ok test_fork_exec_sorted_fd_sanity_check (test.test_subprocess.POSIXProcessTestCase.test_fork_exec_sorted_fd_sanity_check) ... ok test_group (test.test_subprocess.POSIXProcessTestCase.test_group) ... ok test_group_error (test.test_subprocess.POSIXProcessTestCase.test_group_error) ... skipped 'setregid() available on platform' test_invalid_args (test.test_subprocess.POSIXProcessTestCase.test_invalid_args) ... ok test_kill (test.test_subprocess.POSIXProcessTestCase.test_kill) ... ok test_kill_dead (test.test_subprocess.POSIXProcessTestCase.test_kill_dead) ... ok test_leak_fast_process_del_killed (test.test_subprocess.POSIXProcessTestCase.test_leak_fast_process_del_killed) ... ok test_pass_fds (test.test_subprocess.POSIXProcessTestCase.test_pass_fds) ... ok test_pass_fds_inheritable (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_inheritable) ... ok test_pass_fds_redirected (test.test_subprocess.POSIXProcessTestCase.test_pass_fds_redirected) Regression test for https://bugs.python.org/issue32270. ... ok test_pipe_cloexec (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec) ... ok test_pipe_cloexec_real_tools (test.test_subprocess.POSIXProcessTestCase.test_pipe_cloexec_real_tools) ... ok test_preexec (test.test_subprocess.POSIXProcessTestCase.test_preexec) ... ok test_preexec_errpipe_does_not_double_close_pipes (test.test_subprocess.POSIXProcessTestCase.test_preexec_errpipe_does_not_double_close_pipes) Issue16140: Don't double close pipes on preexec error. ... ok test_preexec_exception (test.test_subprocess.POSIXProcessTestCase.test_preexec_exception) ... ok test_preexec_fork_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_fork_failure) ... ok test_preexec_gc_module_failure (test.test_subprocess.POSIXProcessTestCase.test_preexec_gc_module_failure) ... ok test_process_group_0 (test.test_subprocess.POSIXProcessTestCase.test_process_group_0) ... ok test_remapping_std_fds (test.test_subprocess.POSIXProcessTestCase.test_remapping_std_fds) ... ok test_restore_signals (test.test_subprocess.POSIXProcessTestCase.test_restore_signals) ... ok test_run_abort (test.test_subprocess.POSIXProcessTestCase.test_run_abort) ... ok test_select_unbuffered (test.test_subprocess.POSIXProcessTestCase.test_select_unbuffered) ... ok test_send_signal (test.test_subprocess.POSIXProcessTestCase.test_send_signal) ... ok test_send_signal_dead (test.test_subprocess.POSIXProcessTestCase.test_send_signal_dead) ... ok test_send_signal_race (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race) ... ok test_send_signal_race2 (test.test_subprocess.POSIXProcessTestCase.test_send_signal_race2) ... ok test_shell_sequence (test.test_subprocess.POSIXProcessTestCase.test_shell_sequence) ... ok test_shell_string (test.test_subprocess.POSIXProcessTestCase.test_shell_string) ... ok test_small_errpipe_write_fd (test.test_subprocess.POSIXProcessTestCase.test_small_errpipe_write_fd) Issue #15798: Popen should work when stdio fds are available. ... ok test_specific_shell (test.test_subprocess.POSIXProcessTestCase.test_specific_shell) ... ok test_start_new_session (test.test_subprocess.POSIXProcessTestCase.test_start_new_session) ... ok test_stderr_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stderr_stdin_are_single_inout_fd) ... ok test_stdout_stderr_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stderr_are_single_inout_fd) ... ok test_stdout_stdin_are_single_inout_fd (test.test_subprocess.POSIXProcessTestCase.test_stdout_stdin_are_single_inout_fd) ... ok test_stopped (test.test_subprocess.POSIXProcessTestCase.test_stopped) Test wait() behavior when waitpid returns WIFSTOPPED; issue29335. ... ok test_surrogates_error_message (test.test_subprocess.POSIXProcessTestCase.test_surrogates_error_message) ... ok test_swap_fds (test.test_subprocess.POSIXProcessTestCase.test_swap_fds) ... ok test_swap_std_fds_with_one_closed (test.test_subprocess.POSIXProcessTestCase.test_swap_std_fds_with_one_closed) ... ok test_terminate (test.test_subprocess.POSIXProcessTestCase.test_terminate) ... ok test_terminate_dead (test.test_subprocess.POSIXProcessTestCase.test_terminate_dead) ... ok test_umask (test.test_subprocess.POSIXProcessTestCase.test_umask) ... ok test_undecodable_env (test.test_subprocess.POSIXProcessTestCase.test_undecodable_env) ... ok test_user (test.test_subprocess.POSIXProcessTestCase.test_user) ... ok test_user_error (test.test_subprocess.POSIXProcessTestCase.test_user_error) ... skipped 'setreuid() available on platform' test_wait_when_sigchild_ignored (test.test_subprocess.POSIXProcessTestCase.test_wait_when_sigchild_ignored) ... ok test_zombie_fast_process_del (test.test_subprocess.POSIXProcessTestCase.test_zombie_fast_process_del) ... ok test__use_vfork (test.test_subprocess.ProcessTestCase.test__use_vfork) ... ok test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_binary_mode) ... ok test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCase.test_bufsize_equal_one_text_mode) ... ok test_bufsize_is_none (test.test_subprocess.ProcessTestCase.test_bufsize_is_none) ... ok test_bytes_executable (test.test_subprocess.ProcessTestCase.test_bytes_executable) ... ok test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_bytes_executable_replaces_shell) ... ok test_call_kwargs (test.test_subprocess.ProcessTestCase.test_call_kwargs) ... ok test_call_seq (test.test_subprocess.ProcessTestCase.test_call_seq) ... ok test_call_timeout (test.test_subprocess.ProcessTestCase.test_call_timeout) ... ok test_check_call_nonzero (test.test_subprocess.ProcessTestCase.test_check_call_nonzero) ... ok test_check_call_zero (test.test_subprocess.ProcessTestCase.test_check_call_zero) ... ok test_check_output (test.test_subprocess.ProcessTestCase.test_check_output) ... ok test_check_output_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_input_arg) ... ok test_check_output_input_none (test.test_subprocess.ProcessTestCase.test_check_output_input_none) input=None has a legacy meaning of input='' on check_output. ... ok test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCase.test_check_output_input_none_encoding_errors) ... ok test_check_output_input_none_text (test.test_subprocess.ProcessTestCase.test_check_output_input_none_text) ... ok test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCase.test_check_output_input_none_universal_newlines) ... ok test_check_output_nonzero (test.test_subprocess.ProcessTestCase.test_check_output_nonzero) ... ok test_check_output_stderr (test.test_subprocess.ProcessTestCase.test_check_output_stderr) ... ok test_check_output_stdin_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_arg) ... ok test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdin_with_input_arg) ... ok test_check_output_stdout_arg (test.test_subprocess.ProcessTestCase.test_check_output_stdout_arg) ... ok test_check_output_timeout (test.test_subprocess.ProcessTestCase.test_check_output_timeout) ... ok test_class_getitems (test.test_subprocess.ProcessTestCase.test_class_getitems) ... ok test_communicate (test.test_subprocess.ProcessTestCase.test_communicate) ... ok test_communicate_eintr (test.test_subprocess.ProcessTestCase.test_communicate_eintr) ... ok test_communicate_epipe (test.test_subprocess.ProcessTestCase.test_communicate_epipe) ... ok test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCase.test_communicate_epipe_only_stdin) ... ok test_communicate_errors (test.test_subprocess.ProcessTestCase.test_communicate_errors) ... ok test_communicate_pipe_buf (test.test_subprocess.ProcessTestCase.test_communicate_pipe_buf) ... ok test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCase.test_communicate_pipe_fd_leak) ... ok test_communicate_returns (test.test_subprocess.ProcessTestCase.test_communicate_returns) ... ok test_communicate_stderr (test.test_subprocess.ProcessTestCase.test_communicate_stderr) ... ok test_communicate_stdin (test.test_subprocess.ProcessTestCase.test_communicate_stdin) ... ok test_communicate_stdout (test.test_subprocess.ProcessTestCase.test_communicate_stdout) ... ok test_communicate_timeout (test.test_subprocess.ProcessTestCase.test_communicate_timeout) ... ok test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCase.test_communicate_timeout_large_output) ... ok test_cwd (test.test_subprocess.ProcessTestCase.test_cwd) ... ok test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_absolute_arg) ... ok test_cwd_with_bytes (test.test_subprocess.ProcessTestCase.test_cwd_with_bytes) ... ok test_cwd_with_pathlike (test.test_subprocess.ProcessTestCase.test_cwd_with_pathlike) ... ok test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_arg) ... ok test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCase.test_cwd_with_relative_executable) ... ok test_double_close_on_error (test.test_subprocess.ProcessTestCase.test_double_close_on_error) ... ok test_empty_env (test.test_subprocess.ProcessTestCase.test_empty_env) Verify that env={} is as empty as possible. ... skipped 'The Python shared library cannot be loaded with an empty environment.' test_env (test.test_subprocess.ProcessTestCase.test_env) ... ok test_executable (test.test_subprocess.ProcessTestCase.test_executable) ... ok test_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_executable_replaces_shell) ... ok test_executable_takes_precedence (test.test_subprocess.ProcessTestCase.test_executable_takes_precedence) ... ok test_executable_with_cwd (test.test_subprocess.ProcessTestCase.test_executable_with_cwd) ... ok test_executable_without_cwd (test.test_subprocess.ProcessTestCase.test_executable_without_cwd) ... skipped 'need an installed Python. See #7774' test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCase.test_failed_child_execute_fd_leak) Test for the fork() failure fd leak reported in issue16327. ... ok test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCase.test_file_not_found_includes_filename) ... ok test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCase.test_file_not_found_with_bad_cwd) ... ok test_handles_closed_on_exception (test.test_subprocess.ProcessTestCase.test_handles_closed_on_exception) ... ok test_invalid_args (test.test_subprocess.ProcessTestCase.test_invalid_args) ... ok test_invalid_bufsize (test.test_subprocess.ProcessTestCase.test_invalid_bufsize) ... ok test_invalid_cmd (test.test_subprocess.ProcessTestCase.test_invalid_cmd) ... ok test_invalid_env (test.test_subprocess.ProcessTestCase.test_invalid_env) ... ok test_io_buffered_by_default (test.test_subprocess.ProcessTestCase.test_io_buffered_by_default) ... ok test_io_unbuffered_works (test.test_subprocess.ProcessTestCase.test_io_unbuffered_works) ... ok test_issue8780 (test.test_subprocess.ProcessTestCase.test_issue8780) ... ok test_leaking_fds_on_error (test.test_subprocess.ProcessTestCase.test_leaking_fds_on_error) ... ok test_list2cmdline (test.test_subprocess.ProcessTestCase.test_list2cmdline) ... ok test_no_leaking (test.test_subprocess.ProcessTestCase.test_no_leaking) ... ok test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCase.test_nonexisting_with_pipes) ... skipped 'need msvcrt.CrtSetReportMode' test_pathlike_executable (test.test_subprocess.ProcessTestCase.test_pathlike_executable) ... ok test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCase.test_pathlike_executable_replaces_shell) ... ok test_pipesize_default (test.test_subprocess.ProcessTestCase.test_pipesize_default) ... ok test_pipesizes (test.test_subprocess.ProcessTestCase.test_pipesizes) ... ok test_poll (test.test_subprocess.ProcessTestCase.test_poll) ... ok test_repr (test.test_subprocess.ProcessTestCase.test_repr) ... ok test_stderr_devnull (test.test_subprocess.ProcessTestCase.test_stderr_devnull) ... ok test_stderr_filedes (test.test_subprocess.ProcessTestCase.test_stderr_filedes) ... ok test_stderr_fileobj (test.test_subprocess.ProcessTestCase.test_stderr_fileobj) ... ok test_stderr_none (test.test_subprocess.ProcessTestCase.test_stderr_none) ... ok test_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stderr_pipe) ... ok test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCase.test_stderr_redirect_with_no_stdout_redirect) ... ok test_stdin_devnull (test.test_subprocess.ProcessTestCase.test_stdin_devnull) ... ok test_stdin_filedes (test.test_subprocess.ProcessTestCase.test_stdin_filedes) ... ok test_stdin_fileobj (test.test_subprocess.ProcessTestCase.test_stdin_fileobj) ... ok test_stdin_none (test.test_subprocess.ProcessTestCase.test_stdin_none) ... ok test_stdin_pipe (test.test_subprocess.ProcessTestCase.test_stdin_pipe) ... ok test_stdout_devnull (test.test_subprocess.ProcessTestCase.test_stdout_devnull) ... ok test_stdout_filedes (test.test_subprocess.ProcessTestCase.test_stdout_filedes) ... ok test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCase.test_stdout_filedes_of_stdout) ... ok test_stdout_fileobj (test.test_subprocess.ProcessTestCase.test_stdout_fileobj) ... ok test_stdout_none (test.test_subprocess.ProcessTestCase.test_stdout_none) ... ok test_stdout_pipe (test.test_subprocess.ProcessTestCase.test_stdout_pipe) ... ok test_stdout_stderr_file (test.test_subprocess.ProcessTestCase.test_stdout_stderr_file) ... ok test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCase.test_stdout_stderr_pipe) ... ok test_threadsafe_wait (test.test_subprocess.ProcessTestCase.test_threadsafe_wait) Issue21291: Popen.wait() needs to be threadsafe for returncode. ... ok test_universal_newlines_and_text (test.test_subprocess.ProcessTestCase.test_universal_newlines_and_text) ... ok test_universal_newlines_communicate (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate) ... ok test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_encodings) ... ok test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_input_none) ... ok test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin) ... ok test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCase.test_universal_newlines_communicate_stdin_stdout_stderr) ... ok test_wait (test.test_subprocess.ProcessTestCase.test_wait) ... ok test_wait_timeout (test.test_subprocess.ProcessTestCase.test_wait_timeout) ... ok test_writes_before_communicate (test.test_subprocess.ProcessTestCase.test_writes_before_communicate) ... ok test__use_vfork (test.test_subprocess.ProcessTestCaseNoPoll.test__use_vfork) ... ok test_bufsize_equal_one_binary_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_binary_mode) ... ok test_bufsize_equal_one_text_mode (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_equal_one_text_mode) ... ok test_bufsize_is_none (test.test_subprocess.ProcessTestCaseNoPoll.test_bufsize_is_none) ... ok test_bytes_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable) ... ok test_bytes_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_bytes_executable_replaces_shell) ... ok test_call_kwargs (test.test_subprocess.ProcessTestCaseNoPoll.test_call_kwargs) ... ok test_call_seq (test.test_subprocess.ProcessTestCaseNoPoll.test_call_seq) ... ok test_call_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_call_timeout) ... ok test_check_call_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_nonzero) ... ok test_check_call_zero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_call_zero) ... ok test_check_output (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output) ... ok test_check_output_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_arg) ... ok test_check_output_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none) input=None has a legacy meaning of input='' on check_output. ... ok test_check_output_input_none_encoding_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_encoding_errors) ... ok test_check_output_input_none_text (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_text) ... ok test_check_output_input_none_universal_newlines (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_input_none_universal_newlines) ... ok test_check_output_nonzero (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_nonzero) ... ok test_check_output_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stderr) ... ok test_check_output_stdin_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_arg) ... ok test_check_output_stdin_with_input_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdin_with_input_arg) ... ok test_check_output_stdout_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_stdout_arg) ... ok test_check_output_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_check_output_timeout) ... ok test_class_getitems (test.test_subprocess.ProcessTestCaseNoPoll.test_class_getitems) ... ok test_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate) ... ok test_communicate_eintr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_eintr) ... ok test_communicate_epipe (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe) ... ok test_communicate_epipe_only_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_epipe_only_stdin) ... ok test_communicate_errors (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_errors) ... ok test_communicate_pipe_buf (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_buf) ... ok test_communicate_pipe_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_pipe_fd_leak) ... ok test_communicate_returns (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_returns) ... ok test_communicate_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stderr) ... ok test_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdin) ... ok test_communicate_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_stdout) ... ok test_communicate_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout) ... ok test_communicate_timeout_large_output (test.test_subprocess.ProcessTestCaseNoPoll.test_communicate_timeout_large_output) ... ok test_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd) ... ok test_cwd_with_absolute_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_absolute_arg) ... ok test_cwd_with_bytes (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_bytes) ... ok test_cwd_with_pathlike (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_pathlike) ... ok test_cwd_with_relative_arg (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg) ... ok test_cwd_with_relative_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable) ... ok test_double_close_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_double_close_on_error) ... ok test_empty_env (test.test_subprocess.ProcessTestCaseNoPoll.test_empty_env) Verify that env={} is as empty as possible. ... skipped 'The Python shared library cannot be loaded with an empty environment.' test_env (test.test_subprocess.ProcessTestCaseNoPoll.test_env) ... ok test_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_executable) ... ok test_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_replaces_shell) ... ok test_executable_takes_precedence (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_takes_precedence) ... ok test_executable_with_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_with_cwd) ... ok test_executable_without_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_executable_without_cwd) ... skipped 'need an installed Python. See #7774' test_failed_child_execute_fd_leak (test.test_subprocess.ProcessTestCaseNoPoll.test_failed_child_execute_fd_leak) Test for the fork() failure fd leak reported in issue16327. ... ok test_file_not_found_includes_filename (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_includes_filename) ... ok test_file_not_found_with_bad_cwd (test.test_subprocess.ProcessTestCaseNoPoll.test_file_not_found_with_bad_cwd) ... ok test_handles_closed_on_exception (test.test_subprocess.ProcessTestCaseNoPoll.test_handles_closed_on_exception) ... ok test_invalid_args (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_args) ... ok test_invalid_bufsize (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_bufsize) ... ok test_invalid_cmd (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_cmd) ... ok test_invalid_env (test.test_subprocess.ProcessTestCaseNoPoll.test_invalid_env) ... ok test_io_buffered_by_default (test.test_subprocess.ProcessTestCaseNoPoll.test_io_buffered_by_default) ... ok test_io_unbuffered_works (test.test_subprocess.ProcessTestCaseNoPoll.test_io_unbuffered_works) ... ok test_issue8780 (test.test_subprocess.ProcessTestCaseNoPoll.test_issue8780) ... ok test_leaking_fds_on_error (test.test_subprocess.ProcessTestCaseNoPoll.test_leaking_fds_on_error) ... ok test_list2cmdline (test.test_subprocess.ProcessTestCaseNoPoll.test_list2cmdline) ... ok test_no_leaking (test.test_subprocess.ProcessTestCaseNoPoll.test_no_leaking) ... ok test_nonexisting_with_pipes (test.test_subprocess.ProcessTestCaseNoPoll.test_nonexisting_with_pipes) ... skipped 'need msvcrt.CrtSetReportMode' test_pathlike_executable (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable) ... ok test_pathlike_executable_replaces_shell (test.test_subprocess.ProcessTestCaseNoPoll.test_pathlike_executable_replaces_shell) ... ok test_pipesize_default (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesize_default) ... ok test_pipesizes (test.test_subprocess.ProcessTestCaseNoPoll.test_pipesizes) ... ok test_poll (test.test_subprocess.ProcessTestCaseNoPoll.test_poll) ... ok test_repr (test.test_subprocess.ProcessTestCaseNoPoll.test_repr) ... ok test_stderr_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_devnull) ... ok test_stderr_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_filedes) ... ok test_stderr_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_fileobj) ... ok test_stderr_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_none) ... ok test_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_pipe) ... ok test_stderr_redirect_with_no_stdout_redirect (test.test_subprocess.ProcessTestCaseNoPoll.test_stderr_redirect_with_no_stdout_redirect) ... ok test_stdin_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_devnull) ... ok test_stdin_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_filedes) ... ok test_stdin_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_fileobj) ... ok test_stdin_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_none) ... ok test_stdin_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdin_pipe) ... ok test_stdout_devnull (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_devnull) ... ok test_stdout_filedes (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes) ... ok test_stdout_filedes_of_stdout (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_filedes_of_stdout) ... ok test_stdout_fileobj (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_fileobj) ... ok test_stdout_none (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_none) ... ok test_stdout_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_pipe) ... ok test_stdout_stderr_file (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_file) ... ok test_stdout_stderr_pipe (test.test_subprocess.ProcessTestCaseNoPoll.test_stdout_stderr_pipe) ... ok test_threadsafe_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_threadsafe_wait) Issue21291: Popen.wait() needs to be threadsafe for returncode. ... ok test_universal_newlines_and_text (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_and_text) ... ok test_universal_newlines_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate) ... ok test_universal_newlines_communicate_encodings (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_encodings) ... ok test_universal_newlines_communicate_input_none (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_input_none) ... ok test_universal_newlines_communicate_stdin (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin) ... ok test_universal_newlines_communicate_stdin_stdout_stderr (test.test_subprocess.ProcessTestCaseNoPoll.test_universal_newlines_communicate_stdin_stdout_stderr) ... ok test_wait (test.test_subprocess.ProcessTestCaseNoPoll.test_wait) ... ok test_wait_timeout (test.test_subprocess.ProcessTestCaseNoPoll.test_wait_timeout) ... ok test_writes_before_communicate (test.test_subprocess.ProcessTestCaseNoPoll.test_writes_before_communicate) ... ok test_capture_output (test.test_subprocess.RunFuncTestCase.test_capture_output) ... ok test_capture_stderr (test.test_subprocess.RunFuncTestCase.test_capture_stderr) ... ok test_capture_stdout (test.test_subprocess.RunFuncTestCase.test_capture_stdout) ... ok test_check (test.test_subprocess.RunFuncTestCase.test_check) ... ok test_check_output_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_input_arg) ... ok test_check_output_stdin_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_arg) ... ok test_check_output_stdin_with_input_arg (test.test_subprocess.RunFuncTestCase.test_check_output_stdin_with_input_arg) ... ok test_check_output_timeout (test.test_subprocess.RunFuncTestCase.test_check_output_timeout) ... ok test_check_zero (test.test_subprocess.RunFuncTestCase.test_check_zero) ... ok test_encoding_warning (test.test_subprocess.RunFuncTestCase.test_encoding_warning) ... ok test_returncode (test.test_subprocess.RunFuncTestCase.test_returncode) ... ok test_run_kwargs (test.test_subprocess.RunFuncTestCase.test_run_kwargs) ... ok test_run_with_an_empty_env (test.test_subprocess.RunFuncTestCase.test_run_with_an_empty_env) ... skipped 'Maybe test trigger a leak on Ubuntu' test_run_with_bytes_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_bytes_path_and_arguments) ... ok test_run_with_pathlike_path (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path) ... ok test_run_with_pathlike_path_and_arguments (test.test_subprocess.RunFuncTestCase.test_run_with_pathlike_path_and_arguments) ... ok test_run_with_shell_timeout_and_capture_output (test.test_subprocess.RunFuncTestCase.test_run_with_shell_timeout_and_capture_output) Output capturing after a timeout mustn't hang forever on open filehandles. ... ok test_stderr_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stderr_with_capture_output_arg) ... ok test_stdout_with_capture_output_arg (test.test_subprocess.RunFuncTestCase.test_stdout_with_capture_output_arg) ... ok test_timeout (test.test_subprocess.RunFuncTestCase.test_timeout) ... ok test_call_string (test.test_subprocess.Win32ProcessTestCase.test_call_string) ... skipped 'Windows specific tests' test_close_fds (test.test_subprocess.Win32ProcessTestCase.test_close_fds) ... skipped 'Windows specific tests' test_close_fds_with_stdio (test.test_subprocess.Win32ProcessTestCase.test_close_fds_with_stdio) ... skipped 'Windows specific tests' test_creationflags (test.test_subprocess.Win32ProcessTestCase.test_creationflags) ... skipped 'Windows specific tests' test_empty_attribute_list (test.test_subprocess.Win32ProcessTestCase.test_empty_attribute_list) ... skipped 'Windows specific tests' test_empty_handle_list (test.test_subprocess.Win32ProcessTestCase.test_empty_handle_list) ... skipped 'Windows specific tests' test_invalid_args (test.test_subprocess.Win32ProcessTestCase.test_invalid_args) ... skipped 'Windows specific tests' test_issue31471 (test.test_subprocess.Win32ProcessTestCase.test_issue31471) ... skipped 'Windows specific tests' test_kill (test.test_subprocess.Win32ProcessTestCase.test_kill) ... skipped 'Windows specific tests' test_kill_dead (test.test_subprocess.Win32ProcessTestCase.test_kill_dead) ... skipped 'Windows specific tests' test_send_signal (test.test_subprocess.Win32ProcessTestCase.test_send_signal) ... skipped 'Windows specific tests' test_send_signal_dead (test.test_subprocess.Win32ProcessTestCase.test_send_signal_dead) ... skipped 'Windows specific tests' test_shell_encodings (test.test_subprocess.Win32ProcessTestCase.test_shell_encodings) ... skipped 'Windows specific tests' test_shell_sequence (test.test_subprocess.Win32ProcessTestCase.test_shell_sequence) ... skipped 'Windows specific tests' test_shell_string (test.test_subprocess.Win32ProcessTestCase.test_shell_string) ... skipped 'Windows specific tests' test_startupinfo (test.test_subprocess.Win32ProcessTestCase.test_startupinfo) ... skipped 'Windows specific tests' test_startupinfo_copy (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_copy) ... skipped 'Windows specific tests' test_startupinfo_keywords (test.test_subprocess.Win32ProcessTestCase.test_startupinfo_keywords) ... skipped 'Windows specific tests' test_terminate (test.test_subprocess.Win32ProcessTestCase.test_terminate) ... skipped 'Windows specific tests' test_terminate_dead (test.test_subprocess.Win32ProcessTestCase.test_terminate_dead) ... skipped 'Windows specific tests' ---------------------------------------------------------------------- Ran 331 tests in 23.097s OK (skipped=34) 0:18:17 load avg: 0.87 [339/432/1] test_sunau test_read_bad_magic_number (test.test_sunau.SunauLowLevelTest.test_read_bad_magic_number) ... ok test_read_too_large_header (test.test_sunau.SunauLowLevelTest.test_read_too_large_header) ... ok test_read_too_small_header (test.test_sunau.SunauLowLevelTest.test_read_too_small_header) ... ok test_read_wrong_encoding (test.test_sunau.SunauLowLevelTest.test_read_wrong_encoding) ... ok test_read_wrong_number_of_channels (test.test_sunau.SunauLowLevelTest.test_read_wrong_number_of_channels) ... ok test_close (test.test_sunau.SunauPCM16Test.test_close) ... ok test_context_manager_with_filename (test.test_sunau.SunauPCM16Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_sunau.SunauPCM16Test.test_context_manager_with_open_file) ... ok test_copy (test.test_sunau.SunauPCM16Test.test_copy) ... ok test_incompleted_write (test.test_sunau.SunauPCM16Test.test_incompleted_write) ... ok test_multiple_writes (test.test_sunau.SunauPCM16Test.test_multiple_writes) ... ok test_overflowed_write (test.test_sunau.SunauPCM16Test.test_overflowed_write) ... ok test_read (test.test_sunau.SunauPCM16Test.test_read) ... ok test_read_not_from_start (test.test_sunau.SunauPCM16Test.test_read_not_from_start) ... ok test_read_params (test.test_sunau.SunauPCM16Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_sunau.SunauPCM16Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_sunau.SunauPCM16Test.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_sunau.SunauPCM16Test.test_unseekable_read) ... ok test_unseekable_write (test.test_sunau.SunauPCM16Test.test_unseekable_write) ... ok test_write (test.test_sunau.SunauPCM16Test.test_write) ... ok test_write_array (test.test_sunau.SunauPCM16Test.test_write_array) ... ok test_write_bytearray (test.test_sunau.SunauPCM16Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_sunau.SunauPCM16Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_sunau.SunauPCM16Test.test_write_memoryview) ... ok test_write_params (test.test_sunau.SunauPCM16Test.test_write_params) ... ok test_close (test.test_sunau.SunauPCM24Test.test_close) ... ok test_context_manager_with_filename (test.test_sunau.SunauPCM24Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_sunau.SunauPCM24Test.test_context_manager_with_open_file) ... ok test_copy (test.test_sunau.SunauPCM24Test.test_copy) ... ok test_incompleted_write (test.test_sunau.SunauPCM24Test.test_incompleted_write) ... ok test_multiple_writes (test.test_sunau.SunauPCM24Test.test_multiple_writes) ... ok test_overflowed_write (test.test_sunau.SunauPCM24Test.test_overflowed_write) ... ok test_read (test.test_sunau.SunauPCM24Test.test_read) ... ok test_read_not_from_start (test.test_sunau.SunauPCM24Test.test_read_not_from_start) ... ok test_read_params (test.test_sunau.SunauPCM24Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_sunau.SunauPCM24Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_sunau.SunauPCM24Test.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_sunau.SunauPCM24Test.test_unseekable_read) ... ok test_unseekable_write (test.test_sunau.SunauPCM24Test.test_unseekable_write) ... ok test_write (test.test_sunau.SunauPCM24Test.test_write) ... ok test_write_array (test.test_sunau.SunauPCM24Test.test_write_array) ... ok test_write_bytearray (test.test_sunau.SunauPCM24Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_sunau.SunauPCM24Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_sunau.SunauPCM24Test.test_write_memoryview) ... ok test_write_params (test.test_sunau.SunauPCM24Test.test_write_params) ... ok test_close (test.test_sunau.SunauPCM32Test.test_close) ... ok test_context_manager_with_filename (test.test_sunau.SunauPCM32Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_sunau.SunauPCM32Test.test_context_manager_with_open_file) ... ok test_copy (test.test_sunau.SunauPCM32Test.test_copy) ... ok test_incompleted_write (test.test_sunau.SunauPCM32Test.test_incompleted_write) ... ok test_multiple_writes (test.test_sunau.SunauPCM32Test.test_multiple_writes) ... ok test_overflowed_write (test.test_sunau.SunauPCM32Test.test_overflowed_write) ... ok test_read (test.test_sunau.SunauPCM32Test.test_read) ... ok test_read_not_from_start (test.test_sunau.SunauPCM32Test.test_read_not_from_start) ... ok test_read_params (test.test_sunau.SunauPCM32Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_sunau.SunauPCM32Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_sunau.SunauPCM32Test.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_sunau.SunauPCM32Test.test_unseekable_read) ... ok test_unseekable_write (test.test_sunau.SunauPCM32Test.test_unseekable_write) ... ok test_write (test.test_sunau.SunauPCM32Test.test_write) ... ok test_write_array (test.test_sunau.SunauPCM32Test.test_write_array) ... ok test_write_bytearray (test.test_sunau.SunauPCM32Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_sunau.SunauPCM32Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_sunau.SunauPCM32Test.test_write_memoryview) ... ok test_write_params (test.test_sunau.SunauPCM32Test.test_write_params) ... ok test_close (test.test_sunau.SunauPCM8Test.test_close) ... ok test_context_manager_with_filename (test.test_sunau.SunauPCM8Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_sunau.SunauPCM8Test.test_context_manager_with_open_file) ... ok test_copy (test.test_sunau.SunauPCM8Test.test_copy) ... ok test_incompleted_write (test.test_sunau.SunauPCM8Test.test_incompleted_write) ... ok test_multiple_writes (test.test_sunau.SunauPCM8Test.test_multiple_writes) ... ok test_overflowed_write (test.test_sunau.SunauPCM8Test.test_overflowed_write) ... ok test_read (test.test_sunau.SunauPCM8Test.test_read) ... ok test_read_not_from_start (test.test_sunau.SunauPCM8Test.test_read_not_from_start) ... ok test_read_params (test.test_sunau.SunauPCM8Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_sunau.SunauPCM8Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_sunau.SunauPCM8Test.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_sunau.SunauPCM8Test.test_unseekable_read) ... ok test_unseekable_write (test.test_sunau.SunauPCM8Test.test_unseekable_write) ... ok test_write (test.test_sunau.SunauPCM8Test.test_write) ... ok test_write_array (test.test_sunau.SunauPCM8Test.test_write_array) ... ok test_write_bytearray (test.test_sunau.SunauPCM8Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_sunau.SunauPCM8Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_sunau.SunauPCM8Test.test_write_memoryview) ... ok test_write_params (test.test_sunau.SunauPCM8Test.test_write_params) ... ok test_close (test.test_sunau.SunauULAWTest.test_close) ... ok test_context_manager_with_filename (test.test_sunau.SunauULAWTest.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_sunau.SunauULAWTest.test_context_manager_with_open_file) ... ok test_copy (test.test_sunau.SunauULAWTest.test_copy) ... ok test_incompleted_write (test.test_sunau.SunauULAWTest.test_incompleted_write) ... ok test_multiple_writes (test.test_sunau.SunauULAWTest.test_multiple_writes) ... ok test_overflowed_write (test.test_sunau.SunauULAWTest.test_overflowed_write) ... ok test_read (test.test_sunau.SunauULAWTest.test_read) ... ok test_read_not_from_start (test.test_sunau.SunauULAWTest.test_read_not_from_start) ... ok test_read_params (test.test_sunau.SunauULAWTest.test_read_params) ... ok test_unseekable_incompleted_write (test.test_sunau.SunauULAWTest.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_sunau.SunauULAWTest.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_sunau.SunauULAWTest.test_unseekable_read) ... ok test_unseekable_write (test.test_sunau.SunauULAWTest.test_unseekable_write) ... ok test_write (test.test_sunau.SunauULAWTest.test_write) ... ok test_write_array (test.test_sunau.SunauULAWTest.test_write_array) ... ok test_write_bytearray (test.test_sunau.SunauULAWTest.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_sunau.SunauULAWTest.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_sunau.SunauULAWTest.test_write_memoryview) ... ok test_write_params (test.test_sunau.SunauULAWTest.test_write_params) ... ok ---------------------------------------------------------------------- Ran 105 tests in 0.018s OK 0:18:18 load avg: 0.87 [340/432/1] test_sundry test_untested_modules_can_be_imported (test.test_sundry.TestUntestedModules.test_untested_modules_can_be_imported) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.002s OK 0:18:19 load avg: 0.87 [341/432/1] test_super test___class___classmethod (test.test_super.TestSuper.test___class___classmethod) ... ok test___class___delayed (test.test_super.TestSuper.test___class___delayed) ... ok test___class___instancemethod (test.test_super.TestSuper.test___class___instancemethod) ... ok test___class___mro (test.test_super.TestSuper.test___class___mro) ... ok test___class___new (test.test_super.TestSuper.test___class___new) ... ok test___class___staticmethod (test.test_super.TestSuper.test___class___staticmethod) ... ok test___classcell___expected_behaviour (test.test_super.TestSuper.test___classcell___expected_behaviour) ... ok test___classcell___missing (test.test_super.TestSuper.test___classcell___missing) ... ok test___classcell___overwrite (test.test_super.TestSuper.test___classcell___overwrite) ... ok test___classcell___wrong_cell (test.test_super.TestSuper.test___classcell___wrong_cell) ... ok test_basics_working (test.test_super.TestSuper.test_basics_working) ... ok test_cell_as_self (test.test_super.TestSuper.test_cell_as_self) ... ok test_class_getattr_working (test.test_super.TestSuper.test_class_getattr_working) ... ok test_class_methods_still_working (test.test_super.TestSuper.test_class_methods_still_working) ... ok test_obscure_super_errors (test.test_super.TestSuper.test_obscure_super_errors) ... ok test_subclass_no_override_working (test.test_super.TestSuper.test_subclass_no_override_working) ... ok test_super_argcount (test.test_super.TestSuper.test_super_argcount) ... ok test_super_argtype (test.test_super.TestSuper.test_super_argtype) ... ok test_super_in_class_methods_working (test.test_super.TestSuper.test_super_in_class_methods_working) ... ok test_super_init_leaks (test.test_super.TestSuper.test_super_init_leaks) ... ok test_super_with_closure (test.test_super.TestSuper.test_super_with_closure) ... ok test_unbound_method_transfer_working (test.test_super.TestSuper.test_unbound_method_transfer_working) ... ok test_various___class___pathologies (test.test_super.TestSuper.test_various___class___pathologies) ... ok ---------------------------------------------------------------------- Ran 23 tests in 0.001s OK 0:18:20 load avg: 0.87 [342/432/1] test_symtable test_annotated (test.test_symtable.SymtableTest.test_annotated) ... ok test_assigned (test.test_symtable.SymtableTest.test_assigned) ... ok test_bytes (test.test_symtable.SymtableTest.test_bytes) ... ok test_children (test.test_symtable.SymtableTest.test_children) ... ok test_class_info (test.test_symtable.SymtableTest.test_class_info) ... ok test_eval (test.test_symtable.SymtableTest.test_eval) ... ok test_exec (test.test_symtable.SymtableTest.test_exec) ... ok test_filename_correct (test.test_symtable.SymtableTest.test_filename_correct) ... ok test_free (test.test_symtable.SymtableTest.test_free) ... ok test_function_info (test.test_symtable.SymtableTest.test_function_info) ... ok test_globals (test.test_symtable.SymtableTest.test_globals) ... ok test_id (test.test_symtable.SymtableTest.test_id) ... ok test_imported (test.test_symtable.SymtableTest.test_imported) ... ok test_lineno (test.test_symtable.SymtableTest.test_lineno) ... ok test_local (test.test_symtable.SymtableTest.test_local) ... ok test_name (test.test_symtable.SymtableTest.test_name) ... ok test_namespaces (test.test_symtable.SymtableTest.test_namespaces) ... ok test_nested (test.test_symtable.SymtableTest.test_nested) ... ok test_nonlocal (test.test_symtable.SymtableTest.test_nonlocal) ... ok test_optimized (test.test_symtable.SymtableTest.test_optimized) ... ok test_parameters (test.test_symtable.SymtableTest.test_parameters) ... ok test_referenced (test.test_symtable.SymtableTest.test_referenced) ... ok test_single (test.test_symtable.SymtableTest.test_single) ... ok test_symbol_lookup (test.test_symtable.SymtableTest.test_symbol_lookup) ... ok test_symtable_repr (test.test_symtable.SymtableTest.test_symtable_repr) ... ok test_type (test.test_symtable.SymtableTest.test_type) ... ok ---------------------------------------------------------------------- Ran 26 tests in 0.004s OK 0:18:20 load avg: 0.87 [343/432/1] test_syntax test_assign_call (test.test_syntax.SyntaxTestCase.test_assign_call) ... ok test_assign_del (test.test_syntax.SyntaxTestCase.test_assign_del) ... ok test_bad_outdent (test.test_syntax.SyntaxTestCase.test_bad_outdent) ... ok test_barry_as_flufl_with_syntax_errors (test.test_syntax.SyntaxTestCase.test_barry_as_flufl_with_syntax_errors) ... ok test_break_outside_loop (test.test_syntax.SyntaxTestCase.test_break_outside_loop) ... ok test_case_call_does_not_raise_syntax_error (test.test_syntax.SyntaxTestCase.test_case_call_does_not_raise_syntax_error) ... ok test_continuation_bad_indentation (test.test_syntax.SyntaxTestCase.test_continuation_bad_indentation) ... ok test_continue_outside_loop (test.test_syntax.SyntaxTestCase.test_continue_outside_loop) ... ok test_curly_brace_after_primary_raises_immediately (test.test_syntax.SyntaxTestCase.test_curly_brace_after_primary_raises_immediately) ... ok test_deep_invalid_rule (test.test_syntax.SyntaxTestCase.test_deep_invalid_rule) ... ok test_empty_line_after_linecont (test.test_syntax.SyntaxTestCase.test_empty_line_after_linecont) ... ok test_error_on_parser_stack_overflow (test.test_syntax.SyntaxTestCase.test_error_on_parser_stack_overflow) ... ok test_error_parenthesis (test.test_syntax.SyntaxTestCase.test_error_parenthesis) ... ok test_error_string_literal (test.test_syntax.SyntaxTestCase.test_error_string_literal) ... ok test_except_star_then_except (test.test_syntax.SyntaxTestCase.test_except_star_then_except) ... ok test_except_then_except_star (test.test_syntax.SyntaxTestCase.test_except_then_except_star) ... ok test_expression_with_assignment (test.test_syntax.SyntaxTestCase.test_expression_with_assignment) ... ok test_generator_in_function_call (test.test_syntax.SyntaxTestCase.test_generator_in_function_call) ... ok test_global_param_err_first (test.test_syntax.SyntaxTestCase.test_global_param_err_first) ... ok test_invalid_line_continuation_error_position (test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_error_position) ... ok test_invalid_line_continuation_left_recursive (test.test_syntax.SyntaxTestCase.test_invalid_line_continuation_left_recursive) ... ok test_invisible_characters (test.test_syntax.SyntaxTestCase.test_invisible_characters) ... ok test_kwargs_last (test.test_syntax.SyntaxTestCase.test_kwargs_last) ... ok test_kwargs_last2 (test.test_syntax.SyntaxTestCase.test_kwargs_last2) ... ok test_kwargs_last3 (test.test_syntax.SyntaxTestCase.test_kwargs_last3) ... ok test_match_call_does_not_raise_syntax_error (test.test_syntax.SyntaxTestCase.test_match_call_does_not_raise_syntax_error) ... ok test_multiline_compiler_error_points_to_the_end (test.test_syntax.SyntaxTestCase.test_multiline_compiler_error_points_to_the_end) ... ok test_nested_named_except_blocks (test.test_syntax.SyntaxTestCase.test_nested_named_except_blocks) ... ok test_no_indent (test.test_syntax.SyntaxTestCase.test_no_indent) ... ok test_nonlocal_param_err_first (test.test_syntax.SyntaxTestCase.test_nonlocal_param_err_first) ... ok test_return_outside_function (test.test_syntax.SyntaxTestCase.test_return_outside_function) ... ok test_syntax_error_on_deeply_nested_blocks (test.test_syntax.SyntaxTestCase.test_syntax_error_on_deeply_nested_blocks) ... ok test_unexpected_indent (test.test_syntax.SyntaxTestCase.test_unexpected_indent) ... ok test_yield_outside_function (test.test_syntax.SyntaxTestCase.test_yield_outside_function) ... ok test_syntax (test) Doctest: test.test_syntax ... ok ---------------------------------------------------------------------- Ran 35 tests in 0.033s OK 0:18:21 load avg: 0.87 [344/432/1] test_sys test_exc_info_no_exception (test.test_sys.ActiveExceptionTests.test_exc_info_no_exception) ... ok test_exc_info_with_exception_instance (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_instance) ... ok test_exc_info_with_exception_type (test.test_sys.ActiveExceptionTests.test_exc_info_with_exception_type) ... ok test_sys_exception_no_exception (test.test_sys.ActiveExceptionTests.test_sys_exception_no_exception) ... ok test_sys_exception_with_exception_instance (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_instance) ... ok test_sys_exception_with_exception_type (test.test_sys.ActiveExceptionTests.test_sys_exception_with_exception_type) ... ok test_custom_displayhook (test.test_sys.DisplayHookTest.test_custom_displayhook) ... ok test_lost_displayhook (test.test_sys.DisplayHookTest.test_lost_displayhook) ... ok test_original_displayhook (test.test_sys.DisplayHookTest.test_original_displayhook) ... ok test_excepthook (test.test_sys.ExceptHookTest.test_excepthook) ... ok test_excepthook_bytes_filename (test.test_sys.ExceptHookTest.test_excepthook_bytes_filename) ... ok test_original_excepthook (test.test_sys.ExceptHookTest.test_original_excepthook) ... ok test_asyncgen_hooks (test.test_sys.SizeofTest.test_asyncgen_hooks) ... ok test_changing_sys_stderr_and_removing_reference (test.test_sys.SizeofTest.test_changing_sys_stderr_and_removing_reference) ... ok test_default (test.test_sys.SizeofTest.test_default) ... ok test_errors (test.test_sys.SizeofTest.test_errors) ... ok test_gc_head_size (test.test_sys.SizeofTest.test_gc_head_size) ... ok test_objecttypes (test.test_sys.SizeofTest.test_objecttypes) ... ok test_pythontypes (test.test_sys.SizeofTest.test_pythontypes) ... ok test_slots (test.test_sys.SizeofTest.test_slots) ... ok test_43581 (test.test_sys.SysModuleTest.test_43581) ... ok test__enablelegacywindowsfsencoding (test.test_sys.SysModuleTest.test__enablelegacywindowsfsencoding) ... skipped 'needs sys._enablelegacywindowsfsencoding()' test_attributes (test.test_sys.SysModuleTest.test_attributes) ... ok test_c_locale_surrogateescape (test.test_sys.SysModuleTest.test_c_locale_surrogateescape) ... ok test_call_tracing (test.test_sys.SysModuleTest.test_call_tracing) ... ok test_clear_type_cache (test.test_sys.SysModuleTest.test_clear_type_cache) ... ok test_current_exceptions (test.test_sys.SysModuleTest.test_current_exceptions) ... ok test_current_frames (test.test_sys.SysModuleTest.test_current_frames) ... ok test_debugmallocstats (test.test_sys.SysModuleTest.test_debugmallocstats) ... ok test_dlopenflags (test.test_sys.SysModuleTest.test_dlopenflags) ... ok test_emscripten_info (test.test_sys.SysModuleTest.test_emscripten_info) ... skipped 'only available on Emscripten' test_executable (test.test_sys.SysModuleTest.test_executable) ... ok test_exit (test.test_sys.SysModuleTest.test_exit) ... ok test_getallocatedblocks (test.test_sys.SysModuleTest.test_getallocatedblocks) ... ok test_getandroidapilevel (test.test_sys.SysModuleTest.test_getandroidapilevel) ... skipped 'need sys.getandroidapilevel()' test_getdefaultencoding (test.test_sys.SysModuleTest.test_getdefaultencoding) ... ok test_getfilesystemencoding (test.test_sys.SysModuleTest.test_getfilesystemencoding) ... ok test_getframe (test.test_sys.SysModuleTest.test_getframe) ... ok test_getwindowsversion (test.test_sys.SysModuleTest.test_getwindowsversion) ... skipped "object has no attribute 'getwindowsversion'" test_implementation (test.test_sys.SysModuleTest.test_implementation) ... ok test_intern (test.test_sys.SysModuleTest.test_intern) ... ok test_ioencoding (test.test_sys.SysModuleTest.test_ioencoding) ... ok test_ioencoding_nonascii (test.test_sys.SysModuleTest.test_ioencoding_nonascii) ... skipped 'requires FS encoding to match locale' test_is_finalizing (test.test_sys.SysModuleTest.test_is_finalizing) ... ok test_issue20602 (test.test_sys.SysModuleTest.test_issue20602) ... ok test_module_names (test.test_sys.SysModuleTest.test_module_names) ... ok test_no_duplicates_in_meta_path (test.test_sys.SysModuleTest.test_no_duplicates_in_meta_path) ... ok test_orig_argv (test.test_sys.SysModuleTest.test_orig_argv) ... ok test_posix_locale_surrogateescape (test.test_sys.SysModuleTest.test_posix_locale_surrogateescape) ... ok test_recursionlimit (test.test_sys.SysModuleTest.test_recursionlimit) ... ok test_recursionlimit_recovery (test.test_sys.SysModuleTest.test_recursionlimit_recovery) ... ok test_refcount (test.test_sys.SysModuleTest.test_refcount) ... ok test_setrecursionlimit_recursion_depth (test.test_sys.SysModuleTest.test_setrecursionlimit_recursion_depth) ... ok test_stdlib_dir (test.test_sys.SysModuleTest.test_stdlib_dir) ... ok test_switchinterval (test.test_sys.SysModuleTest.test_switchinterval) ... ok test_sys_flags (test.test_sys.SysModuleTest.test_sys_flags) ... ok test_sys_flags_no_instantiation (test.test_sys.SysModuleTest.test_sys_flags_no_instantiation) ... ok test_sys_getwindowsversion_no_instantiation (test.test_sys.SysModuleTest.test_sys_getwindowsversion_no_instantiation) ... skipped "object has no attribute 'getwindowsversion'" test_sys_ignores_cleaning_up_user_data (test.test_sys.SysModuleTest.test_sys_ignores_cleaning_up_user_data) ... ok test_sys_tracebacklimit (test.test_sys.SysModuleTest.test_sys_tracebacklimit) ... ok test_sys_version_info_no_instantiation (test.test_sys.SysModuleTest.test_sys_version_info_no_instantiation) ... ok test_thread_info (test.test_sys.SysModuleTest.test_thread_info) ... ok test_custom_unraisablehook (test.test_sys.UnraisableHookTest.test_custom_unraisablehook) ... ok test_custom_unraisablehook_fail (test.test_sys.UnraisableHookTest.test_custom_unraisablehook_fail) ... ok test_original_unraisablehook (test.test_sys.UnraisableHookTest.test_original_unraisablehook) ... ok test_original_unraisablehook_err (test.test_sys.UnraisableHookTest.test_original_unraisablehook_err) ... ok test_original_unraisablehook_exception_qualname (test.test_sys.UnraisableHookTest.test_original_unraisablehook_exception_qualname) ... ok test_original_unraisablehook_wrong_type (test.test_sys.UnraisableHookTest.test_original_unraisablehook_wrong_type) ... ok ---------------------------------------------------------------------- Ran 68 tests in 0.450s OK (skipped=6) 0:18:23 load avg: 0.88 [345/432/1] test_sys_setprofile test_caught_exception (test.test_sys_setprofile.ProfileHookTestCase.test_caught_exception) ... ok test_caught_nested_exception (test.test_sys_setprofile.ProfileHookTestCase.test_caught_nested_exception) ... ok test_distant_exception (test.test_sys_setprofile.ProfileHookTestCase.test_distant_exception) ... ok test_exception (test.test_sys_setprofile.ProfileHookTestCase.test_exception) ... ok test_exception_in_except_clause (test.test_sys_setprofile.ProfileHookTestCase.test_exception_in_except_clause) ... ok test_exception_propagation (test.test_sys_setprofile.ProfileHookTestCase.test_exception_propagation) ... ok test_generator (test.test_sys_setprofile.ProfileHookTestCase.test_generator) ... ok test_nested_exception (test.test_sys_setprofile.ProfileHookTestCase.test_nested_exception) ... ok test_raise (test.test_sys_setprofile.ProfileHookTestCase.test_raise) ... ok test_raise_reraise (test.test_sys_setprofile.ProfileHookTestCase.test_raise_reraise) ... ok test_raise_twice (test.test_sys_setprofile.ProfileHookTestCase.test_raise_twice) ... ok test_simple (test.test_sys_setprofile.ProfileHookTestCase.test_simple) ... ok test_stop_iteration (test.test_sys_setprofile.ProfileHookTestCase.test_stop_iteration) ... ok test_basic_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_basic_exception) ... ok test_caught_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_caught_exception) ... ok test_distant_exception (test.test_sys_setprofile.ProfileSimulatorTestCase.test_distant_exception) ... ok test_simple (test.test_sys_setprofile.ProfileSimulatorTestCase.test_simple) ... ok test_unbound_method (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method) ... ok test_unbound_method_invalid_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_args) ... ok test_unbound_method_invalid_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_invalid_keyword_args) ... ok test_unbound_method_no_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_args) ... ok test_unbound_method_no_keyword_args (test.test_sys_setprofile.ProfileSimulatorTestCase.test_unbound_method_no_keyword_args) ... ok test_reentrancy (test.test_sys_setprofile.TestEdgeCases.test_reentrancy) ... ok test_same_object (test.test_sys_setprofile.TestEdgeCases.test_same_object) ... ok test_empty (test.test_sys_setprofile.TestGetProfile.test_empty) ... ok test_setget (test.test_sys_setprofile.TestGetProfile.test_setget) ... ok ---------------------------------------------------------------------- Ran 26 tests in 0.001s OK 0:18:23 load avg: 0.88 [346/432/1] test_sys_settrace test_jump_across_async_with (test.test_sys_settrace.JumpTestCase.test_jump_across_async_with) ... ok test_jump_across_with (test.test_sys_settrace.JumpTestCase.test_jump_across_with) ... ok test_jump_backward_over_async_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp) ... ok test_jump_backward_over_async_listcomp_v2 (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_async_listcomp_v2) ... ok test_jump_backward_over_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp) ... ok test_jump_backward_over_listcomp_v2 (test.test_sys_settrace.JumpTestCase.test_jump_backward_over_listcomp_v2) ... ok test_jump_backwards_into_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_except_block) ... ok test_jump_backwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_try_finally_block) ... ok test_jump_backwards_into_while_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_into_while_block) ... ok test_jump_backwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_async_with_block) ... ok test_jump_backwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_except_block) ... ok test_jump_backwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_try_finally_block) ... ok test_jump_backwards_out_of_with_block (test.test_sys_settrace.JumpTestCase.test_jump_backwards_out_of_with_block) ... ok test_jump_between_async_with_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_async_with_blocks) ... ok test_jump_between_except_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks) ... ok test_jump_between_except_blocks_2 (test.test_sys_settrace.JumpTestCase.test_jump_between_except_blocks_2) ... ok test_jump_between_with_blocks (test.test_sys_settrace.JumpTestCase.test_jump_between_with_blocks) ... ok test_jump_extended_args_for_iter (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_for_iter) ... ok test_jump_extended_args_unpack_ex_simple (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_simple) ... ok test_jump_extended_args_unpack_ex_tricky (test.test_sys_settrace.JumpTestCase.test_jump_extended_args_unpack_ex_tricky) ... ok test_jump_forward_over_async_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_forward_over_async_listcomp) ... ok test_jump_forward_over_listcomp (test.test_sys_settrace.JumpTestCase.test_jump_forward_over_listcomp) ... ok test_jump_forwards_into_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_except_block) ... ok test_jump_forwards_into_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_try_finally_block) ... ok test_jump_forwards_into_while_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_into_while_block) ... ok test_jump_forwards_out_of_async_with_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_async_with_block) ... ok test_jump_forwards_out_of_try_except_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_except_block) ... ok test_jump_forwards_out_of_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_try_finally_block) ... ok test_jump_forwards_out_of_with_block (test.test_sys_settrace.JumpTestCase.test_jump_forwards_out_of_with_block) ... ok test_jump_from_except_to_finally (test.test_sys_settrace.JumpTestCase.test_jump_from_except_to_finally) ... ok test_jump_from_yield (test.test_sys_settrace.JumpTestCase.test_jump_from_yield) ... ok test_jump_in_nested_finally (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally) ... ok test_jump_in_nested_finally_2 (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_2) ... ok test_jump_in_nested_finally_3 (test.test_sys_settrace.JumpTestCase.test_jump_in_nested_finally_3) ... ok test_jump_into_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block) ... ok test_jump_into_finally_block_from_try_block (test.test_sys_settrace.JumpTestCase.test_jump_into_finally_block_from_try_block) ... ok test_jump_or_pop (test.test_sys_settrace.JumpTestCase.test_jump_or_pop) ... ok test_jump_out_of_async_for_block_backwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_backwards) ... ok test_jump_out_of_async_for_block_forwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_for_block_forwards) ... ok test_jump_out_of_async_with_assignment (test.test_sys_settrace.JumpTestCase.test_jump_out_of_async_with_assignment) ... ok 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) ... ok 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) ... ok 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) ... ok test_jump_out_of_bare_except_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_bare_except_block) ... ok test_jump_out_of_block_backwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_backwards) ... ok test_jump_out_of_block_forwards (test.test_sys_settrace.JumpTestCase.test_jump_out_of_block_forwards) ... ok test_jump_out_of_complex_nested_blocks (test.test_sys_settrace.JumpTestCase.test_jump_out_of_complex_nested_blocks) ... ok test_jump_out_of_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_finally_block) ... ok test_jump_out_of_qualified_except_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_qualified_except_block) ... ok test_jump_out_of_with_assignment (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_assignment) ... ok test_jump_out_of_with_block_within_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_finally_block) ... ok test_jump_out_of_with_block_within_for_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_for_block) ... ok test_jump_out_of_with_block_within_with_block (test.test_sys_settrace.JumpTestCase.test_jump_out_of_with_block_within_with_block) ... ok test_jump_over_async_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_jump_over_async_for_block_before_else) ... ok test_jump_over_break_in_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_over_break_in_try_finally_block) ... ok test_jump_over_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_jump_over_for_block_before_else) ... ok test_jump_over_return_in_try_finally_block (test.test_sys_settrace.JumpTestCase.test_jump_over_return_in_try_finally_block) ... ok test_jump_over_try_except (test.test_sys_settrace.JumpTestCase.test_jump_over_try_except) ... ok test_jump_simple_backwards (test.test_sys_settrace.JumpTestCase.test_jump_simple_backwards) ... ok test_jump_simple_forwards (test.test_sys_settrace.JumpTestCase.test_jump_simple_forwards) ... ok test_jump_to_codeless_line (test.test_sys_settrace.JumpTestCase.test_jump_to_codeless_line) ... ok test_jump_to_firstlineno (test.test_sys_settrace.JumpTestCase.test_jump_to_firstlineno) ... ok test_jump_to_same_line (test.test_sys_settrace.JumpTestCase.test_jump_to_same_line) ... ok test_jump_with_null_on_stack_load_attr (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_attr) ... ok test_jump_with_null_on_stack_load_global (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_load_global) ... ok test_jump_with_null_on_stack_push_null (test.test_sys_settrace.JumpTestCase.test_jump_with_null_on_stack_push_null) ... ok test_jump_within_except_block (test.test_sys_settrace.JumpTestCase.test_jump_within_except_block) ... ok test_large_function (test.test_sys_settrace.JumpTestCase.test_large_function) ... ok test_no_jump_backwards_into_async_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_for_block) ... ok test_no_jump_backwards_into_async_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_async_with_block) ... ok test_no_jump_backwards_into_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_for_block) ... ok test_no_jump_backwards_into_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_backwards_into_with_block) ... ok test_no_jump_forwards_into_async_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_for_block) ... ok test_no_jump_forwards_into_async_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_async_with_block) ... ok test_no_jump_forwards_into_for_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_for_block) ... ok test_no_jump_forwards_into_with_block (test.test_sys_settrace.JumpTestCase.test_no_jump_forwards_into_with_block) ... ok test_no_jump_from_call (test.test_sys_settrace.JumpTestCase.test_no_jump_from_call) ... ok test_no_jump_from_exception_event (test.test_sys_settrace.JumpTestCase.test_no_jump_from_exception_event) ... ok test_no_jump_from_return_event (test.test_sys_settrace.JumpTestCase.test_no_jump_from_return_event) ... ok test_no_jump_infinite_while_loop (test.test_sys_settrace.JumpTestCase.test_no_jump_infinite_while_loop) ... ok test_no_jump_into_async_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_no_jump_into_async_for_block_before_else) ... ok test_no_jump_into_bare_except_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_bare_except_block) ... ok 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) ... ok test_no_jump_into_for_block_before_else (test.test_sys_settrace.JumpTestCase.test_no_jump_into_for_block_before_else) ... ok test_no_jump_into_qualified_except_block (test.test_sys_settrace.JumpTestCase.test_no_jump_into_qualified_except_block) ... ok 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) ... ok test_no_jump_over_return_out_of_finally_block (test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_out_of_finally_block) ... ok test_no_jump_over_return_try_finally_in_finally_block (test.test_sys_settrace.JumpTestCase.test_no_jump_over_return_try_finally_in_finally_block) ... ok test_no_jump_to_except_1 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_1) ... ok test_no_jump_to_except_2 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_2) ... ok test_no_jump_to_except_3 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_3) ... ok test_no_jump_to_except_4 (test.test_sys_settrace.JumpTestCase.test_no_jump_to_except_4) ... ok test_no_jump_to_non_integers (test.test_sys_settrace.JumpTestCase.test_no_jump_to_non_integers) ... ok test_no_jump_too_far_backwards (test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_backwards) ... ok test_no_jump_too_far_forwards (test.test_sys_settrace.JumpTestCase.test_no_jump_too_far_forwards) ... ok test_no_jump_without_trace_function (test.test_sys_settrace.JumpTestCase.test_no_jump_without_trace_function) ... ok test_call (test.test_sys_settrace.RaisingTraceFuncTestCase.test_call) ... ok test_exception (test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception) ... ok test_exception_arguments (test.test_sys_settrace.RaisingTraceFuncTestCase.test_exception_arguments) ... ok test_line (test.test_sys_settrace.RaisingTraceFuncTestCase.test_line) ... ok test_line_event_raises_before_opcode_event (test.test_sys_settrace.RaisingTraceFuncTestCase.test_line_event_raises_before_opcode_event) ... ok test_return (test.test_sys_settrace.RaisingTraceFuncTestCase.test_return) ... ok test_trash_stack (test.test_sys_settrace.RaisingTraceFuncTestCase.test_trash_stack) ... ok test_01_basic (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_01_basic) ... ok test_02_arigo0 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo0) ... ok test_02_arigo1 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo1) ... ok test_02_arigo2 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_02_arigo2) ... ok test_03_one_instr (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_03_one_instr) ... ok test_04_no_pop_blocks (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_04_no_pop_blocks) ... ok test_05_no_pop_tops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_05_no_pop_tops) ... ok test_06_call (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_06_call) ... ok test_07_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_07_raise) ... ok test_08_settrace_and_return (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_08_settrace_and_return) ... ok test_09_settrace_and_raise (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_09_settrace_and_raise) ... ok test_10_ireturn (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_10_ireturn) ... ok test_11_tightloop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_11_tightloop) ... ok test_12_tighterloop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_12_tighterloop) ... ok test_13_genexp (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_13_genexp) ... ok test_14_onliner_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_14_onliner_if) ... ok test_15_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_15_loops) ... ok test_16_blank_lines (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_16_blank_lines) ... ok test_17_none_f_trace (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_17_none_f_trace) ... ok test_18_except_with_name (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_18_except_with_name) ... ok test_19_except_with_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_19_except_with_finally) ... ok test_20_async_for_loop (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_20_async_for_loop) ... ok test_21_repeated_pass (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_21_repeated_pass) ... ok test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_async_for_backwards_jump_has_no_line) ... ok test_break_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_through_finally) ... ok test_break_to_break (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_break) ... ok test_break_to_continue1 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue1) ... ok test_break_to_continue2 (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_break_to_continue2) ... ok test_class_creation_with_docstrings (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_class_creation_with_docstrings) ... ok test_continue_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_continue_through_finally) ... ok test_early_exit_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_early_exit_with) ... ok test_flow_converges_on_same_line (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_flow_converges_on_same_line) ... ok test_if_break (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_break) ... ok test_if_false_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_try_except) ... ok test_if_false_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_false_in_with) ... ok test_if_in_if_in_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_if_in_if_in_if) ... ok test_implicit_return_in_class (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_implicit_return_in_class) ... ok test_loop_in_try_except (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_loop_in_try_except) ... ok test_nested_ifs (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs) ... ok test_nested_ifs_with_and (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_ifs_with_and) ... ok test_nested_loops (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_loops) ... ok test_nested_try_if (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_nested_try_if) ... ok test_no_line_event_after_creating_generator (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_line_event_after_creating_generator) ... ok test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_no_tracing_of_named_except_cleanup) ... ok test_notrace_lambda (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_notrace_lambda) ... ok test_return_through_finally (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_return_through_finally) ... ok test_set_and_retrieve_func (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_func) ... ok test_set_and_retrieve_none (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_set_and_retrieve_none) ... ok test_settrace_error (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_settrace_error) ... ok test_testcapi_settrace_error (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_testcapi_settrace_error) ... ok test_tracing_exception_raised_in_with (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_tracing_exception_raised_in_with) ... ok test_try_except_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_no_exception) ... ok test_try_except_star_exception_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_caught) ... ok test_try_except_star_exception_not_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_exception_not_caught) ... ok test_try_except_star_named_exception_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_caught) ... ok test_try_except_star_named_exception_not_caught (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_exception_not_caught) ... ok test_try_except_star_named_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_named_no_exception) ... ok test_try_except_star_nested (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_nested) ... ok test_try_except_star_no_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_star_no_exception) ... ok test_try_except_with_wrong_type (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_except_with_wrong_type) ... ok test_try_exception_in_else (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_exception_in_else) ... ok test_try_in_try (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try) ... ok test_try_in_try_with_exception (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_try_in_try_with_exception) ... ok test_very_large_function (test.test_sys_settrace.SkipLineEventsTraceTestCase.test_very_large_function) ... ok test_reentrancy (test.test_sys_settrace.TestEdgeCases.test_reentrancy) ... ok test_same_object (test.test_sys_settrace.TestEdgeCases.test_same_object) ... ok test_trace_lots_of_globals (test.test_sys_settrace.TestExtendedArgs.test_trace_lots_of_globals) ... ok test_trace_unpack_long_sequence (test.test_sys_settrace.TestExtendedArgs.test_trace_unpack_long_sequence) ... ok test_01_basic (test.test_sys_settrace.TraceOpcodesTestCase.test_01_basic) ... ok test_02_arigo0 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo0) ... ok test_02_arigo1 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo1) ... ok test_02_arigo2 (test.test_sys_settrace.TraceOpcodesTestCase.test_02_arigo2) ... ok test_03_one_instr (test.test_sys_settrace.TraceOpcodesTestCase.test_03_one_instr) ... ok test_04_no_pop_blocks (test.test_sys_settrace.TraceOpcodesTestCase.test_04_no_pop_blocks) ... ok test_05_no_pop_tops (test.test_sys_settrace.TraceOpcodesTestCase.test_05_no_pop_tops) ... ok test_06_call (test.test_sys_settrace.TraceOpcodesTestCase.test_06_call) ... ok test_07_raise (test.test_sys_settrace.TraceOpcodesTestCase.test_07_raise) ... ok test_08_settrace_and_return (test.test_sys_settrace.TraceOpcodesTestCase.test_08_settrace_and_return) ... ok test_09_settrace_and_raise (test.test_sys_settrace.TraceOpcodesTestCase.test_09_settrace_and_raise) ... ok test_10_ireturn (test.test_sys_settrace.TraceOpcodesTestCase.test_10_ireturn) ... ok test_11_tightloop (test.test_sys_settrace.TraceOpcodesTestCase.test_11_tightloop) ... ok test_12_tighterloop (test.test_sys_settrace.TraceOpcodesTestCase.test_12_tighterloop) ... ok test_13_genexp (test.test_sys_settrace.TraceOpcodesTestCase.test_13_genexp) ... ok test_14_onliner_if (test.test_sys_settrace.TraceOpcodesTestCase.test_14_onliner_if) ... ok test_15_loops (test.test_sys_settrace.TraceOpcodesTestCase.test_15_loops) ... ok test_16_blank_lines (test.test_sys_settrace.TraceOpcodesTestCase.test_16_blank_lines) ... ok test_17_none_f_trace (test.test_sys_settrace.TraceOpcodesTestCase.test_17_none_f_trace) ... ok test_18_except_with_name (test.test_sys_settrace.TraceOpcodesTestCase.test_18_except_with_name) ... ok test_19_except_with_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_19_except_with_finally) ... ok test_20_async_for_loop (test.test_sys_settrace.TraceOpcodesTestCase.test_20_async_for_loop) ... ok test_21_repeated_pass (test.test_sys_settrace.TraceOpcodesTestCase.test_21_repeated_pass) ... ok test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceOpcodesTestCase.test_async_for_backwards_jump_has_no_line) ... ok test_break_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_break_through_finally) ... ok test_break_to_break (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_break) ... ok test_break_to_continue1 (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue1) ... ok test_break_to_continue2 (test.test_sys_settrace.TraceOpcodesTestCase.test_break_to_continue2) ... ok test_class_creation_with_docstrings (test.test_sys_settrace.TraceOpcodesTestCase.test_class_creation_with_docstrings) ... ok test_continue_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_continue_through_finally) ... ok test_early_exit_with (test.test_sys_settrace.TraceOpcodesTestCase.test_early_exit_with) ... ok test_flow_converges_on_same_line (test.test_sys_settrace.TraceOpcodesTestCase.test_flow_converges_on_same_line) ... ok test_if_break (test.test_sys_settrace.TraceOpcodesTestCase.test_if_break) ... ok test_if_false_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_try_except) ... ok test_if_false_in_with (test.test_sys_settrace.TraceOpcodesTestCase.test_if_false_in_with) ... ok test_if_in_if_in_if (test.test_sys_settrace.TraceOpcodesTestCase.test_if_in_if_in_if) ... ok test_implicit_return_in_class (test.test_sys_settrace.TraceOpcodesTestCase.test_implicit_return_in_class) ... ok test_loop_in_try_except (test.test_sys_settrace.TraceOpcodesTestCase.test_loop_in_try_except) ... ok test_nested_ifs (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs) ... ok test_nested_ifs_with_and (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_ifs_with_and) ... ok test_nested_loops (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_loops) ... ok test_nested_try_if (test.test_sys_settrace.TraceOpcodesTestCase.test_nested_try_if) ... ok test_no_line_event_after_creating_generator (test.test_sys_settrace.TraceOpcodesTestCase.test_no_line_event_after_creating_generator) ... ok test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceOpcodesTestCase.test_no_tracing_of_named_except_cleanup) ... ok test_notrace_lambda (test.test_sys_settrace.TraceOpcodesTestCase.test_notrace_lambda) ... ok test_return_through_finally (test.test_sys_settrace.TraceOpcodesTestCase.test_return_through_finally) ... ok test_set_and_retrieve_func (test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_func) ... ok test_set_and_retrieve_none (test.test_sys_settrace.TraceOpcodesTestCase.test_set_and_retrieve_none) ... ok test_settrace_error (test.test_sys_settrace.TraceOpcodesTestCase.test_settrace_error) ... ok test_testcapi_settrace_error (test.test_sys_settrace.TraceOpcodesTestCase.test_testcapi_settrace_error) ... ok test_tracing_exception_raised_in_with (test.test_sys_settrace.TraceOpcodesTestCase.test_tracing_exception_raised_in_with) ... ok test_try_except_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_no_exception) ... ok test_try_except_star_exception_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_caught) ... ok test_try_except_star_exception_not_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_exception_not_caught) ... ok test_try_except_star_named_exception_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_caught) ... ok test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_exception_not_caught) ... ok test_try_except_star_named_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_named_no_exception) ... ok test_try_except_star_nested (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_nested) ... ok test_try_except_star_no_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_star_no_exception) ... ok test_try_except_with_wrong_type (test.test_sys_settrace.TraceOpcodesTestCase.test_try_except_with_wrong_type) ... ok test_try_exception_in_else (test.test_sys_settrace.TraceOpcodesTestCase.test_try_exception_in_else) ... ok test_try_in_try (test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try) ... ok test_try_in_try_with_exception (test.test_sys_settrace.TraceOpcodesTestCase.test_try_in_try_with_exception) ... ok test_very_large_function (test.test_sys_settrace.TraceOpcodesTestCase.test_very_large_function) ... ok test_01_basic (test.test_sys_settrace.TraceTestCase.test_01_basic) ... ok test_02_arigo0 (test.test_sys_settrace.TraceTestCase.test_02_arigo0) ... ok test_02_arigo1 (test.test_sys_settrace.TraceTestCase.test_02_arigo1) ... ok test_02_arigo2 (test.test_sys_settrace.TraceTestCase.test_02_arigo2) ... ok test_03_one_instr (test.test_sys_settrace.TraceTestCase.test_03_one_instr) ... ok test_04_no_pop_blocks (test.test_sys_settrace.TraceTestCase.test_04_no_pop_blocks) ... ok test_05_no_pop_tops (test.test_sys_settrace.TraceTestCase.test_05_no_pop_tops) ... ok test_06_call (test.test_sys_settrace.TraceTestCase.test_06_call) ... ok test_07_raise (test.test_sys_settrace.TraceTestCase.test_07_raise) ... ok test_08_settrace_and_return (test.test_sys_settrace.TraceTestCase.test_08_settrace_and_return) ... ok test_09_settrace_and_raise (test.test_sys_settrace.TraceTestCase.test_09_settrace_and_raise) ... ok test_10_ireturn (test.test_sys_settrace.TraceTestCase.test_10_ireturn) ... ok test_11_tightloop (test.test_sys_settrace.TraceTestCase.test_11_tightloop) ... ok test_12_tighterloop (test.test_sys_settrace.TraceTestCase.test_12_tighterloop) ... ok test_13_genexp (test.test_sys_settrace.TraceTestCase.test_13_genexp) ... ok test_14_onliner_if (test.test_sys_settrace.TraceTestCase.test_14_onliner_if) ... ok test_15_loops (test.test_sys_settrace.TraceTestCase.test_15_loops) ... ok test_16_blank_lines (test.test_sys_settrace.TraceTestCase.test_16_blank_lines) ... ok test_17_none_f_trace (test.test_sys_settrace.TraceTestCase.test_17_none_f_trace) ... ok test_18_except_with_name (test.test_sys_settrace.TraceTestCase.test_18_except_with_name) ... ok test_19_except_with_finally (test.test_sys_settrace.TraceTestCase.test_19_except_with_finally) ... ok test_20_async_for_loop (test.test_sys_settrace.TraceTestCase.test_20_async_for_loop) ... ok test_21_repeated_pass (test.test_sys_settrace.TraceTestCase.test_21_repeated_pass) ... ok test_async_for_backwards_jump_has_no_line (test.test_sys_settrace.TraceTestCase.test_async_for_backwards_jump_has_no_line) ... ok test_break_through_finally (test.test_sys_settrace.TraceTestCase.test_break_through_finally) ... ok test_break_to_break (test.test_sys_settrace.TraceTestCase.test_break_to_break) ... ok test_break_to_continue1 (test.test_sys_settrace.TraceTestCase.test_break_to_continue1) ... ok test_break_to_continue2 (test.test_sys_settrace.TraceTestCase.test_break_to_continue2) ... ok test_class_creation_with_docstrings (test.test_sys_settrace.TraceTestCase.test_class_creation_with_docstrings) ... ok test_continue_through_finally (test.test_sys_settrace.TraceTestCase.test_continue_through_finally) ... ok test_early_exit_with (test.test_sys_settrace.TraceTestCase.test_early_exit_with) ... ok test_flow_converges_on_same_line (test.test_sys_settrace.TraceTestCase.test_flow_converges_on_same_line) ... ok test_if_break (test.test_sys_settrace.TraceTestCase.test_if_break) ... ok test_if_false_in_try_except (test.test_sys_settrace.TraceTestCase.test_if_false_in_try_except) ... ok test_if_false_in_with (test.test_sys_settrace.TraceTestCase.test_if_false_in_with) ... ok test_if_in_if_in_if (test.test_sys_settrace.TraceTestCase.test_if_in_if_in_if) ... ok test_implicit_return_in_class (test.test_sys_settrace.TraceTestCase.test_implicit_return_in_class) ... ok test_loop_in_try_except (test.test_sys_settrace.TraceTestCase.test_loop_in_try_except) ... ok test_nested_ifs (test.test_sys_settrace.TraceTestCase.test_nested_ifs) ... ok test_nested_ifs_with_and (test.test_sys_settrace.TraceTestCase.test_nested_ifs_with_and) ... ok test_nested_loops (test.test_sys_settrace.TraceTestCase.test_nested_loops) ... ok test_nested_try_if (test.test_sys_settrace.TraceTestCase.test_nested_try_if) ... ok test_no_line_event_after_creating_generator (test.test_sys_settrace.TraceTestCase.test_no_line_event_after_creating_generator) ... ok test_no_tracing_of_named_except_cleanup (test.test_sys_settrace.TraceTestCase.test_no_tracing_of_named_except_cleanup) ... ok test_notrace_lambda (test.test_sys_settrace.TraceTestCase.test_notrace_lambda) ... ok test_return_through_finally (test.test_sys_settrace.TraceTestCase.test_return_through_finally) ... ok test_set_and_retrieve_func (test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_func) ... ok test_set_and_retrieve_none (test.test_sys_settrace.TraceTestCase.test_set_and_retrieve_none) ... ok test_settrace_error (test.test_sys_settrace.TraceTestCase.test_settrace_error) ... ok test_testcapi_settrace_error (test.test_sys_settrace.TraceTestCase.test_testcapi_settrace_error) ... ok test_tracing_exception_raised_in_with (test.test_sys_settrace.TraceTestCase.test_tracing_exception_raised_in_with) ... ok test_try_except_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_no_exception) ... ok test_try_except_star_exception_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_caught) ... ok test_try_except_star_exception_not_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_exception_not_caught) ... ok test_try_except_star_named_exception_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_caught) ... ok test_try_except_star_named_exception_not_caught (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_exception_not_caught) ... ok test_try_except_star_named_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_star_named_no_exception) ... ok test_try_except_star_nested (test.test_sys_settrace.TraceTestCase.test_try_except_star_nested) ... ok test_try_except_star_no_exception (test.test_sys_settrace.TraceTestCase.test_try_except_star_no_exception) ... ok test_try_except_with_wrong_type (test.test_sys_settrace.TraceTestCase.test_try_except_with_wrong_type) ... ok test_try_exception_in_else (test.test_sys_settrace.TraceTestCase.test_try_exception_in_else) ... ok test_try_in_try (test.test_sys_settrace.TraceTestCase.test_try_in_try) ... ok test_try_in_try_with_exception (test.test_sys_settrace.TraceTestCase.test_try_in_try_with_exception) ... ok test_very_large_function (test.test_sys_settrace.TraceTestCase.test_very_large_function) ... ok ---------------------------------------------------------------------- Ran 299 tests in 0.588s OK 0:18:25 load avg: 0.88 [347/432/1] test_sysconfig test_get_makefile_filename (test.test_sysconfig.MakefileTests.test_get_makefile_filename) ... ok test_parse_makefile (test.test_sysconfig.MakefileTests.test_parse_makefile) ... ok test_EXT_SUFFIX_in_vars (test.test_sysconfig.TestSysConfig.test_EXT_SUFFIX_in_vars) ... ok test_get_config_h_filename (test.test_sysconfig.TestSysConfig.test_get_config_h_filename) ... ok test_get_config_vars (test.test_sysconfig.TestSysConfig.test_get_config_vars) ... ok test_get_default_scheme (test.test_sysconfig.TestSysConfig.test_get_default_scheme) ... ok test_get_path (test.test_sysconfig.TestSysConfig.test_get_path) ... ok test_get_path_names (test.test_sysconfig.TestSysConfig.test_get_path_names) ... ok test_get_paths (test.test_sysconfig.TestSysConfig.test_get_paths) ... ok test_get_platform (test.test_sysconfig.TestSysConfig.test_get_platform) ... ok test_get_preferred_schemes (test.test_sysconfig.TestSysConfig.test_get_preferred_schemes) ... ok test_get_scheme_names (test.test_sysconfig.TestSysConfig.test_get_scheme_names) ... ok test_ldshared_value (test.test_sysconfig.TestSysConfig.test_ldshared_value) ... ok test_main (test.test_sysconfig.TestSysConfig.test_main) ... ok test_nt_venv_scheme (test.test_sysconfig.TestSysConfig.test_nt_venv_scheme) ... ok test_osx_ext_suffix (test.test_sysconfig.TestSysConfig.test_osx_ext_suffix) ... skipped 'OS X-specific test' test_platform_in_subprocess (test.test_sysconfig.TestSysConfig.test_platform_in_subprocess) ... skipped 'test only relevant on MacOSX' test_posix_venv_scheme (test.test_sysconfig.TestSysConfig.test_posix_venv_scheme) ... ok test_srcdir (test.test_sysconfig.TestSysConfig.test_srcdir) ... ok test_srcdir_independent_of_cwd (test.test_sysconfig.TestSysConfig.test_srcdir_independent_of_cwd) ... ok test_symlink (test.test_sysconfig.TestSysConfig.test_symlink) ... ok test_triplet_in_ext_suffix (test.test_sysconfig.TestSysConfig.test_triplet_in_ext_suffix) ... ok test_user_similar (test.test_sysconfig.TestSysConfig.test_user_similar) ... ok test_venv_scheme (test.test_sysconfig.TestSysConfig.test_venv_scheme) ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.029s OK (skipped=2) 0:18:26 load avg: 0.88 [348/432/1] test_syslog test_closelog (test.test_syslog.Test.test_closelog) ... ok test_log_mask (test.test_syslog.Test.test_log_mask) ... ok test_openlog (test.test_syslog.Test.test_openlog) ... ok test_openlog_noargs (test.test_syslog.Test.test_openlog_noargs) ... ok test_setlogmask (test.test_syslog.Test.test_setlogmask) ... ok test_syslog (test.test_syslog.Test.test_syslog) ... ok test_syslog_implicit_open (test.test_syslog.Test.test_syslog_implicit_open) ... ok test_syslog_threaded (test.test_syslog.Test.test_syslog_threaded) ... ok ---------------------------------------------------------------------- Ran 8 tests in 0.103s OK 0:18:26 load avg: 0.88 [349/432/1] test_tabnanny test_correct_directory (test.test_tabnanny.TestCheck.test_correct_directory) Directory which contains few error free python source code files. ... ok test_correct_directory_verbose (test.test_tabnanny.TestCheck.test_correct_directory_verbose) Directory containing few error free python source code files. ... ok test_correct_file (test.test_tabnanny.TestCheck.test_correct_file) A python source code file without any errors. ... ok test_errored_directory (test.test_tabnanny.TestCheck.test_errored_directory) Directory containing wrongly indented python source code files. ... ok test_when_nannynag_error (test.test_tabnanny.TestCheck.test_when_nannynag_error) A python source code file eligible for raising `tabnanny.NannyNag`. ... ok test_when_nannynag_error_verbose (test.test_tabnanny.TestCheck.test_when_nannynag_error_verbose) A python source code file eligible for raising `tabnanny.NannyNag`. ... ok test_when_no_file (test.test_tabnanny.TestCheck.test_when_no_file) A python file which does not exist actually in system. ... ok test_when_tokenize_tokenerror (test.test_tabnanny.TestCheck.test_when_tokenize_tokenerror) A python source code file eligible for raising 'tokenize.TokenError'. ... ok test_when_wrong_indented (test.test_tabnanny.TestCheck.test_when_wrong_indented) A python source code file eligible for raising `IndentationError`. ... ok test_command_usage (test.test_tabnanny.TestCommandLine.test_command_usage) Should display usage on no arguments. ... ok test_double_verbose_mode (test.test_tabnanny.TestCommandLine.test_double_verbose_mode) Should display detailed error information if double verbose is on. ... ok test_quiet_flag (test.test_tabnanny.TestCommandLine.test_quiet_flag) Should display less when quite mode is on. ... ok test_verbose_mode (test.test_tabnanny.TestCommandLine.test_verbose_mode) Should display more error information if verbose mode is on. ... ok test_with_error_free_file (test.test_tabnanny.TestCommandLine.test_with_error_free_file) Should not display anything if python file is correctly indented. ... ok test_with_errored_file (test.test_tabnanny.TestCommandLine.test_with_errored_file) Should displays error when errored python file is given. ... ok test_errprint (test.test_tabnanny.TestErrPrint.test_errprint) Asserting result of `tabnanny.errprint()` by giving sample inputs. ... ok test_format_witnesses (test.test_tabnanny.TestFormatWitnesses.test_format_witnesses) Asserting formatter result by giving various input samples. ... ok test_all_methods (test.test_tabnanny.TestNannyNag.test_all_methods) Asserting behaviour of `tabnanny.NannyNag` exception. ... ok test_with_correct_code (test.test_tabnanny.TestProcessTokens.test_with_correct_code) A python source code without any whitespace related problems. ... ok test_with_errored_codes_samples (test.test_tabnanny.TestProcessTokens.test_with_errored_codes_samples) A python source code with whitespace related sampled problems. ... ok ---------------------------------------------------------------------- Ran 20 tests in 0.103s OK 0:18:27 load avg: 0.97 [350/432/1] test_tarfile test_empty (test.test_tarfile.AppendTest.test_empty) ... ok test_empty_fileobj (test.test_tarfile.AppendTest.test_empty_fileobj) ... ok test_existing (test.test_tarfile.AppendTest.test_existing) ... ok test_fileobj (test.test_tarfile.AppendTest.test_fileobj) ... ok test_incomplete (test.test_tarfile.AppendTest.test_incomplete) ... ok test_invalid (test.test_tarfile.AppendTest.test_invalid) ... ok test_non_existing (test.test_tarfile.AppendTest.test_non_existing) ... ok test_null (test.test_tarfile.AppendTest.test_null) ... ok test_premature_eof (test.test_tarfile.AppendTest.test_premature_eof) ... ok test_trailing_garbage (test.test_tarfile.AppendTest.test_trailing_garbage) ... ok test_append_compressed (test.test_tarfile.Bz2AppendTest.test_append_compressed) ... ok test_create (test.test_tarfile.Bz2CreateTest.test_create) ... ok test_create_existing (test.test_tarfile.Bz2CreateTest.test_create_existing) ... ok test_create_existing_taropen (test.test_tarfile.Bz2CreateTest.test_create_existing_taropen) ... ok test_create_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_pathlike_name) ... ok test_create_taropen (test.test_tarfile.Bz2CreateTest.test_create_taropen) ... ok test_create_taropen_pathlike_name (test.test_tarfile.Bz2CreateTest.test_create_taropen_pathlike_name) ... ok test_create_with_compresslevel (test.test_tarfile.Bz2CreateTest.test_create_with_compresslevel) ... ok test_eof_marker (test.test_tarfile.Bz2CreateTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.Bz2CreateTest.test_fileobj_no_close) ... ok test_detect_file (test.test_tarfile.Bz2DetectReadTest.test_detect_file) ... ok test_detect_fileobj (test.test_tarfile.Bz2DetectReadTest.test_detect_fileobj) ... ok test_detect_stream_bz2 (test.test_tarfile.Bz2DetectReadTest.test_detect_stream_bz2) ... ok test_list (test.test_tarfile.Bz2ListTest.test_list) ... ok test_list_members (test.test_tarfile.Bz2ListTest.test_list_members) ... ok test_list_verbose (test.test_tarfile.Bz2ListTest.test_list_verbose) ... ok test_bytes_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_bytes_name_attribute) ... skipped 'BZ2File have no name attribute' test_check_members (test.test_tarfile.Bz2MiscReadTest.test_check_members) ... ok test_empty_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_empty_name_attribute) ... ok test_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_empty_tarfile) ... ok test_extract_directory (test.test_tarfile.Bz2MiscReadTest.test_extract_directory) ... ok test_extract_hardlink (test.test_tarfile.Bz2MiscReadTest.test_extract_hardlink) ... ok test_extract_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_extract_pathlike_name) ... ok test_extractall (test.test_tarfile.Bz2MiscReadTest.test_extractall) ... ok test_extractall_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_extractall_pathlike_name) ... ok test_fail_comp (test.test_tarfile.Bz2MiscReadTest.test_fail_comp) ... ok test_fileobj_with_offset (test.test_tarfile.Bz2MiscReadTest.test_fileobj_with_offset) ... ok test_find_members (test.test_tarfile.Bz2MiscReadTest.test_find_members) ... ok test_ignore_zeros (test.test_tarfile.Bz2MiscReadTest.test_ignore_zeros) ... ok test_illegal_mode_arg (test.test_tarfile.Bz2MiscReadTest.test_illegal_mode_arg) ... ok test_init_close_fobj (test.test_tarfile.Bz2MiscReadTest.test_init_close_fobj) ... ok test_int_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_int_name_attribute) ... ok test_is_tarfile_erroneous (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.Bz2MiscReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.Bz2MiscReadTest.test_length_zero_header) ... ok test_next_on_empty_tarfile (test.test_tarfile.Bz2MiscReadTest.test_next_on_empty_tarfile) ... ok test_no_name_argument (test.test_tarfile.Bz2MiscReadTest.test_no_name_argument) ... skipped 'BZ2File have no name attribute' test_no_name_attribute (test.test_tarfile.Bz2MiscReadTest.test_no_name_attribute) ... ok test_non_existent_tarfile (test.test_tarfile.Bz2MiscReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.Bz2MiscReadTest.test_null_tarfile) ... ok test_parallel_iteration (test.test_tarfile.Bz2MiscReadTest.test_parallel_iteration) ... ok test_pathlike_name (test.test_tarfile.Bz2MiscReadTest.test_pathlike_name) ... ok test_premature_end_of_archive (test.test_tarfile.Bz2MiscReadTest.test_premature_end_of_archive) ... ok test_v7_dirtype (test.test_tarfile.Bz2MiscReadTest.test_v7_dirtype) ... ok test_xstar_type (test.test_tarfile.Bz2MiscReadTest.test_xstar_type) ... ok test_zlib_error_does_not_leak (test.test_tarfile.Bz2MiscReadTest.test_zlib_error_does_not_leak) ... ok test_partial_input (test.test_tarfile.Bz2PartialReadTest.test_partial_input) ... ok test_partial_input_bz2 (test.test_tarfile.Bz2PartialReadTest.test_partial_input_bz2) ... ok test_compare_members (test.test_tarfile.Bz2StreamReadTest.test_compare_members) ... ok test_empty_tarfile (test.test_tarfile.Bz2StreamReadTest.test_empty_tarfile) ... ok test_fileobj_regular_file (test.test_tarfile.Bz2StreamReadTest.test_fileobj_regular_file) ... ok test_ignore_zeros (test.test_tarfile.Bz2StreamReadTest.test_ignore_zeros) ... ok test_is_tarfile_erroneous (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.Bz2StreamReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.Bz2StreamReadTest.test_length_zero_header) ... ok test_non_existent_tarfile (test.test_tarfile.Bz2StreamReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.Bz2StreamReadTest.test_null_tarfile) ... ok test_premature_end_of_archive (test.test_tarfile.Bz2StreamReadTest.test_premature_end_of_archive) ... ok test_provoke_stream_error (test.test_tarfile.Bz2StreamReadTest.test_provoke_stream_error) ... ok test_read_through (test.test_tarfile.Bz2StreamReadTest.test_read_through) ... ok test_eof_marker (test.test_tarfile.Bz2StreamWriteTest.test_eof_marker) ... ok test_file_mode (test.test_tarfile.Bz2StreamWriteTest.test_file_mode) ... ok test_fileobj_no_close (test.test_tarfile.Bz2StreamWriteTest.test_fileobj_no_close) ... ok test_stream_padding (test.test_tarfile.Bz2StreamWriteTest.test_stream_padding) ... ok test_add_dir_getmember (test.test_tarfile.Bz2UstarReadTest.test_add_dir_getmember) ... ok test_fileobj_iter (test.test_tarfile.Bz2UstarReadTest.test_fileobj_iter) ... ok test_fileobj_link1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link1) ... ok test_fileobj_link2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_link2) ... ok test_fileobj_readlines (test.test_tarfile.Bz2UstarReadTest.test_fileobj_readlines) ... ok test_fileobj_regular_file (test.test_tarfile.Bz2UstarReadTest.test_fileobj_regular_file) ... ok test_fileobj_seek (test.test_tarfile.Bz2UstarReadTest.test_fileobj_seek) ... ok test_fileobj_symlink1 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink1) ... ok test_fileobj_symlink2 (test.test_tarfile.Bz2UstarReadTest.test_fileobj_symlink2) ... ok test_fileobj_text (test.test_tarfile.Bz2UstarReadTest.test_fileobj_text) ... ok test_issue14160 (test.test_tarfile.Bz2UstarReadTest.test_issue14160) ... ok test_100_char_name (test.test_tarfile.Bz2WriteTest.test_100_char_name) ... ok test_abs_pathnames (test.test_tarfile.Bz2WriteTest.test_abs_pathnames) ... ok test_add_self (test.test_tarfile.Bz2WriteTest.test_add_self) ... ok test_cwd (test.test_tarfile.Bz2WriteTest.test_cwd) ... ok test_directory_size (test.test_tarfile.Bz2WriteTest.test_directory_size) ... ok test_eof_marker (test.test_tarfile.Bz2WriteTest.test_eof_marker) ... ok test_extractall_symlinks (test.test_tarfile.Bz2WriteTest.test_extractall_symlinks) ... ok test_file_size (test.test_tarfile.Bz2WriteTest.test_file_size) ... ok test_fileobj_no_close (test.test_tarfile.Bz2WriteTest.test_fileobj_no_close) ... ok test_filter (test.test_tarfile.Bz2WriteTest.test_filter) ... ok test_gettarinfo_pathlike_name (test.test_tarfile.Bz2WriteTest.test_gettarinfo_pathlike_name) ... ok test_link_size (test.test_tarfile.Bz2WriteTest.test_link_size) ... ok test_open_nonwritable_fileobj (test.test_tarfile.Bz2WriteTest.test_open_nonwritable_fileobj) ... ok test_ordered_recursion (test.test_tarfile.Bz2WriteTest.test_ordered_recursion) ... ok test_pathnames (test.test_tarfile.Bz2WriteTest.test_pathnames) ... ok test_symlink_size (test.test_tarfile.Bz2WriteTest.test_symlink_size) ... ok test_tar_size (test.test_tarfile.Bz2WriteTest.test_tar_size) ... ok test_bad_use (test.test_tarfile.CommandLineTest.test_bad_use) ... ok test_create_command (test.test_tarfile.CommandLineTest.test_create_command) ... ok test_create_command_compressed (test.test_tarfile.CommandLineTest.test_create_command_compressed) ... ok test_create_command_dot_started_filename (test.test_tarfile.CommandLineTest.test_create_command_dot_started_filename) ... ok test_create_command_dotless_filename (test.test_tarfile.CommandLineTest.test_create_command_dotless_filename) ... ok test_create_command_verbose (test.test_tarfile.CommandLineTest.test_create_command_verbose) ... ok test_extract_command (test.test_tarfile.CommandLineTest.test_extract_command) ... ok test_extract_command_different_directory (test.test_tarfile.CommandLineTest.test_extract_command_different_directory) ... ok test_extract_command_filter (test.test_tarfile.CommandLineTest.test_extract_command_filter) ... ok test_extract_command_invalid_file (test.test_tarfile.CommandLineTest.test_extract_command_invalid_file) ... ok test_extract_command_verbose (test.test_tarfile.CommandLineTest.test_extract_command_verbose) ... ok test_list_command (test.test_tarfile.CommandLineTest.test_list_command) ... ok test_list_command_invalid_file (test.test_tarfile.CommandLineTest.test_list_command_invalid_file) ... ok test_list_command_verbose (test.test_tarfile.CommandLineTest.test_list_command_verbose) ... ok test_test_command (test.test_tarfile.CommandLineTest.test_test_command) ... ok test_test_command_invalid_file (test.test_tarfile.CommandLineTest.test_test_command_invalid_file) ... ok test_test_command_verbose (test.test_tarfile.CommandLineTest.test_test_command_verbose) ... ok test_basic (test.test_tarfile.ContextManagerTest.test_basic) ... ok test_closed (test.test_tarfile.ContextManagerTest.test_closed) ... ok test_eof (test.test_tarfile.ContextManagerTest.test_eof) ... ok test_exception (test.test_tarfile.ContextManagerTest.test_exception) ... ok test_fileobj (test.test_tarfile.ContextManagerTest.test_fileobj) ... ok test_no_eof (test.test_tarfile.ContextManagerTest.test_no_eof) ... ok test_create (test.test_tarfile.CreateTest.test_create) ... ok test_create_existing (test.test_tarfile.CreateTest.test_create_existing) ... ok test_create_existing_taropen (test.test_tarfile.CreateTest.test_create_existing_taropen) ... ok test_create_pathlike_name (test.test_tarfile.CreateTest.test_create_pathlike_name) ... ok test_create_taropen (test.test_tarfile.CreateTest.test_create_taropen) ... ok test_create_taropen_pathlike_name (test.test_tarfile.CreateTest.test_create_taropen_pathlike_name) ... ok test_eof_marker (test.test_tarfile.CreateTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.CreateTest.test_fileobj_no_close) ... ok test_create (test.test_tarfile.CreateWithXModeTest.test_create) ... ok test_create_existing (test.test_tarfile.CreateWithXModeTest.test_create_existing) ... ok test_create_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_pathlike_name) ... ok test_create_taropen_pathlike_name (test.test_tarfile.CreateWithXModeTest.test_create_taropen_pathlike_name) ... ok test_eof_marker (test.test_tarfile.CreateWithXModeTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.CreateWithXModeTest.test_fileobj_no_close) ... ok test_detect_file (test.test_tarfile.DetectReadTest.test_detect_file) ... ok test_detect_fileobj (test.test_tarfile.DetectReadTest.test_detect_fileobj) ... ok test_eof_marker (test.test_tarfile.DeviceHeaderTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.DeviceHeaderTest.test_fileobj_no_close) ... ok test_headers_written_only_for_device_files (test.test_tarfile.DeviceHeaderTest.test_headers_written_only_for_device_files) ... ok test_header_offset (test.test_tarfile.GNUReadTest.test_header_offset) ... ok test_longname_directory (test.test_tarfile.GNUReadTest.test_longname_directory) ... ok test_read_longlink (test.test_tarfile.GNUReadTest.test_read_longlink) ... ok test_read_longname (test.test_tarfile.GNUReadTest.test_read_longname) ... ok test_sparse_file_00 (test.test_tarfile.GNUReadTest.test_sparse_file_00) ... ok test_sparse_file_01 (test.test_tarfile.GNUReadTest.test_sparse_file_01) ... ok test_sparse_file_10 (test.test_tarfile.GNUReadTest.test_sparse_file_10) ... ok test_sparse_file_old (test.test_tarfile.GNUReadTest.test_sparse_file_old) ... ok test_truncated_longname (test.test_tarfile.GNUReadTest.test_truncated_longname) ... ok test_bad_pax_header (test.test_tarfile.GNUUnicodeTest.test_bad_pax_header) ... ok test_iso8859_1_filename (test.test_tarfile.GNUUnicodeTest.test_iso8859_1_filename) ... ok test_uname_unicode (test.test_tarfile.GNUUnicodeTest.test_uname_unicode) ... ok test_unicode_argument (test.test_tarfile.GNUUnicodeTest.test_unicode_argument) ... ok test_unicode_filename_error (test.test_tarfile.GNUUnicodeTest.test_unicode_filename_error) ... ok test_utf7_filename (test.test_tarfile.GNUUnicodeTest.test_utf7_filename) ... ok test_utf8_filename (test.test_tarfile.GNUUnicodeTest.test_utf8_filename) ... ok test_longlink_1023 (test.test_tarfile.GNUWriteTest.test_longlink_1023) ... ok test_longlink_1024 (test.test_tarfile.GNUWriteTest.test_longlink_1024) ... ok test_longlink_1025 (test.test_tarfile.GNUWriteTest.test_longlink_1025) ... ok test_longname_1023 (test.test_tarfile.GNUWriteTest.test_longname_1023) ... ok test_longname_1024 (test.test_tarfile.GNUWriteTest.test_longname_1024) ... ok test_longname_1025 (test.test_tarfile.GNUWriteTest.test_longname_1025) ... ok test_longnamelink_1023 (test.test_tarfile.GNUWriteTest.test_longnamelink_1023) ... ok test_longnamelink_1024 (test.test_tarfile.GNUWriteTest.test_longnamelink_1024) ... ok test_longnamelink_1025 (test.test_tarfile.GNUWriteTest.test_longnamelink_1025) ... ok test_append_compressed (test.test_tarfile.GzipAppendTest.test_append_compressed) ... ok runTest (test.test_tarfile.GzipBrokenHeaderCorrectException.runTest) ... ok test_create (test.test_tarfile.GzipCreateTest.test_create) ... ok test_create_existing (test.test_tarfile.GzipCreateTest.test_create_existing) ... ok test_create_existing_taropen (test.test_tarfile.GzipCreateTest.test_create_existing_taropen) ... ok test_create_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_pathlike_name) ... ok test_create_taropen (test.test_tarfile.GzipCreateTest.test_create_taropen) ... ok test_create_taropen_pathlike_name (test.test_tarfile.GzipCreateTest.test_create_taropen_pathlike_name) ... ok test_create_with_compresslevel (test.test_tarfile.GzipCreateTest.test_create_with_compresslevel) ... ok test_eof_marker (test.test_tarfile.GzipCreateTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.GzipCreateTest.test_fileobj_no_close) ... ok test_detect_file (test.test_tarfile.GzipDetectReadTest.test_detect_file) ... ok test_detect_fileobj (test.test_tarfile.GzipDetectReadTest.test_detect_fileobj) ... ok test_list (test.test_tarfile.GzipListTest.test_list) ... ok test_list_members (test.test_tarfile.GzipListTest.test_list_members) ... ok test_list_verbose (test.test_tarfile.GzipListTest.test_list_verbose) ... ok test_bytes_name_attribute (test.test_tarfile.GzipMiscReadTest.test_bytes_name_attribute) ... ok test_check_members (test.test_tarfile.GzipMiscReadTest.test_check_members) ... ok test_empty_name_attribute (test.test_tarfile.GzipMiscReadTest.test_empty_name_attribute) ... ok test_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_empty_tarfile) ... ok test_extract_directory (test.test_tarfile.GzipMiscReadTest.test_extract_directory) ... ok test_extract_hardlink (test.test_tarfile.GzipMiscReadTest.test_extract_hardlink) ... ok test_extract_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_extract_pathlike_name) ... ok test_extractall (test.test_tarfile.GzipMiscReadTest.test_extractall) ... ok test_extractall_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_extractall_pathlike_name) ... ok test_fail_comp (test.test_tarfile.GzipMiscReadTest.test_fail_comp) ... ok test_fileobj_with_offset (test.test_tarfile.GzipMiscReadTest.test_fileobj_with_offset) ... ok test_find_members (test.test_tarfile.GzipMiscReadTest.test_find_members) ... ok test_ignore_zeros (test.test_tarfile.GzipMiscReadTest.test_ignore_zeros) ... ok test_illegal_mode_arg (test.test_tarfile.GzipMiscReadTest.test_illegal_mode_arg) ... ok test_init_close_fobj (test.test_tarfile.GzipMiscReadTest.test_init_close_fobj) ... ok test_int_name_attribute (test.test_tarfile.GzipMiscReadTest.test_int_name_attribute) ... ok test_is_tarfile_erroneous (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.GzipMiscReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.GzipMiscReadTest.test_length_zero_header) ... ok test_next_on_empty_tarfile (test.test_tarfile.GzipMiscReadTest.test_next_on_empty_tarfile) ... ok test_no_name_argument (test.test_tarfile.GzipMiscReadTest.test_no_name_argument) ... ok test_no_name_attribute (test.test_tarfile.GzipMiscReadTest.test_no_name_attribute) ... ok test_non_existent_tarfile (test.test_tarfile.GzipMiscReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.GzipMiscReadTest.test_null_tarfile) ... ok test_parallel_iteration (test.test_tarfile.GzipMiscReadTest.test_parallel_iteration) ... ok test_pathlike_name (test.test_tarfile.GzipMiscReadTest.test_pathlike_name) ... ok test_premature_end_of_archive (test.test_tarfile.GzipMiscReadTest.test_premature_end_of_archive) ... ok test_v7_dirtype (test.test_tarfile.GzipMiscReadTest.test_v7_dirtype) ... ok test_xstar_type (test.test_tarfile.GzipMiscReadTest.test_xstar_type) ... ok test_zlib_error_does_not_leak (test.test_tarfile.GzipMiscReadTest.test_zlib_error_does_not_leak) ... ok test_compare_members (test.test_tarfile.GzipStreamReadTest.test_compare_members) ... ok test_empty_tarfile (test.test_tarfile.GzipStreamReadTest.test_empty_tarfile) ... ok test_fileobj_regular_file (test.test_tarfile.GzipStreamReadTest.test_fileobj_regular_file) ... ok test_ignore_zeros (test.test_tarfile.GzipStreamReadTest.test_ignore_zeros) ... ok test_is_tarfile_erroneous (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.GzipStreamReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.GzipStreamReadTest.test_length_zero_header) ... ok test_non_existent_tarfile (test.test_tarfile.GzipStreamReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.GzipStreamReadTest.test_null_tarfile) ... ok test_premature_end_of_archive (test.test_tarfile.GzipStreamReadTest.test_premature_end_of_archive) ... ok test_provoke_stream_error (test.test_tarfile.GzipStreamReadTest.test_provoke_stream_error) ... ok test_read_through (test.test_tarfile.GzipStreamReadTest.test_read_through) ... ok test_eof_marker (test.test_tarfile.GzipStreamWriteTest.test_eof_marker) ... ok test_file_mode (test.test_tarfile.GzipStreamWriteTest.test_file_mode) ... ok test_fileobj_no_close (test.test_tarfile.GzipStreamWriteTest.test_fileobj_no_close) ... ok test_source_directory_not_leaked (test.test_tarfile.GzipStreamWriteTest.test_source_directory_not_leaked) Ensure the source directory is not included in the tar header ... ok test_stream_padding (test.test_tarfile.GzipStreamWriteTest.test_stream_padding) ... ok test_add_dir_getmember (test.test_tarfile.GzipUstarReadTest.test_add_dir_getmember) ... ok test_fileobj_iter (test.test_tarfile.GzipUstarReadTest.test_fileobj_iter) ... ok test_fileobj_link1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link1) ... ok test_fileobj_link2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_link2) ... ok test_fileobj_readlines (test.test_tarfile.GzipUstarReadTest.test_fileobj_readlines) ... ok test_fileobj_regular_file (test.test_tarfile.GzipUstarReadTest.test_fileobj_regular_file) ... ok test_fileobj_seek (test.test_tarfile.GzipUstarReadTest.test_fileobj_seek) ... ok test_fileobj_symlink1 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink1) ... ok test_fileobj_symlink2 (test.test_tarfile.GzipUstarReadTest.test_fileobj_symlink2) ... ok test_fileobj_text (test.test_tarfile.GzipUstarReadTest.test_fileobj_text) ... ok test_issue14160 (test.test_tarfile.GzipUstarReadTest.test_issue14160) ... ok test_100_char_name (test.test_tarfile.GzipWriteTest.test_100_char_name) ... ok test_abs_pathnames (test.test_tarfile.GzipWriteTest.test_abs_pathnames) ... ok test_add_self (test.test_tarfile.GzipWriteTest.test_add_self) ... ok test_cwd (test.test_tarfile.GzipWriteTest.test_cwd) ... ok test_directory_size (test.test_tarfile.GzipWriteTest.test_directory_size) ... ok test_eof_marker (test.test_tarfile.GzipWriteTest.test_eof_marker) ... ok test_extractall_symlinks (test.test_tarfile.GzipWriteTest.test_extractall_symlinks) ... ok test_file_size (test.test_tarfile.GzipWriteTest.test_file_size) ... ok test_fileobj_no_close (test.test_tarfile.GzipWriteTest.test_fileobj_no_close) ... ok test_filter (test.test_tarfile.GzipWriteTest.test_filter) ... ok test_gettarinfo_pathlike_name (test.test_tarfile.GzipWriteTest.test_gettarinfo_pathlike_name) ... ok test_link_size (test.test_tarfile.GzipWriteTest.test_link_size) ... ok test_open_nonwritable_fileobj (test.test_tarfile.GzipWriteTest.test_open_nonwritable_fileobj) ... ok test_ordered_recursion (test.test_tarfile.GzipWriteTest.test_ordered_recursion) ... ok test_pathnames (test.test_tarfile.GzipWriteTest.test_pathnames) ... ok test_symlink_size (test.test_tarfile.GzipWriteTest.test_symlink_size) ... ok test_tar_size (test.test_tarfile.GzipWriteTest.test_tar_size) ... ok test_add_hardlink (test.test_tarfile.HardlinkTest.test_add_hardlink) ... ok test_add_twice (test.test_tarfile.HardlinkTest.test_add_twice) ... ok test_dereference_hardlink (test.test_tarfile.HardlinkTest.test_dereference_hardlink) ... ok test_gnu_limits (test.test_tarfile.LimitsTest.test_gnu_limits) ... ok test_pax_limits (test.test_tarfile.LimitsTest.test_pax_limits) ... ok test_ustar_limits (test.test_tarfile.LimitsTest.test_ustar_limits) ... ok test_hardlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction1) ... skipped 'requires os.link to be missing' test_hardlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_hardlink_extraction2) ... skipped 'requires os.link to be missing' test_symlink_extraction1 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction1) ... skipped 'requires os.link to be missing' test_symlink_extraction2 (test.test_tarfile.LinkEmulationTest.test_symlink_extraction2) ... skipped 'requires os.link to be missing' test_list (test.test_tarfile.ListTest.test_list) ... ok test_list_members (test.test_tarfile.ListTest.test_list_members) ... ok test_list_verbose (test.test_tarfile.ListTest.test_list_verbose) ... ok test_append_compressed (test.test_tarfile.LzmaAppendTest.test_append_compressed) ... ok test_create (test.test_tarfile.LzmaCreateTest.test_create) ... ok test_create_existing (test.test_tarfile.LzmaCreateTest.test_create_existing) ... ok test_create_existing_taropen (test.test_tarfile.LzmaCreateTest.test_create_existing_taropen) ... ok test_create_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_pathlike_name) ... ok test_create_taropen (test.test_tarfile.LzmaCreateTest.test_create_taropen) ... ok test_create_taropen_pathlike_name (test.test_tarfile.LzmaCreateTest.test_create_taropen_pathlike_name) ... ok test_create_with_preset (test.test_tarfile.LzmaCreateTest.test_create_with_preset) ... ok test_eof_marker (test.test_tarfile.LzmaCreateTest.test_eof_marker) ... ok test_fileobj_no_close (test.test_tarfile.LzmaCreateTest.test_fileobj_no_close) ... ok test_detect_file (test.test_tarfile.LzmaDetectReadTest.test_detect_file) ... ok test_detect_fileobj (test.test_tarfile.LzmaDetectReadTest.test_detect_fileobj) ... ok test_list (test.test_tarfile.LzmaListTest.test_list) ... ok test_list_members (test.test_tarfile.LzmaListTest.test_list_members) ... ok test_list_verbose (test.test_tarfile.LzmaListTest.test_list_verbose) ... ok test_bytes_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_bytes_name_attribute) ... skipped 'LZMAFile have no name attribute' test_check_members (test.test_tarfile.LzmaMiscReadTest.test_check_members) ... ok test_empty_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_empty_name_attribute) ... ok test_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_empty_tarfile) ... ok test_extract_directory (test.test_tarfile.LzmaMiscReadTest.test_extract_directory) ... ok test_extract_hardlink (test.test_tarfile.LzmaMiscReadTest.test_extract_hardlink) ... ok test_extract_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_extract_pathlike_name) ... ok test_extractall (test.test_tarfile.LzmaMiscReadTest.test_extractall) ... ok test_extractall_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_extractall_pathlike_name) ... ok test_fail_comp (test.test_tarfile.LzmaMiscReadTest.test_fail_comp) ... ok test_fileobj_with_offset (test.test_tarfile.LzmaMiscReadTest.test_fileobj_with_offset) ... ok test_find_members (test.test_tarfile.LzmaMiscReadTest.test_find_members) ... ok test_ignore_zeros (test.test_tarfile.LzmaMiscReadTest.test_ignore_zeros) ... ok test_illegal_mode_arg (test.test_tarfile.LzmaMiscReadTest.test_illegal_mode_arg) ... ok test_init_close_fobj (test.test_tarfile.LzmaMiscReadTest.test_init_close_fobj) ... ok test_int_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_int_name_attribute) ... ok test_is_tarfile_erroneous (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.LzmaMiscReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.LzmaMiscReadTest.test_length_zero_header) ... ok test_next_on_empty_tarfile (test.test_tarfile.LzmaMiscReadTest.test_next_on_empty_tarfile) ... ok test_no_name_argument (test.test_tarfile.LzmaMiscReadTest.test_no_name_argument) ... skipped 'LZMAFile have no name attribute' test_no_name_attribute (test.test_tarfile.LzmaMiscReadTest.test_no_name_attribute) ... ok test_non_existent_tarfile (test.test_tarfile.LzmaMiscReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.LzmaMiscReadTest.test_null_tarfile) ... ok test_parallel_iteration (test.test_tarfile.LzmaMiscReadTest.test_parallel_iteration) ... ok test_pathlike_name (test.test_tarfile.LzmaMiscReadTest.test_pathlike_name) ... ok test_premature_end_of_archive (test.test_tarfile.LzmaMiscReadTest.test_premature_end_of_archive) ... ok test_v7_dirtype (test.test_tarfile.LzmaMiscReadTest.test_v7_dirtype) ... ok test_xstar_type (test.test_tarfile.LzmaMiscReadTest.test_xstar_type) ... ok test_zlib_error_does_not_leak (test.test_tarfile.LzmaMiscReadTest.test_zlib_error_does_not_leak) ... ok test_compare_members (test.test_tarfile.LzmaStreamReadTest.test_compare_members) ... ok test_empty_tarfile (test.test_tarfile.LzmaStreamReadTest.test_empty_tarfile) ... ok test_fileobj_regular_file (test.test_tarfile.LzmaStreamReadTest.test_fileobj_regular_file) ... ok test_ignore_zeros (test.test_tarfile.LzmaStreamReadTest.test_ignore_zeros) ... ok test_is_tarfile_erroneous (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.LzmaStreamReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.LzmaStreamReadTest.test_length_zero_header) ... ok test_non_existent_tarfile (test.test_tarfile.LzmaStreamReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.LzmaStreamReadTest.test_null_tarfile) ... ok test_premature_end_of_archive (test.test_tarfile.LzmaStreamReadTest.test_premature_end_of_archive) ... ok test_provoke_stream_error (test.test_tarfile.LzmaStreamReadTest.test_provoke_stream_error) ... ok test_read_through (test.test_tarfile.LzmaStreamReadTest.test_read_through) ... ok test_eof_marker (test.test_tarfile.LzmaStreamWriteTest.test_eof_marker) ... ok test_file_mode (test.test_tarfile.LzmaStreamWriteTest.test_file_mode) ... ok test_fileobj_no_close (test.test_tarfile.LzmaStreamWriteTest.test_fileobj_no_close) ... ok test_stream_padding (test.test_tarfile.LzmaStreamWriteTest.test_stream_padding) ... ok test_add_dir_getmember (test.test_tarfile.LzmaUstarReadTest.test_add_dir_getmember) ... ok test_fileobj_iter (test.test_tarfile.LzmaUstarReadTest.test_fileobj_iter) ... ok test_fileobj_link1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link1) ... ok test_fileobj_link2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_link2) ... ok test_fileobj_readlines (test.test_tarfile.LzmaUstarReadTest.test_fileobj_readlines) ... ok test_fileobj_regular_file (test.test_tarfile.LzmaUstarReadTest.test_fileobj_regular_file) ... ok test_fileobj_seek (test.test_tarfile.LzmaUstarReadTest.test_fileobj_seek) ... ok test_fileobj_symlink1 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink1) ... ok test_fileobj_symlink2 (test.test_tarfile.LzmaUstarReadTest.test_fileobj_symlink2) ... ok test_fileobj_text (test.test_tarfile.LzmaUstarReadTest.test_fileobj_text) ... ok test_issue14160 (test.test_tarfile.LzmaUstarReadTest.test_issue14160) ... ok test_100_char_name (test.test_tarfile.LzmaWriteTest.test_100_char_name) ... ok test_abs_pathnames (test.test_tarfile.LzmaWriteTest.test_abs_pathnames) ... ok test_add_self (test.test_tarfile.LzmaWriteTest.test_add_self) ... ok test_cwd (test.test_tarfile.LzmaWriteTest.test_cwd) ... ok test_directory_size (test.test_tarfile.LzmaWriteTest.test_directory_size) ... ok test_eof_marker (test.test_tarfile.LzmaWriteTest.test_eof_marker) ... ok test_extractall_symlinks (test.test_tarfile.LzmaWriteTest.test_extractall_symlinks) ... ok test_file_size (test.test_tarfile.LzmaWriteTest.test_file_size) ... ok test_fileobj_no_close (test.test_tarfile.LzmaWriteTest.test_fileobj_no_close) ... ok test_filter (test.test_tarfile.LzmaWriteTest.test_filter) ... ok test_gettarinfo_pathlike_name (test.test_tarfile.LzmaWriteTest.test_gettarinfo_pathlike_name) ... ok test_link_size (test.test_tarfile.LzmaWriteTest.test_link_size) ... ok test_open_nonwritable_fileobj (test.test_tarfile.LzmaWriteTest.test_open_nonwritable_fileobj) ... ok test_ordered_recursion (test.test_tarfile.LzmaWriteTest.test_ordered_recursion) ... ok test_pathnames (test.test_tarfile.LzmaWriteTest.test_pathnames) ... ok test_symlink_size (test.test_tarfile.LzmaWriteTest.test_symlink_size) ... ok test_tar_size (test.test_tarfile.LzmaWriteTest.test_tar_size) ... ok test_find_blktype (test.test_tarfile.MemberReadTest.test_find_blktype) ... ok test_find_chrtype (test.test_tarfile.MemberReadTest.test_find_chrtype) ... ok test_find_conttype (test.test_tarfile.MemberReadTest.test_find_conttype) ... ok test_find_dirtype (test.test_tarfile.MemberReadTest.test_find_dirtype) ... ok test_find_dirtype_with_size (test.test_tarfile.MemberReadTest.test_find_dirtype_with_size) ... ok test_find_fifotype (test.test_tarfile.MemberReadTest.test_find_fifotype) ... ok test_find_gnusparse (test.test_tarfile.MemberReadTest.test_find_gnusparse) ... ok test_find_gnusparse_00 (test.test_tarfile.MemberReadTest.test_find_gnusparse_00) ... ok test_find_gnusparse_01 (test.test_tarfile.MemberReadTest.test_find_gnusparse_01) ... ok test_find_gnusparse_10 (test.test_tarfile.MemberReadTest.test_find_gnusparse_10) ... ok test_find_lnktype (test.test_tarfile.MemberReadTest.test_find_lnktype) ... ok test_find_pax_umlauts (test.test_tarfile.MemberReadTest.test_find_pax_umlauts) ... ok test_find_regtype (test.test_tarfile.MemberReadTest.test_find_regtype) ... ok test_find_regtype_oldv7 (test.test_tarfile.MemberReadTest.test_find_regtype_oldv7) ... ok test_find_sparse (test.test_tarfile.MemberReadTest.test_find_sparse) ... ok test_find_symtype (test.test_tarfile.MemberReadTest.test_find_symtype) ... ok test_find_umlauts (test.test_tarfile.MemberReadTest.test_find_umlauts) ... ok test_find_ustar_longname (test.test_tarfile.MemberReadTest.test_find_ustar_longname) ... ok test_bytes_name_attribute (test.test_tarfile.MiscReadTest.test_bytes_name_attribute) ... ok test_check_members (test.test_tarfile.MiscReadTest.test_check_members) ... ok test_empty_name_attribute (test.test_tarfile.MiscReadTest.test_empty_name_attribute) ... ok test_empty_tarfile (test.test_tarfile.MiscReadTest.test_empty_tarfile) ... ok test_extract_directory (test.test_tarfile.MiscReadTest.test_extract_directory) ... ok test_extract_hardlink (test.test_tarfile.MiscReadTest.test_extract_hardlink) ... ok test_extract_pathlike_name (test.test_tarfile.MiscReadTest.test_extract_pathlike_name) ... ok test_extractall (test.test_tarfile.MiscReadTest.test_extractall) ... ok test_extractall_pathlike_name (test.test_tarfile.MiscReadTest.test_extractall_pathlike_name) ... ok test_fileobj_with_offset (test.test_tarfile.MiscReadTest.test_fileobj_with_offset) ... ok test_find_members (test.test_tarfile.MiscReadTest.test_find_members) ... ok test_ignore_zeros (test.test_tarfile.MiscReadTest.test_ignore_zeros) ... ok test_illegal_mode_arg (test.test_tarfile.MiscReadTest.test_illegal_mode_arg) ... ok test_init_close_fobj (test.test_tarfile.MiscReadTest.test_init_close_fobj) ... ok test_int_name_attribute (test.test_tarfile.MiscReadTest.test_int_name_attribute) ... ok test_is_tarfile_erroneous (test.test_tarfile.MiscReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.MiscReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.MiscReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.MiscReadTest.test_length_zero_header) ... ok test_next_on_empty_tarfile (test.test_tarfile.MiscReadTest.test_next_on_empty_tarfile) ... ok test_no_name_argument (test.test_tarfile.MiscReadTest.test_no_name_argument) ... ok test_no_name_attribute (test.test_tarfile.MiscReadTest.test_no_name_attribute) ... ok test_non_existent_tarfile (test.test_tarfile.MiscReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.MiscReadTest.test_null_tarfile) ... ok test_parallel_iteration (test.test_tarfile.MiscReadTest.test_parallel_iteration) ... ok test_pathlike_name (test.test_tarfile.MiscReadTest.test_pathlike_name) ... ok test_premature_end_of_archive (test.test_tarfile.MiscReadTest.test_premature_end_of_archive) ... ok test_v7_dirtype (test.test_tarfile.MiscReadTest.test_v7_dirtype) ... ok test_xstar_type (test.test_tarfile.MiscReadTest.test_xstar_type) ... ok test_zlib_error_does_not_leak (test.test_tarfile.MiscReadTest.test_zlib_error_does_not_leak) ... ok test__all__ (test.test_tarfile.MiscTest.test__all__) ... ok test_char_fields (test.test_tarfile.MiscTest.test_char_fields) ... ok test_number_field_limits (test.test_tarfile.MiscTest.test_number_field_limits) ... ok test_read_number_fields (test.test_tarfile.MiscTest.test_read_number_fields) ... ok test_useful_error_message_when_modules_missing (test.test_tarfile.MiscTest.test_useful_error_message_when_modules_missing) ... ok test_write_number_fields (test.test_tarfile.MiscTest.test_write_number_fields) ... ok test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gid) ... ok test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_gname) ... ok test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mode) ... ok test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_mtime) ... ok test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_ownership) ... ok test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid) ... ok test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uname) ... ok test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gid) ... ok test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_gname) ... ok test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mode) ... ok test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_mtime) ... ok test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_ownership) ... ok test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uid) ... ok test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Default.test_extractall_none_uname) ... ok test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gid) ... ok test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_gname) ... ok test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mode) ... ok test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_mtime) ... ok test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_ownership) ... ok test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uid) ... ok test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_FullyTrusted.test_extractall_none_uname) ... ok test_extractall_none_gid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gid) ... ok test_extractall_none_gname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_gname) ... ok test_extractall_none_mode (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mode) ... ok test_extractall_none_mtime (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_mtime) ... ok test_extractall_none_ownership (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_ownership) ... ok test_extractall_none_uid (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uid) ... ok test_extractall_none_uname (test.test_tarfile.NoneInfoExtractTests_Tar.test_extractall_none_uname) ... ok test_add (test.test_tarfile.NoneInfoTests_Misc.test_add) ... ok test_list (test.test_tarfile.NoneInfoTests_Misc.test_list) ... ok test_extract_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_with_numeric_owner) ... ok test_extract_without_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extract_without_numeric_owner) ... ok test_extractall_with_numeric_owner (test.test_tarfile.NumericOwnerTest.test_extractall_with_numeric_owner) ... ok test_keyword_only (test.test_tarfile.NumericOwnerTest.test_keyword_only) ... ok test_binary_header (test.test_tarfile.PAXUnicodeTest.test_binary_header) ... ok test_iso8859_1_filename (test.test_tarfile.PAXUnicodeTest.test_iso8859_1_filename) ... ok test_uname_unicode (test.test_tarfile.PAXUnicodeTest.test_uname_unicode) ... ok test_unicode_argument (test.test_tarfile.PAXUnicodeTest.test_unicode_argument) ... ok test_utf7_filename (test.test_tarfile.PAXUnicodeTest.test_utf7_filename) ... ok test_utf8_filename (test.test_tarfile.PAXUnicodeTest.test_utf8_filename) ... ok test_header_offset (test.test_tarfile.PaxReadTest.test_header_offset) ... ok test_longname_directory (test.test_tarfile.PaxReadTest.test_longname_directory) ... ok test_pax_global_headers (test.test_tarfile.PaxReadTest.test_pax_global_headers) ... ok test_pax_number_fields (test.test_tarfile.PaxReadTest.test_pax_number_fields) ... ok test_read_longlink (test.test_tarfile.PaxReadTest.test_read_longlink) ... ok test_read_longname (test.test_tarfile.PaxReadTest.test_read_longname) ... ok test_truncated_longname (test.test_tarfile.PaxReadTest.test_truncated_longname) ... ok test_create_pax_header (test.test_tarfile.PaxWriteTest.test_create_pax_header) ... ok test_longlink_1023 (test.test_tarfile.PaxWriteTest.test_longlink_1023) ... ok test_longlink_1024 (test.test_tarfile.PaxWriteTest.test_longlink_1024) ... ok test_longlink_1025 (test.test_tarfile.PaxWriteTest.test_longlink_1025) ... ok test_longname_1023 (test.test_tarfile.PaxWriteTest.test_longname_1023) ... ok test_longname_1024 (test.test_tarfile.PaxWriteTest.test_longname_1024) ... ok test_longname_1025 (test.test_tarfile.PaxWriteTest.test_longname_1025) ... ok test_longnamelink_1023 (test.test_tarfile.PaxWriteTest.test_longnamelink_1023) ... ok test_longnamelink_1024 (test.test_tarfile.PaxWriteTest.test_longnamelink_1024) ... ok test_longnamelink_1025 (test.test_tarfile.PaxWriteTest.test_longnamelink_1025) ... ok test_pax_extended_header (test.test_tarfile.PaxWriteTest.test_pax_extended_header) ... ok test_pax_global_header (test.test_tarfile.PaxWriteTest.test_pax_global_header) ... ok test_replace_all (test.test_tarfile.ReplaceTests.test_replace_all) ... ok test_replace_deep (test.test_tarfile.ReplaceTests.test_replace_deep) ... ok test_replace_internal (test.test_tarfile.ReplaceTests.test_replace_internal) ... ok test_replace_name (test.test_tarfile.ReplaceTests.test_replace_name) ... ok test_replace_shallow (test.test_tarfile.ReplaceTests.test_replace_shallow) ... ok test_compare_members (test.test_tarfile.StreamReadTest.test_compare_members) ... ok test_empty_tarfile (test.test_tarfile.StreamReadTest.test_empty_tarfile) ... ok test_fileobj_regular_file (test.test_tarfile.StreamReadTest.test_fileobj_regular_file) ... ok test_ignore_zeros (test.test_tarfile.StreamReadTest.test_ignore_zeros) ... ok test_is_tarfile_erroneous (test.test_tarfile.StreamReadTest.test_is_tarfile_erroneous) ... ok test_is_tarfile_keeps_position (test.test_tarfile.StreamReadTest.test_is_tarfile_keeps_position) ... ok test_is_tarfile_valid (test.test_tarfile.StreamReadTest.test_is_tarfile_valid) ... ok test_length_zero_header (test.test_tarfile.StreamReadTest.test_length_zero_header) ... ok test_non_existent_tarfile (test.test_tarfile.StreamReadTest.test_non_existent_tarfile) ... ok test_null_tarfile (test.test_tarfile.StreamReadTest.test_null_tarfile) ... ok test_premature_end_of_archive (test.test_tarfile.StreamReadTest.test_premature_end_of_archive) ... ok test_provoke_stream_error (test.test_tarfile.StreamReadTest.test_provoke_stream_error) ... ok test_read_through (test.test_tarfile.StreamReadTest.test_read_through) ... ok test_eof_marker (test.test_tarfile.StreamWriteTest.test_eof_marker) ... ok test_file_mode (test.test_tarfile.StreamWriteTest.test_file_mode) ... ok test_fileobj_no_close (test.test_tarfile.StreamWriteTest.test_fileobj_no_close) ... ok test_stream_padding (test.test_tarfile.StreamWriteTest.test_stream_padding) ... ok test_absolute (test.test_tarfile.TestExtractionFilters.test_absolute) ... ok test_absolute_hardlink (test.test_tarfile.TestExtractionFilters.test_absolute_hardlink) ... ok test_absolute_symlink (test.test_tarfile.TestExtractionFilters.test_absolute_symlink) ... ok test_bad_filter_name (test.test_tarfile.TestExtractionFilters.test_bad_filter_name) ... ok test_benign_file (test.test_tarfile.TestExtractionFilters.test_benign_file) ... ok test_chains (test.test_tarfile.TestExtractionFilters.test_chains) ... ok test_change_default_filter_on_class (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_class) ... ok test_change_default_filter_on_instance (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_instance) ... ok test_change_default_filter_on_subclass (test.test_tarfile.TestExtractionFilters.test_change_default_filter_on_subclass) ... ok test_change_default_filter_to_string (test.test_tarfile.TestExtractionFilters.test_change_default_filter_to_string) ... ok test_custom_filter (test.test_tarfile.TestExtractionFilters.test_custom_filter) ... ok test_data_filter (test.test_tarfile.TestExtractionFilters.test_data_filter) ... ok test_deep_symlink (test.test_tarfile.TestExtractionFilters.test_deep_symlink) ... ok test_default_filter_warns_not (test.test_tarfile.TestExtractionFilters.test_default_filter_warns_not) Ensure the default filter does not warn (like in 3.12) ... ok test_errorlevel (test.test_tarfile.TestExtractionFilters.test_errorlevel) ... ok test_fully_trusted_filter (test.test_tarfile.TestExtractionFilters.test_fully_trusted_filter) ... ok test_modes (test.test_tarfile.TestExtractionFilters.test_modes) ... ok test_parent_symlink (test.test_tarfile.TestExtractionFilters.test_parent_symlink) ... ok test_parent_symlink2 (test.test_tarfile.TestExtractionFilters.test_parent_symlink2) ... ok test_pipe (test.test_tarfile.TestExtractionFilters.test_pipe) ... ok test_sly_relative0 (test.test_tarfile.TestExtractionFilters.test_sly_relative0) ... ok test_sly_relative2 (test.test_tarfile.TestExtractionFilters.test_sly_relative2) ... ok test_special_files (test.test_tarfile.TestExtractionFilters.test_special_files) ... ok test_stateful_filter (test.test_tarfile.TestExtractionFilters.test_stateful_filter) ... ok test_tar_filter (test.test_tarfile.TestExtractionFilters.test_tar_filter) ... ok test_add_dir_getmember (test.test_tarfile.UstarReadTest.test_add_dir_getmember) ... ok test_fileobj_iter (test.test_tarfile.UstarReadTest.test_fileobj_iter) ... ok test_fileobj_link1 (test.test_tarfile.UstarReadTest.test_fileobj_link1) ... ok test_fileobj_link2 (test.test_tarfile.UstarReadTest.test_fileobj_link2) ... ok test_fileobj_readlines (test.test_tarfile.UstarReadTest.test_fileobj_readlines) ... ok test_fileobj_regular_file (test.test_tarfile.UstarReadTest.test_fileobj_regular_file) ... ok test_fileobj_seek (test.test_tarfile.UstarReadTest.test_fileobj_seek) ... ok test_fileobj_symlink1 (test.test_tarfile.UstarReadTest.test_fileobj_symlink1) ... ok test_fileobj_symlink2 (test.test_tarfile.UstarReadTest.test_fileobj_symlink2) ... ok test_fileobj_text (test.test_tarfile.UstarReadTest.test_fileobj_text) ... ok test_issue14160 (test.test_tarfile.UstarReadTest.test_issue14160) ... ok test_iso8859_1_filename (test.test_tarfile.UstarUnicodeTest.test_iso8859_1_filename) ... ok test_uname_unicode (test.test_tarfile.UstarUnicodeTest.test_uname_unicode) ... ok test_unicode_argument (test.test_tarfile.UstarUnicodeTest.test_unicode_argument) ... ok test_unicode_filename_error (test.test_tarfile.UstarUnicodeTest.test_unicode_filename_error) ... ok test_unicode_link1 (test.test_tarfile.UstarUnicodeTest.test_unicode_link1) ... ok test_unicode_link2 (test.test_tarfile.UstarUnicodeTest.test_unicode_link2) ... ok test_unicode_longname1 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname1) ... ok test_unicode_longname2 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname2) ... ok test_unicode_longname3 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname3) ... ok test_unicode_longname4 (test.test_tarfile.UstarUnicodeTest.test_unicode_longname4) ... ok test_unicode_name1 (test.test_tarfile.UstarUnicodeTest.test_unicode_name1) ... ok test_unicode_name2 (test.test_tarfile.UstarUnicodeTest.test_unicode_name2) ... ok test_utf7_filename (test.test_tarfile.UstarUnicodeTest.test_utf7_filename) ... ok test_utf8_filename (test.test_tarfile.UstarUnicodeTest.test_utf8_filename) ... ok test_100_char_name (test.test_tarfile.WriteTest.test_100_char_name) ... ok test_abs_pathnames (test.test_tarfile.WriteTest.test_abs_pathnames) ... ok test_add_self (test.test_tarfile.WriteTest.test_add_self) ... ok test_cwd (test.test_tarfile.WriteTest.test_cwd) ... ok test_directory_size (test.test_tarfile.WriteTest.test_directory_size) ... ok test_eof_marker (test.test_tarfile.WriteTest.test_eof_marker) ... ok test_extractall_symlinks (test.test_tarfile.WriteTest.test_extractall_symlinks) ... ok test_file_size (test.test_tarfile.WriteTest.test_file_size) ... ok test_fileobj_no_close (test.test_tarfile.WriteTest.test_fileobj_no_close) ... ok test_filter (test.test_tarfile.WriteTest.test_filter) ... ok test_gettarinfo_pathlike_name (test.test_tarfile.WriteTest.test_gettarinfo_pathlike_name) ... ok test_link_size (test.test_tarfile.WriteTest.test_link_size) ... ok test_open_nonwritable_fileobj (test.test_tarfile.WriteTest.test_open_nonwritable_fileobj) ... ok test_ordered_recursion (test.test_tarfile.WriteTest.test_ordered_recursion) ... ok test_pathnames (test.test_tarfile.WriteTest.test_pathnames) ... ok test_symlink_size (test.test_tarfile.WriteTest.test_symlink_size) ... ok test_tar_size (test.test_tarfile.WriteTest.test_tar_size) ... ok ---------------------------------------------------------------------- Ran 570 tests in 6.704s OK (skipped=8) 0:18:35 load avg: 1.05 [351/432/1] test_tcl patchlevel = 8.6.13 test_huge_string_builtins (test.test_tcl.BigmemTclTest.test_huge_string_builtins) ... skipped 'not enough memory: 4.0G minimum needed' test_huge_string_builtins2 (test.test_tcl.BigmemTclTest.test_huge_string_builtins2) ... skipped 'not enough memory: 12.0G minimum needed' test_huge_string_call (test.test_tcl.BigmemTclTest.test_huge_string_call) ... skipped 'not enough memory: 10.0G minimum needed' testCall (test.test_tcl.TclTest.testCall) ... ok testCallException (test.test_tcl.TclTest.testCallException) ... ok testCallException2 (test.test_tcl.TclTest.testCallException2) ... ok testEval (test.test_tcl.TclTest.testEval) ... ok testEvalException (test.test_tcl.TclTest.testEvalException) ... ok testEvalException2 (test.test_tcl.TclTest.testEvalException2) ... ok testEvalFile (test.test_tcl.TclTest.testEvalFile) ... ok testEvalFileException (test.test_tcl.TclTest.testEvalFileException) ... ok testGetVar (test.test_tcl.TclTest.testGetVar) ... ok testGetVarArray (test.test_tcl.TclTest.testGetVarArray) ... ok testGetVarArrayException (test.test_tcl.TclTest.testGetVarArrayException) ... ok testGetVarException (test.test_tcl.TclTest.testGetVarException) ... ok testLoadWithUNC (test.test_tcl.TclTest.testLoadWithUNC) ... skipped 'Requires Windows' testPackageRequireException (test.test_tcl.TclTest.testPackageRequireException) ... ok testSetVar (test.test_tcl.TclTest.testSetVar) ... ok testSetVarArray (test.test_tcl.TclTest.testSetVarArray) ... ok testUnsetVar (test.test_tcl.TclTest.testUnsetVar) ... ok testUnsetVarArray (test.test_tcl.TclTest.testUnsetVarArray) ... ok testUnsetVarException (test.test_tcl.TclTest.testUnsetVarException) ... ok test_booleans (test.test_tcl.TclTest.test_booleans) ... ok test_eval_null_in_result (test.test_tcl.TclTest.test_eval_null_in_result) ... ok test_eval_surrogates_in_result (test.test_tcl.TclTest.test_eval_surrogates_in_result) ... ok test_evalfile_null_in_result (test.test_tcl.TclTest.test_evalfile_null_in_result) ... ok test_evalfile_surrogates_in_result (test.test_tcl.TclTest.test_evalfile_surrogates_in_result) ... ok test_expr_bignum (test.test_tcl.TclTest.test_expr_bignum) ... ok test_exprboolean (test.test_tcl.TclTest.test_exprboolean) ... ok test_exprdouble (test.test_tcl.TclTest.test_exprdouble) ... ok test_exprlong (test.test_tcl.TclTest.test_exprlong) ... ok test_exprstring (test.test_tcl.TclTest.test_exprstring) ... ok test_getboolean (test.test_tcl.TclTest.test_getboolean) ... ok test_getdouble (test.test_tcl.TclTest.test_getdouble) ... ok test_getint (test.test_tcl.TclTest.test_getint) ... ok test_join (test.test_tcl.TclTest.test_join) ... ok test_new_tcl_obj (test.test_tcl.TclTest.test_new_tcl_obj) ... ok test_passing_values (test.test_tcl.TclTest.test_passing_values) ... ok test_splitdict (test.test_tcl.TclTest.test_splitdict) ... ok test_splitlist (test.test_tcl.TclTest.test_splitlist) ... ok test_user_command (test.test_tcl.TclTest.test_user_command) ... ok testFlattenLen (test.test_tcl.TkinterTest.testFlattenLen) ... ok ---------------------------------------------------------------------- Ran 42 tests in 0.070s OK (skipped=4) 0:18:36 load avg: 1.05 [352/432/1] test_telnetlib test_expect (test.test_telnetlib.ExpectTests.test_expect) expect(expected, [timeout]) ... ok testBasic (test.test_telnetlib.GeneralTests.testBasic) ... ok testContextManager (test.test_telnetlib.GeneralTests.testContextManager) ... ok testGetters (test.test_telnetlib.GeneralTests.testGetters) ... ok testTimeoutDefault (test.test_telnetlib.GeneralTests.testTimeoutDefault) ... ok testTimeoutNone (test.test_telnetlib.GeneralTests.testTimeoutNone) ... ok testTimeoutOpen (test.test_telnetlib.GeneralTests.testTimeoutOpen) ... ok testTimeoutValue (test.test_telnetlib.GeneralTests.testTimeoutValue) ... ok test_IAC_commands (test.test_telnetlib.OptionTests.test_IAC_commands) ... ok test_SB_commands (test.test_telnetlib.OptionTests.test_SB_commands) ... ok test_debug_accepts_str_port (test.test_telnetlib.OptionTests.test_debug_accepts_str_port) ... ok test_debuglevel_reads (test.test_telnetlib.OptionTests.test_debuglevel_reads) ... ok test_debuglevel_write (test.test_telnetlib.OptionTests.test_debuglevel_write) ... ok test_read_all (test.test_telnetlib.ReadTests.test_read_all) read_all() ... ok test_read_eager (test.test_telnetlib.ReadTests.test_read_eager) ... ok test_read_lazy (test.test_telnetlib.ReadTests.test_read_lazy) ... ok test_read_some (test.test_telnetlib.ReadTests.test_read_some) read_some() ... ok test_read_until (test.test_telnetlib.ReadTests.test_read_until) read_until(expected, timeout=None) ... ok test_write (test.test_telnetlib.WriteTests.test_write) ... ok ---------------------------------------------------------------------- Ran 19 tests in 0.006s OK 0:18:37 load avg: 1.05 [353/432/1] test_tempfile test_nonempty_list (test.test_tempfile.TestCandidateTempdirList.test_nonempty_list) ... ok test_wanted_dirs (test.test_tempfile.TestCandidateTempdirList.test_wanted_dirs) ... ok test_exports (test.test_tempfile.TestExports.test_exports) ... ok test_retval (test.test_tempfile.TestGetCandidateNames.test_retval) ... ok test_same_thing (test.test_tempfile.TestGetCandidateNames.test_same_thing) ... ok test_no_files_left_behind (test.test_tempfile.TestGetDefaultTempdir.test_no_files_left_behind) ... ok test_case_sensitive (test.test_tempfile.TestGetTempDir.test_case_sensitive) ... ok test_directory_exists (test.test_tempfile.TestGetTempDir.test_directory_exists) ... ok test_directory_writable (test.test_tempfile.TestGetTempDir.test_directory_writable) ... ok test_same_thing (test.test_tempfile.TestGetTempDir.test_same_thing) ... ok test_sane_template (test.test_tempfile.TestGetTempPrefix.test_sane_template) ... ok test_usable_template (test.test_tempfile.TestGetTempPrefix.test_usable_template) ... ok test_infer_return_type_multiples (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples) ... ok test_infer_return_type_multiples_and_none (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_multiples_and_none) ... ok test_infer_return_type_pathlib (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlib) ... ok test_infer_return_type_pathlike (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_pathlike) ... ok test_infer_return_type_singles (test.test_tempfile.TestLowLevelInternals.test_infer_return_type_singles) ... ok test_basic (test.test_tempfile.TestMkdtemp.test_basic) ... ok test_basic_many (test.test_tempfile.TestMkdtemp.test_basic_many) ... ok test_basic_with_bytes_names (test.test_tempfile.TestMkdtemp.test_basic_with_bytes_names) ... ok test_choose_directory (test.test_tempfile.TestMkdtemp.test_choose_directory) ... ok test_collision_with_existing_directory (test.test_tempfile.TestMkdtemp.test_collision_with_existing_directory) ... ok test_collision_with_existing_file (test.test_tempfile.TestMkdtemp.test_collision_with_existing_file) ... ok test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkdtemp.test_for_tempdir_is_bytes_issue40701_api_warts) ... ok test_mode (test.test_tempfile.TestMkdtemp.test_mode) ... ok test_non_directory (test.test_tempfile.TestMkdtemp.test_non_directory) ... ok test_nonexisting_directory (test.test_tempfile.TestMkdtemp.test_nonexisting_directory) ... ok test_read_only_directory (test.test_tempfile.TestMkdtemp.test_read_only_directory) ... ok test_basic (test.test_tempfile.TestMkstemp.test_basic) ... ok test_basic_with_bytes_names (test.test_tempfile.TestMkstemp.test_basic_with_bytes_names) ... ok test_choose_directory (test.test_tempfile.TestMkstemp.test_choose_directory) ... ok test_for_tempdir_is_bytes_issue40701_api_warts (test.test_tempfile.TestMkstemp.test_for_tempdir_is_bytes_issue40701_api_warts) ... ok test_basic (test.test_tempfile.TestMkstempInner.test_basic) ... ok test_basic_many (test.test_tempfile.TestMkstempInner.test_basic_many) ... ok test_basic_with_bytes_names (test.test_tempfile.TestMkstempInner.test_basic_with_bytes_names) ... ok test_choose_directory (test.test_tempfile.TestMkstempInner.test_choose_directory) ... ok test_collision_with_existing_directory (test.test_tempfile.TestMkstempInner.test_collision_with_existing_directory) ... ok test_collision_with_existing_file (test.test_tempfile.TestMkstempInner.test_collision_with_existing_file) ... ok test_file_mode (test.test_tempfile.TestMkstempInner.test_file_mode) ... ok test_noinherit (test.test_tempfile.TestMkstempInner.test_noinherit) ... ok test_non_directory (test.test_tempfile.TestMkstempInner.test_non_directory) ... ok test_nonexisting_directory (test.test_tempfile.TestMkstempInner.test_nonexisting_directory) ... ok test_read_only_directory (test.test_tempfile.TestMkstempInner.test_read_only_directory) ... ok test_textmode (test.test_tempfile.TestMkstempInner.test_textmode) ... skipped 'text mode not available' test_basic (test.test_tempfile.TestMktemp.test_basic) ... ok test_many (test.test_tempfile.TestMktemp.test_many) ... ok test_bad_encoding (test.test_tempfile.TestNamedTemporaryFile.test_bad_encoding) ... ok test_bad_mode (test.test_tempfile.TestNamedTemporaryFile.test_bad_mode) ... ok test_basic (test.test_tempfile.TestNamedTemporaryFile.test_basic) ... ok test_context_manager (test.test_tempfile.TestNamedTemporaryFile.test_context_manager) ... ok test_creates_named (test.test_tempfile.TestNamedTemporaryFile.test_creates_named) ... ok test_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_del_on_close) ... ok test_dis_del_on_close (test.test_tempfile.TestNamedTemporaryFile.test_dis_del_on_close) ... ok test_iter (test.test_tempfile.TestNamedTemporaryFile.test_iter) ... ok test_method_lookup (test.test_tempfile.TestNamedTemporaryFile.test_method_lookup) ... ok test_multiple_close (test.test_tempfile.TestNamedTemporaryFile.test_multiple_close) ... ok test_unexpected_error (test.test_tempfile.TestNamedTemporaryFile.test_unexpected_error) ... ok test_get_eight_char_str (test.test_tempfile.TestRandomNameSequence.test_get_eight_char_str) ... ok test_many (test.test_tempfile.TestRandomNameSequence.test_many) ... ok test_process_awareness (test.test_tempfile.TestRandomNameSequence.test_process_awareness) ... ok test_basic (test.test_tempfile.TestSpooledTemporaryFile.test_basic) ... ok test_bound_methods (test.test_tempfile.TestSpooledTemporaryFile.test_bound_methods) ... ok test_class_getitem (test.test_tempfile.TestSpooledTemporaryFile.test_class_getitem) ... ok test_context_manager_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_after_rollover) ... ok test_context_manager_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_before_rollover) ... ok test_context_manager_during_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_context_manager_during_rollover) ... ok test_del_on_close (test.test_tempfile.TestSpooledTemporaryFile.test_del_on_close) ... ok test_del_rolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_rolled_file) ... ok test_del_unrolled_file (test.test_tempfile.TestSpooledTemporaryFile.test_del_unrolled_file) ... ok test_fileno (test.test_tempfile.TestSpooledTemporaryFile.test_fileno) ... ok test_iobase_interface (test.test_tempfile.TestSpooledTemporaryFile.test_iobase_interface) ... ok test_is_iobase (test.test_tempfile.TestSpooledTemporaryFile.test_is_iobase) ... ok test_multiple_close_after_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_after_rollover) ... ok test_multiple_close_before_rollover (test.test_tempfile.TestSpooledTemporaryFile.test_multiple_close_before_rollover) ... ok test_properties (test.test_tempfile.TestSpooledTemporaryFile.test_properties) ... ok test_rewrite_small (test.test_tempfile.TestSpooledTemporaryFile.test_rewrite_small) ... ok test_sparse (test.test_tempfile.TestSpooledTemporaryFile.test_sparse) ... ok test_text_mode (test.test_tempfile.TestSpooledTemporaryFile.test_text_mode) ... ok test_text_newline_and_encoding (test.test_tempfile.TestSpooledTemporaryFile.test_text_newline_and_encoding) ... ok test_truncate_with_size_parameter (test.test_tempfile.TestSpooledTemporaryFile.test_truncate_with_size_parameter) ... ok test_write_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_write_sequential) ... ok test_writelines (test.test_tempfile.TestSpooledTemporaryFile.test_writelines) ... ok test_writelines_sequential (test.test_tempfile.TestSpooledTemporaryFile.test_writelines_sequential) ... ok test_cleanup_with_symlink_to_a_directory (test.test_tempfile.TestTemporaryDirectory.test_cleanup_with_symlink_to_a_directory) ... ok test_context_manager (test.test_tempfile.TestTemporaryDirectory.test_context_manager) ... ok test_del_on_collection (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection) ... ok test_del_on_collection_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_collection_ignore_errors) Test that ignoring errors works when TemporaryDirectory is gced. ... ok test_del_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown) ... ok test_del_on_shutdown_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_del_on_shutdown_ignore_errors) Test ignoring errors works when a tempdir is gc'ed on shutdown. ... ok test_exit_on_shutdown (test.test_tempfile.TestTemporaryDirectory.test_exit_on_shutdown) ... ok test_explicit_cleanup (test.test_tempfile.TestTemporaryDirectory.test_explicit_cleanup) ... ok test_explict_cleanup_ignore_errors (test.test_tempfile.TestTemporaryDirectory.test_explict_cleanup_ignore_errors) Test that cleanup doesn't return an error when ignoring them. ... ok test_flags (test.test_tempfile.TestTemporaryDirectory.test_flags) ... skipped 'requires os.lchflags' test_mkdtemp_failure (test.test_tempfile.TestTemporaryDirectory.test_mkdtemp_failure) ... ok test_modes (test.test_tempfile.TestTemporaryDirectory.test_modes) ... ok test_multiple_close (test.test_tempfile.TestTemporaryDirectory.test_multiple_close) ... ok test_warnings_on_cleanup (test.test_tempfile.TestTemporaryDirectory.test_warnings_on_cleanup) ... ok test_bad_encoding (test.test_tempfile.TestTemporaryFile.test_bad_encoding) ... ok test_bad_mode (test.test_tempfile.TestTemporaryFile.test_bad_mode) ... ok test_basic (test.test_tempfile.TestTemporaryFile.test_basic) ... ok test_has_no_name (test.test_tempfile.TestTemporaryFile.test_has_no_name) ... ok test_mode_and_encoding (test.test_tempfile.TestTemporaryFile.test_mode_and_encoding) ... ok test_multiple_close (test.test_tempfile.TestTemporaryFile.test_multiple_close) ... ok test_unexpected_error (test.test_tempfile.TestTemporaryFile.test_unexpected_error) ... ok ---------------------------------------------------------------------- Ran 104 tests in 0.888s OK (skipped=2) 0:18:38 load avg: 1.05 [354/432/1] test_textwrap test_dedent_declining (test.test_textwrap.DedentTestCase.test_dedent_declining) ... ok test_dedent_even (test.test_textwrap.DedentTestCase.test_dedent_even) ... ok test_dedent_nomargin (test.test_textwrap.DedentTestCase.test_dedent_nomargin) ... ok test_dedent_preserve_internal_tabs (test.test_textwrap.DedentTestCase.test_dedent_preserve_internal_tabs) ... ok test_dedent_preserve_margin_tabs (test.test_textwrap.DedentTestCase.test_dedent_preserve_margin_tabs) ... ok test_dedent_uneven (test.test_textwrap.DedentTestCase.test_dedent_uneven) ... ok test_indent_all_lines (test.test_textwrap.IndentTestCase.test_indent_all_lines) ... ok test_indent_default (test.test_textwrap.IndentTestCase.test_indent_default) ... ok test_indent_empty_lines (test.test_textwrap.IndentTestCase.test_indent_empty_lines) ... ok test_indent_explicit_default (test.test_textwrap.IndentTestCase.test_indent_explicit_default) ... ok test_indent_no_lines (test.test_textwrap.IndentTestCase.test_indent_no_lines) ... ok test_indent_nomargin_all_lines (test.test_textwrap.IndentTestCase.test_indent_nomargin_all_lines) ... ok test_indent_nomargin_default (test.test_textwrap.IndentTestCase.test_indent_nomargin_default) ... ok test_indent_nomargin_explicit_default (test.test_textwrap.IndentTestCase.test_indent_nomargin_explicit_default) ... ok test_roundtrip_mixed (test.test_textwrap.IndentTestCase.test_roundtrip_mixed) ... ok test_roundtrip_spaces (test.test_textwrap.IndentTestCase.test_roundtrip_spaces) ... ok test_roundtrip_tabs (test.test_textwrap.IndentTestCase.test_roundtrip_tabs) ... ok test_fill (test.test_textwrap.IndentTestCases.test_fill) ... ok test_initial_indent (test.test_textwrap.IndentTestCases.test_initial_indent) ... ok test_subsequent_indent (test.test_textwrap.IndentTestCases.test_subsequent_indent) ... ok test_break_long (test.test_textwrap.LongWordTestCase.test_break_long) ... ok test_max_lines_long (test.test_textwrap.LongWordTestCase.test_max_lines_long) ... ok test_nobreak_long (test.test_textwrap.LongWordTestCase.test_nobreak_long) ... ok test_break_long_words_not_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_not_on_hyphen) ... ok test_break_long_words_on_hyphen (test.test_textwrap.LongWordWithHyphensTestCase.test_break_long_words_on_hyphen) ... ok test_break_on_hyphen_but_not_long_words (test.test_textwrap.LongWordWithHyphensTestCase.test_break_on_hyphen_but_not_long_words) ... ok test_do_not_break_long_words_or_on_hyphens (test.test_textwrap.LongWordWithHyphensTestCase.test_do_not_break_long_words_or_on_hyphens) ... ok test_placeholder (test.test_textwrap.MaxLinesTestCase.test_placeholder) ... ok test_placeholder_backtrack (test.test_textwrap.MaxLinesTestCase.test_placeholder_backtrack) ... ok test_simple (test.test_textwrap.MaxLinesTestCase.test_simple) ... ok test_spaces (test.test_textwrap.MaxLinesTestCase.test_spaces) ... ok test_empty_string (test.test_textwrap.ShortenTestCase.test_empty_string) ... ok test_first_word_too_long_but_placeholder_fits (test.test_textwrap.ShortenTestCase.test_first_word_too_long_but_placeholder_fits) ... ok test_placeholder (test.test_textwrap.ShortenTestCase.test_placeholder) ... ok test_simple (test.test_textwrap.ShortenTestCase.test_simple) ... ok test_whitespace (test.test_textwrap.ShortenTestCase.test_whitespace) ... ok test_width_too_small_for_placeholder (test.test_textwrap.ShortenTestCase.test_width_too_small_for_placeholder) ... ok test_bad_width (test.test_textwrap.WrapTestCase.test_bad_width) ... ok test_break_on_hyphens (test.test_textwrap.WrapTestCase.test_break_on_hyphens) ... ok test_drop_whitespace_false (test.test_textwrap.WrapTestCase.test_drop_whitespace_false) ... ok test_drop_whitespace_false_whitespace_only (test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only) ... ok test_drop_whitespace_false_whitespace_only_with_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_false_whitespace_only_with_indent) ... ok test_drop_whitespace_leading_whitespace (test.test_textwrap.WrapTestCase.test_drop_whitespace_leading_whitespace) ... ok test_drop_whitespace_whitespace_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_indent) ... ok test_drop_whitespace_whitespace_line (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_line) ... ok test_drop_whitespace_whitespace_only (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only) ... ok test_drop_whitespace_whitespace_only_with_indent (test.test_textwrap.WrapTestCase.test_drop_whitespace_whitespace_only_with_indent) ... ok test_em_dash (test.test_textwrap.WrapTestCase.test_em_dash) ... ok test_empty_string (test.test_textwrap.WrapTestCase.test_empty_string) ... ok test_empty_string_with_initial_indent (test.test_textwrap.WrapTestCase.test_empty_string_with_initial_indent) ... ok test_fix_sentence_endings (test.test_textwrap.WrapTestCase.test_fix_sentence_endings) ... ok test_funky_hyphens (test.test_textwrap.WrapTestCase.test_funky_hyphens) ... ok test_funky_parens (test.test_textwrap.WrapTestCase.test_funky_parens) ... ok test_hyphenated (test.test_textwrap.WrapTestCase.test_hyphenated) ... ok test_hyphenated_numbers (test.test_textwrap.WrapTestCase.test_hyphenated_numbers) ... ok test_narrow_non_breaking_space (test.test_textwrap.WrapTestCase.test_narrow_non_breaking_space) ... ok test_no_split_at_umlaut (test.test_textwrap.WrapTestCase.test_no_split_at_umlaut) ... ok test_non_breaking_space (test.test_textwrap.WrapTestCase.test_non_breaking_space) ... ok test_punct_hyphens (test.test_textwrap.WrapTestCase.test_punct_hyphens) ... ok test_simple (test.test_textwrap.WrapTestCase.test_simple) ... ok test_split (test.test_textwrap.WrapTestCase.test_split) ... ok test_umlaut_followed_by_dash (test.test_textwrap.WrapTestCase.test_umlaut_followed_by_dash) ... ok test_unix_options (test.test_textwrap.WrapTestCase.test_unix_options) ... ok test_whitespace (test.test_textwrap.WrapTestCase.test_whitespace) ... ok test_wrap_short (test.test_textwrap.WrapTestCase.test_wrap_short) ... ok test_wrap_short_1line (test.test_textwrap.WrapTestCase.test_wrap_short_1line) ... ok ---------------------------------------------------------------------- Ran 66 tests in 0.005s OK 0:18:39 load avg: 1.05 [355/432/1] test_thread test_barrier (test.test_thread.BarrierTest.test_barrier) ... waiting for tasks to end task 9 will run for 59us task 1 will run for 50us task 2 will run for 18us task 3 will run for 58us task 2 entering 0 task 1 entering 0 task 6 will run for 50us task 7 will run for 5us task 8 will run for 65us task 3 entering 0 task 0 will run for 0us task 4 will run for 12us task 6 entering 0 task 9 entering 0 task 7 entering 0 task 8 entering 0 task 0 entering 0 task 5 will run for 49us task 4 entering 0 task 5 entering 0 task 5 leaving barrier task 5 will run for 22us task 2 leaving barrier task 2 will run for 37us task 1 leaving barrier task 1 will run for 97us task 3 leaving barrier task 3 will run for 42us task 6 leaving barrier task 6 will run for 67us task 9 leaving barrier task 9 will run for 59us task 5 entering 1 task 7 leaving barrier task 7 will run for 70us task 2 entering 1 task 8 leaving barrier task 8 will run for 26us task 0 leaving barrier task 0 will run for 0us task 3 entering 1 task 4 leaving barrier task 4 will run for 13us task 6 entering 1 task 9 entering 1 task 1 entering 1 task 0 entering 1 task 8 entering 1 task 4 entering 1 task 7 entering 1 task 7 leaving barrier task 7 will run for 97us task 5 leaving barrier task 5 will run for 68us task 2 leaving barrier task 2 will run for 98us task 3 leaving barrier task 3 will run for 56us task 6 leaving barrier task 6 will run for 45us task 9 leaving barrier task 9 will run for 93us task 1 leaving barrier task 1 will run for 37us task 0 leaving barrier task 0 will run for 0us task 8 leaving barrier task 8 will run for 77us task 4 leaving barrier task 4 will run for 58us task 0 entering 2 task 5 entering 2 task 6 entering 2 task 7 entering 2 task 1 entering 2 task 2 entering 2 task 3 entering 2 task 9 entering 2 task 4 entering 2 task 8 entering 2 task 8 leaving barrier task 0 leaving barrier task 5 leaving barrier task 6 leaving barrier task 7 leaving barrier task 1 leaving barrier task 2 leaving barrier task 3 leaving barrier task 9 leaving barrier task 4 leaving barrier tasks done ok test_acquire_contended (test.test_thread.LockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_thread.LockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_thread.LockTests.test_acquire_release) ... ok test_at_fork_reinit (test.test_thread.LockTests.test_at_fork_reinit) ... ok test_constructor (test.test_thread.LockTests.test_constructor) ... ok test_different_thread (test.test_thread.LockTests.test_different_thread) ... ok test_locked_repr (test.test_thread.LockTests.test_locked_repr) ... ok test_reacquire (test.test_thread.LockTests.test_reacquire) ... ok test_repr (test.test_thread.LockTests.test_repr) ... ok test_state_after_timeout (test.test_thread.LockTests.test_state_after_timeout) ... ok test_thread_leak (test.test_thread.LockTests.test_thread_leak) ... ok test_timeout (test.test_thread.LockTests.test_timeout) ... ok test_try_acquire (test.test_thread.LockTests.test_try_acquire) ... ok test_try_acquire_contended (test.test_thread.LockTests.test_try_acquire_contended) ... ok test_weakref_deleted (test.test_thread.LockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_thread.LockTests.test_weakref_exists) ... ok test_with (test.test_thread.LockTests.test_with) ... ok test_forkinthread (test.test_thread.TestForkInThread.test_forkinthread) ... ok test__count (test.test_thread.ThreadRunningTests.test__count) ... ok 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 10 will run for 58us task 2 will run for 36us task 3 will run for 54us task 4 will run for 32us task 5 will run for 98us task 6 will run for 63us task 7 will run for 16us task 8 will run for 47us task 9 will run for 78us task 1 will run for 98us task 10 done task 2 done task 3 done task 4 done task 7 done task 6 done task 8 done task 5 done task 9 done task 1 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 96us task 1 will run for 53us task 3 will run for 40us task 4 will run for 35us task 5 will run for 93us task 6 will run for 14us task 7 will run for 2us task 8 will run for 57us task 10 done task 2 will run for 21us task 1 done task 3 done task 7 done task 9 will run for 25us task 4 done task 6 done task 5 done task 8 done task 2 done task 9 done all tasks done ok test_stack_size (test.test_thread.ThreadRunningTests.test_stack_size) ... ok 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 10 will run for 4us task 2 will run for 59us task 3 will run for 28us task 4 will run for 34us task 5 will run for 29us task 6 will run for 39us task 7 will run for 55us task 8 will run for 47us task 9 will run for 34us task 1 will run for 52us task 4 done task 3 done task 2 done task 9 done task 5 done task 6 done task 8 done task 7 done task 1 done task 10 done all tasks done ok test_unraisable_exception (test.test_thread.ThreadRunningTests.test_unraisable_exception) ... ok ---------------------------------------------------------------------- Ran 24 tests in 0.956s OK 0:18:41 load avg: 1.05 [356/432/1] test_threadedtempfile test_main (test.test_threadedtempfile.ThreadedTempFileTest.test_main) ... ok ---------------------------------------------------------------------- Ran 1 test in 0.041s OK 0:18:42 load avg: 1.05 [357/432/1] test_threading test_atexit_after_shutdown (test.test_threading.AtexitTests.test_atexit_after_shutdown) ... ok test_atexit_called_once (test.test_threading.AtexitTests.test_atexit_called_once) ... ok test_atexit_output (test.test_threading.AtexitTests.test_atexit_output) ... ok test_abort (test.test_threading.BarrierTests.test_abort) Test that an abort will put the barrier in a broken state ... ok test_abort_and_reset (test.test_threading.BarrierTests.test_abort_and_reset) Test that a barrier can be reset after being broken. ... ok test_action (test.test_threading.BarrierTests.test_action) Test the 'action' callback ... ok test_barrier (test.test_threading.BarrierTests.test_barrier) Test that a barrier is passed in lockstep ... ok test_barrier_10 (test.test_threading.BarrierTests.test_barrier_10) Test that a barrier works for 10 consecutive runs ... ok test_default_timeout (test.test_threading.BarrierTests.test_default_timeout) Test the barrier's default timeout ... ok test_repr (test.test_threading.BarrierTests.test_repr) ... ok test_reset (test.test_threading.BarrierTests.test_reset) Test that a 'reset' on a barrier frees the waiting threads ... ok test_single_thread (test.test_threading.BarrierTests.test_single_thread) ... ok test_timeout (test.test_threading.BarrierTests.test_timeout) Test wait(timeout) ... ok test_wait_return (test.test_threading.BarrierTests.test_wait_return) test the return value from barrier.wait ... ok test_acquire (test.test_threading.BoundedSemaphoreTests.test_acquire) ... ok test_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_threading.BoundedSemaphoreTests.test_acquire_destroy) ... ok test_acquire_timeout (test.test_threading.BoundedSemaphoreTests.test_acquire_timeout) ... ok test_constructor (test.test_threading.BoundedSemaphoreTests.test_constructor) ... ok test_default_value (test.test_threading.BoundedSemaphoreTests.test_default_value) ... ok test_multirelease (test.test_threading.BoundedSemaphoreTests.test_multirelease) ... ok test_release_unacquired (test.test_threading.BoundedSemaphoreTests.test_release_unacquired) ... ok test_repr (test.test_threading.BoundedSemaphoreTests.test_repr) ... ok test_try_acquire (test.test_threading.BoundedSemaphoreTests.test_try_acquire) ... ok test_try_acquire_contended (test.test_threading.BoundedSemaphoreTests.test_try_acquire_contended) ... ok test_with (test.test_threading.BoundedSemaphoreTests.test_with) ... ok test__is_owned (test.test_threading.CRLockTests.test__is_owned) ... ok test_acquire_contended (test.test_threading.CRLockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_threading.CRLockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_threading.CRLockTests.test_acquire_release) ... ok test_constructor (test.test_threading.CRLockTests.test_constructor) ... ok test_different_thread (test.test_threading.CRLockTests.test_different_thread) ... ok test_locked_repr (test.test_threading.CRLockTests.test_locked_repr) ... ok test_reacquire (test.test_threading.CRLockTests.test_reacquire) ... ok test_release_save_unacquired (test.test_threading.CRLockTests.test_release_save_unacquired) ... ok test_release_unacquired (test.test_threading.CRLockTests.test_release_unacquired) ... ok test_repr (test.test_threading.CRLockTests.test_repr) ... ok test_thread_leak (test.test_threading.CRLockTests.test_thread_leak) ... ok test_timeout (test.test_threading.CRLockTests.test_timeout) ... ok test_try_acquire (test.test_threading.CRLockTests.test_try_acquire) ... ok test_try_acquire_contended (test.test_threading.CRLockTests.test_try_acquire_contended) ... ok test_weakref_deleted (test.test_threading.CRLockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_threading.CRLockTests.test_weakref_exists) ... ok test_with (test.test_threading.CRLockTests.test_with) ... ok test__is_owned (test.test_threading.ConditionAsRLockTests.test__is_owned) ... ok test_acquire_contended (test.test_threading.ConditionAsRLockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_threading.ConditionAsRLockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_threading.ConditionAsRLockTests.test_acquire_release) ... ok test_constructor (test.test_threading.ConditionAsRLockTests.test_constructor) ... ok test_different_thread (test.test_threading.ConditionAsRLockTests.test_different_thread) ... ok test_locked_repr (test.test_threading.ConditionAsRLockTests.test_locked_repr) ... ok test_reacquire (test.test_threading.ConditionAsRLockTests.test_reacquire) ... ok test_release_save_unacquired (test.test_threading.ConditionAsRLockTests.test_release_save_unacquired) ... ok test_release_unacquired (test.test_threading.ConditionAsRLockTests.test_release_unacquired) ... ok test_repr (test.test_threading.ConditionAsRLockTests.test_repr) ... ok test_thread_leak (test.test_threading.ConditionAsRLockTests.test_thread_leak) ... ok test_timeout (test.test_threading.ConditionAsRLockTests.test_timeout) ... ok test_try_acquire (test.test_threading.ConditionAsRLockTests.test_try_acquire) ... ok test_try_acquire_contended (test.test_threading.ConditionAsRLockTests.test_try_acquire_contended) ... ok test_weakref_deleted (test.test_threading.ConditionAsRLockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_threading.ConditionAsRLockTests.test_weakref_exists) ... ok test_with (test.test_threading.ConditionAsRLockTests.test_with) ... ok test_acquire (test.test_threading.ConditionTests.test_acquire) ... ok test_notify (test.test_threading.ConditionTests.test_notify) ... ok test_timeout (test.test_threading.ConditionTests.test_timeout) ... ok test_unacquired_notify (test.test_threading.ConditionTests.test_unacquired_notify) ... ok test_unacquired_wait (test.test_threading.ConditionTests.test_unacquired_wait) ... ok test_waitfor (test.test_threading.ConditionTests.test_waitfor) ... ok test_waitfor_timeout (test.test_threading.ConditionTests.test_waitfor_timeout) ... ok test_at_fork_reinit (test.test_threading.EventTests.test_at_fork_reinit) ... ok test_is_set (test.test_threading.EventTests.test_is_set) ... ok test_notify (test.test_threading.EventTests.test_notify) ... ok test_repr (test.test_threading.EventTests.test_repr) ... ok test_set_and_clear (test.test_threading.EventTests.test_set_and_clear) ... ok test_timeout (test.test_threading.EventTests.test_timeout) ... ok test_custom_excepthook (test.test_threading.ExceptHookTests.test_custom_excepthook) ... ok test_custom_excepthook_fail (test.test_threading.ExceptHookTests.test_custom_excepthook_fail) ... ok test_excepthook (test.test_threading.ExceptHookTests.test_excepthook) ... ok test_excepthook_thread_None (test.test_threading.ExceptHookTests.test_excepthook_thread_None) ... ok test_original_excepthook (test.test_threading.ExceptHookTests.test_original_excepthook) ... ok test_system_exit (test.test_threading.ExceptHookTests.test_system_exit) ... ok test_can_interrupt_tight_loops (test.test_threading.InterruptMainTests.test_can_interrupt_tight_loops) ... ok test_interrupt_main_invalid_signal (test.test_threading.InterruptMainTests.test_interrupt_main_invalid_signal) ... ok test_interrupt_main_mainthread (test.test_threading.InterruptMainTests.test_interrupt_main_mainthread) ... ok test_interrupt_main_noerror (test.test_threading.InterruptMainTests.test_interrupt_main_noerror) ... ok test_interrupt_main_subthread (test.test_threading.InterruptMainTests.test_interrupt_main_subthread) ... ok test_interrupt_main_with_signal_handler (test.test_threading.InterruptMainTests.test_interrupt_main_with_signal_handler) ... ok test_acquire_contended (test.test_threading.LockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_threading.LockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_threading.LockTests.test_acquire_release) ... ok test_at_fork_reinit (test.test_threading.LockTests.test_at_fork_reinit) ... ok test_constructor (test.test_threading.LockTests.test_constructor) ... ok test_different_thread (test.test_threading.LockTests.test_different_thread) ... ok test_locked_repr (test.test_threading.LockTests.test_locked_repr) ... ok test_reacquire (test.test_threading.LockTests.test_reacquire) ... ok test_repr (test.test_threading.LockTests.test_repr) ... ok test_state_after_timeout (test.test_threading.LockTests.test_state_after_timeout) ... ok test_thread_leak (test.test_threading.LockTests.test_thread_leak) ... ok test_timeout (test.test_threading.LockTests.test_timeout) ... ok test_try_acquire (test.test_threading.LockTests.test_try_acquire) ... ok test_try_acquire_contended (test.test_threading.LockTests.test_try_acquire_contended) ... ok test_weakref_deleted (test.test_threading.LockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_threading.LockTests.test_weakref_exists) ... ok test_with (test.test_threading.LockTests.test_with) ... ok test__all__ (test.test_threading.MiscTestCase.test__all__) ... ok test__is_owned (test.test_threading.PyRLockTests.test__is_owned) ... ok test_acquire_contended (test.test_threading.PyRLockTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_threading.PyRLockTests.test_acquire_destroy) ... ok test_acquire_release (test.test_threading.PyRLockTests.test_acquire_release) ... ok test_constructor (test.test_threading.PyRLockTests.test_constructor) ... ok test_different_thread (test.test_threading.PyRLockTests.test_different_thread) ... ok test_locked_repr (test.test_threading.PyRLockTests.test_locked_repr) ... ok test_reacquire (test.test_threading.PyRLockTests.test_reacquire) ... ok test_release_save_unacquired (test.test_threading.PyRLockTests.test_release_save_unacquired) ... ok test_release_unacquired (test.test_threading.PyRLockTests.test_release_unacquired) ... ok test_repr (test.test_threading.PyRLockTests.test_repr) ... ok test_thread_leak (test.test_threading.PyRLockTests.test_thread_leak) ... ok test_timeout (test.test_threading.PyRLockTests.test_timeout) ... ok test_try_acquire (test.test_threading.PyRLockTests.test_try_acquire) ... ok test_try_acquire_contended (test.test_threading.PyRLockTests.test_try_acquire_contended) ... ok test_weakref_deleted (test.test_threading.PyRLockTests.test_weakref_deleted) ... ok test_weakref_exists (test.test_threading.PyRLockTests.test_weakref_exists) ... ok test_with (test.test_threading.PyRLockTests.test_with) ... ok test_acquire (test.test_threading.SemaphoreTests.test_acquire) ... ok test_acquire_contended (test.test_threading.SemaphoreTests.test_acquire_contended) ... ok test_acquire_destroy (test.test_threading.SemaphoreTests.test_acquire_destroy) ... ok test_acquire_timeout (test.test_threading.SemaphoreTests.test_acquire_timeout) ... ok test_constructor (test.test_threading.SemaphoreTests.test_constructor) ... ok test_default_value (test.test_threading.SemaphoreTests.test_default_value) ... ok test_multirelease (test.test_threading.SemaphoreTests.test_multirelease) ... ok test_release_unacquired (test.test_threading.SemaphoreTests.test_release_unacquired) ... ok test_repr (test.test_threading.SemaphoreTests.test_repr) ... ok test_try_acquire (test.test_threading.SemaphoreTests.test_try_acquire) ... ok test_try_acquire_contended (test.test_threading.SemaphoreTests.test_try_acquire_contended) ... ok test_with (test.test_threading.SemaphoreTests.test_with) ... ok test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests.test_daemon_threads_fatal_error) ... ok test_threads_join (test.test_threading.SubinterpThreadingTests.test_threads_join) ... ok test_threads_join_2 (test.test_threading.SubinterpThreadingTests.test_threads_join_2) ... ok test_1_join_on_shutdown (test.test_threading.ThreadJoinOnShutdown.test_1_join_on_shutdown) ... ok test_2_join_in_forked_process (test.test_threading.ThreadJoinOnShutdown.test_2_join_in_forked_process) ... ok test_3_join_in_forked_from_thread (test.test_threading.ThreadJoinOnShutdown.test_3_join_in_forked_from_thread) ... ok test_4_daemon_threads (test.test_threading.ThreadJoinOnShutdown.test_4_daemon_threads) ... ok test_clear_threads_states_after_fork (test.test_threading.ThreadJoinOnShutdown.test_clear_threads_states_after_fork) ... ok test_reinit_tls_after_fork (test.test_threading.ThreadJoinOnShutdown.test_reinit_tls_after_fork) ... ok test_BoundedSemaphore_limit (test.test_threading.ThreadTests.test_BoundedSemaphore_limit) ... ok test_PyThreadState_SetAsyncExc (test.test_threading.ThreadTests.test_PyThreadState_SetAsyncExc) ... started worker thread trying nonsensical thread id waiting for worker thread to get started verifying worker hasn't exited attempting to raise asynch exception in worker waiting for worker to say it caught the exception all OK -- joining worker ok test_args_argument (test.test_threading.ThreadTests.test_args_argument) ... ok test_boolean_target (test.test_threading.ThreadTests.test_boolean_target) ... ok test_daemon_param (test.test_threading.ThreadTests.test_daemon_param) ... ok test_debug_deprecation (test.test_threading.ThreadTests.test_debug_deprecation) ... skipped 'need debug build (Py_DEBUG)' test_disallow_instantiation (test.test_threading.ThreadTests.test_disallow_instantiation) ... ok test_dummy_thread_after_fork (test.test_threading.ThreadTests.test_dummy_thread_after_fork) ... ok test_enumerate_after_join (test.test_threading.ThreadTests.test_enumerate_after_join) ... ok test_finalization_shutdown (test.test_threading.ThreadTests.test_finalization_shutdown) ... ok test_finalize_running_thread (test.test_threading.ThreadTests.test_finalize_running_thread) ... ok test_finalize_with_trace (test.test_threading.ThreadTests.test_finalize_with_trace) ... ok test_foreign_thread (test.test_threading.ThreadTests.test_foreign_thread) ... ok test_fork_at_exit (test.test_threading.ThreadTests.test_fork_at_exit) ... ok test_frame_tstate_tracing (test.test_threading.ThreadTests.test_frame_tstate_tracing) ... ok test_getprofile (test.test_threading.ThreadTests.test_getprofile) ... ok test_gettrace (test.test_threading.ThreadTests.test_gettrace) ... ok test_ident_of_no_threading_threads (test.test_threading.ThreadTests.test_ident_of_no_threading_threads) ... ok test_import_from_another_thread (test.test_threading.ThreadTests.test_import_from_another_thread) ... ok test_is_alive_after_fork (test.test_threading.ThreadTests.test_is_alive_after_fork) ... ok test_join_nondaemon_on_shutdown (test.test_threading.ThreadTests.test_join_nondaemon_on_shutdown) ... ok test_leak_without_join (test.test_threading.ThreadTests.test_leak_without_join) ... ok test_limbo_cleanup (test.test_threading.ThreadTests.test_limbo_cleanup) ... ok test_locals_at_exit (test.test_threading.ThreadTests.test_locals_at_exit) ... ok test_main_thread (test.test_threading.ThreadTests.test_main_thread) ... ok test_main_thread_after_fork (test.test_threading.ThreadTests.test_main_thread_after_fork) ... ok test_main_thread_after_fork_from_nonmain_thread (test.test_threading.ThreadTests.test_main_thread_after_fork_from_nonmain_thread) ... ok test_main_thread_during_shutdown (test.test_threading.ThreadTests.test_main_thread_during_shutdown) ... ok test_name (test.test_threading.ThreadTests.test_name) ... ok test_no_refcycle_through_target (test.test_threading.ThreadTests.test_no_refcycle_through_target) ... ok test_old_threading_api (test.test_threading.ThreadTests.test_old_threading_api) ... ok test_repr_daemon (test.test_threading.ThreadTests.test_repr_daemon) ... ok test_repr_stopped (test.test_threading.ThreadTests.test_repr_stopped) ... ok test_shutdown_locks (test.test_threading.ThreadTests.test_shutdown_locks) ... ok test_tstate_lock (test.test_threading.ThreadTests.test_tstate_lock) ... ok test_various_ops (test.test_threading.ThreadTests.test_various_ops) ... task will run for 89.7 usec 1 tasks are running task will run for 46.4 usec 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running task will run for 79.7 usec 1 tasks are running task will run for 65.5 usec 2 tasks are running task done is finished. 1 tasks are running task will run for 82.2 usec 2 tasks are running task done is finished. 1 tasks are running task will run for 83.3 usec 2 tasks are running task will run for 66.7 usec 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running task will run for 19.0 usec 1 tasks are running task will run for 96.6 usec 2 tasks are running task done is finished. 1 tasks are running task will run for 16.5 usec 2 tasks are running waiting for all tasks to complete task done is finished. 1 tasks are running task done is finished. 0 tasks are running all tasks done ok test_various_ops_large_stack (test.test_threading.ThreadTests.test_various_ops_large_stack) ... with 1 MiB thread stack size... task will run for 98.3 usec 1 tasks are running task will run for 78.7 usec 2 tasks are running task will run for 69.3 usec 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running task will run for 38.9 usec 1 tasks are running task will run for 41.1 usec 2 tasks are running task will run for 57.4 usec 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running task will run for 97.0 usec 2 tasks are running task done is finished. 1 tasks are running task will run for 96.1 usec 2 tasks are running task will run for 6.2 usec 3 tasks are running task done is finished. 2 tasks are running task will run for 15.5 usec 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running waiting for all tasks to complete task done is finished. 0 tasks are running all tasks done ok test_various_ops_small_stack (test.test_threading.ThreadTests.test_various_ops_small_stack) ... with 256 KiB thread stack size... task will run for 43.3 usec 1 tasks are running task done is finished. 0 tasks are running task will run for 74.1 usec 1 tasks are running task will run for 61.6 usec 2 tasks are running task will run for 4.0 usec 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running task done is finished. 0 tasks are running task will run for 95.7 usec 1 tasks are running task will run for 67.7 usec 2 tasks are running task will run for 47.3 usec 3 tasks are running task done is finished. 2 tasks are running task will run for 44.2 usec 3 tasks are running task done is finished. 2 tasks are running task done is finished. 1 tasks are running task will run for 13.1 usec 2 tasks are running task done is finished. 1 tasks are running task will run for 41.5 usec 2 tasks are running task done is finished. 1 tasks are running waiting for all tasks to complete task done is finished. 0 tasks are running all tasks done ok test_bare_raise_in_brand_new_thread (test.test_threading.ThreadingExceptionTests.test_bare_raise_in_brand_new_thread) ... ok test_daemonize_active_thread (test.test_threading.ThreadingExceptionTests.test_daemonize_active_thread) ... ok test_joining_current_thread (test.test_threading.ThreadingExceptionTests.test_joining_current_thread) ... ok test_joining_inactive_thread (test.test_threading.ThreadingExceptionTests.test_joining_inactive_thread) ... ok test_multithread_modify_file_noerror (test.test_threading.ThreadingExceptionTests.test_multithread_modify_file_noerror) ... ok test_print_exception (test.test_threading.ThreadingExceptionTests.test_print_exception) ... ok test_print_exception_stderr_is_none_1 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_1) ... ok test_print_exception_stderr_is_none_2 (test.test_threading.ThreadingExceptionTests.test_print_exception_stderr_is_none_2) ... ok test_recursion_limit (test.test_threading.ThreadingExceptionTests.test_recursion_limit) ... ok test_releasing_unacquired_lock (test.test_threading.ThreadingExceptionTests.test_releasing_unacquired_lock) ... ok test_start_thread_again (test.test_threading.ThreadingExceptionTests.test_start_thread_again) ... ok test_init_immutable_default_args (test.test_threading.TimerTests.test_init_immutable_default_args) ... ok ---------------------------------------------------------------------- Ran 194 tests in 10.850s OK (skipped=1) 0:18:53 load avg: 1.25 [358/432/1] test_threading_local test_arguments (test.test_threading_local.PyThreadingLocalTest.test_arguments) ... ok test_cycle_collection (test.test_threading_local.PyThreadingLocalTest.test_cycle_collection) ... ok test_derived (test.test_threading_local.PyThreadingLocalTest.test_derived) ... ok test_derived_cycle_dealloc (test.test_threading_local.PyThreadingLocalTest.test_derived_cycle_dealloc) ... ok test_dict_attribute (test.test_threading_local.PyThreadingLocalTest.test_dict_attribute) ... ok test_dict_attribute_subclass (test.test_threading_local.PyThreadingLocalTest.test_dict_attribute_subclass) ... ok test_local_refs (test.test_threading_local.PyThreadingLocalTest.test_local_refs) ... ok test_threading_local (test.test_threading_local.PyThreadingLocalTest.test_threading_local) ... ok test_threading_local_clear_race (test.test_threading_local.PyThreadingLocalTest.test_threading_local_clear_race) ... ok test_threading_local_subclass (test.test_threading_local.PyThreadingLocalTest.test_threading_local_subclass) ... ok test_arguments (test.test_threading_local.ThreadLocalTest.test_arguments) ... ok test_cycle_collection (test.test_threading_local.ThreadLocalTest.test_cycle_collection) ... ok test_derived (test.test_threading_local.ThreadLocalTest.test_derived) ... ok test_derived_cycle_dealloc (test.test_threading_local.ThreadLocalTest.test_derived_cycle_dealloc) ... ok test_dict_attribute (test.test_threading_local.ThreadLocalTest.test_dict_attribute) ... ok test_dict_attribute_subclass (test.test_threading_local.ThreadLocalTest.test_dict_attribute_subclass) ... ok test_local_refs (test.test_threading_local.ThreadLocalTest.test_local_refs) ... ok test_threading_local (test.test_threading_local.ThreadLocalTest.test_threading_local) ... ok test_threading_local_clear_race (test.test_threading_local.ThreadLocalTest.test_threading_local_clear_race) ... ok test_threading_local_subclass (test.test_threading_local.ThreadLocalTest.test_threading_local_subclass) ... ok _threading_local () Doctest: _threading_local ... ok _threading_local () Doctest: _threading_local ... ok ---------------------------------------------------------------------- Ran 22 tests in 3.323s OK 0:18:57 load avg: 1.31 [359/432/1] test_threadsignals test_interrupted_timed_acquire (test.test_threadsignals.ThreadSignals.test_interrupted_timed_acquire) ... ok test_lock_acquire_interruption (test.test_threadsignals.ThreadSignals.test_lock_acquire_interruption) ... ok test_lock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals.test_lock_acquire_retries_on_intr) ... ok test_rlock_acquire_interruption (test.test_threadsignals.ThreadSignals.test_rlock_acquire_interruption) ... ok test_rlock_acquire_retries_on_intr (test.test_threadsignals.ThreadSignals.test_rlock_acquire_retries_on_intr) ... ok test_signals (test.test_threadsignals.ThreadSignals.test_signals) ... ok ---------------------------------------------------------------------- Ran 6 tests in 4.817s OK 0:19:03 load avg: 1.28 [360/432/1] test_time test_large_year (test.test_time.TestAsctime4dyear.test_large_year) ... ok test_negative (test.test_time.TestAsctime4dyear.test_negative) ... ok test_year (test.test_time.TestAsctime4dyear.test_year) ... ok test_AsMicroseconds (test.test_time.TestCPyTime.test_AsMicroseconds) ... ok test_AsMilliseconds (test.test_time.TestCPyTime.test_AsMilliseconds) ... ok test_AsSecondsDouble (test.test_time.TestCPyTime.test_AsSecondsDouble) ... ok test_AsTimespec (test.test_time.TestCPyTime.test_AsTimespec) ... ok test_AsTimespec_clamp (test.test_time.TestCPyTime.test_AsTimespec_clamp) ... ok test_AsTimeval (test.test_time.TestCPyTime.test_AsTimeval) ... ok test_AsTimeval_clamp (test.test_time.TestCPyTime.test_AsTimeval_clamp) ... ok test_FromSeconds (test.test_time.TestCPyTime.test_FromSeconds) ... ok test_FromSecondsObject (test.test_time.TestCPyTime.test_FromSecondsObject) ... ok test_bug_3061 (test.test_time.TestLocale.test_bug_3061) ... skipped 'could not set locale.LC_ALL to fr_FR' test_object_to_time_t (test.test_time.TestOldPyTime.test_object_to_time_t) ... ok test_object_to_timespec (test.test_time.TestOldPyTime.test_object_to_timespec) ... ok test_object_to_timeval (test.test_time.TestOldPyTime.test_object_to_timeval) ... ok test_localtime_timezone (test.test_time.TestPytime.test_localtime_timezone) ... ok test_short_times (test.test_time.TestPytime.test_short_times) ... ok test_strptime_timezone (test.test_time.TestPytime.test_strptime_timezone) ... ok test_4dyear (test.test_time.TestStrftime4dyear.test_4dyear) ... ok test_large_year (test.test_time.TestStrftime4dyear.test_large_year) ... ok test_negative (test.test_time.TestStrftime4dyear.test_negative) ... ok test_year (test.test_time.TestStrftime4dyear.test_year) ... ok test_clock_functions (test.test_time.TestTimeWeaklinking.test_clock_functions) ... skipped 'test weak linking on macOS' test_asctime (test.test_time.TimeTestCase.test_asctime) ... ok test_asctime_bounding_check (test.test_time.TimeTestCase.test_asctime_bounding_check) ... ok test_clock_getres (test.test_time.TimeTestCase.test_clock_getres) ... ok test_clock_monotonic (test.test_time.TimeTestCase.test_clock_monotonic) ... ok test_clock_realtime (test.test_time.TimeTestCase.test_clock_realtime) ... ok test_clock_settime (test.test_time.TimeTestCase.test_clock_settime) ... ok test_conversions (test.test_time.TimeTestCase.test_conversions) ... ok test_ctime (test.test_time.TimeTestCase.test_ctime) ... ok test_ctime_without_arg (test.test_time.TimeTestCase.test_ctime_without_arg) ... ok test_data_attributes (test.test_time.TimeTestCase.test_data_attributes) ... ok test_default_values_for_zero (test.test_time.TimeTestCase.test_default_values_for_zero) ... ok test_epoch (test.test_time.TimeTestCase.test_epoch) ... ok test_get_clock_info (test.test_time.TimeTestCase.test_get_clock_info) ... ok test_gmtime_without_arg (test.test_time.TimeTestCase.test_gmtime_without_arg) ... ok test_insane_timestamps (test.test_time.TimeTestCase.test_insane_timestamps) ... ok test_localtime_failure (test.test_time.TimeTestCase.test_localtime_failure) ... ok test_localtime_without_arg (test.test_time.TimeTestCase.test_localtime_without_arg) ... ok test_mktime (test.test_time.TimeTestCase.test_mktime) ... ok test_mktime_error (test.test_time.TimeTestCase.test_mktime_error) ... skipped 'disabled because of a bug in glibc. Issue #13309' test_monotonic (test.test_time.TimeTestCase.test_monotonic) ... ok test_monotonic_settime (test.test_time.TimeTestCase.test_monotonic_settime) ... skipped '[Errno 1] Operation not permitted' test_perf_counter (test.test_time.TimeTestCase.test_perf_counter) ... ok test_process_time (test.test_time.TimeTestCase.test_process_time) ... ok test_pthread_getcpuclockid (test.test_time.TimeTestCase.test_pthread_getcpuclockid) ... ok test_sleep (test.test_time.TimeTestCase.test_sleep) ... ok test_strftime (test.test_time.TimeTestCase.test_strftime) ... ok test_strftime_bounding_check (test.test_time.TimeTestCase.test_strftime_bounding_check) ... ok test_strftime_format_check (test.test_time.TimeTestCase.test_strftime_format_check) ... ok test_strptime (test.test_time.TimeTestCase.test_strptime) ... ok test_strptime_bytes (test.test_time.TimeTestCase.test_strptime_bytes) ... ok test_strptime_exception_context (test.test_time.TimeTestCase.test_strptime_exception_context) ... ok test_thread_time (test.test_time.TimeTestCase.test_thread_time) ... ok test_time (test.test_time.TimeTestCase.test_time) ... ok test_time_ns_type (test.test_time.TimeTestCase.test_time_ns_type) ... ok test_tzset (test.test_time.TimeTestCase.test_tzset) ... ok ---------------------------------------------------------------------- Ran 59 tests in 1.922s OK (skipped=4) 0:19:06 load avg: 1.28 [361/432/1] test_timeit test_autorange (test.test_timeit.TestTimeit.test_autorange) ... ok test_autorange_second (test.test_timeit.TestTimeit.test_autorange_second) ... ok test_autorange_with_callback (test.test_timeit.TestTimeit.test_autorange_with_callback) ... ok test_main_bad_switch (test.test_timeit.TestTimeit.test_main_bad_switch) ... ok test_main_exception (test.test_timeit.TestTimeit.test_main_exception) ... ok test_main_exception_fixed_reps (test.test_timeit.TestTimeit.test_main_exception_fixed_reps) ... ok test_main_fixed_iters (test.test_timeit.TestTimeit.test_main_fixed_iters) ... ok test_main_fixed_reps (test.test_timeit.TestTimeit.test_main_fixed_reps) ... ok test_main_help (test.test_timeit.TestTimeit.test_main_help) ... ok test_main_microseconds (test.test_timeit.TestTimeit.test_main_microseconds) ... ok test_main_milliseconds (test.test_timeit.TestTimeit.test_main_milliseconds) ... ok test_main_multiple_setups (test.test_timeit.TestTimeit.test_main_multiple_setups) ... ok test_main_negative_reps (test.test_timeit.TestTimeit.test_main_negative_reps) ... ok test_main_seconds (test.test_timeit.TestTimeit.test_main_seconds) ... ok test_main_setup (test.test_timeit.TestTimeit.test_main_setup) ... ok test_main_verbose (test.test_timeit.TestTimeit.test_main_verbose) ... ok test_main_very_verbose (test.test_timeit.TestTimeit.test_main_very_verbose) ... ok test_main_with_time_unit (test.test_timeit.TestTimeit.test_main_with_time_unit) ... ok test_print_exc (test.test_timeit.TestTimeit.test_print_exc) ... ok test_reindent_empty (test.test_timeit.TestTimeit.test_reindent_empty) ... ok test_reindent_multi (test.test_timeit.TestTimeit.test_reindent_multi) ... ok test_reindent_multi_empty (test.test_timeit.TestTimeit.test_reindent_multi_empty) ... ok test_reindent_single (test.test_timeit.TestTimeit.test_reindent_single) ... ok test_repeat_callable_setup (test.test_timeit.TestTimeit.test_repeat_callable_setup) ... ok test_repeat_callable_stmt (test.test_timeit.TestTimeit.test_repeat_callable_stmt) ... ok test_repeat_callable_stmt_and_setup (test.test_timeit.TestTimeit.test_repeat_callable_stmt_and_setup) ... ok test_repeat_few_reps_and_iters (test.test_timeit.TestTimeit.test_repeat_few_reps_and_iters) ... ok test_repeat_function_zero_iters (test.test_timeit.TestTimeit.test_repeat_function_zero_iters) ... ok test_repeat_function_zero_reps (test.test_timeit.TestTimeit.test_repeat_function_zero_reps) ... ok test_repeat_zero_iters (test.test_timeit.TestTimeit.test_repeat_zero_iters) ... ok test_repeat_zero_reps (test.test_timeit.TestTimeit.test_repeat_zero_reps) ... ok test_timeit_callable_setup (test.test_timeit.TestTimeit.test_timeit_callable_setup) ... ok test_timeit_callable_stmt (test.test_timeit.TestTimeit.test_timeit_callable_stmt) ... ok test_timeit_callable_stmt_and_setup (test.test_timeit.TestTimeit.test_timeit_callable_stmt_and_setup) ... ok test_timeit_few_iters (test.test_timeit.TestTimeit.test_timeit_few_iters) ... ok test_timeit_function_zero_iters (test.test_timeit.TestTimeit.test_timeit_function_zero_iters) ... ok test_timeit_globals_args (test.test_timeit.TestTimeit.test_timeit_globals_args) ... ok test_timeit_zero_iters (test.test_timeit.TestTimeit.test_timeit_zero_iters) ... ok test_timer_empty_stmt (test.test_timeit.TestTimeit.test_timer_empty_stmt) ... ok test_timer_invalid_setup (test.test_timeit.TestTimeit.test_timer_invalid_setup) ... ok test_timer_invalid_stmt (test.test_timeit.TestTimeit.test_timer_invalid_stmt) ... ok ---------------------------------------------------------------------- Ran 41 tests in 0.015s OK 0:19:07 load avg: 1.28 [362/432/1] test_timeout testBlockingThenTimeout (test.test_timeout.CreationTestCase.testBlockingThenTimeout) ... ok testFloatReturnValue (test.test_timeout.CreationTestCase.testFloatReturnValue) ... ok testObjectCreation (test.test_timeout.CreationTestCase.testObjectCreation) ... ok testRangeCheck (test.test_timeout.CreationTestCase.testRangeCheck) ... ok testReturnType (test.test_timeout.CreationTestCase.testReturnType) ... ok testTimeoutThenBlocking (test.test_timeout.CreationTestCase.testTimeoutThenBlocking) ... ok testTypeCheck (test.test_timeout.CreationTestCase.testTypeCheck) ... ok testAcceptTimeout (test.test_timeout.TCPTimeoutTestCase.testAcceptTimeout) ... ok testConnectTimeout (test.test_timeout.TCPTimeoutTestCase.testConnectTimeout) ... skipped 'need to replace these hosts; see bpo-35518' testRecvTimeout (test.test_timeout.TCPTimeoutTestCase.testRecvTimeout) ... ok testSend (test.test_timeout.TCPTimeoutTestCase.testSend) ... ok testSendall (test.test_timeout.TCPTimeoutTestCase.testSendall) ... ok testSendto (test.test_timeout.TCPTimeoutTestCase.testSendto) ... ok testRecvfromTimeout (test.test_timeout.UDPTimeoutTestCase.testRecvfromTimeout) ... ok ---------------------------------------------------------------------- Ran 14 tests in 9.075s OK (skipped=1) 0:19:17 load avg: 1.38 [363/432/1] test_tix test_tix_available (test.test_tix.TestTix.test_tix_available) ... skipped 'Tix not available' ---------------------------------------------------------------------- Ran 1 test in 0.023s OK (skipped=1) 0:19:17 load avg: 1.35 [364/432/1] test_tokenize test_additive (test.test_tokenize.CTokenizeTest.test_additive) ... ok test_async (test.test_tokenize.CTokenizeTest.test_async) ... ok test_comparison (test.test_tokenize.CTokenizeTest.test_comparison) ... ok test_continuation_lines_indentation (test.test_tokenize.CTokenizeTest.test_continuation_lines_indentation) ... ok test_float (test.test_tokenize.CTokenizeTest.test_float) ... ok test_function (test.test_tokenize.CTokenizeTest.test_function) ... ok test_int (test.test_tokenize.CTokenizeTest.test_int) ... ok test_invalid_syntax (test.test_tokenize.CTokenizeTest.test_invalid_syntax) ... ok test_max_indent (test.test_tokenize.CTokenizeTest.test_max_indent) ... ok test_method (test.test_tokenize.CTokenizeTest.test_method) ... ok test_multiplicative (test.test_tokenize.CTokenizeTest.test_multiplicative) ... ok test_selector (test.test_tokenize.CTokenizeTest.test_selector) ... ok test_string (test.test_tokenize.CTokenizeTest.test_string) ... ok test_tabs (test.test_tokenize.CTokenizeTest.test_tabs) ... ok test_unary (test.test_tokenize.CTokenizeTest.test_unary) ... ok test_unicode (test.test_tokenize.CTokenizeTest.test_unicode) ... ok 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 test_additive (test.test_tokenize.GenerateTokensTest.test_additive) ... ok test_async (test.test_tokenize.GenerateTokensTest.test_async) ... ok test_basic (test.test_tokenize.GenerateTokensTest.test_basic) ... ok test_comparison (test.test_tokenize.GenerateTokensTest.test_comparison) ... ok test_float (test.test_tokenize.GenerateTokensTest.test_float) ... ok test_function (test.test_tokenize.GenerateTokensTest.test_function) ... ok test_implicit_newline (test.test_tokenize.GenerateTokensTest.test_implicit_newline) ... ok test_int (test.test_tokenize.GenerateTokensTest.test_int) ... ok test_long (test.test_tokenize.GenerateTokensTest.test_long) ... ok test_method (test.test_tokenize.GenerateTokensTest.test_method) ... ok test_multiplicative (test.test_tokenize.GenerateTokensTest.test_multiplicative) ... ok test_non_ascii_identifiers (test.test_tokenize.GenerateTokensTest.test_non_ascii_identifiers) ... ok test_selector (test.test_tokenize.GenerateTokensTest.test_selector) ... ok test_shift (test.test_tokenize.GenerateTokensTest.test_shift) ... ok test_string (test.test_tokenize.GenerateTokensTest.test_string) ... ok test_tabs (test.test_tokenize.GenerateTokensTest.test_tabs) ... ok test_unary (test.test_tokenize.GenerateTokensTest.test_unary) ... ok test_underscore_literals (test.test_tokenize.GenerateTokensTest.test_underscore_literals) ... ok test_unicode (test.test_tokenize.GenerateTokensTest.test_unicode) ... ok test_bom_no_cookie (test.test_tokenize.TestDetectEncoding.test_bom_no_cookie) ... ok test_cookie_first_line_no_bom (test.test_tokenize.TestDetectEncoding.test_cookie_first_line_no_bom) ... ok test_cookie_second_line_commented_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_commented_first_line) ... ok test_cookie_second_line_empty_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_empty_first_line) ... ok test_cookie_second_line_no_bom (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_no_bom) ... ok test_cookie_second_line_noncommented_first_line (test.test_tokenize.TestDetectEncoding.test_cookie_second_line_noncommented_first_line) ... ok test_false_encoding (test.test_tokenize.TestDetectEncoding.test_false_encoding) ... ok test_filename_in_exception (test.test_tokenize.TestDetectEncoding.test_filename_in_exception) ... ok test_latin1_normalization (test.test_tokenize.TestDetectEncoding.test_latin1_normalization) ... ok test_matched_bom_and_cookie_first_line (test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_first_line) ... ok test_matched_bom_and_cookie_second_line (test.test_tokenize.TestDetectEncoding.test_matched_bom_and_cookie_second_line) ... ok test_mismatched_bom_and_cookie_first_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_first_line_raises_syntaxerror) ... ok test_mismatched_bom_and_cookie_second_line_raises_syntaxerror (test.test_tokenize.TestDetectEncoding.test_mismatched_bom_and_cookie_second_line_raises_syntaxerror) ... ok test_no_bom_no_encoding_cookie (test.test_tokenize.TestDetectEncoding.test_no_bom_no_encoding_cookie) ... ok test_open (test.test_tokenize.TestDetectEncoding.test_open) ... ok test_open_error (test.test_tokenize.TestDetectEncoding.test_open_error) ... ok test_short_files (test.test_tokenize.TestDetectEncoding.test_short_files) ... ok test_syntaxerror_latin1 (test.test_tokenize.TestDetectEncoding.test_syntaxerror_latin1) ... ok test_utf8_normalization (test.test_tokenize.TestDetectEncoding.test_utf8_normalization) ... ok test_decistmt (test.test_tokenize.TestMisc.test_decistmt) ... ok test_backslash_continuation (test.test_tokenize.TestRoundtrip.test_backslash_continuation) ... ok test_continuation (test.test_tokenize.TestRoundtrip.test_continuation) ... ok test_indentation_semantics_retained (test.test_tokenize.TestRoundtrip.test_indentation_semantics_retained) Ensure that although whitespace might be mutated in a roundtrip, ... ok test_random_files (test.test_tokenize.TestRoundtrip.test_random_files) ... ok test_roundtrip (test.test_tokenize.TestRoundtrip.test_roundtrip) ... ok test_string_concatenation (test.test_tokenize.TestRoundtrip.test_string_concatenation) ... ok test_comment_at_the_end_of_the_source_without_newline (test.test_tokenize.TestTokenize.test_comment_at_the_end_of_the_source_without_newline) ... ok test_exact_type (test.test_tokenize.TestTokenize.test_exact_type) ... ok test_oneline_defs (test.test_tokenize.TestTokenize.test_oneline_defs) ... ok test_pathological_trailing_whitespace (test.test_tokenize.TestTokenize.test_pathological_trailing_whitespace) ... ok test_tokenize (test.test_tokenize.TestTokenize.test_tokenize) ... ok test_bad_coding_cookie (test.test_tokenize.TestTokenizerAdheresToPep0263.test_bad_coding_cookie) ... ok test_latin1_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_latin1_coding_cookie_and_utf8_bom) As per PEP 0263, if a file starts with a utf-8 BOM signature, the only ... ok test_no_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_no_coding_cookie_and_utf8_bom) ... ok test_utf8_coding_cookie_and_no_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_no_utf8_bom) ... ok test_utf8_coding_cookie_and_utf8_bom (test.test_tokenize.TestTokenizerAdheresToPep0263.test_utf8_coding_cookie_and_utf8_bom) ... ok test__tokenize_decodes_with_specified_encoding (test.test_tokenize.Test_Tokenize.test__tokenize_decodes_with_specified_encoding) ... ok test__tokenize_does_not_decode_with_encoding_none (test.test_tokenize.Test_Tokenize.test__tokenize_does_not_decode_with_encoding_none) ... ok test_additive (test.test_tokenize.TokenizeTest.test_additive) ... ok test_async (test.test_tokenize.TokenizeTest.test_async) ... ok test_basic (test.test_tokenize.TokenizeTest.test_basic) ... ok test_comparison (test.test_tokenize.TokenizeTest.test_comparison) ... ok test_float (test.test_tokenize.TokenizeTest.test_float) ... ok test_function (test.test_tokenize.TokenizeTest.test_function) ... ok test_implicit_newline (test.test_tokenize.TokenizeTest.test_implicit_newline) ... ok test_int (test.test_tokenize.TokenizeTest.test_int) ... ok test_long (test.test_tokenize.TokenizeTest.test_long) ... ok test_method (test.test_tokenize.TokenizeTest.test_method) ... ok test_multiplicative (test.test_tokenize.TokenizeTest.test_multiplicative) ... ok test_non_ascii_identifiers (test.test_tokenize.TokenizeTest.test_non_ascii_identifiers) ... ok test_selector (test.test_tokenize.TokenizeTest.test_selector) ... ok test_shift (test.test_tokenize.TokenizeTest.test_shift) ... ok test_string (test.test_tokenize.TokenizeTest.test_string) ... ok test_tabs (test.test_tokenize.TokenizeTest.test_tabs) ... ok test_unary (test.test_tokenize.TokenizeTest.test_unary) ... ok test_underscore_literals (test.test_tokenize.TokenizeTest.test_underscore_literals) ... ok test_unicode (test.test_tokenize.TokenizeTest.test_unicode) ... ok test_backslash_continuation (test.test_tokenize.UntokenizeTest.test_backslash_continuation) ... ok test_bad_input_order (test.test_tokenize.UntokenizeTest.test_bad_input_order) ... ok test_iter_compat (test.test_tokenize.UntokenizeTest.test_iter_compat) ... ok ---------------------------------------------------------------------- Ran 96 tests in 16.786s OK 0:19:35 load avg: 1.35 [365/432/1] test_tomllib test_invalid (test.test_tomllib.test_data.TestData.test_invalid) ... ok test_valid (test.test_tomllib.test_data.TestData.test_valid) ... ok test_invalid_char_quotes (test.test_tomllib.test_error.TestError.test_invalid_char_quotes) ... ok test_invalid_parse_float (test.test_tomllib.test_error.TestError.test_invalid_parse_float) ... ok test_line_and_col (test.test_tomllib.test_error.TestError.test_line_and_col) ... ok test_missing_value (test.test_tomllib.test_error.TestError.test_missing_value) ... ok test_module_name (test.test_tomllib.test_error.TestError.test_module_name) ... ok test_deepcopy (test.test_tomllib.test_misc.TestMiscellaneous.test_deepcopy) ... ok test_incorrect_load (test.test_tomllib.test_misc.TestMiscellaneous.test_incorrect_load) ... ok test_inline_array_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_array_recursion_limit) ... ok test_inline_table_recursion_limit (test.test_tomllib.test_misc.TestMiscellaneous.test_inline_table_recursion_limit) ... ok test_load (test.test_tomllib.test_misc.TestMiscellaneous.test_load) ... ok test_parse_float (test.test_tomllib.test_misc.TestMiscellaneous.test_parse_float) ... ok ---------------------------------------------------------------------- Ran 13 tests in 0.006s OK 0:19:36 load avg: 1.35 [366/432/1] test_tools test_alter_comments (test.test_tools.test_fixcid.Test.test_alter_comments) ... ok test_directory (test.test_tools.test_fixcid.Test.test_directory) ... ok test_parse_strings (test.test_tools.test_fixcid.Test.test_parse_strings) ... ok test_freeze_simple_script (test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script) ... creating the script to be frozen at /tmp/tmplrzyatlc/app.py copying the source tree into /tmp/tmplrzyatlc/cpython... configuring python in /tmp/tmplrzyatlc/python-build... CalledProcessError: Command '['/tmp/tmplrzyatlc/cpython/python', '-c', 'import sysconfig; print(sysconfig.get_config_var("CONFIG_ARGS"))']' returned non-zero exit status 1. --- STDOUT --- --- STDERR --- Traceback (most recent call last): File "", line 1, in File "/tmp/tmplrzyatlc/cpython/Lib/sysconfig.py", line 715, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmplrzyatlc/cpython/Lib/sysconfig.py", line 670, in get_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmplrzyatlc/cpython/Lib/sysconfig.py", line 531, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata__linux_x86_64-linux-gnu' ---- END ---- building python parallel='-j16' in /tmp/tmplrzyatlc/python-build... installing python into /tmp/tmplrzyatlc/python-installation... freezing /tmp/tmplrzyatlc/app.py... ok test_gprof (test.test_tools.test_gprof2html.Gprof2htmlTests.test_gprof) ... ok test_POT_Creation_Date (test.test_tools.test_i18n.Test_pygettext.test_POT_Creation_Date) Match the date format from xgettext for POT-Creation-Date ... ok test_calls_in_fstring_with_keyword_args (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstring_with_keyword_args) ... ok test_calls_in_fstring_with_multiple_args (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstring_with_multiple_args) ... ok test_calls_in_fstring_with_partially_wrong_expression (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstring_with_partially_wrong_expression) ... ok test_calls_in_fstrings (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstrings) ... ok test_calls_in_fstrings_attribute (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstrings_attribute) ... ok test_calls_in_fstrings_nested (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstrings_nested) ... ok test_calls_in_fstrings_raw (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstrings_raw) ... ok test_calls_in_fstrings_with_call_on_call (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstrings_with_call_on_call) ... ok test_calls_in_fstrings_with_format (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstrings_with_format) ... ok test_calls_in_fstrings_with_wrong_input_1 (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstrings_with_wrong_input_1) ... ok test_calls_in_fstrings_with_wrong_input_2 (test.test_tools.test_i18n.Test_pygettext.test_calls_in_fstrings_with_wrong_input_2) ... ok test_classdocstring (test.test_tools.test_i18n.Test_pygettext.test_classdocstring) ... ok test_classdocstring_bytes (test.test_tools.test_i18n.Test_pygettext.test_classdocstring_bytes) ... ok test_classdocstring_early_colon (test.test_tools.test_i18n.Test_pygettext.test_classdocstring_early_colon) Test docstring extraction for a class with colons occurring within ... ok test_classdocstring_fstring (test.test_tools.test_i18n.Test_pygettext.test_classdocstring_fstring) ... ok test_files_list (test.test_tools.test_i18n.Test_pygettext.test_files_list) Make sure the directories are inspected for source files ... ok test_funcdocstring (test.test_tools.test_i18n.Test_pygettext.test_funcdocstring) ... ok test_funcdocstring_annotated_args (test.test_tools.test_i18n.Test_pygettext.test_funcdocstring_annotated_args) Test docstrings for functions with annotated args ... ok test_funcdocstring_annotated_return (test.test_tools.test_i18n.Test_pygettext.test_funcdocstring_annotated_return) Test docstrings for functions with annotated return type ... ok test_funcdocstring_bytes (test.test_tools.test_i18n.Test_pygettext.test_funcdocstring_bytes) ... ok test_funcdocstring_defvalue_args (test.test_tools.test_i18n.Test_pygettext.test_funcdocstring_defvalue_args) Test docstring for functions with default arg values ... ok test_funcdocstring_fstring (test.test_tools.test_i18n.Test_pygettext.test_funcdocstring_fstring) ... ok test_funcdocstring_multiple_funcs (test.test_tools.test_i18n.Test_pygettext.test_funcdocstring_multiple_funcs) Test docstring extraction for multiple functions combining ... ok test_header (test.test_tools.test_i18n.Test_pygettext.test_header) Make sure the required fields are in the header, according to: ... ok test_moduledocstring (test.test_tools.test_i18n.Test_pygettext.test_moduledocstring) ... ok test_moduledocstring_bytes (test.test_tools.test_i18n.Test_pygettext.test_moduledocstring_bytes) ... ok test_moduledocstring_fstring (test.test_tools.test_i18n.Test_pygettext.test_moduledocstring_fstring) ... ok test_msgid (test.test_tools.test_i18n.Test_pygettext.test_msgid) ... ok test_msgid_bytes (test.test_tools.test_i18n.Test_pygettext.test_msgid_bytes) ... ok test_msgid_fstring (test.test_tools.test_i18n.Test_pygettext.test_msgid_fstring) ... ok test_lll_multiple_dirs (test.test_tools.test_lll.lllTests.test_lll_multiple_dirs) ... ok test_checksum_fodder (test.test_tools.test_md5sum.MD5SumTests.test_checksum_fodder) ... ok test_dash_l (test.test_tools.test_md5sum.MD5SumTests.test_dash_l) ... ok test_dash_s (test.test_tools.test_md5sum.MD5SumTests.test_dash_s) ... ok test_dash_t (test.test_tools.test_md5sum.MD5SumTests.test_dash_t) ... ok test_multiple_files (test.test_tools.test_md5sum.MD5SumTests.test_multiple_files) ... ok test_noargs (test.test_tools.test_md5sum.MD5SumTests.test_noargs) ... ok test_usage (test.test_tools.test_md5sum.MD5SumTests.test_usage) ... ok test_pathfix (test.test_tools.test_pathfix.TestPathfixFunctional.test_pathfix) ... ok test_pathfix_adding_errors (test.test_tools.test_pathfix.TestPathfixFunctional.test_pathfix_adding_errors) ... ok test_pathfix_adding_flag (test.test_tools.test_pathfix.TestPathfixFunctional.test_pathfix_adding_flag) ... ok test_pathfix_keeping_flags (test.test_tools.test_pathfix.TestPathfixFunctional.test_pathfix_keeping_flags) ... ok test_recursive (test.test_tools.test_pathfix.TestPathfixFunctional.test_recursive) ... ok test_inverse_attribute_error (test.test_tools.test_pdeps.PdepsTests.test_inverse_attribute_error) ... ok test_process_errors (test.test_tools.test_pdeps.PdepsTests.test_process_errors) ... ok test_empty_line (test.test_tools.test_pindent.PindentTests.test_empty_line) ... ok test_escaped_newline (test.test_tools.test_pindent.PindentTests.test_escaped_newline) ... ok test_multilevel (test.test_tools.test_pindent.PindentTests.test_multilevel) ... ok test_oneline (test.test_tools.test_pindent.PindentTests.test_oneline) ... ok test_preserve_indents (test.test_tools.test_pindent.PindentTests.test_preserve_indents) ... ok test_selftest (test.test_tools.test_pindent.PindentTests.test_selftest) ... ok test_statements (test.test_tools.test_pindent.PindentTests.test_statements) ... ok test_help (test.test_tools.test_reindent.ReindentTests.test_help) ... ok test_noargs (test.test_tools.test_reindent.ReindentTests.test_noargs) ... ok test_reindent_file_with_bad_encoding (test.test_tools.test_reindent.ReindentTests.test_reindent_file_with_bad_encoding) ... ok test_analyze_dxp_import (test.test_tools.test_sundry.TestSundryScripts.test_analyze_dxp_import) ... ok test_sundry (test.test_tools.test_sundry.TestSundryScripts.test_sundry) ... ok test_sundry_windows (test.test_tools.test_sundry.TestSundryScripts.test_sundry_windows) ... skipped 'Windows-only test' ---------------------------------------------------------------------- Ran 64 tests in 607.890s OK (skipped=1) 0:29:45 load avg: 2.63 [367/432/1] test_trace -- test_tools passed in 10 min 8 sec test_loop_caller_importing (test.test_trace.TestCallers.test_loop_caller_importing) ... ok test_count_and_summary (test.test_trace.TestCommandLine.test_count_and_summary) ... ok test_failures (test.test_trace.TestCommandLine.test_failures) ... ok test_listfuncs_flag_success (test.test_trace.TestCommandLine.test_listfuncs_flag_success) ... ok test_run_as_module (test.test_trace.TestCommandLine.test_run_as_module) ... ok test_sys_argv_list (test.test_trace.TestCommandLine.test_sys_argv_list) ... ok test_coverage (test.test_trace.TestCoverage.test_coverage) ... ok test_coverage_ignore (test.test_trace.TestCoverage.test_coverage_ignore) ... ok test_coverageresults_update (test.test_trace.TestCoverage.test_coverageresults_update) ... ok test_issue9936 (test.test_trace.TestCoverage.test_issue9936) ... ok test_cover_files_written_no_highlight (test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_no_highlight) ... ok test_cover_files_written_with_highlight (test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_with_highlight) ... ok test_arg_errors (test.test_trace.TestFuncs.test_arg_errors) ... ok test_inst_method_calling (test.test_trace.TestFuncs.test_inst_method_calling) ... ok test_loop_caller_importing (test.test_trace.TestFuncs.test_loop_caller_importing) ... ok test_simple_caller (test.test_trace.TestFuncs.test_simple_caller) ... ok test_traced_decorated_function (test.test_trace.TestFuncs.test_traced_decorated_function) ... ok test_linear_methods (test.test_trace.TestLineCounts.test_linear_methods) ... ok test_trace_func_generator (test.test_trace.TestLineCounts.test_trace_func_generator) ... ok test_trace_list_comprehension (test.test_trace.TestLineCounts.test_trace_list_comprehension) ... ok test_traced_decorated_function (test.test_trace.TestLineCounts.test_traced_decorated_function) ... ok test_traced_func_importing (test.test_trace.TestLineCounts.test_traced_func_importing) ... ok test_traced_func_linear (test.test_trace.TestLineCounts.test_traced_func_linear) ... ok test_traced_func_loop (test.test_trace.TestLineCounts.test_traced_func_loop) ... ok test_exec_counts (test.test_trace.TestRunExecCounts.test_exec_counts) ... ok test_ignored (test.test_trace.Test_Ignore.test_ignored) ... ok ---------------------------------------------------------------------- Ran 26 tests in 2.235s OK 0:29:48 load avg: 2.50 [368/432/1] test_traceback test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.CExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame) ... ok test_cause (test.test_traceback.CExcReportingTests.test_cause) ... ok test_cause_and_context (test.test_traceback.CExcReportingTests.test_cause_and_context) ... ok test_cause_recursive (test.test_traceback.CExcReportingTests.test_cause_recursive) ... ok test_context (test.test_traceback.CExcReportingTests.test_context) ... ok test_context_suppression (test.test_traceback.CExcReportingTests.test_context_suppression) ... ok test_exception_bad__str__ (test.test_traceback.CExcReportingTests.test_exception_bad__str__) ... ok test_exception_group_basic (test.test_traceback.CExcReportingTests.test_exception_group_basic) ... ok test_exception_group_cause (test.test_traceback.CExcReportingTests.test_exception_group_cause) ... ok test_exception_group_context_with_context (test.test_traceback.CExcReportingTests.test_exception_group_context_with_context) ... ok test_exception_group_depth_limit (test.test_traceback.CExcReportingTests.test_exception_group_depth_limit) ... ok test_exception_group_nested (test.test_traceback.CExcReportingTests.test_exception_group_nested) ... ok test_exception_group_width_limit (test.test_traceback.CExcReportingTests.test_exception_group_width_limit) ... ok test_exception_group_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_multiple_notes) ... ok test_exception_group_with_notes (test.test_traceback.CExcReportingTests.test_exception_group_with_notes) ... ok test_exception_modulename (test.test_traceback.CExcReportingTests.test_exception_modulename) ... ok test_exception_modulename_not_unicode (test.test_traceback.CExcReportingTests.test_exception_modulename_not_unicode) ... ok test_exception_qualname (test.test_traceback.CExcReportingTests.test_exception_qualname) ... ok test_exception_with_invalid_notes (test.test_traceback.CExcReportingTests.test_exception_with_invalid_notes) ... ok test_exception_with_note (test.test_traceback.CExcReportingTests.test_exception_with_note) ... ok test_exception_with_note_with_multiple_notes (test.test_traceback.CExcReportingTests.test_exception_with_note_with_multiple_notes) ... ok test_message_none (test.test_traceback.CExcReportingTests.test_message_none) ... ok test_simple (test.test_traceback.CExcReportingTests.test_simple) ... ok test_syntax_error_no_lineno (test.test_traceback.CExcReportingTests.test_syntax_error_no_lineno) ... ok test_syntax_error_offset_at_eol (test.test_traceback.CExcReportingTests.test_syntax_error_offset_at_eol) ... ok test_syntax_error_various_offsets (test.test_traceback.CExcReportingTests.test_syntax_error_various_offsets) ... ok test_basic_caret (test.test_traceback.CPythonTracebackErrorCaretTests.test_basic_caret) ... ok test_byte_offset_multiline (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_multiline) ... ok test_byte_offset_with_wide_characters_middle (test.test_traceback.CPythonTracebackErrorCaretTests.test_byte_offset_with_wide_characters_middle) ... ok test_caret_exception_group (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_exception_group) ... ok test_caret_for_binary_operators (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators) ... ok test_caret_for_binary_operators_two_char (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok test_caret_for_binary_operators_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok test_caret_for_subscript (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript) ... ok test_caret_for_subscript_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_for_subscript_unicode) ... ok test_caret_in_type_annotation (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_in_type_annotation) ... ok test_caret_multiline_expression (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression) ... ok test_caret_multiline_expression_bin_op (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok test_caret_multiline_expression_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok test_decorator_application_lineno_correct (test.test_traceback.CPythonTracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok test_line_with_unicode (test.test_traceback.CPythonTracebackErrorCaretTests.test_line_with_unicode) ... ok test_multiline_method_call_a (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_a) ... ok test_multiline_method_call_b (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_b) ... ok test_multiline_method_call_c (test.test_traceback.CPythonTracebackErrorCaretTests.test_multiline_method_call_c) ... ok test_secondary_caret_not_elided (test.test_traceback.CPythonTracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok test_specialization_variations (test.test_traceback.CPythonTracebackErrorCaretTests.test_specialization_variations) ... ok test_traceback_specialization_with_syntax_error (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ok test_traceback_very_long_line (test.test_traceback.CPythonTracebackErrorCaretTests.test_traceback_very_long_line) ... ok test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.CPythonTracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok test_extract_stack (test.test_traceback.LimitTests.test_extract_stack) ... ok test_extract_tb (test.test_traceback.LimitTests.test_extract_tb) ... ok test_format_exception (test.test_traceback.LimitTests.test_format_exception) ... ok test_all (test.test_traceback.MiscTest.test_all) ... ok test_clear (test.test_traceback.MiscTracebackCases.test_clear) ... ok test_extract_stack (test.test_traceback.MiscTracebackCases.test_extract_stack) ... ok test_KeyboardInterrupt_at_first_line_of_frame (test.test_traceback.PyExcReportingTests.test_KeyboardInterrupt_at_first_line_of_frame) ... ok test_cause (test.test_traceback.PyExcReportingTests.test_cause) ... ok test_cause_and_context (test.test_traceback.PyExcReportingTests.test_cause_and_context) ... ok test_cause_recursive (test.test_traceback.PyExcReportingTests.test_cause_recursive) ... ok test_context (test.test_traceback.PyExcReportingTests.test_context) ... ok test_context_suppression (test.test_traceback.PyExcReportingTests.test_context_suppression) ... ok test_exception_bad__str__ (test.test_traceback.PyExcReportingTests.test_exception_bad__str__) ... ok test_exception_group_basic (test.test_traceback.PyExcReportingTests.test_exception_group_basic) ... ok test_exception_group_cause (test.test_traceback.PyExcReportingTests.test_exception_group_cause) ... ok test_exception_group_context_with_context (test.test_traceback.PyExcReportingTests.test_exception_group_context_with_context) ... ok test_exception_group_depth_limit (test.test_traceback.PyExcReportingTests.test_exception_group_depth_limit) ... ok test_exception_group_nested (test.test_traceback.PyExcReportingTests.test_exception_group_nested) ... ok test_exception_group_width_limit (test.test_traceback.PyExcReportingTests.test_exception_group_width_limit) ... ok test_exception_group_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_multiple_notes) ... ok test_exception_group_with_notes (test.test_traceback.PyExcReportingTests.test_exception_group_with_notes) ... ok test_exception_modulename (test.test_traceback.PyExcReportingTests.test_exception_modulename) ... ok test_exception_modulename_not_unicode (test.test_traceback.PyExcReportingTests.test_exception_modulename_not_unicode) ... ok test_exception_qualname (test.test_traceback.PyExcReportingTests.test_exception_qualname) ... ok test_exception_with_invalid_notes (test.test_traceback.PyExcReportingTests.test_exception_with_invalid_notes) ... ok test_exception_with_note (test.test_traceback.PyExcReportingTests.test_exception_with_note) ... ok test_exception_with_note_with_multiple_notes (test.test_traceback.PyExcReportingTests.test_exception_with_note_with_multiple_notes) ... ok test_message_none (test.test_traceback.PyExcReportingTests.test_message_none) ... ok test_simple (test.test_traceback.PyExcReportingTests.test_simple) ... ok test_syntax_error_no_lineno (test.test_traceback.PyExcReportingTests.test_syntax_error_no_lineno) ... ok test_syntax_error_offset_at_eol (test.test_traceback.PyExcReportingTests.test_syntax_error_offset_at_eol) ... ok test_syntax_error_various_offsets (test.test_traceback.PyExcReportingTests.test_syntax_error_various_offsets) ... ok test_basics (test.test_traceback.TestFrame.test_basics) ... ok test_explicit_line (test.test_traceback.TestFrame.test_explicit_line) ... ok test_lazy_lines (test.test_traceback.TestFrame.test_lazy_lines) ... ok test_len (test.test_traceback.TestFrame.test_len) ... ok test_no_line (test.test_traceback.TestFrame.test_no_line) ... ok test_custom_format_frame (test.test_traceback.TestStack.test_custom_format_frame) ... ok test_dropping_frames (test.test_traceback.TestStack.test_dropping_frames) ... ok test_extract_stack (test.test_traceback.TestStack.test_extract_stack) ... ok test_extract_stack_limit (test.test_traceback.TestStack.test_extract_stack_limit) ... ok test_extract_stack_lookup_lines (test.test_traceback.TestStack.test_extract_stack_lookup_lines) ... ok test_extract_stackup_deferred_lookup_lines (test.test_traceback.TestStack.test_extract_stackup_deferred_lookup_lines) ... ok test_format_locals (test.test_traceback.TestStack.test_format_locals) ... ok test_format_smoke (test.test_traceback.TestStack.test_format_smoke) ... ok test_from_list (test.test_traceback.TestStack.test_from_list) ... ok test_from_list_edited_stack (test.test_traceback.TestStack.test_from_list_edited_stack) ... ok test_locals (test.test_traceback.TestStack.test_locals) ... ok test_no_locals (test.test_traceback.TestStack.test_no_locals) ... ok test_walk_stack (test.test_traceback.TestStack.test_walk_stack) ... ok test_walk_tb (test.test_traceback.TestStack.test_walk_tb) ... ok test_cause (test.test_traceback.TestTracebackException.test_cause) ... ok test_compact_no_cause (test.test_traceback.TestTracebackException.test_compact_no_cause) ... ok test_compact_with_cause (test.test_traceback.TestTracebackException.test_compact_with_cause) ... ok test_comparison_basic (test.test_traceback.TestTracebackException.test_comparison_basic) ... ok test_comparison_equivalent_exceptions_are_equal (test.test_traceback.TestTracebackException.test_comparison_equivalent_exceptions_are_equal) ... ok test_comparison_params_variations (test.test_traceback.TestTracebackException.test_comparison_params_variations) ... ok test_context (test.test_traceback.TestTracebackException.test_context) ... ok test_from_exception (test.test_traceback.TestTracebackException.test_from_exception) ... ok test_limit (test.test_traceback.TestTracebackException.test_limit) ... ok test_locals (test.test_traceback.TestTracebackException.test_locals) ... ok test_long_context_chain (test.test_traceback.TestTracebackException.test_long_context_chain) ... ok test_lookup_lines (test.test_traceback.TestTracebackException.test_lookup_lines) ... ok test_no_locals (test.test_traceback.TestTracebackException.test_no_locals) ... ok test_no_refs_to_exception_and_traceback_objects (test.test_traceback.TestTracebackException.test_no_refs_to_exception_and_traceback_objects) ... ok test_print (test.test_traceback.TestTracebackException.test_print) ... ok test_smoke (test.test_traceback.TestTracebackException.test_smoke) ... ok test_traceback_header (test.test_traceback.TestTracebackException.test_traceback_header) ... ok test_unhashable (test.test_traceback.TestTracebackException.test_unhashable) ... ok test_comparison (test.test_traceback.TestTracebackException_ExceptionGroups.test_comparison) ... ok test_exception_group_construction (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_construction) ... ok test_exception_group_format (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format) ... ok test_exception_group_format_exception_only (test.test_traceback.TestTracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... ok test_max_group_depth (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_depth) ... ok test_max_group_width (test.test_traceback.TestTracebackException_ExceptionGroups.test_max_group_width) ... ok test_bad_indentation (test.test_traceback.TracebackCases.test_bad_indentation) ... ok test_base_exception (test.test_traceback.TracebackCases.test_base_exception) ... ok test_caret (test.test_traceback.TracebackCases.test_caret) ... ok test_encoded_file (test.test_traceback.TracebackCases.test_encoded_file) ... ok test_exception_is_None (test.test_traceback.TracebackCases.test_exception_is_None) ... ok test_format_exception_exc (test.test_traceback.TracebackCases.test_format_exception_exc) ... ok test_format_exception_only_bad__str__ (test.test_traceback.TracebackCases.test_format_exception_only_bad__str__) ... ok test_format_exception_only_exc (test.test_traceback.TracebackCases.test_format_exception_only_exc) ... ok test_no_caret_with_no_debug_ranges_flag (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag) ... ok test_no_caret_with_no_debug_ranges_flag_python_traceback (test.test_traceback.TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... ok test_nocaret (test.test_traceback.TracebackCases.test_nocaret) ... ok test_print_exception (test.test_traceback.TracebackCases.test_print_exception) ... ok test_print_exception_exc (test.test_traceback.TracebackCases.test_print_exception_exc) ... ok test_print_traceback_at_exit (test.test_traceback.TracebackCases.test_print_traceback_at_exit) ... ok test_recursion_error_during_traceback (test.test_traceback.TracebackCases.test_recursion_error_during_traceback) ... ok test_signatures (test.test_traceback.TracebackCases.test_signatures) ... ok test_basic_caret (test.test_traceback.TracebackErrorLocationCaretTests.test_basic_caret) ... ok test_byte_offset_multiline (test.test_traceback.TracebackErrorLocationCaretTests.test_byte_offset_multiline) ... ok test_byte_offset_with_wide_characters_middle (test.test_traceback.TracebackErrorLocationCaretTests.test_byte_offset_with_wide_characters_middle) ... ok test_caret_exception_group (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_exception_group) ... ok test_caret_for_binary_operators (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_binary_operators) ... ok test_caret_for_binary_operators_two_char (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_binary_operators_two_char) ... ok test_caret_for_binary_operators_with_unicode (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_binary_operators_with_unicode) ... ok test_caret_for_subscript (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_subscript) ... ok test_caret_for_subscript_unicode (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_for_subscript_unicode) ... ok test_caret_in_type_annotation (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_in_type_annotation) ... ok test_caret_multiline_expression (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_multiline_expression) ... ok test_caret_multiline_expression_bin_op (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_multiline_expression_bin_op) ... ok test_caret_multiline_expression_syntax_error (test.test_traceback.TracebackErrorLocationCaretTests.test_caret_multiline_expression_syntax_error) ... ok test_decorator_application_lineno_correct (test.test_traceback.TracebackErrorLocationCaretTests.test_decorator_application_lineno_correct) ... ok test_line_with_unicode (test.test_traceback.TracebackErrorLocationCaretTests.test_line_with_unicode) ... ok test_multiline_method_call_a (test.test_traceback.TracebackErrorLocationCaretTests.test_multiline_method_call_a) ... ok test_multiline_method_call_b (test.test_traceback.TracebackErrorLocationCaretTests.test_multiline_method_call_b) ... ok test_multiline_method_call_c (test.test_traceback.TracebackErrorLocationCaretTests.test_multiline_method_call_c) ... ok test_secondary_caret_not_elided (test.test_traceback.TracebackErrorLocationCaretTests.test_secondary_caret_not_elided) ... ok test_specialization_variations (test.test_traceback.TracebackErrorLocationCaretTests.test_specialization_variations) ... ok test_traceback_specialization_with_syntax_error (test.test_traceback.TracebackErrorLocationCaretTests.test_traceback_specialization_with_syntax_error) ... ok test_traceback_very_long_line (test.test_traceback.TracebackErrorLocationCaretTests.test_traceback_very_long_line) ... ok test_wide_characters_unicode_with_problematic_byte_offset (test.test_traceback.TracebackErrorLocationCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok test_exception_group_deep_recursion_capi (test.test_traceback.TracebackFormatTests.test_exception_group_deep_recursion_capi) ... ok test_exception_group_deep_recursion_traceback (test.test_traceback.TracebackFormatTests.test_exception_group_deep_recursion_traceback) ... ok test_format_stack (test.test_traceback.TracebackFormatTests.test_format_stack) ... ok test_print_exception_bad_type_capi (test.test_traceback.TracebackFormatTests.test_print_exception_bad_type_capi) ... ok test_print_exception_bad_type_python (test.test_traceback.TracebackFormatTests.test_print_exception_bad_type_python) ... ok test_print_stack (test.test_traceback.TracebackFormatTests.test_print_stack) ... ok test_recursive_traceback_cpython_internal (test.test_traceback.TracebackFormatTests.test_recursive_traceback_cpython_internal) ... ok test_recursive_traceback_python (test.test_traceback.TracebackFormatTests.test_recursive_traceback_python) ... ok test_stack_format (test.test_traceback.TracebackFormatTests.test_stack_format) ... ok test_traceback_format (test.test_traceback.TracebackFormatTests.test_traceback_format) ... ok test_traceback_format_with_cleared_frames (test.test_traceback.TracebackFormatTests.test_traceback_format_with_cleared_frames) ... ok test_unhashable (test.test_traceback.TracebackFormatTests.test_unhashable) ... ok ---------------------------------------------------------------------- Ran 175 tests in 0.417s OK 0:29:49 load avg: 2.50 [369/432/1] test_tracemalloc test_stop_track (test.test_tracemalloc.TestCAPI.test_stop_track) ... ok test_stop_untrack (test.test_tracemalloc.TestCAPI.test_stop_untrack) ... ok test_track (test.test_tracemalloc.TestCAPI.test_track) ... ok test_track_already_tracked (test.test_tracemalloc.TestCAPI.test_track_already_tracked) ... ok test_track_without_gil (test.test_tracemalloc.TestCAPI.test_track_without_gil) ... ok test_untrack (test.test_tracemalloc.TestCAPI.test_untrack) ... ok test_env_limit (test.test_tracemalloc.TestCommandLine.test_env_limit) ... ok test_env_var_disabled (test.test_tracemalloc.TestCommandLine.test_env_var_disabled) ... ok test_env_var_disabled_by_default (test.test_tracemalloc.TestCommandLine.test_env_var_disabled_by_default) ... ok test_env_var_enabled_at_startup (test.test_tracemalloc.TestCommandLine.test_env_var_enabled_at_startup) ... ok test_env_var_ignored_with_E (test.test_tracemalloc.TestCommandLine.test_env_var_ignored_with_E) PYTHON* environment variables must be ignored when -E is present. ... ok test_env_var_invalid (test.test_tracemalloc.TestCommandLine.test_env_var_invalid) ... ok test_pymem_alloc0 (test.test_tracemalloc.TestCommandLine.test_pymem_alloc0) ... ok test_sys_xoptions (test.test_tracemalloc.TestCommandLine.test_sys_xoptions) ... ok test_sys_xoptions_invalid (test.test_tracemalloc.TestCommandLine.test_sys_xoptions_invalid) ... ok test_filter_attributes (test.test_tracemalloc.TestFilters.test_filter_attributes) ... ok test_filter_match (test.test_tracemalloc.TestFilters.test_filter_match) ... ok test_filter_match_filename (test.test_tracemalloc.TestFilters.test_filter_match_filename) ... ok test_filter_match_filename_joker (test.test_tracemalloc.TestFilters.test_filter_match_filename_joker) ... ok test_filter_match_trace (test.test_tracemalloc.TestFilters.test_filter_match_trace) ... ok test_create_snapshot (test.test_tracemalloc.TestSnapshot.test_create_snapshot) ... ok test_filter_traces (test.test_tracemalloc.TestSnapshot.test_filter_traces) ... ok test_filter_traces_domain (test.test_tracemalloc.TestSnapshot.test_filter_traces_domain) ... ok test_filter_traces_domain_filter (test.test_tracemalloc.TestSnapshot.test_filter_traces_domain_filter) ... ok test_format_traceback (test.test_tracemalloc.TestSnapshot.test_format_traceback) ... ok test_slices (test.test_tracemalloc.TestSnapshot.test_slices) ... ok test_snapshot_group_by_cumulative (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_cumulative) ... ok test_snapshot_group_by_file (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_file) ... ok test_snapshot_group_by_line (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_line) ... ok test_snapshot_group_by_traceback (test.test_tracemalloc.TestSnapshot.test_snapshot_group_by_traceback) ... ok test_statistic_diff_format (test.test_tracemalloc.TestSnapshot.test_statistic_diff_format) ... ok test_statistic_format (test.test_tracemalloc.TestSnapshot.test_statistic_format) ... ok test_trace_format (test.test_tracemalloc.TestSnapshot.test_trace_format) ... ok test_repr (test.test_tracemalloc.TestTraceback.test_repr) ... ok test_clear_traces (test.test_tracemalloc.TestTracemallocEnabled.test_clear_traces) ... ok test_fork (test.test_tracemalloc.TestTracemallocEnabled.test_fork) ... ok test_get_object_traceback (test.test_tracemalloc.TestTracemallocEnabled.test_get_object_traceback) ... ok test_get_traced_memory (test.test_tracemalloc.TestTracemallocEnabled.test_get_traced_memory) ... ok test_get_tracemalloc_memory (test.test_tracemalloc.TestTracemallocEnabled.test_get_tracemalloc_memory) ... ok test_get_traces (test.test_tracemalloc.TestTracemallocEnabled.test_get_traces) ... ok test_get_traces_intern_traceback (test.test_tracemalloc.TestTracemallocEnabled.test_get_traces_intern_traceback) ... ok test_is_tracing (test.test_tracemalloc.TestTracemallocEnabled.test_is_tracing) ... ok test_new_reference (test.test_tracemalloc.TestTracemallocEnabled.test_new_reference) ... ok test_no_incomplete_frames (test.test_tracemalloc.TestTracemallocEnabled.test_no_incomplete_frames) ... ok test_reset_peak (test.test_tracemalloc.TestTracemallocEnabled.test_reset_peak) ... ok test_set_traceback_limit (test.test_tracemalloc.TestTracemallocEnabled.test_set_traceback_limit) ... ok test_snapshot (test.test_tracemalloc.TestTracemallocEnabled.test_snapshot) ... ok test_snapshot_save_attr (test.test_tracemalloc.TestTracemallocEnabled.test_snapshot_save_attr) ... ok ---------------------------------------------------------------------- Ran 48 tests in 0.790s OK 0:29:51 load avg: 2.50 [370/432/1] test_ttk_guionly test_labeledscale (tkinter.test.test_ttk.test_extensions.DefaultRootTest.test_labeledscale) ... ok test_horizontal_range (tkinter.test.test_ttk.test_extensions.LabeledScaleTest.test_horizontal_range) ... ok test_initialization (tkinter.test.test_ttk.test_extensions.LabeledScaleTest.test_initialization) ... ok test_resize (tkinter.test.test_ttk.test_extensions.LabeledScaleTest.test_resize) ... ok test_variable_change (tkinter.test.test_ttk.test_extensions.LabeledScaleTest.test_variable_change) ... ok test_widget_destroy (tkinter.test.test_ttk.test_extensions.LabeledScaleTest.test_widget_destroy) ... ok test_initialization (tkinter.test.test_ttk.test_extensions.OptionMenuTest.test_initialization) ... ok test_menu (tkinter.test.test_ttk.test_extensions.OptionMenuTest.test_menu) ... ok test_trace_variable (tkinter.test.test_ttk.test_extensions.OptionMenuTest.test_trace_variable) ... ok test_unique_radiobuttons (tkinter.test.test_ttk.test_extensions.OptionMenuTest.test_unique_radiobuttons) ... ok test_widget_destroy (tkinter.test.test_ttk.test_extensions.OptionMenuTest.test_widget_destroy) ... ok test_configure (tkinter.test.test_ttk.test_style.StyleTest.test_configure) ... ok test_configure_custom_copy (tkinter.test.test_ttk.test_style.StyleTest.test_configure_custom_copy) ... ok test_layout (tkinter.test.test_ttk.test_style.StyleTest.test_layout) ... ok test_lookup (tkinter.test.test_ttk.test_style.StyleTest.test_lookup) ... ok test_map (tkinter.test.test_ttk.test_style.StyleTest.test_map) ... ok test_map_custom_copy (tkinter.test.test_ttk.test_style.StyleTest.test_map_custom_copy) ... ok test_theme_use (tkinter.test.test_ttk.test_style.StyleTest.test_theme_use) ... ok patchlevel = 8.6.13 test_configure_class (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_class) ... ok test_configure_command (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_command) ... ok test_configure_compound (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_compound) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_cursor) ... ok test_configure_default (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_default) ... ok test_configure_image (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_image) ... ok test_configure_padding (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_padding) ... ok test_configure_state (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_state) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_takefocus) ... ok test_configure_text (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_text) ... ok test_configure_textvariable (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_textvariable) ... ok test_configure_underline (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_underline) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.ButtonTest.test_configure_width) ... ok test_invoke (tkinter.test.test_ttk.test_widgets.ButtonTest.test_invoke) ... ok test_keys (tkinter.test.test_ttk.test_widgets.ButtonTest.test_keys) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_class) ... ok test_configure_command (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_command) ... ok test_configure_compound (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_compound) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_cursor) ... ok test_configure_image (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_image) ... ok test_configure_offvalue (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_offvalue) ... ok test_configure_onvalue (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_onvalue) ... ok test_configure_padding (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_padding) ... ok test_configure_state (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_state) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_takefocus) ... ok test_configure_text (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_text) ... ok test_configure_textvariable (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_textvariable) ... ok test_configure_underline (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_underline) ... ok test_configure_variable (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_variable) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_configure_width) ... ok test_invoke (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_invoke) ... ok test_keys (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_keys) ... ok test_unique_variables (tkinter.test.test_ttk.test_widgets.CheckbuttonTest.test_unique_variables) ... ['.!frame.!checkbutton', '.!frame.!checkbutton2', '.!frame2.!checkbutton', '.!frame2.!checkbutton2'] ok test_bbox (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_bbox) ... ok test_configure_background (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_background) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_cursor) ... ok test_configure_exportselection (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_exportselection) ... ok test_configure_font (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_font) ... ok test_configure_foreground (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_foreground) ... ok test_configure_height (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_height) ... ok test_configure_invalidcommand (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_invalidcommand) ... ok test_configure_justify (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_justify) ... ok test_configure_postcommand (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_postcommand) ... ok test_configure_show (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_show) ... ok test_configure_state (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_state) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_takefocus) ... ok test_configure_textvariable (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_textvariable) ... ok test_configure_validate (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_validate) ... ok test_configure_validatecommand (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_validatecommand) ... ok test_configure_values (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_values) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_width) ... ok test_configure_xscrollcommand (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_configure_xscrollcommand) ... ok test_identify (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_identify) ... ok test_keys (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_keys) ... ok test_revalidation (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_revalidation) ... ok test_validation (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_validation) ... ok test_validation_options (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_validation_options) ... ok test_virtual_event (tkinter.test.test_ttk.test_widgets.ComboboxTest.test_virtual_event) ... ok test_frame (tkinter.test.test_ttk.test_widgets.DefaultRootTest.test_frame) ... ok test_label (tkinter.test.test_ttk.test_widgets.DefaultRootTest.test_label) ... ok test_bbox (tkinter.test.test_ttk.test_widgets.EntryTest.test_bbox) ... ok test_configure_background (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_background) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_cursor) ... ok test_configure_exportselection (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_exportselection) ... ok test_configure_font (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_font) ... ok test_configure_foreground (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_foreground) ... ok test_configure_invalidcommand (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_invalidcommand) ... ok test_configure_justify (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_justify) ... ok test_configure_show (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_show) ... ok test_configure_state (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_state) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_takefocus) ... ok test_configure_textvariable (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_textvariable) ... ok test_configure_validate (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_validate) ... ok test_configure_validatecommand (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_validatecommand) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_width) ... ok test_configure_xscrollcommand (tkinter.test.test_ttk.test_widgets.EntryTest.test_configure_xscrollcommand) ... ok test_identify (tkinter.test.test_ttk.test_widgets.EntryTest.test_identify) ... ok test_keys (tkinter.test.test_ttk.test_widgets.EntryTest.test_keys) ... ok test_revalidation (tkinter.test.test_ttk.test_widgets.EntryTest.test_revalidation) ... ok test_validation (tkinter.test.test_ttk.test_widgets.EntryTest.test_validation) ... ok test_validation_options (tkinter.test.test_ttk.test_widgets.EntryTest.test_validation_options) ... ok test_configure_borderwidth (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_borderwidth) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_cursor) ... ok test_configure_height (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_height) ... ok test_configure_padding (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_padding) ... ok test_configure_relief (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_relief) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_takefocus) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.FrameTest.test_configure_width) ... ok test_keys (tkinter.test.test_ttk.test_widgets.FrameTest.test_keys) ... ok test_configure_borderwidth (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_borderwidth) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_cursor) ... ok test_configure_height (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_height) ... ok test_configure_labelanchor (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_labelanchor) ... ok test_configure_labelwidget (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_labelwidget) ... ok test_configure_padding (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_padding) ... ok test_configure_relief (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_relief) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_takefocus) ... ok test_configure_text (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_text) ... ok test_configure_underline (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_underline) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_configure_width) ... ok test_keys (tkinter.test.test_ttk.test_widgets.LabelFrameTest.test_keys) ... ok test_configure_anchor (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_anchor) ... ok test_configure_background (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_background) ... ok test_configure_borderwidth (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_borderwidth) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_class) ... ok test_configure_compound (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_compound) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_cursor) ... ok test_configure_font (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_font) ... ok test_configure_foreground (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_foreground) ... ok test_configure_image (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_image) ... ok test_configure_justify (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_justify) ... ok test_configure_padding (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_padding) ... ok test_configure_relief (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_relief) ... ok test_configure_state (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_state) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_takefocus) ... ok test_configure_text (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_text) ... ok test_configure_textvariable (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_textvariable) ... ok test_configure_underline (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_underline) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_width) ... ok test_configure_wraplength (tkinter.test.test_ttk.test_widgets.LabelTest.test_configure_wraplength) ... ok test_keys (tkinter.test.test_ttk.test_widgets.LabelTest.test_keys) ... ok test_configure_compound (tkinter.test.test_ttk.test_widgets.MenubuttonTest.test_configure_compound) ... ok test_configure_menu (tkinter.test.test_ttk.test_widgets.MenubuttonTest.test_configure_menu) ... ok test_configure_state (tkinter.test.test_ttk.test_widgets.MenubuttonTest.test_configure_state) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.MenubuttonTest.test_configure_width) ... ok test_direction (tkinter.test.test_ttk.test_widgets.MenubuttonTest.test_direction) ... ok test_keys (tkinter.test.test_ttk.test_widgets.MenubuttonTest.test_keys) ... ok test_add_and_hidden (tkinter.test.test_ttk.test_widgets.NotebookTest.test_add_and_hidden) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.NotebookTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.NotebookTest.test_configure_cursor) ... ok test_configure_height (tkinter.test.test_ttk.test_widgets.NotebookTest.test_configure_height) ... ok test_configure_padding (tkinter.test.test_ttk.test_widgets.NotebookTest.test_configure_padding) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.NotebookTest.test_configure_style) ... ok test_configure_tabs (tkinter.test.test_ttk.test_widgets.NotebookTest.test_configure_tabs) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.NotebookTest.test_configure_takefocus) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.NotebookTest.test_configure_width) ... ok test_forget (tkinter.test.test_ttk.test_widgets.NotebookTest.test_forget) ... ok test_index (tkinter.test.test_ttk.test_widgets.NotebookTest.test_index) ... ok test_insert (tkinter.test.test_ttk.test_widgets.NotebookTest.test_insert) ... ok test_keys (tkinter.test.test_ttk.test_widgets.NotebookTest.test_keys) ... ok test_select (tkinter.test.test_ttk.test_widgets.NotebookTest.test_select) ... ok test_tab (tkinter.test.test_ttk.test_widgets.NotebookTest.test_tab) ... ok test_tab_identifiers (tkinter.test.test_ttk.test_widgets.NotebookTest.test_tab_identifiers) ... ok test_traversal (tkinter.test.test_ttk.test_widgets.NotebookTest.test_traversal) ... ok test_add (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_add) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_configure_cursor) ... ok test_configure_height (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_configure_height) ... ok test_configure_orient (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_configure_orient) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_configure_takefocus) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_configure_width) ... ok test_forget (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_forget) ... ok test_insert (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_insert) ... ok test_keys (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_keys) ... ok test_pane (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_pane) ... ok test_sashpos (tkinter.test.test_ttk.test_widgets.PanedWindowTest.test_sashpos) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_cursor) ... ok test_configure_length (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_length) ... ok test_configure_maximum (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_maximum) ... ok test_configure_mode (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_mode) ... ok test_configure_orient (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_orient) ... ok test_configure_phase (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_phase) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_takefocus) ... ok test_configure_value (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_value) ... ok test_configure_variable (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_configure_variable) ... ok test_keys (tkinter.test.test_ttk.test_widgets.ProgressbarTest.test_keys) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_class) ... ok test_configure_command (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_command) ... ok test_configure_compound (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_compound) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_cursor) ... ok test_configure_image (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_image) ... ok test_configure_invoke (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_invoke) ... ok test_configure_padding (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_padding) ... ok test_configure_state (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_state) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_takefocus) ... ok test_configure_text (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_text) ... ok test_configure_textvariable (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_textvariable) ... ok test_configure_underline (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_underline) ... ok test_configure_value (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_value) ... ok test_configure_variable (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_variable) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_configure_width) ... ok test_keys (tkinter.test.test_ttk.test_widgets.RadiobuttonTest.test_keys) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_class) ... ok test_configure_command (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_command) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_cursor) ... ok test_configure_from (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_from) ... ok test_configure_length (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_length) ... ok test_configure_orient (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_orient) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_takefocus) ... ok test_configure_to (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_to) ... ok test_configure_value (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_value) ... ok test_configure_variable (tkinter.test.test_ttk.test_widgets.ScaleTest.test_configure_variable) ... ok test_custom_event (tkinter.test.test_ttk.test_widgets.ScaleTest.test_custom_event) ... ok test_get (tkinter.test.test_ttk.test_widgets.ScaleTest.test_get) ... ok test_keys (tkinter.test.test_ttk.test_widgets.ScaleTest.test_keys) ... ScaleTest.OPTIONS doesn't contain "state" ok test_set (tkinter.test.test_ttk.test_widgets.ScaleTest.test_set) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.ScrollbarTest.test_configure_class) ... ok test_configure_command (tkinter.test.test_ttk.test_widgets.ScrollbarTest.test_configure_command) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.ScrollbarTest.test_configure_cursor) ... ok test_configure_orient (tkinter.test.test_ttk.test_widgets.ScrollbarTest.test_configure_orient) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.ScrollbarTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.ScrollbarTest.test_configure_takefocus) ... ok test_keys (tkinter.test.test_ttk.test_widgets.ScrollbarTest.test_keys) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.SeparatorTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.SeparatorTest.test_configure_cursor) ... ok test_configure_orient (tkinter.test.test_ttk.test_widgets.SeparatorTest.test_configure_orient) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.SeparatorTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.SeparatorTest.test_configure_takefocus) ... ok test_keys (tkinter.test.test_ttk.test_widgets.SeparatorTest.test_keys) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.SizegripTest.test_configure_class) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.SizegripTest.test_configure_cursor) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.SizegripTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.SizegripTest.test_configure_takefocus) ... ok test_keys (tkinter.test.test_ttk.test_widgets.SizegripTest.test_keys) ... ok test_bbox (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_bbox) ... ok test_configure_background (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_background) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_class) ... ok test_configure_command (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_command) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_cursor) ... ok test_configure_exportselection (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_exportselection) ... ok test_configure_font (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_font) ... ok test_configure_foreground (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_foreground) ... ok test_configure_format (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_format) ... ok test_configure_from (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_from) ... ok test_configure_increment (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_increment) ... ok test_configure_invalidcommand (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_invalidcommand) ... ok test_configure_justify (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_justify) ... ok test_configure_show (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_show) ... ok test_configure_state (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_state) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_takefocus) ... ok test_configure_textvariable (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_textvariable) ... ok test_configure_to (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_to) ... ok test_configure_validate (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_validate) ... ok test_configure_validatecommand (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_validatecommand) ... ok test_configure_values (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_values) ... ok test_configure_width (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_width) ... ok test_configure_wrap (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_wrap) ... ok test_configure_xscrollcommand (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_configure_xscrollcommand) ... ok test_identify (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_identify) ... ok test_keys (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_keys) ... ok test_revalidation (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_revalidation) ... ok test_validation (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_validation) ... ok test_validation_options (tkinter.test.test_ttk.test_widgets.SpinboxTest.test_validation_options) ... ok test_bbox (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_bbox) ... ok test_children (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_children) ... ok test_column (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_column) ... ok test_configure_class (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_class) ... ok test_configure_columns (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_columns) ... ok test_configure_cursor (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_cursor) ... ok test_configure_displaycolumns (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_displaycolumns) ... ok test_configure_height (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_height) ... ok test_configure_padding (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_padding) ... ok test_configure_selectmode (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_selectmode) ... ok test_configure_show (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_show) ... ok test_configure_style (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_style) ... ok test_configure_takefocus (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_takefocus) ... ok test_configure_xscrollcommand (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_xscrollcommand) ... ok test_configure_yscrollcommand (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_configure_yscrollcommand) ... ok test_delete (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_delete) ... ok test_detach_reattach (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_detach_reattach) ... ok test_exists (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_exists) ... ok test_focus (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_focus) ... ok test_heading (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_heading) ... ok test_heading_callback (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_heading_callback) ... ok test_index (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_index) ... ok test_insert_item (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_insert_item) ... ok test_keys (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_keys) ... ok test_selection (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_selection) ... ok test_set (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_set) ... ok test_tag_bind (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_tag_bind) ... ok test_tag_configure (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_tag_configure) ... ok test_tag_has (tkinter.test.test_ttk.test_widgets.TreeviewTest.test_tag_has) ... ok test_identify (tkinter.test.test_ttk.test_widgets.WidgetTest.test_identify) ... ok test_widget_state (tkinter.test.test_ttk.test_widgets.WidgetTest.test_widget_state) ... ok ---------------------------------------------------------------------- Ran 309 tests in 1.744s OK 0:29:53 load avg: 2.38 [371/432/1] test_ttk_textonly test_convert_stringval (test.test_ttk_textonly.InternalFunctionsTest.test_convert_stringval) ... ok test_format_elemcreate (test.test_ttk_textonly.InternalFunctionsTest.test_format_elemcreate) ... ok test_format_layoutlist (test.test_ttk_textonly.InternalFunctionsTest.test_format_layoutlist) ... ok test_format_mapdict (test.test_ttk_textonly.InternalFunctionsTest.test_format_mapdict) ... ok test_format_optdict (test.test_ttk_textonly.InternalFunctionsTest.test_format_optdict) ... ok test_list_from_layouttuple (test.test_ttk_textonly.InternalFunctionsTest.test_list_from_layouttuple) ... ok test_list_from_statespec (test.test_ttk_textonly.InternalFunctionsTest.test_list_from_statespec) ... ok test_script_from_settings (test.test_ttk_textonly.InternalFunctionsTest.test_script_from_settings) ... ok test_tclobj_to_py (test.test_ttk_textonly.InternalFunctionsTest.test_tclobj_to_py) ... ok test_val_or_dict (test.test_ttk_textonly.InternalFunctionsTest.test_val_or_dict) ... ok test_multivalues (test.test_ttk_textonly.TclObjsToPyTest.test_multivalues) ... ok test_nosplit (test.test_ttk_textonly.TclObjsToPyTest.test_nosplit) ... ok test_unicode (test.test_ttk_textonly.TclObjsToPyTest.test_unicode) ... ok ---------------------------------------------------------------------- Ran 13 tests in 0.001s OK 0:29:54 load avg: 2.38 [372/432/1] test_tuple test_addmul (test.test_tuple.TupleTest.test_addmul) ... ok test_bigrepeat (test.test_tuple.TupleTest.test_bigrepeat) ... ok test_bug7466 (test.test_tuple.TupleTest.test_bug7466) ... ok test_constructors (test.test_tuple.TupleTest.test_constructors) ... ok test_contains (test.test_tuple.TupleTest.test_contains) ... ok test_contains_fake (test.test_tuple.TupleTest.test_contains_fake) ... ok test_contains_order (test.test_tuple.TupleTest.test_contains_order) ... ok test_count (test.test_tuple.TupleTest.test_count) ... ok test_free_after_iterating (test.test_tuple.TupleTest.test_free_after_iterating) ... ok test_getitem (test.test_tuple.TupleTest.test_getitem) ... ok test_getitem_error (test.test_tuple.TupleTest.test_getitem_error) ... ok test_getitemoverwriteiter (test.test_tuple.TupleTest.test_getitemoverwriteiter) ... ok test_getslice (test.test_tuple.TupleTest.test_getslice) ... ok test_hash_exact (test.test_tuple.TupleTest.test_hash_exact) ... ok test_hash_optional (test.test_tuple.TupleTest.test_hash_optional) ... ok test_iadd (test.test_tuple.TupleTest.test_iadd) ... ok test_imul (test.test_tuple.TupleTest.test_imul) ... ok test_index (test.test_tuple.TupleTest.test_index) ... ok test_iterator_pickle (test.test_tuple.TupleTest.test_iterator_pickle) ... ok test_keyword_args (test.test_tuple.TupleTest.test_keyword_args) ... ok test_keywords_in_subclass (test.test_tuple.TupleTest.test_keywords_in_subclass) ... ok test_len (test.test_tuple.TupleTest.test_len) ... ok test_lexicographic_ordering (test.test_tuple.TupleTest.test_lexicographic_ordering) ... ok test_minmax (test.test_tuple.TupleTest.test_minmax) ... ok test_no_comdat_folding (test.test_tuple.TupleTest.test_no_comdat_folding) ... ok test_pickle (test.test_tuple.TupleTest.test_pickle) ... ok test_repeat (test.test_tuple.TupleTest.test_repeat) ... ok test_repr (test.test_tuple.TupleTest.test_repr) ... ok test_repr_large (test.test_tuple.TupleTest.test_repr_large) ... ok test_reversed_pickle (test.test_tuple.TupleTest.test_reversed_pickle) ... ok test_subscript (test.test_tuple.TupleTest.test_subscript) ... ok test_track_dynamic (test.test_tuple.TupleTest.test_track_dynamic) ... ok test_track_literals (test.test_tuple.TupleTest.test_track_literals) ... ok test_track_subtypes (test.test_tuple.TupleTest.test_track_subtypes) ... ok test_truth (test.test_tuple.TupleTest.test_truth) ... ok test_tupleresizebug (test.test_tuple.TupleTest.test_tupleresizebug) ... ok ---------------------------------------------------------------------- Ran 36 tests in 13.010s OK 0:30:08 load avg: 2.08 [373/432/1] test_turtle test_backwards (test.test_turtle.TestTNavigator.test_backwards) ... ok test_distance (test.test_turtle.TestTNavigator.test_distance) ... ok test_distance_method (test.test_turtle.TestTNavigator.test_distance_method) ... ok test_forward (test.test_turtle.TestTNavigator.test_forward) ... ok test_goto (test.test_turtle.TestTNavigator.test_goto) ... ok test_heading (test.test_turtle.TestTNavigator.test_heading) ... ok test_home (test.test_turtle.TestTNavigator.test_home) ... ok test_left (test.test_turtle.TestTNavigator.test_left) ... ok test_pos (test.test_turtle.TestTNavigator.test_pos) ... ok test_positions (test.test_turtle.TestTNavigator.test_positions) ... ok test_radians_and_degrees (test.test_turtle.TestTNavigator.test_radians_and_degrees) ... ok test_reset (test.test_turtle.TestTNavigator.test_reset) ... ok test_right (test.test_turtle.TestTNavigator.test_right) ... ok test_setheading (test.test_turtle.TestTNavigator.test_setheading) ... ok test_setx_and_sety (test.test_turtle.TestTNavigator.test_setx_and_sety) ... ok test_towards (test.test_turtle.TestTNavigator.test_towards) ... ok test_pendown_and_penup (test.test_turtle.TestTPen.test_pendown_and_penup) ... ok test_showturtle_hideturtle_and_isvisible (test.test_turtle.TestTPen.test_showturtle_hideturtle_and_isvisible) ... ok test_constructor (test.test_turtle.TestVec2D.test_constructor) ... ok test_distance (test.test_turtle.TestVec2D.test_distance) ... ok test_equality (test.test_turtle.TestVec2D.test_equality) ... ok test_pickling (test.test_turtle.TestVec2D.test_pickling) ... ok test_repr (test.test_turtle.TestVec2D.test_repr) ... ok test_rotate (test.test_turtle.TestVec2D.test_rotate) ... ok test_vector_addition (test.test_turtle.TestVec2D.test_vector_addition) ... ok test_vector_multiply (test.test_turtle.TestVec2D.test_vector_multiply) ... ok test_vector_negative (test.test_turtle.TestVec2D.test_vector_negative) ... ok test_vector_subtraction (test.test_turtle.TestVec2D.test_vector_subtraction) ... ok test_config_dict (test.test_turtle.TurtleConfigTest.test_config_dict) ... ok test_config_dict_invalid (test.test_turtle.TurtleConfigTest.test_config_dict_invalid) ... ok test_partial_config_dict_with_comments (test.test_turtle.TurtleConfigTest.test_partial_config_dict_with_comments) ... ok ---------------------------------------------------------------------- Ran 31 tests in 0.002s OK 0:30:09 load avg: 2.08 [374/432/1] test_type_annotations test_blocks (test.test_type_annotations.TestSetupAnnotations.test_blocks) ... ok test_match (test.test_type_annotations.TestSetupAnnotations.test_match) ... ok test_top_level (test.test_type_annotations.TestSetupAnnotations.test_top_level) ... ok test_try (test.test_type_annotations.TestSetupAnnotations.test_try) ... ok test_try_star (test.test_type_annotations.TestSetupAnnotations.test_try_star) ... ok test_annotations_are_created_correctly (test.test_type_annotations.TypeAnnotationTests.test_annotations_are_created_correctly) ... ok test_annotations_getset_raises (test.test_type_annotations.TypeAnnotationTests.test_annotations_getset_raises) ... ok test_descriptor_still_works (test.test_type_annotations.TypeAnnotationTests.test_descriptor_still_works) ... ok test_lazy_create_annotations (test.test_type_annotations.TypeAnnotationTests.test_lazy_create_annotations) ... ok test_setting_annotations (test.test_type_annotations.TypeAnnotationTests.test_setting_annotations) ... ok ---------------------------------------------------------------------- Ran 10 tests in 0.002s OK 0:30:09 load avg: 2.08 [375/432/1] test_type_cache test_tp_version_tag_unique (test.test_type_cache.TypeCacheTests.test_tp_version_tag_unique) tp_version_tag should be unique assuming no overflow, even after ... ok ---------------------------------------------------------------------- Ran 1 test in 0.001s OK 0:30:10 load avg: 2.08 [376/432/1] test_type_comments test_asynccomp (test.test_type_comments.TypeCommentTests.test_asynccomp) ... ok test_asyncdef (test.test_type_comments.TypeCommentTests.test_asyncdef) ... ok test_asyncvar (test.test_type_comments.TypeCommentTests.test_asyncvar) ... ok test_forstmt (test.test_type_comments.TypeCommentTests.test_forstmt) ... ok test_fstring (test.test_type_comments.TypeCommentTests.test_fstring) ... ok test_func_type_input (test.test_type_comments.TypeCommentTests.test_func_type_input) ... ok test_funcdef (test.test_type_comments.TypeCommentTests.test_funcdef) ... ok test_ignores (test.test_type_comments.TypeCommentTests.test_ignores) ... ok test_inappropriate_type_comments (test.test_type_comments.TypeCommentTests.test_inappropriate_type_comments) Tests for inappropriately-placed type comments. ... ok test_longargs (test.test_type_comments.TypeCommentTests.test_longargs) ... ok test_matmul (test.test_type_comments.TypeCommentTests.test_matmul) ... ok test_nonasciidef (test.test_type_comments.TypeCommentTests.test_nonasciidef) ... ok test_redundantdef (test.test_type_comments.TypeCommentTests.test_redundantdef) ... ok test_underscorednumber (test.test_type_comments.TypeCommentTests.test_underscorednumber) ... ok test_vardecl (test.test_type_comments.TypeCommentTests.test_vardecl) ... ok test_withstmt (test.test_type_comments.TypeCommentTests.test_withstmt) ... ok ---------------------------------------------------------------------- Ran 16 tests in 0.004s OK 0:30:11 load avg: 2.08 [377/432/1] test_typechecks testIsInstanceActual (test.test_typechecks.TypeChecksTest.testIsInstanceActual) ... ok testIsInstanceBuiltin (test.test_typechecks.TypeChecksTest.testIsInstanceBuiltin) ... ok testIsSubclassActual (test.test_typechecks.TypeChecksTest.testIsSubclassActual) ... ok testIsSubclassBuiltin (test.test_typechecks.TypeChecksTest.testIsSubclassBuiltin) ... ok testIsSubclassInternal (test.test_typechecks.TypeChecksTest.testIsSubclassInternal) ... ok testSubclassBehavior (test.test_typechecks.TypeChecksTest.testSubclassBehavior) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.000s OK 0:30:12 load avg: 2.08 [378/432/1] test_typing test_all (test.test_typing.AllTests.test_all) ... ok test_all_exported_names (test.test_typing.AllTests.test_all_exported_names) ... ok test_annotated_in_other_types (test.test_typing.AnnotatedTests.test_annotated_in_other_types) ... ok test_annotated_mro (test.test_typing.AnnotatedTests.test_annotated_mro) ... ok test_attr_passthrough (test.test_typing.AnnotatedTests.test_attr_passthrough) ... ok test_cannot_check_instance (test.test_typing.AnnotatedTests.test_cannot_check_instance) ... ok test_cannot_check_subclass (test.test_typing.AnnotatedTests.test_cannot_check_subclass) ... ok test_cannot_getattr_typevar (test.test_typing.AnnotatedTests.test_cannot_getattr_typevar) ... ok test_cannot_instantiate_forward (test.test_typing.AnnotatedTests.test_cannot_instantiate_forward) ... ok test_cannot_instantiate_type_var (test.test_typing.AnnotatedTests.test_cannot_instantiate_type_var) ... ok test_cannot_subclass (test.test_typing.AnnotatedTests.test_cannot_subclass) ... ok test_dir (test.test_typing.AnnotatedTests.test_dir) ... ok test_flatten (test.test_typing.AnnotatedTests.test_flatten) ... ok test_hash_eq (test.test_typing.AnnotatedTests.test_hash_eq) ... ok test_instantiate (test.test_typing.AnnotatedTests.test_instantiate) ... ok test_instantiate_generic (test.test_typing.AnnotatedTests.test_instantiate_generic) ... ok test_new (test.test_typing.AnnotatedTests.test_new) ... ok test_pickle (test.test_typing.AnnotatedTests.test_pickle) ... ok test_repr (test.test_typing.AnnotatedTests.test_repr) ... ok test_special_form_containment (test.test_typing.AnnotatedTests.test_special_form_containment) ... ok test_specialize (test.test_typing.AnnotatedTests.test_specialize) ... ok test_subst (test.test_typing.AnnotatedTests.test_subst) ... ok test_too_few_type_args (test.test_typing.AnnotatedTests.test_too_few_type_args) ... ok test_typevar_subst (test.test_typing.AnnotatedTests.test_typevar_subst) ... ok test_any_instance_type_error (test.test_typing.AnyTests.test_any_instance_type_error) ... ok test_any_works_with_alias (test.test_typing.AnyTests.test_any_works_with_alias) ... ok test_can_subclass (test.test_typing.AnyTests.test_can_subclass) ... ok test_cannot_instantiate (test.test_typing.AnyTests.test_cannot_instantiate) ... ok test_errors (test.test_typing.AnyTests.test_errors) ... ok test_repr (test.test_typing.AnyTests.test_repr) ... ok test_exception (test.test_typing.AssertNeverTests.test_exception) ... ok test_basics (test.test_typing.AssertTypeTests.test_basics) ... ok test_errors (test.test_typing.AssertTypeTests.test_errors) ... ok test_basics (test.test_typing.CastTests.test_basics) ... ok test_errors (test.test_typing.CastTests.test_errors) ... ok test_basics (test.test_typing.ClassVarTests.test_basics) ... ok test_cannot_init (test.test_typing.ClassVarTests.test_cannot_init) ... ok test_cannot_subclass (test.test_typing.ClassVarTests.test_cannot_subclass) ... ok test_no_isinstance (test.test_typing.ClassVarTests.test_no_isinstance) ... ok test_repr (test.test_typing.ClassVarTests.test_repr) ... ok test_abstractset (test.test_typing.CollectionsAbcTests.test_abstractset) ... ok test_async_generator (test.test_typing.CollectionsAbcTests.test_async_generator) ... ok test_async_iterable (test.test_typing.CollectionsAbcTests.test_async_iterable) ... ok test_async_iterator (test.test_typing.CollectionsAbcTests.test_async_iterator) ... ok test_awaitable (test.test_typing.CollectionsAbcTests.test_awaitable) ... ok test_bytestring (test.test_typing.CollectionsAbcTests.test_bytestring) ... ok test_chainmap_instantiation (test.test_typing.CollectionsAbcTests.test_chainmap_instantiation) ... ok test_chainmap_subclass (test.test_typing.CollectionsAbcTests.test_chainmap_subclass) ... ok test_collection (test.test_typing.CollectionsAbcTests.test_collection) ... ok test_collections_as_base (test.test_typing.CollectionsAbcTests.test_collections_as_base) ... ok test_container (test.test_typing.CollectionsAbcTests.test_container) ... ok test_coroutine (test.test_typing.CollectionsAbcTests.test_coroutine) ... ok test_counter (test.test_typing.CollectionsAbcTests.test_counter) ... ok test_counter_instantiation (test.test_typing.CollectionsAbcTests.test_counter_instantiation) ... ok test_counter_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_counter_subclass_instantiation) ... ok test_defaultdict_instantiation (test.test_typing.CollectionsAbcTests.test_defaultdict_instantiation) ... ok test_defaultdict_subclass (test.test_typing.CollectionsAbcTests.test_defaultdict_subclass) ... ok test_deque (test.test_typing.CollectionsAbcTests.test_deque) ... ok test_deque_instantiation (test.test_typing.CollectionsAbcTests.test_deque_instantiation) ... ok test_dict (test.test_typing.CollectionsAbcTests.test_dict) ... ok test_dict_subclass (test.test_typing.CollectionsAbcTests.test_dict_subclass) ... ok test_dict_subscribe (test.test_typing.CollectionsAbcTests.test_dict_subscribe) ... ok test_frozenset (test.test_typing.CollectionsAbcTests.test_frozenset) ... ok test_frozenset_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_frozenset_subclass_instantiation) ... ok test_generator (test.test_typing.CollectionsAbcTests.test_generator) ... ok test_hashable (test.test_typing.CollectionsAbcTests.test_hashable) ... ok test_iterable (test.test_typing.CollectionsAbcTests.test_iterable) ... ok test_iterator (test.test_typing.CollectionsAbcTests.test_iterator) ... ok test_list (test.test_typing.CollectionsAbcTests.test_list) ... ok test_list_subclass (test.test_typing.CollectionsAbcTests.test_list_subclass) ... ok test_mapping (test.test_typing.CollectionsAbcTests.test_mapping) ... ok test_mutablemapping (test.test_typing.CollectionsAbcTests.test_mutablemapping) ... ok test_mutablesequence (test.test_typing.CollectionsAbcTests.test_mutablesequence) ... ok test_mutableset (test.test_typing.CollectionsAbcTests.test_mutableset) ... ok test_no_async_generator_instantiation (test.test_typing.CollectionsAbcTests.test_no_async_generator_instantiation) ... ok test_no_dict_instantiation (test.test_typing.CollectionsAbcTests.test_no_dict_instantiation) ... ok test_no_frozenset_instantiation (test.test_typing.CollectionsAbcTests.test_no_frozenset_instantiation) ... ok test_no_generator_instantiation (test.test_typing.CollectionsAbcTests.test_no_generator_instantiation) ... ok test_no_list_instantiation (test.test_typing.CollectionsAbcTests.test_no_list_instantiation) ... ok test_no_set_instantiation (test.test_typing.CollectionsAbcTests.test_no_set_instantiation) ... ok test_no_tuple_instantiation (test.test_typing.CollectionsAbcTests.test_no_tuple_instantiation) ... ok test_or_and_ror (test.test_typing.CollectionsAbcTests.test_or_and_ror) ... ok test_ordereddict_instantiation (test.test_typing.CollectionsAbcTests.test_ordereddict_instantiation) ... ok test_ordereddict_subclass (test.test_typing.CollectionsAbcTests.test_ordereddict_subclass) ... ok test_sequence (test.test_typing.CollectionsAbcTests.test_sequence) ... ok test_set (test.test_typing.CollectionsAbcTests.test_set) ... ok test_set_subclass_instantiation (test.test_typing.CollectionsAbcTests.test_set_subclass_instantiation) ... ok test_sized (test.test_typing.CollectionsAbcTests.test_sized) ... ok test_subclassing (test.test_typing.CollectionsAbcTests.test_subclassing) ... ok test_subclassing_async_generator (test.test_typing.CollectionsAbcTests.test_subclassing_async_generator) ... ok test_subclassing_register (test.test_typing.CollectionsAbcTests.test_subclassing_register) ... ok test_subclassing_subclasshook (test.test_typing.CollectionsAbcTests.test_subclassing_subclasshook) ... ok test_basic (test.test_typing.CollectionsCallableTests.test_basic) ... ok test_callable_instance_type_error (test.test_typing.CollectionsCallableTests.test_callable_instance_type_error) ... ok test_callable_instance_works (test.test_typing.CollectionsCallableTests.test_callable_instance_works) ... ok test_callable_with_ellipsis (test.test_typing.CollectionsCallableTests.test_callable_with_ellipsis) ... ok test_callable_wrong_forms (test.test_typing.CollectionsCallableTests.test_callable_wrong_forms) ... ok test_cannot_instantiate (test.test_typing.CollectionsCallableTests.test_cannot_instantiate) ... ok test_concatenate (test.test_typing.CollectionsCallableTests.test_concatenate) ... ok test_dir (test.test_typing.CollectionsCallableTests.test_dir) ... ok test_ellipsis_in_generic (test.test_typing.CollectionsCallableTests.test_ellipsis_in_generic) ... ok test_eq_hash (test.test_typing.CollectionsCallableTests.test_eq_hash) ... ok test_errors (test.test_typing.CollectionsCallableTests.test_errors) ... ok test_nested_paramspec (test.test_typing.CollectionsCallableTests.test_nested_paramspec) ... ok test_or_and_ror (test.test_typing.CollectionsCallableTests.test_or_and_ror) ... ok test_paramspec (test.test_typing.CollectionsCallableTests.test_paramspec) ... ok test_pickle (test.test_typing.CollectionsCallableTests.test_pickle) ... ok test_repr (test.test_typing.CollectionsCallableTests.test_repr) ... ok test_self_subclass (test.test_typing.CollectionsCallableTests.test_self_subclass) ... ok test_type_erasure (test.test_typing.CollectionsCallableTests.test_type_erasure) ... ok test_type_subst_error (test.test_typing.CollectionsCallableTests.test_type_subst_error) ... ok test_var_substitution (test.test_typing.CollectionsCallableTests.test_var_substitution) ... ok test_weakref (test.test_typing.CollectionsCallableTests.test_weakref) ... ok test_basics (test.test_typing.ConcatenateTests.test_basics) ... ok test_dir (test.test_typing.ConcatenateTests.test_dir) ... ok test_valid_uses (test.test_typing.ConcatenateTests.test_valid_uses) ... ok test_var_substitution (test.test_typing.ConcatenateTests.test_var_substitution) ... ok test_base_class (test.test_typing.DataclassTransformTests.test_base_class) ... ok test_decorator (test.test_typing.DataclassTransformTests.test_decorator) ... ok test_metaclass (test.test_typing.DataclassTransformTests.test_metaclass) ... ok test_dunder_final (test.test_typing.FinalDecoratorTests.test_dunder_final) ... ok test_final_unmodified (test.test_typing.FinalDecoratorTests.test_final_unmodified) ... ok test_basics (test.test_typing.FinalTests.test_basics) ... ok test_cannot_init (test.test_typing.FinalTests.test_cannot_init) ... ok test_cannot_subclass (test.test_typing.FinalTests.test_cannot_subclass) ... ok test_no_isinstance (test.test_typing.FinalTests.test_no_isinstance) ... ok test_repr (test.test_typing.FinalTests.test_repr) ... ok test_basics (test.test_typing.ForwardRefTests.test_basics) ... ok test_callable_forward (test.test_typing.ForwardRefTests.test_callable_forward) ... ok test_callable_with_ellipsis_forward (test.test_typing.ForwardRefTests.test_callable_with_ellipsis_forward) ... ok test_default_globals (test.test_typing.ForwardRefTests.test_default_globals) ... ok test_delayed_syntax_error (test.test_typing.ForwardRefTests.test_delayed_syntax_error) ... ok test_double_forward (test.test_typing.ForwardRefTests.test_double_forward) ... ok test_final_forward_ref (test.test_typing.ForwardRefTests.test_final_forward_ref) ... ok test_forward_equality (test.test_typing.ForwardRefTests.test_forward_equality) ... ok test_forward_equality_gth (test.test_typing.ForwardRefTests.test_forward_equality_gth) ... ok test_forward_equality_hash (test.test_typing.ForwardRefTests.test_forward_equality_hash) ... ok test_forward_equality_namespace (test.test_typing.ForwardRefTests.test_forward_equality_namespace) ... ok test_forward_recursion_actually (test.test_typing.ForwardRefTests.test_forward_recursion_actually) ... ok test_forward_repr (test.test_typing.ForwardRefTests.test_forward_repr) ... ok test_forwardref_instance_type_error (test.test_typing.ForwardRefTests.test_forwardref_instance_type_error) ... ok test_forwardref_only_str_arg (test.test_typing.ForwardRefTests.test_forwardref_only_str_arg) ... ok test_forwardref_subclass_type_error (test.test_typing.ForwardRefTests.test_forwardref_subclass_type_error) ... ok test_meta_no_type_check (test.test_typing.ForwardRefTests.test_meta_no_type_check) ... ok test_name_error (test.test_typing.ForwardRefTests.test_name_error) ... ok test_nested_classvar_fails_forward_ref_check (test.test_typing.ForwardRefTests.test_nested_classvar_fails_forward_ref_check) ... ok test_no_type_check (test.test_typing.ForwardRefTests.test_no_type_check) ... ok test_no_type_check_TypeError (test.test_typing.ForwardRefTests.test_no_type_check_TypeError) ... ok test_no_type_check_class (test.test_typing.ForwardRefTests.test_no_type_check_class) ... ok test_no_type_check_class_and_static_methods (test.test_typing.ForwardRefTests.test_no_type_check_class_and_static_methods) ... ok test_no_type_check_foreign_functions (test.test_typing.ForwardRefTests.test_no_type_check_foreign_functions) ... ok test_no_type_check_forward_ref_as_string (test.test_typing.ForwardRefTests.test_no_type_check_forward_ref_as_string) ... ok test_no_type_check_lambda (test.test_typing.ForwardRefTests.test_no_type_check_lambda) ... ok test_no_type_check_nested_types (test.test_typing.ForwardRefTests.test_no_type_check_nested_types) ... ok test_no_type_check_no_bases (test.test_typing.ForwardRefTests.test_no_type_check_no_bases) ... ok test_no_type_check_other_module (test.test_typing.ForwardRefTests.test_no_type_check_other_module) ... ok test_or (test.test_typing.ForwardRefTests.test_or) ... ok test_special_forms_forward (test.test_typing.ForwardRefTests.test_special_forms_forward) ... ok test_syntax_error (test.test_typing.ForwardRefTests.test_syntax_error) ... ok test_tuple_forward (test.test_typing.ForwardRefTests.test_tuple_forward) ... ok test_union_forward (test.test_typing.ForwardRefTests.test_union_forward) ... ok test_union_forward_recursion (test.test_typing.ForwardRefTests.test_union_forward_recursion) ... ok test_one_parameter (test.test_typing.GenericAliasSubstitutionTests.test_one_parameter) ... ok test_three_parameters (test.test_typing.GenericAliasSubstitutionTests.test_three_parameters) ... ok test_two_parameters (test.test_typing.GenericAliasSubstitutionTests.test_two_parameters) ... ok test_variadic_parameters (test.test_typing.GenericAliasSubstitutionTests.test_variadic_parameters) ... ok test_abc_bases (test.test_typing.GenericTests.test_abc_bases) ... ok test_abc_registry_kept (test.test_typing.GenericTests.test_abc_registry_kept) ... ok test_all_repr_eq_any (test.test_typing.GenericTests.test_all_repr_eq_any) ... ok test_basics (test.test_typing.GenericTests.test_basics) ... ok test_chain_repr (test.test_typing.GenericTests.test_chain_repr) ... ok test_complex_subclasses (test.test_typing.GenericTests.test_complex_subclasses) ... ok test_copy_and_deepcopy (test.test_typing.GenericTests.test_copy_and_deepcopy) ... ok test_copy_generic_instances (test.test_typing.GenericTests.test_copy_generic_instances) ... ok test_dict (test.test_typing.GenericTests.test_dict) ... ok test_eq_1 (test.test_typing.GenericTests.test_eq_1) ... ok test_eq_2 (test.test_typing.GenericTests.test_eq_2) ... ok test_errors (test.test_typing.GenericTests.test_errors) ... ok test_extended_generic_rules_eq (test.test_typing.GenericTests.test_extended_generic_rules_eq) ... ok test_extended_generic_rules_repr (test.test_typing.GenericTests.test_extended_generic_rules_repr) ... ok test_extended_generic_rules_subclassing (test.test_typing.GenericTests.test_extended_generic_rules_subclassing) ... ok test_fail_with_bare_generic (test.test_typing.GenericTests.test_fail_with_bare_generic) ... ok test_fail_with_bare_union (test.test_typing.GenericTests.test_fail_with_bare_union) ... ok test_false_subclasses (test.test_typing.GenericTests.test_false_subclasses) ... ok test_generic_errors (test.test_typing.GenericTests.test_generic_errors) ... ok test_generic_forward_ref (test.test_typing.GenericTests.test_generic_forward_ref) ... ok test_generic_hashes (test.test_typing.GenericTests.test_generic_hashes) ... ok test_generic_pep585_forward_ref (test.test_typing.GenericTests.test_generic_pep585_forward_ref) ... ok test_immutability_by_copy_and_pickle (test.test_typing.GenericTests.test_immutability_by_copy_and_pickle) ... ok test_implicit_any (test.test_typing.GenericTests.test_implicit_any) ... ok test_init (test.test_typing.GenericTests.test_init) ... ok test_init_subclass (test.test_typing.GenericTests.test_init_subclass) ... ok test_init_subclass_super_called (test.test_typing.GenericTests.test_init_subclass_super_called) ... ok test_multi_subscr_base (test.test_typing.GenericTests.test_multi_subscr_base) ... ok test_multiple_bases (test.test_typing.GenericTests.test_multiple_bases) ... ok test_multiple_inheritance (test.test_typing.GenericTests.test_multiple_inheritance) ... ok test_multiple_inheritance_special (test.test_typing.GenericTests.test_multiple_inheritance_special) ... ok test_naive_runtime_checks (test.test_typing.GenericTests.test_naive_runtime_checks) ... ok test_nested (test.test_typing.GenericTests.test_nested) ... ok test_new_no_args (test.test_typing.GenericTests.test_new_no_args) ... ok test_new_repr (test.test_typing.GenericTests.test_new_repr) ... ok test_new_repr_bare (test.test_typing.GenericTests.test_new_repr_bare) ... ok test_new_repr_complex (test.test_typing.GenericTests.test_new_repr_complex) ... ok test_new_with_args (test.test_typing.GenericTests.test_new_with_args) ... ok test_new_with_args2 (test.test_typing.GenericTests.test_new_with_args2) ... ok test_non_generic_subscript (test.test_typing.GenericTests.test_non_generic_subscript) ... ok test_orig_bases (test.test_typing.GenericTests.test_orig_bases) ... ok test_parameter_detection (test.test_typing.GenericTests.test_parameter_detection) ... ok test_parameterized_slots (test.test_typing.GenericTests.test_parameterized_slots) ... ok test_parameterized_slots_dict (test.test_typing.GenericTests.test_parameterized_slots_dict) ... ok test_pickle (test.test_typing.GenericTests.test_pickle) ... ok test_repr (test.test_typing.GenericTests.test_repr) ... ok test_repr_2 (test.test_typing.GenericTests.test_repr_2) ... ok test_subclass_special_form (test.test_typing.GenericTests.test_subclass_special_form) ... ok test_subscript_meta (test.test_typing.GenericTests.test_subscript_meta) ... ok test_subscripted_generics_as_proxies (test.test_typing.GenericTests.test_subscripted_generics_as_proxies) ... ok test_type_erasure (test.test_typing.GenericTests.test_type_erasure) ... ok test_type_erasure_special (test.test_typing.GenericTests.test_type_erasure_special) ... ok test_weakref_all (test.test_typing.GenericTests.test_weakref_all) ... ok test_forward_ref_and_final (test.test_typing.GetTypeHintTests.test_forward_ref_and_final) ... ok test_get_type_hints_ClassVar (test.test_typing.GetTypeHintTests.test_get_type_hints_ClassVar) ... ok test_get_type_hints_annotated (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated) ... ok test_get_type_hints_annotated_bad_module (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_bad_module) ... ok test_get_type_hints_annotated_in_union (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_in_union) ... ok test_get_type_hints_annotated_refs (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_refs) ... ok test_get_type_hints_annotated_with_none_default (test.test_typing.GetTypeHintTests.test_get_type_hints_annotated_with_none_default) ... ok test_get_type_hints_bad_module (test.test_typing.GetTypeHintTests.test_get_type_hints_bad_module) ... ok test_get_type_hints_classes (test.test_typing.GetTypeHintTests.test_get_type_hints_classes) ... ok test_get_type_hints_classes_no_implicit_optional (test.test_typing.GetTypeHintTests.test_get_type_hints_classes_no_implicit_optional) ... ok test_get_type_hints_classes_str_annotations (test.test_typing.GetTypeHintTests.test_get_type_hints_classes_str_annotations) ... ok test_get_type_hints_collections_abc_callable (test.test_typing.GetTypeHintTests.test_get_type_hints_collections_abc_callable) ... ok test_get_type_hints_for_builtins (test.test_typing.GetTypeHintTests.test_get_type_hints_for_builtins) ... ok test_get_type_hints_for_object_with_annotations (test.test_typing.GetTypeHintTests.test_get_type_hints_for_object_with_annotations) ... ok test_get_type_hints_from_various_objects (test.test_typing.GetTypeHintTests.test_get_type_hints_from_various_objects) ... ok test_get_type_hints_modules (test.test_typing.GetTypeHintTests.test_get_type_hints_modules) ... ok test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintTests.test_get_type_hints_modules_forwardref) ... skipped 'known bug' test_get_type_hints_typeddict (test.test_typing.GetTypeHintTests.test_get_type_hints_typeddict) ... ok test_get_type_hints_wrapped_decoratored_func (test.test_typing.GetTypeHintTests.test_get_type_hints_wrapped_decoratored_func) ... ok test_previous_behavior (test.test_typing.GetTypeHintTests.test_previous_behavior) ... ok test_respect_no_type_check (test.test_typing.GetTypeHintTests.test_respect_no_type_check) ... ok test_top_level_class_var (test.test_typing.GetTypeHintTests.test_top_level_class_var) ... ok test_get_args (test.test_typing.GetUtilitiesTestCase.test_get_args) ... ok test_get_origin (test.test_typing.GetUtilitiesTestCase.test_get_origin) ... ok test_binaryio (test.test_typing.IOTests.test_binaryio) ... ok test_io (test.test_typing.IOTests.test_io) ... ok test_io_submodule (test.test_typing.IOTests.test_io_submodule) ... ok test_textio (test.test_typing.IOTests.test_textio) ... ok test_alias (test.test_typing.LiteralStringTests.test_alias) ... ok test_basics (test.test_typing.LiteralStringTests.test_basics) ... ok test_cannot_init (test.test_typing.LiteralStringTests.test_cannot_init) ... ok test_cannot_subclass (test.test_typing.LiteralStringTests.test_cannot_subclass) ... ok test_cannot_subscript (test.test_typing.LiteralStringTests.test_cannot_subscript) ... ok test_equality (test.test_typing.LiteralStringTests.test_equality) ... ok test_no_isinstance (test.test_typing.LiteralStringTests.test_no_isinstance) ... ok test_repr (test.test_typing.LiteralStringTests.test_repr) ... ok test_args (test.test_typing.LiteralTests.test_args) ... ok test_basics (test.test_typing.LiteralTests.test_basics) ... ok test_cannot_init (test.test_typing.LiteralTests.test_cannot_init) ... ok test_dir (test.test_typing.LiteralTests.test_dir) ... ok test_does_not_flatten_enum (test.test_typing.LiteralTests.test_does_not_flatten_enum) ... ok test_enum (test.test_typing.LiteralTests.test_enum) ... ok test_equal (test.test_typing.LiteralTests.test_equal) ... ok test_flatten (test.test_typing.LiteralTests.test_flatten) ... ok test_hash (test.test_typing.LiteralTests.test_hash) ... ok test_illegal_parameters_do_not_raise_runtime_errors (test.test_typing.LiteralTests.test_illegal_parameters_do_not_raise_runtime_errors) ... ok test_literals_inside_other_types (test.test_typing.LiteralTests.test_literals_inside_other_types) ... ok test_no_isinstance_or_issubclass (test.test_typing.LiteralTests.test_no_isinstance_or_issubclass) ... ok test_no_multiple_subscripts (test.test_typing.LiteralTests.test_no_multiple_subscripts) ... ok test_no_subclassing (test.test_typing.LiteralTests.test_no_subclassing) ... ok test_repr (test.test_typing.LiteralTests.test_repr) ... ok test_annotation_usage (test.test_typing.NamedTupleTests.test_annotation_usage) ... ok test_annotation_usage_with_default (test.test_typing.NamedTupleTests.test_annotation_usage_with_default) ... ok test_annotation_usage_with_methods (test.test_typing.NamedTupleTests.test_annotation_usage_with_methods) ... ok test_basics (test.test_typing.NamedTupleTests.test_basics) ... ok test_copy_and_pickle (test.test_typing.NamedTupleTests.test_copy_and_pickle) ... ok test_empty_namedtuple (test.test_typing.NamedTupleTests.test_empty_namedtuple) ... ok test_generic (test.test_typing.NamedTupleTests.test_generic) ... ok test_multiple_inheritance (test.test_typing.NamedTupleTests.test_multiple_inheritance) ... ok test_namedtuple_errors (test.test_typing.NamedTupleTests.test_namedtuple_errors) ... ok test_namedtuple_keyword_usage (test.test_typing.NamedTupleTests.test_namedtuple_keyword_usage) ... ok test_namedtuple_special_keyword_names (test.test_typing.NamedTupleTests.test_namedtuple_special_keyword_names) ... ok test_non_generic_subscript (test.test_typing.NamedTupleTests.test_non_generic_subscript) ... ok test_cannot_instantiate (test.test_typing.NeverTests.test_cannot_instantiate) ... ok test_cannot_subclass (test.test_typing.NeverTests.test_cannot_subclass) ... ok test_equality (test.test_typing.NeverTests.test_equality) ... ok test_get_origin (test.test_typing.NeverTests.test_get_origin) ... ok test_get_type_hints (test.test_typing.NeverTests.test_get_type_hints) ... ok test_instance_type_error (test.test_typing.NeverTests.test_instance_type_error) ... ok test_not_generic (test.test_typing.NeverTests.test_not_generic) ... ok test_repr (test.test_typing.NeverTests.test_repr) ... ok test_subclass_type_error (test.test_typing.NeverTests.test_subclass_type_error) ... ok test_basic (test.test_typing.NewTypeCTests.test_basic) ... ok test_error_message_when_subclassing (test.test_typing.NewTypeCTests.test_error_message_when_subclassing) ... ok test_errors (test.test_typing.NewTypeCTests.test_errors) ... ok test_missing__name__ (test.test_typing.NewTypeCTests.test_missing__name__) ... ok test_or (test.test_typing.NewTypeCTests.test_or) ... ok test_pickle (test.test_typing.NewTypeCTests.test_pickle) ... ok test_repr (test.test_typing.NewTypeCTests.test_repr) ... ok test_special_attrs (test.test_typing.NewTypeCTests.test_special_attrs) ... ok test_basic (test.test_typing.NewTypePythonTests.test_basic) ... ok test_error_message_when_subclassing (test.test_typing.NewTypePythonTests.test_error_message_when_subclassing) ... ok test_errors (test.test_typing.NewTypePythonTests.test_errors) ... ok test_missing__name__ (test.test_typing.NewTypePythonTests.test_missing__name__) ... ok test_or (test.test_typing.NewTypePythonTests.test_or) ... ok test_pickle (test.test_typing.NewTypePythonTests.test_pickle) ... ok test_repr (test.test_typing.NewTypePythonTests.test_repr) ... ok test_special_attrs (test.test_typing.NewTypePythonTests.test_special_attrs) ... ok test_cannot_instantiate (test.test_typing.NoReturnTests.test_cannot_instantiate) ... ok test_cannot_subclass (test.test_typing.NoReturnTests.test_cannot_subclass) ... ok test_equality (test.test_typing.NoReturnTests.test_equality) ... ok test_get_origin (test.test_typing.NoReturnTests.test_get_origin) ... ok test_get_type_hints (test.test_typing.NoReturnTests.test_get_type_hints) ... ok test_instance_type_error (test.test_typing.NoReturnTests.test_instance_type_error) ... ok test_not_equality (test.test_typing.NoReturnTests.test_not_equality) ... ok test_not_generic (test.test_typing.NoReturnTests.test_not_generic) ... ok test_repr (test.test_typing.NoReturnTests.test_repr) ... ok test_subclass_type_error (test.test_typing.NoReturnTests.test_subclass_type_error) ... ok test_basics (test.test_typing.NotRequiredTests.test_basics) ... ok test_cannot_init (test.test_typing.NotRequiredTests.test_cannot_init) ... ok test_cannot_subclass (test.test_typing.NotRequiredTests.test_cannot_subclass) ... ok test_no_isinstance (test.test_typing.NotRequiredTests.test_no_isinstance) ... ok test_repr (test.test_typing.NotRequiredTests.test_repr) ... ok test_async_contextmanager (test.test_typing.OtherABCTests.test_async_contextmanager) ... ok test_contextmanager (test.test_typing.OtherABCTests.test_contextmanager) ... ok test_overload_fails (test.test_typing.OverloadTests.test_overload_fails) ... ok test_overload_on_compiled_functions (test.test_typing.OverloadTests.test_overload_on_compiled_functions) ... ok test_overload_registry (test.test_typing.OverloadTests.test_overload_registry) ... ok test_overload_registry_repeated (test.test_typing.OverloadTests.test_overload_registry_repeated) ... ok test_overload_succeeds (test.test_typing.OverloadTests.test_overload_succeeds) ... ok test_args_kwargs (test.test_typing.ParamSpecTests.test_args_kwargs) ... ok test_bad_var_substitution (test.test_typing.ParamSpecTests.test_bad_var_substitution) ... ok test_basic_plain (test.test_typing.ParamSpecTests.test_basic_plain) ... ok test_multiple_paramspecs_in_user_generics (test.test_typing.ParamSpecTests.test_multiple_paramspecs_in_user_generics) ... ok test_paramspec_gets_copied (test.test_typing.ParamSpecTests.test_paramspec_gets_copied) ... ok test_paramspec_in_nested_generics (test.test_typing.ParamSpecTests.test_paramspec_in_nested_generics) ... ok test_stringized (test.test_typing.ParamSpecTests.test_stringized) ... ok test_type_var_subst_for_other_type_vars (test.test_typing.ParamSpecTests.test_type_var_subst_for_other_type_vars) ... ok test_typevartuple_and_paramspecs_in_generic_aliases (test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_generic_aliases) ... ok test_typevartuple_and_paramspecs_in_user_generics (test.test_typing.ParamSpecTests.test_typevartuple_and_paramspecs_in_user_generics) ... ok test_user_generics (test.test_typing.ParamSpecTests.test_user_generics) ... ok test_valid_uses (test.test_typing.ParamSpecTests.test_valid_uses) ... ok test_var_substitution (test.test_typing.ParamSpecTests.test_var_substitution) ... ok test_basic_protocol (test.test_typing.ProtocolTests.test_basic_protocol) ... ok test_builtin_protocol_allowlist (test.test_typing.ProtocolTests.test_builtin_protocol_allowlist) ... ok test_bundled_protocol_instance_works (test.test_typing.ProtocolTests.test_bundled_protocol_instance_works) ... ok test_cannot_instantiate_abstract (test.test_typing.ProtocolTests.test_cannot_instantiate_abstract) ... ok test_collections_protocols_allowed (test.test_typing.ProtocolTests.test_collections_protocols_allowed) ... ok test_concrete_class_inheriting_init_from_protocol (test.test_typing.ProtocolTests.test_concrete_class_inheriting_init_from_protocol) ... ok test_custom_subclasshook (test.test_typing.ProtocolTests.test_custom_subclasshook) ... ok test_defining_generic_protocols (test.test_typing.ProtocolTests.test_defining_generic_protocols) ... ok test_defining_generic_protocols_old_style (test.test_typing.ProtocolTests.test_defining_generic_protocols_old_style) ... ok test_empty_protocol_decorated_with_final (test.test_typing.ProtocolTests.test_empty_protocol_decorated_with_final) ... ok test_everything_implements_empty_protocol (test.test_typing.ProtocolTests.test_everything_implements_empty_protocol) ... ok test_function_implements_protocol (test.test_typing.ProtocolTests.test_function_implements_protocol) ... ok test_generic_protocols_eq (test.test_typing.ProtocolTests.test_generic_protocols_eq) ... ok test_generic_protocols_repr (test.test_typing.ProtocolTests.test_generic_protocols_repr) ... ok test_generic_protocols_special_from_generic (test.test_typing.ProtocolTests.test_generic_protocols_special_from_generic) ... ok test_generic_protocols_special_from_protocol (test.test_typing.ProtocolTests.test_generic_protocols_special_from_protocol) ... ok test_implicit_issubclass_between_two_protocols (test.test_typing.ProtocolTests.test_implicit_issubclass_between_two_protocols) ... ok test_init_called (test.test_typing.ProtocolTests.test_init_called) ... ok test_isinstance_checks_not_at_whim_of_gc (test.test_typing.ProtocolTests.test_isinstance_checks_not_at_whim_of_gc) ... ok test_issubclass_fails_correctly (test.test_typing.ProtocolTests.test_issubclass_fails_correctly) ... ok test_new_called (test.test_typing.ProtocolTests.test_new_called) ... ok test_no_inheritance_from_nominal (test.test_typing.ProtocolTests.test_no_inheritance_from_nominal) ... ok test_no_instantiation (test.test_typing.ProtocolTests.test_no_instantiation) ... ok test_no_runtime_deco_on_nominal (test.test_typing.ProtocolTests.test_no_runtime_deco_on_nominal) ... ok test_non_protocol_subclasses (test.test_typing.ProtocolTests.test_non_protocol_subclasses) ... ok test_non_runtime_protocol_isinstance_check (test.test_typing.ProtocolTests.test_non_runtime_protocol_isinstance_check) ... ok test_none_on_callable_blocks_implementation (test.test_typing.ProtocolTests.test_none_on_callable_blocks_implementation) ... ok test_none_on_non_callable_doesnt_block_implementation (test.test_typing.ProtocolTests.test_none_on_non_callable_doesnt_block_implementation) ... ok test_none_treated_correctly (test.test_typing.ProtocolTests.test_none_treated_correctly) ... ok test_protocol_checks_after_subscript (test.test_typing.ProtocolTests.test_protocol_checks_after_subscript) ... ok test_protocol_decorated_with_final_callable_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_callable_members) ... ok test_protocol_decorated_with_final_mixed_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_mixed_members) ... ok test_protocol_decorated_with_final_noncallable_members (test.test_typing.ProtocolTests.test_protocol_decorated_with_final_noncallable_members) ... ok test_protocol_defining_init_does_not_get_overridden (test.test_typing.ProtocolTests.test_protocol_defining_init_does_not_get_overridden) ... ok test_protocols_bad_subscripts (test.test_typing.ProtocolTests.test_protocols_bad_subscripts) ... ok test_protocols_in_unions (test.test_typing.ProtocolTests.test_protocols_in_unions) ... ok test_protocols_isinstance (test.test_typing.ProtocolTests.test_protocols_isinstance) ... ok test_protocols_isinstance_init (test.test_typing.ProtocolTests.test_protocols_isinstance_init) ... ok test_protocols_isinstance_monkeypatching (test.test_typing.ProtocolTests.test_protocols_isinstance_monkeypatching) ... ok test_protocols_isinstance_not_fooled_by_custom_dir (test.test_typing.ProtocolTests.test_protocols_isinstance_not_fooled_by_custom_dir) ... ok test_protocols_isinstance_properties_and_descriptors (test.test_typing.ProtocolTests.test_protocols_isinstance_properties_and_descriptors) ... ok test_protocols_isinstance_py36 (test.test_typing.ProtocolTests.test_protocols_isinstance_py36) ... ok test_protocols_issubclass (test.test_typing.ProtocolTests.test_protocols_issubclass) ... ok test_protocols_issubclass_non_callable (test.test_typing.ProtocolTests.test_protocols_issubclass_non_callable) ... ok test_protocols_pickleable (test.test_typing.ProtocolTests.test_protocols_pickleable) ... ok test_protocols_support_register (test.test_typing.ProtocolTests.test_protocols_support_register) ... ok test_reversible (test.test_typing.ProtocolTests.test_reversible) ... ok test_subprotocols_extending (test.test_typing.ProtocolTests.test_subprotocols_extending) ... ok test_subprotocols_merging (test.test_typing.ProtocolTests.test_subprotocols_merging) ... ok test_super_call_init (test.test_typing.ProtocolTests.test_super_call_init) ... ok test_supports_abs (test.test_typing.ProtocolTests.test_supports_abs) ... ok test_supports_bytes (test.test_typing.ProtocolTests.test_supports_bytes) ... ok test_supports_complex (test.test_typing.ProtocolTests.test_supports_complex) ... ok test_supports_float (test.test_typing.ProtocolTests.test_supports_float) ... ok test_supports_index (test.test_typing.ProtocolTests.test_supports_index) ... ok test_supports_int (test.test_typing.ProtocolTests.test_supports_int) ... ok test_supports_round (test.test_typing.ProtocolTests.test_supports_round) ... ok test_alias_equality (test.test_typing.RETests.test_alias_equality) ... ok test_basics (test.test_typing.RETests.test_basics) ... ok test_cannot_subclass (test.test_typing.RETests.test_cannot_subclass) ... ok test_errors (test.test_typing.RETests.test_errors) ... ok test_re_submodule (test.test_typing.RETests.test_re_submodule) ... ok test_repr (test.test_typing.RETests.test_repr) ... ok test_basics (test.test_typing.RequiredTests.test_basics) ... ok test_cannot_init (test.test_typing.RequiredTests.test_cannot_init) ... ok test_cannot_subclass (test.test_typing.RequiredTests.test_cannot_subclass) ... ok test_no_isinstance (test.test_typing.RequiredTests.test_no_isinstance) ... ok test_repr (test.test_typing.RequiredTests.test_repr) ... ok test_reveal_type (test.test_typing.RevealTypeTests.test_reveal_type) ... ok test_alias (test.test_typing.SelfTests.test_alias) ... ok test_basics (test.test_typing.SelfTests.test_basics) ... ok test_cannot_init (test.test_typing.SelfTests.test_cannot_init) ... ok test_cannot_subclass (test.test_typing.SelfTests.test_cannot_subclass) ... ok test_cannot_subscript (test.test_typing.SelfTests.test_cannot_subscript) ... ok test_equality (test.test_typing.SelfTests.test_equality) ... ok test_no_isinstance (test.test_typing.SelfTests.test_no_isinstance) ... ok test_repr (test.test_typing.SelfTests.test_repr) ... ok test_genericalias_dir (test.test_typing.SpecialAttrsTests.test_genericalias_dir) ... ok test_special_attrs (test.test_typing.SpecialAttrsTests.test_special_attrs) ... ok test_special_attrs2 (test.test_typing.SpecialAttrsTests.test_special_attrs2) ... ok test_no_duplicates_if_replacement_not_in_templates (test.test_typing.TemplateReplacementTests.test_no_duplicates_if_replacement_not_in_templates) ... ok test_two_templates_two_replacements_yields_correct_renders (test.test_typing.TemplateReplacementTests.test_two_templates_two_replacements_yields_correct_renders) ... ok test_c_functions (test.test_typing.TestModules.test_c_functions) ... ok test_py_functions (test.test_typing.TestModules.test_py_functions) ... ok test_basics (test.test_typing.TupleTests.test_basics) ... ok test_equality (test.test_typing.TupleTests.test_equality) ... ok test_errors (test.test_typing.TupleTests.test_errors) ... ok test_repr (test.test_typing.TupleTests.test_repr) ... ok test_tuple_instance_type_error (test.test_typing.TupleTests.test_tuple_instance_type_error) ... ok test_tuple_subclass (test.test_typing.TupleTests.test_tuple_subclass) ... ok test_cannot_instantiate (test.test_typing.TypeAliasTests.test_cannot_instantiate) ... ok test_cannot_subclass (test.test_typing.TypeAliasTests.test_cannot_subclass) ... ok test_cannot_subscript (test.test_typing.TypeAliasTests.test_cannot_subscript) ... ok test_canonical_usage_with_type_comment (test.test_typing.TypeAliasTests.test_canonical_usage_with_type_comment) ... ok test_canonical_usage_with_variable_annotation (test.test_typing.TypeAliasTests.test_canonical_usage_with_variable_annotation) ... ok test_no_isinstance (test.test_typing.TypeAliasTests.test_no_isinstance) ... ok test_no_issubclass (test.test_typing.TypeAliasTests.test_no_issubclass) ... ok test_repr (test.test_typing.TypeAliasTests.test_repr) ... ok test_stringized_usage (test.test_typing.TypeAliasTests.test_stringized_usage) ... ok test_basics (test.test_typing.TypeGuardTests.test_basics) ... ok test_cannot_init (test.test_typing.TypeGuardTests.test_cannot_init) ... ok test_cannot_subclass (test.test_typing.TypeGuardTests.test_cannot_subclass) ... ok test_no_isinstance (test.test_typing.TypeGuardTests.test_no_isinstance) ... ok test_repr (test.test_typing.TypeGuardTests.test_repr) ... ok test_cannot_iterate (test.test_typing.TypeIterationTests.test_cannot_iterate) ... ok test_is_not_instance_of_iterable (test.test_typing.TypeIterationTests.test_is_not_instance_of_iterable) ... ok test_type_basic (test.test_typing.TypeTests.test_type_basic) ... ok test_type_optional (test.test_typing.TypeTests.test_type_optional) ... ok test_type_typevar (test.test_typing.TypeTests.test_type_typevar) ... ok test_attributes (test.test_typing.TypeVarTests.test_attributes) ... ok test_bad_var_substitution (test.test_typing.TypeVarTests.test_bad_var_substitution) ... ok test_basic_plain (test.test_typing.TypeVarTests.test_basic_plain) ... ok test_bound_errors (test.test_typing.TypeVarTests.test_bound_errors) ... ok test_cannot_instantiate_vars (test.test_typing.TypeVarTests.test_cannot_instantiate_vars) ... ok test_cannot_subclass_var_itself (test.test_typing.TypeVarTests.test_cannot_subclass_var_itself) ... ok test_cannot_subclass_vars (test.test_typing.TypeVarTests.test_cannot_subclass_vars) ... ok test_constrained_error (test.test_typing.TypeVarTests.test_constrained_error) ... ok test_missing__name__ (test.test_typing.TypeVarTests.test_missing__name__) ... ok test_no_bivariant (test.test_typing.TypeVarTests.test_no_bivariant) ... ok test_no_redefinition (test.test_typing.TypeVarTests.test_no_redefinition) ... ok test_or (test.test_typing.TypeVarTests.test_or) ... ok test_repr (test.test_typing.TypeVarTests.test_repr) ... ok test_typevar_instance_type_error (test.test_typing.TypeVarTests.test_typevar_instance_type_error) ... ok test_typevar_subclass_type_error (test.test_typing.TypeVarTests.test_typevar_subclass_type_error) ... ok test_union_constrained (test.test_typing.TypeVarTests.test_union_constrained) ... ok test_union_unique (test.test_typing.TypeVarTests.test_union_unique) ... ok test_var_substitution (test.test_typing.TypeVarTests.test_var_substitution) ... ok test_pickling_then_unpickling_results_in_same_identity (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_results_in_same_identity) ... ok test_pickling_then_unpickling_tuple_with_typevartuple_equality (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_tuple_with_typevartuple_equality) ... ok test_pickling_then_unpickling_unpacked_results_in_same_identity (test.test_typing.TypeVarTuplePicklingTests.test_pickling_then_unpickling_unpacked_results_in_same_identity) ... ok test_bad_var_substitution (test.test_typing.TypeVarTupleTests.test_bad_var_substitution) ... ok test_callable_args_are_correct (test.test_typing.TypeVarTupleTests.test_callable_args_are_correct) ... ok test_cannot_call_instance (test.test_typing.TypeVarTupleTests.test_cannot_call_instance) ... ok test_cannot_subclass_class (test.test_typing.TypeVarTupleTests.test_cannot_subclass_class) ... ok test_cannot_subclass_instance (test.test_typing.TypeVarTupleTests.test_cannot_subclass_instance) ... ok test_concatenation_in_variadic_args_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_concatenation_in_variadic_args_annotations_are_correct) ... ok test_different_instances_are_different (test.test_typing.TypeVarTupleTests.test_different_instances_are_different) ... ok test_get_type_hints_on_unpack_args (test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args) ... ok test_get_type_hints_on_unpack_args_string (test.test_typing.TypeVarTupleTests.test_get_type_hints_on_unpack_args_string) ... ok test_instance_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_instance_is_equal_to_itself) ... ok test_instance_isinstance_of_typevartuple (test.test_typing.TypeVarTupleTests.test_instance_isinstance_of_typevartuple) ... ok test_name (test.test_typing.TypeVarTupleTests.test_name) ... ok test_parameterised_tuple_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_parameterised_tuple_is_equal_to_itself) ... ok test_repr_is_correct (test.test_typing.TypeVarTupleTests.test_repr_is_correct) ... ok test_tuple_args_and_parameters_are_correct (test.test_typing.TypeVarTupleTests.test_tuple_args_and_parameters_are_correct) ... ok test_tuple_args_are_correct (test.test_typing.TypeVarTupleTests.test_tuple_args_are_correct) ... ok test_type_concatenation_in_tuple_argument_list_succeeds (test.test_typing.TypeVarTupleTests.test_type_concatenation_in_tuple_argument_list_succeeds) ... ok test_type_concatenation_in_variadic_class_argument_list_succeeds (test.test_typing.TypeVarTupleTests.test_type_concatenation_in_variadic_class_argument_list_succeeds) ... ok test_unpacked_typevartuple_is_equal_to_itself (test.test_typing.TypeVarTupleTests.test_unpacked_typevartuple_is_equal_to_itself) ... ok test_var_substitution (test.test_typing.TypeVarTupleTests.test_var_substitution) ... ok test_variadic_args_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_args_annotations_are_correct) ... ok test_variadic_args_with_ellipsis_annotations_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_args_with_ellipsis_annotations_are_correct) ... ok test_variadic_class_alias_repr_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_alias_repr_is_correct) ... ok test_variadic_class_arg_ordering_matters (test.test_typing.TypeVarTupleTests.test_variadic_class_arg_ordering_matters) ... ok test_variadic_class_arg_typevartuple_identity_matters (test.test_typing.TypeVarTupleTests.test_variadic_class_arg_typevartuple_identity_matters) ... ok test_variadic_class_args_are_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_args_are_correct) ... ok test_variadic_class_definition_using_concrete_types_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_concrete_types_fails) ... ok test_variadic_class_definition_using_packed_typevartuple_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_definition_using_packed_typevartuple_fails) ... ok test_variadic_class_origin_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_origin_is_correct) ... ok test_variadic_class_repr_is_correct (test.test_typing.TypeVarTupleTests.test_variadic_class_repr_is_correct) ... ok test_variadic_class_same_args_results_in_equalty (test.test_typing.TypeVarTupleTests.test_variadic_class_same_args_results_in_equalty) ... ok 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) ... ok test_variadic_class_with_duplicate_typevartuples_fails (test.test_typing.TypeVarTupleTests.test_variadic_class_with_duplicate_typevartuples_fails) ... ok tests_tuple_arg_ordering_matters (test.test_typing.TypeVarTupleTests.tests_tuple_arg_ordering_matters) ... ok test_basics_functional_syntax (test.test_typing.TypedDictTests.test_basics_functional_syntax) ... ok test_basics_keywords_syntax (test.test_typing.TypedDictTests.test_basics_keywords_syntax) ... ok test_generic_inheritance (test.test_typing.TypedDictTests.test_generic_inheritance) ... ok test_get_type_hints (test.test_typing.TypedDictTests.test_get_type_hints) ... ok test_get_type_hints_generic (test.test_typing.TypedDictTests.test_get_type_hints_generic) ... ok test_implicit_any_inheritance (test.test_typing.TypedDictTests.test_implicit_any_inheritance) ... ok test_is_typeddict (test.test_typing.TypedDictTests.test_is_typeddict) ... ok test_keys_inheritance (test.test_typing.TypedDictTests.test_keys_inheritance) ... ok test_multiple_inheritance (test.test_typing.TypedDictTests.test_multiple_inheritance) ... ok test_non_generic_subscript (test.test_typing.TypedDictTests.test_non_generic_subscript) ... ok test_optional (test.test_typing.TypedDictTests.test_optional) ... ok test_optional_keys (test.test_typing.TypedDictTests.test_optional_keys) ... ok test_pickle (test.test_typing.TypedDictTests.test_pickle) ... ok test_pickle_generic (test.test_typing.TypedDictTests.test_pickle_generic) ... ok test_py36_class_syntax_usage (test.test_typing.TypedDictTests.test_py36_class_syntax_usage) ... ok test_required_notrequired_keys (test.test_typing.TypedDictTests.test_required_notrequired_keys) ... ok test_total (test.test_typing.TypedDictTests.test_total) ... ok test_typeddict_create_errors (test.test_typing.TypedDictTests.test_typeddict_create_errors) ... ok test_typeddict_errors (test.test_typing.TypedDictTests.test_typeddict_errors) ... ok test_typeddict_special_keyword_names (test.test_typing.TypedDictTests.test_typeddict_special_keyword_names) ... ok test_basic (test.test_typing.TypingCallableTests.test_basic) ... ok test_callable_instance_type_error (test.test_typing.TypingCallableTests.test_callable_instance_type_error) ... ok test_callable_instance_works (test.test_typing.TypingCallableTests.test_callable_instance_works) ... ok test_callable_with_ellipsis (test.test_typing.TypingCallableTests.test_callable_with_ellipsis) ... ok test_callable_wrong_forms (test.test_typing.TypingCallableTests.test_callable_wrong_forms) ... ok test_cannot_instantiate (test.test_typing.TypingCallableTests.test_cannot_instantiate) ... ok test_concatenate (test.test_typing.TypingCallableTests.test_concatenate) ... ok test_consistency (test.test_typing.TypingCallableTests.test_consistency) ... ok test_dir (test.test_typing.TypingCallableTests.test_dir) ... ok test_ellipsis_in_generic (test.test_typing.TypingCallableTests.test_ellipsis_in_generic) ... ok test_eq_hash (test.test_typing.TypingCallableTests.test_eq_hash) ... ok test_errors (test.test_typing.TypingCallableTests.test_errors) ... ok test_nested_paramspec (test.test_typing.TypingCallableTests.test_nested_paramspec) ... ok test_or_and_ror (test.test_typing.TypingCallableTests.test_or_and_ror) ... ok test_paramspec (test.test_typing.TypingCallableTests.test_paramspec) ... ok test_pickle (test.test_typing.TypingCallableTests.test_pickle) ... ok test_repr (test.test_typing.TypingCallableTests.test_repr) ... ok test_self_subclass (test.test_typing.TypingCallableTests.test_self_subclass) ... ok test_type_erasure (test.test_typing.TypingCallableTests.test_type_erasure) ... ok test_type_subst_error (test.test_typing.TypingCallableTests.test_type_subst_error) ... ok test_var_substitution (test.test_typing.TypingCallableTests.test_var_substitution) ... ok test_weakref (test.test_typing.TypingCallableTests.test_weakref) ... ok test_base_class_kept (test.test_typing.UnionTests.test_base_class_kept) ... ok test_basics (test.test_typing.UnionTests.test_basics) ... ok test_cannot_instantiate (test.test_typing.UnionTests.test_cannot_instantiate) ... ok test_cannot_subclass (test.test_typing.UnionTests.test_cannot_subclass) ... ok test_dir (test.test_typing.UnionTests.test_dir) ... ok test_empty (test.test_typing.UnionTests.test_empty) ... ok test_etree (test.test_typing.UnionTests.test_etree) ... ok test_function_repr_union (test.test_typing.UnionTests.test_function_repr_union) ... ok test_no_eval_union (test.test_typing.UnionTests.test_no_eval_union) ... ok test_optional (test.test_typing.UnionTests.test_optional) ... ok test_repr (test.test_typing.UnionTests.test_repr) ... ok test_single_class_disappears (test.test_typing.UnionTests.test_single_class_disappears) ... ok test_subclass_error (test.test_typing.UnionTests.test_subclass_error) ... ok test_union_any (test.test_typing.UnionTests.test_union_any) ... ok test_union_compare_other (test.test_typing.UnionTests.test_union_compare_other) ... ok test_union_generalization (test.test_typing.UnionTests.test_union_generalization) ... ok test_union_object (test.test_typing.UnionTests.test_union_object) ... ok test_union_of_literals (test.test_typing.UnionTests.test_union_of_literals) ... ok test_union_str_pattern (test.test_typing.UnionTests.test_union_str_pattern) ... ok test_union_union (test.test_typing.UnionTests.test_union_union) ... ok test_unordered (test.test_typing.UnionTests.test_unordered) ... ok test_accepts_single_type (test.test_typing.UnpackTests.test_accepts_single_type) ... ok test_cannot_be_called (test.test_typing.UnpackTests.test_cannot_be_called) ... ok test_dir (test.test_typing.UnpackTests.test_dir) ... ok test_rejects_multiple_parameterization (test.test_typing.UnpackTests.test_rejects_multiple_parameterization) ... ok test_rejects_multiple_types (test.test_typing.UnpackTests.test_rejects_multiple_types) ... ok ---------------------------------------------------------------------- Ran 574 tests in 0.093s OK (skipped=1) 0:30:13 load avg: 1.99 [379/432/1] test_ucn test_aliases (test.test_ucn.UnicodeNamesTest.test_aliases) ... ok test_aliases_names_in_pua_range (test.test_ucn.UnicodeNamesTest.test_aliases_names_in_pua_range) ... ok test_ascii_letters (test.test_ucn.UnicodeNamesTest.test_ascii_letters) ... ok test_bmp_characters (test.test_ucn.UnicodeNamesTest.test_bmp_characters) ... ok test_cjk_unified_ideographs (test.test_ucn.UnicodeNamesTest.test_cjk_unified_ideographs) ... ok test_errors (test.test_ucn.UnicodeNamesTest.test_errors) ... ok test_general (test.test_ucn.UnicodeNamesTest.test_general) ... ok test_hangul_syllables (test.test_ucn.UnicodeNamesTest.test_hangul_syllables) ... ok test_issue16335 (test.test_ucn.UnicodeNamesTest.test_issue16335) ... skipped 'not enough memory: 12.0G minimum needed' test_misc_symbols (test.test_ucn.UnicodeNamesTest.test_misc_symbols) ... ok test_named_sequences_full (test.test_ucn.UnicodeNamesTest.test_named_sequences_full) ... fetching http://www.pythontest.net/unicode/14.0.0/NamedSequences.txt ... ok test_named_sequences_names_in_pua_range (test.test_ucn.UnicodeNamesTest.test_named_sequences_names_in_pua_range) ... ok test_named_sequences_sample (test.test_ucn.UnicodeNamesTest.test_named_sequences_sample) ... ok test_strict_error_handling (test.test_ucn.UnicodeNamesTest.test_strict_error_handling) ... ok ---------------------------------------------------------------------- Ran 14 tests in 0.263s OK (skipped=1) 0:30:14 load avg: 1.99 [380/432/1] test_unary test_bad_types (test.test_unary.UnaryOpTestCase.test_bad_types) ... ok test_invert (test.test_unary.UnaryOpTestCase.test_invert) ... ok test_negation_of_exponentiation (test.test_unary.UnaryOpTestCase.test_negation_of_exponentiation) ... ok test_negative (test.test_unary.UnaryOpTestCase.test_negative) ... ok test_no_overflow (test.test_unary.UnaryOpTestCase.test_no_overflow) ... ok test_positive (test.test_unary.UnaryOpTestCase.test_positive) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.000s OK 0:30:15 load avg: 1.99 [381/432/1] test_unicode test_formatter_field_name_split (test.test_unicode.StringModuleTest.test_formatter_field_name_split) ... ok test_formatter_parser (test.test_unicode.StringModuleTest.test_formatter_parser) ... ok test_str_subclass_attr (test.test_unicode.StringModuleTest.test_str_subclass_attr) ... ok test___contains__ (test.test_unicode.UnicodeTest.test___contains__) ... ok test_additional_rsplit (test.test_unicode.UnicodeTest.test_additional_rsplit) ... ok test_additional_split (test.test_unicode.UnicodeTest.test_additional_split) ... ok test_ascii (test.test_unicode.UnicodeTest.test_ascii) ... ok test_bug1001011 (test.test_unicode.UnicodeTest.test_bug1001011) ... ok test_bytes_comparison (test.test_unicode.UnicodeTest.test_bytes_comparison) ... ok test_capitalize (test.test_unicode.UnicodeTest.test_capitalize) ... ok test_capitalize_nonascii (test.test_unicode.UnicodeTest.test_capitalize_nonascii) ... ok test_case_operation_overflow (test.test_unicode.UnicodeTest.test_case_operation_overflow) ... skipped 'requires 32-bit system' test_casefold (test.test_unicode.UnicodeTest.test_casefold) ... ok test_center (test.test_unicode.UnicodeTest.test_center) ... ok test_check_encoding_errors (test.test_unicode.UnicodeTest.test_check_encoding_errors) ... ok test_codecs (test.test_unicode.UnicodeTest.test_codecs) ... ok test_codecs_charmap (test.test_unicode.UnicodeTest.test_codecs_charmap) ... ok test_codecs_errors (test.test_unicode.UnicodeTest.test_codecs_errors) ... ok test_codecs_idna (test.test_unicode.UnicodeTest.test_codecs_idna) ... ok test_codecs_utf7 (test.test_unicode.UnicodeTest.test_codecs_utf7) ... ok test_codecs_utf8 (test.test_unicode.UnicodeTest.test_codecs_utf8) ... ok test_compare (test.test_unicode.UnicodeTest.test_compare) ... ok test_comparison (test.test_unicode.UnicodeTest.test_comparison) ... ok test_concatenation (test.test_unicode.UnicodeTest.test_concatenation) ... ok test_constructor (test.test_unicode.UnicodeTest.test_constructor) ... ok test_constructor_defaults (test.test_unicode.UnicodeTest.test_constructor_defaults) Check the constructor argument defaults. ... ok test_constructor_keyword_args (test.test_unicode.UnicodeTest.test_constructor_keyword_args) Pass various keyword argument combinations to the constructor. ... ok test_contains (test.test_unicode.UnicodeTest.test_contains) ... ok test_conversion (test.test_unicode.UnicodeTest.test_conversion) ... ok test_count (test.test_unicode.UnicodeTest.test_count) ... ok test_endswith (test.test_unicode.UnicodeTest.test_endswith) ... ok test_exhausted_iterator (test.test_unicode.UnicodeTest.test_exhausted_iterator) ... ok test_expandtabs (test.test_unicode.UnicodeTest.test_expandtabs) ... ok test_expandtabs_optimization (test.test_unicode.UnicodeTest.test_expandtabs_optimization) ... ok test_expandtabs_overflows_gracefully (test.test_unicode.UnicodeTest.test_expandtabs_overflows_gracefully) ... skipped 'only applies to 32-bit platforms' test_extended_getslice (test.test_unicode.UnicodeTest.test_extended_getslice) ... ok test_find (test.test_unicode.UnicodeTest.test_find) ... ok test_find_etc_raise_correct_error_messages (test.test_unicode.UnicodeTest.test_find_etc_raise_correct_error_messages) ... ok test_find_periodic_pattern (test.test_unicode.UnicodeTest.test_find_periodic_pattern) Cover the special path for periodic patterns. ... ok test_find_shift_table_overflow (test.test_unicode.UnicodeTest.test_find_shift_table_overflow) When the table of 8-bit shifts overflows. ... ok test_fixtype (test.test_unicode.UnicodeTest.test_fixtype) ... ok test_floatformatting (test.test_unicode.UnicodeTest.test_floatformatting) ... ok test_format (test.test_unicode.UnicodeTest.test_format) ... ok test_format_auto_numbering (test.test_unicode.UnicodeTest.test_format_auto_numbering) ... ok test_format_float (test.test_unicode.UnicodeTest.test_format_float) ... ok test_format_huge_item_number (test.test_unicode.UnicodeTest.test_format_huge_item_number) ... ok test_format_huge_precision (test.test_unicode.UnicodeTest.test_format_huge_precision) ... ok test_format_huge_width (test.test_unicode.UnicodeTest.test_format_huge_width) ... ok test_format_map (test.test_unicode.UnicodeTest.test_format_map) ... ok test_format_subclass (test.test_unicode.UnicodeTest.test_format_subclass) ... ok test_formatting (test.test_unicode.UnicodeTest.test_formatting) ... ok test_formatting_c_limits (test.test_unicode.UnicodeTest.test_formatting_c_limits) ... ok test_formatting_huge_precision (test.test_unicode.UnicodeTest.test_formatting_huge_precision) ... ok test_formatting_huge_precision_c_limits (test.test_unicode.UnicodeTest.test_formatting_huge_precision_c_limits) ... ok test_formatting_huge_width (test.test_unicode.UnicodeTest.test_formatting_huge_width) ... ok test_formatting_with_enum (test.test_unicode.UnicodeTest.test_formatting_with_enum) ... ok test_free_after_iterating (test.test_unicode.UnicodeTest.test_free_after_iterating) ... ok test_getnewargs (test.test_unicode.UnicodeTest.test_getnewargs) ... ok test_hash (test.test_unicode.UnicodeTest.test_hash) ... ok test_index (test.test_unicode.UnicodeTest.test_index) ... ok test_inplace_rewrites (test.test_unicode.UnicodeTest.test_inplace_rewrites) ... ok test_invalid_cb_for_2bytes_seq (test.test_unicode.UnicodeTest.test_invalid_cb_for_2bytes_seq) Test that an 'invalid continuation byte' error is raised when the ... ok test_invalid_cb_for_3bytes_seq (test.test_unicode.UnicodeTest.test_invalid_cb_for_3bytes_seq) Test that an 'invalid continuation byte' error is raised when the ... ok test_invalid_cb_for_4bytes_seq (test.test_unicode.UnicodeTest.test_invalid_cb_for_4bytes_seq) Test that an 'invalid continuation byte' error is raised when the ... ok test_invalid_start_byte (test.test_unicode.UnicodeTest.test_invalid_start_byte) Test that an 'invalid start byte' error is raised when the first byte ... ok test_isalnum (test.test_unicode.UnicodeTest.test_isalnum) ... ok test_isalpha (test.test_unicode.UnicodeTest.test_isalpha) ... ok test_isascii (test.test_unicode.UnicodeTest.test_isascii) ... ok test_isdecimal (test.test_unicode.UnicodeTest.test_isdecimal) ... ok test_isdigit (test.test_unicode.UnicodeTest.test_isdigit) ... ok test_isidentifier (test.test_unicode.UnicodeTest.test_isidentifier) ... ok test_isidentifier_legacy (test.test_unicode.UnicodeTest.test_isidentifier_legacy) ... ok test_islower (test.test_unicode.UnicodeTest.test_islower) ... ok test_isnumeric (test.test_unicode.UnicodeTest.test_isnumeric) ... ok test_isprintable (test.test_unicode.UnicodeTest.test_isprintable) ... ok test_isspace (test.test_unicode.UnicodeTest.test_isspace) ... ok test_isspace_invariant (test.test_unicode.UnicodeTest.test_isspace_invariant) ... ok test_issue18183 (test.test_unicode.UnicodeTest.test_issue18183) ... ok test_issue28598_strsubclass_rhs (test.test_unicode.UnicodeTest.test_issue28598_strsubclass_rhs) ... ok test_issue8271 (test.test_unicode.UnicodeTest.test_issue8271) ... ok test_istitle (test.test_unicode.UnicodeTest.test_istitle) ... ok test_isupper (test.test_unicode.UnicodeTest.test_isupper) ... ok test_iteration (test.test_unicode.UnicodeTest.test_iteration) ... ok test_iterators (test.test_unicode.UnicodeTest.test_iterators) ... ok test_iterators_invocation (test.test_unicode.UnicodeTest.test_iterators_invocation) ... ok test_join (test.test_unicode.UnicodeTest.test_join) ... ok test_join_overflow (test.test_unicode.UnicodeTest.test_join_overflow) ... skipped 'needs too much memory on a 64-bit platform' test_literals (test.test_unicode.UnicodeTest.test_literals) ... ok test_ljust (test.test_unicode.UnicodeTest.test_ljust) ... ok test_lower (test.test_unicode.UnicodeTest.test_lower) ... ok test_maketrans_translate (test.test_unicode.UnicodeTest.test_maketrans_translate) ... ok test_mul (test.test_unicode.UnicodeTest.test_mul) ... ok test_none_arguments (test.test_unicode.UnicodeTest.test_none_arguments) ... ok test_partition (test.test_unicode.UnicodeTest.test_partition) ... ok test_pickle_iterator (test.test_unicode.UnicodeTest.test_pickle_iterator) ... ok test_printable_repr (test.test_unicode.UnicodeTest.test_printable_repr) ... ok test_raiseMemError (test.test_unicode.UnicodeTest.test_raiseMemError) ... ok test_removeprefix (test.test_unicode.UnicodeTest.test_removeprefix) ... ok test_removesuffix (test.test_unicode.UnicodeTest.test_removesuffix) ... ok test_repeat_id_preserving (test.test_unicode.UnicodeTest.test_repeat_id_preserving) ... ok test_replace (test.test_unicode.UnicodeTest.test_replace) ... ok test_replace_id (test.test_unicode.UnicodeTest.test_replace_id) ... ok test_replace_overflow (test.test_unicode.UnicodeTest.test_replace_overflow) ... skipped 'only applies to 32-bit platforms' test_repr (test.test_unicode.UnicodeTest.test_repr) ... ok test_resize (test.test_unicode.UnicodeTest.test_resize) ... ok test_rfind (test.test_unicode.UnicodeTest.test_rfind) ... ok test_rindex (test.test_unicode.UnicodeTest.test_rindex) ... ok test_rjust (test.test_unicode.UnicodeTest.test_rjust) ... ok test_rpartition (test.test_unicode.UnicodeTest.test_rpartition) ... ok test_rsplit (test.test_unicode.UnicodeTest.test_rsplit) ... ok test_slice (test.test_unicode.UnicodeTest.test_slice) ... ok test_split (test.test_unicode.UnicodeTest.test_split) ... ok test_splitlines (test.test_unicode.UnicodeTest.test_splitlines) ... ok test_startswith (test.test_unicode.UnicodeTest.test_startswith) ... ok test_startswith_endswith_errors (test.test_unicode.UnicodeTest.test_startswith_endswith_errors) ... ok test_strip (test.test_unicode.UnicodeTest.test_strip) ... ok test_strip_whitespace (test.test_unicode.UnicodeTest.test_strip_whitespace) ... ok test_subclass_add (test.test_unicode.UnicodeTest.test_subclass_add) ... ok test_subscript (test.test_unicode.UnicodeTest.test_subscript) ... ok test_surrogates (test.test_unicode.UnicodeTest.test_surrogates) ... ok test_swapcase (test.test_unicode.UnicodeTest.test_swapcase) ... ok test_title (test.test_unicode.UnicodeTest.test_title) ... ok test_ucs4 (test.test_unicode.UnicodeTest.test_ucs4) ... ok test_unexpected_end_of_data (test.test_unicode.UnicodeTest.test_unexpected_end_of_data) Test that an 'unexpected end of data' error is raised when the string ... ok test_unicode_repr (test.test_unicode.UnicodeTest.test_unicode_repr) ... ok test_upper (test.test_unicode.UnicodeTest.test_upper) ... ok test_utf8_decode_invalid_sequences (test.test_unicode.UnicodeTest.test_utf8_decode_invalid_sequences) ... ok test_utf8_decode_valid_sequences (test.test_unicode.UnicodeTest.test_utf8_decode_valid_sequences) ... ok test_zfill (test.test_unicode.UnicodeTest.test_zfill) ... ok ---------------------------------------------------------------------- Ran 129 tests in 1.429s OK (skipped=4) 0:30:17 load avg: 1.91 [382/432/1] test_unicode_file test_directories (test.test_unicode_file.TestUnicodeFiles.test_directories) ... ok test_single_files (test.test_unicode_file.TestUnicodeFiles.test_single_files) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.002s OK 0:30:18 load avg: 1.91 [383/432/1] test_unicode_file_functions test_directory (test.test_unicode_file_functions.UnicodeFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeFileTests.test_listdir) ... ok test_normalize (test.test_unicode_file_functions.UnicodeFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeFileTests.test_rename) ... ok test_directory (test.test_unicode_file_functions.UnicodeNFCFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeNFCFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir) ... ok test_normalize (test.test_unicode_file_functions.UnicodeNFCFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeNFCFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeNFCFileTests.test_rename) ... ok test_directory (test.test_unicode_file_functions.UnicodeNFDFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeNFDFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir) ... ok test_normalize (test.test_unicode_file_functions.UnicodeNFDFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeNFDFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeNFDFileTests.test_rename) ... ok test_directory (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir) ... ok test_normalize (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeNFKCFileTests.test_rename) ... ok test_directory (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_directory) ... ok test_failures (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_failures) ... ok test_listdir (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir) ... ok test_normalize (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_normalize) ... ok test_open (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_open) ... ok test_rename (test.test_unicode_file_functions.UnicodeNFKDFileTests.test_rename) ... ok ---------------------------------------------------------------------- Ran 30 tests in 0.045s OK 0:30:19 load avg: 1.91 [384/432/1] test_unicode_identifiers test_invalid (test.test_unicode_identifiers.PEP3131Test.test_invalid) ... ok test_non_bmp_normalized (test.test_unicode_identifiers.PEP3131Test.test_non_bmp_normalized) ... ok test_valid (test.test_unicode_identifiers.PEP3131Test.test_valid) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK 0:30:20 load avg: 1.91 [385/432/1] test_unicodedata test_bug_834676 (test.test_unicodedata.NormalizationTest.test_bug_834676) ... ok test_edge_cases (test.test_unicodedata.NormalizationTest.test_edge_cases) ... ok test_normalization (test.test_unicodedata.NormalizationTest.test_normalization) ... fetching http://www.pythontest.net/unicode/14.0.0/NormalizationTest.txt ... ok test_bidirectional (test.test_unicodedata.UnicodeFunctionsTest.test_bidirectional) ... ok test_category (test.test_unicodedata.UnicodeFunctionsTest.test_category) ... ok test_combining (test.test_unicodedata.UnicodeFunctionsTest.test_combining) ... ok test_decimal (test.test_unicodedata.UnicodeFunctionsTest.test_decimal) ... ok test_decomposition (test.test_unicodedata.UnicodeFunctionsTest.test_decomposition) ... ok test_digit (test.test_unicodedata.UnicodeFunctionsTest.test_digit) ... ok test_east_asian_width (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width) ... ok test_east_asian_width_9_0_changes (test.test_unicodedata.UnicodeFunctionsTest.test_east_asian_width_9_0_changes) ... ok test_function_checksum (test.test_unicodedata.UnicodeFunctionsTest.test_function_checksum) ... ok test_issue10254 (test.test_unicodedata.UnicodeFunctionsTest.test_issue10254) ... ok test_issue29456 (test.test_unicodedata.UnicodeFunctionsTest.test_issue29456) ... ok test_mirrored (test.test_unicodedata.UnicodeFunctionsTest.test_mirrored) ... ok test_name_inverse_lookup (test.test_unicodedata.UnicodeFunctionsTest.test_name_inverse_lookup) ... ok test_numeric (test.test_unicodedata.UnicodeFunctionsTest.test_numeric) ... ok test_pr29 (test.test_unicodedata.UnicodeFunctionsTest.test_pr29) ... ok test_method_checksum (test.test_unicodedata.UnicodeMethodsTest.test_method_checksum) ... ok test_bug_1704793 (test.test_unicodedata.UnicodeMiscTest.test_bug_1704793) ... ok test_bug_4971 (test.test_unicodedata.UnicodeMiscTest.test_bug_4971) ... ok test_bug_5828 (test.test_unicodedata.UnicodeMiscTest.test_bug_5828) ... ok test_decimal_numeric_consistent (test.test_unicodedata.UnicodeMiscTest.test_decimal_numeric_consistent) ... ok test_digit_numeric_consistent (test.test_unicodedata.UnicodeMiscTest.test_digit_numeric_consistent) ... ok test_disallow_instantiation (test.test_unicodedata.UnicodeMiscTest.test_disallow_instantiation) ... ok test_failed_import_during_compiling (test.test_unicodedata.UnicodeMiscTest.test_failed_import_during_compiling) ... ok test_linebreak_7643 (test.test_unicodedata.UnicodeMiscTest.test_linebreak_7643) ... ok test_ucd_510 (test.test_unicodedata.UnicodeMiscTest.test_ucd_510) ... ok ---------------------------------------------------------------------- Ran 28 tests in 7.373s OK 0:30:28 load avg: 1.86 [386/432/1] test_univnewlines test_read (test.test_univnewlines.CTestCRLFNewlines.test_read) ... ok test_readline (test.test_univnewlines.CTestCRLFNewlines.test_readline) ... ok test_readlines (test.test_univnewlines.CTestCRLFNewlines.test_readlines) ... ok test_seek (test.test_univnewlines.CTestCRLFNewlines.test_seek) ... ok test_tell (test.test_univnewlines.CTestCRLFNewlines.test_tell) ... ok test_read (test.test_univnewlines.CTestCRNewlines.test_read) ... ok test_readline (test.test_univnewlines.CTestCRNewlines.test_readline) ... ok test_readlines (test.test_univnewlines.CTestCRNewlines.test_readlines) ... ok test_seek (test.test_univnewlines.CTestCRNewlines.test_seek) ... ok test_read (test.test_univnewlines.CTestLFNewlines.test_read) ... ok test_readline (test.test_univnewlines.CTestLFNewlines.test_readline) ... ok test_readlines (test.test_univnewlines.CTestLFNewlines.test_readlines) ... ok test_seek (test.test_univnewlines.CTestLFNewlines.test_seek) ... ok test_read (test.test_univnewlines.CTestMixedNewlines.test_read) ... ok test_readline (test.test_univnewlines.CTestMixedNewlines.test_readline) ... ok test_readlines (test.test_univnewlines.CTestMixedNewlines.test_readlines) ... ok test_seek (test.test_univnewlines.CTestMixedNewlines.test_seek) ... ok test_read (test.test_univnewlines.PyTestCRLFNewlines.test_read) ... ok test_readline (test.test_univnewlines.PyTestCRLFNewlines.test_readline) ... ok test_readlines (test.test_univnewlines.PyTestCRLFNewlines.test_readlines) ... ok test_seek (test.test_univnewlines.PyTestCRLFNewlines.test_seek) ... ok test_tell (test.test_univnewlines.PyTestCRLFNewlines.test_tell) ... ok test_read (test.test_univnewlines.PyTestCRNewlines.test_read) ... ok test_readline (test.test_univnewlines.PyTestCRNewlines.test_readline) ... ok test_readlines (test.test_univnewlines.PyTestCRNewlines.test_readlines) ... ok test_seek (test.test_univnewlines.PyTestCRNewlines.test_seek) ... ok test_read (test.test_univnewlines.PyTestLFNewlines.test_read) ... ok test_readline (test.test_univnewlines.PyTestLFNewlines.test_readline) ... ok test_readlines (test.test_univnewlines.PyTestLFNewlines.test_readlines) ... ok test_seek (test.test_univnewlines.PyTestLFNewlines.test_seek) ... ok test_read (test.test_univnewlines.PyTestMixedNewlines.test_read) ... ok test_readline (test.test_univnewlines.PyTestMixedNewlines.test_readline) ... ok test_readlines (test.test_univnewlines.PyTestMixedNewlines.test_readlines) ... ok test_seek (test.test_univnewlines.PyTestMixedNewlines.test_seek) ... ok ---------------------------------------------------------------------- Ran 34 tests in 0.007s OK 0:30:29 load avg: 1.86 [387/432/1] test_unpack test_extended_oparg_not_ignored (test.test_unpack.TestCornerCases.test_extended_oparg_not_ignored) ... ok doctests (test.test_unpack.__test__) Doctest: test.test_unpack.__test__.doctests ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.002s OK 0:30:30 load avg: 1.86 [388/432/1] test_unpack_ex doctests (test.test_unpack_ex.__test__) Doctest: test.test_unpack_ex.__test__.doctests ... ok ---------------------------------------------------------------------- Ran 1 test in 0.008s OK 0:30:31 load avg: 1.86 [389/432/1] test_unparse test_class_bases_and_keywords (test.test_unparse.CosmeticTestCase.test_class_bases_and_keywords) ... ok test_docstrings (test.test_unparse.CosmeticTestCase.test_docstrings) ... ok test_docstrings_negative_cases (test.test_unparse.CosmeticTestCase.test_docstrings_negative_cases) ... ok test_fstrings (test.test_unparse.CosmeticTestCase.test_fstrings) ... ok test_lambda_parameters (test.test_unparse.CosmeticTestCase.test_lambda_parameters) ... ok test_simple_expressions_parens (test.test_unparse.CosmeticTestCase.test_simple_expressions_parens) ... ok test_slices (test.test_unparse.CosmeticTestCase.test_slices) ... ok test_star_expr_assign_target (test.test_unparse.CosmeticTestCase.test_star_expr_assign_target) ... ok test_star_expr_assign_target_multiple (test.test_unparse.CosmeticTestCase.test_star_expr_assign_target_multiple) ... ok test_unary_op_factor (test.test_unparse.CosmeticTestCase.test_unary_op_factor) ... ok test_files (test.test_unparse.DirectoryTestCase.test_files) ... Testing /build/python/src/Python-3.11.5/Lib/pyclbr.py Testing /build/python/src/Python-3.11.5/Lib/subprocess.py Testing /build/python/src/Python-3.11.5/Lib/crypt.py Testing /build/python/src/Python-3.11.5/Lib/netrc.py Testing /build/python/src/Python-3.11.5/Lib/getopt.py Testing /build/python/src/Python-3.11.5/Lib/struct.py Testing /build/python/src/Python-3.11.5/Lib/zipapp.py Testing /build/python/src/Python-3.11.5/Lib/random.py Testing /build/python/src/Python-3.11.5/Lib/ast.py Testing /build/python/src/Python-3.11.5/Lib/cProfile.py Testing /build/python/src/Python-3.11.5/Lib/_pydecimal.py Testing /build/python/src/Python-3.11.5/Lib/filecmp.py Testing /build/python/src/Python-3.11.5/Lib/imaplib.py Testing /build/python/src/Python-3.11.5/Lib/contextvars.py Testing /build/python/src/Python-3.11.5/Lib/uuid.py Testing /build/python/src/Python-3.11.5/Lib/token.py Testing /build/python/src/Python-3.11.5/Lib/_py_abc.py Testing /build/python/src/Python-3.11.5/Lib/pstats.py Testing /build/python/src/Python-3.11.5/Lib/getpass.py Testing /build/python/src/Python-3.11.5/Lib/tarfile.py Testing /build/python/src/Python-3.11.5/Lib/io.py Testing /build/python/src/Python-3.11.5/Lib/types.py Testing /build/python/src/Python-3.11.5/Lib/pkgutil.py Testing /build/python/src/Python-3.11.5/Lib/calendar.py Testing /build/python/src/Python-3.11.5/Lib/inspect.py Testing /build/python/src/Python-3.11.5/Lib/csv.py Testing /build/python/src/Python-3.11.5/Lib/operator.py Testing /build/python/src/Python-3.11.5/Lib/aifc.py Testing /build/python/src/Python-3.11.5/Lib/quopri.py Testing /build/python/src/Python-3.11.5/Lib/codeop.py Testing /build/python/src/Python-3.11.5/Lib/mailcap.py Testing /build/python/src/Python-3.11.5/Lib/socketserver.py Testing /build/python/src/Python-3.11.5/Lib/contextlib.py Testing /build/python/src/Python-3.11.5/Lib/ssl.py Testing /build/python/src/Python-3.11.5/Lib/keyword.py Testing /build/python/src/Python-3.11.5/Lib/statistics.py Testing /build/python/src/Python-3.11.5/Lib/pickletools.py Testing /build/python/src/Python-3.11.5/Lib/textwrap.py Testing /build/python/src/Python-3.11.5/Lib/sre_compile.py Testing /build/python/src/Python-3.11.5/Lib/ipaddress.py Testing /build/python/src/Python-3.11.5/Lib/decimal.py Testing /build/python/src/Python-3.11.5/Lib/_osx_support.py Testing /build/python/src/Python-3.11.5/Lib/argparse.py Testing /build/python/src/Python-3.11.5/Lib/gettext.py Testing /build/python/src/Python-3.11.5/Lib/glob.py Testing /build/python/src/Python-3.11.5/Lib/selectors.py Testing /build/python/src/Python-3.11.5/Lib/sunau.py Testing /build/python/src/Python-3.11.5/Lib/_markupbase.py Testing /build/python/src/Python-3.11.5/Lib/_compression.py Testing /build/python/src/Python-3.11.5/Lib/secrets.py Testing /build/python/src/Python-3.11.5/Lib/datetime.py Testing /build/python/src/Python-3.11.5/Lib/hmac.py Testing /build/python/src/Python-3.11.5/Lib/profile.py Testing /build/python/src/Python-3.11.5/Lib/cmd.py Testing /build/python/src/Python-3.11.5/Lib/warnings.py Testing /build/python/src/Python-3.11.5/Lib/genericpath.py Testing /build/python/src/Python-3.11.5/Lib/opcode.py Testing /build/python/src/Python-3.11.5/Lib/modulefinder.py Testing /build/python/src/Python-3.11.5/Lib/cgitb.py Testing /build/python/src/Python-3.11.5/Lib/sysconfig.py Testing /build/python/src/Python-3.11.5/Lib/typing.py Testing /build/python/src/Python-3.11.5/Lib/string.py Testing /build/python/src/Python-3.11.5/Lib/_threading_local.py Testing /build/python/src/Python-3.11.5/Lib/imghdr.py Testing /build/python/src/Python-3.11.5/Lib/dataclasses.py Testing /build/python/src/Python-3.11.5/Lib/functools.py Testing /build/python/src/Python-3.11.5/Lib/uu.py Testing /build/python/src/Python-3.11.5/Lib/turtle.py Testing /build/python/src/Python-3.11.5/Lib/numbers.py Testing /build/python/src/Python-3.11.5/Lib/_weakrefset.py Testing /build/python/src/Python-3.11.5/Lib/_compat_pickle.py Testing /build/python/src/Python-3.11.5/Lib/_collections_abc.py Testing /build/python/src/Python-3.11.5/Lib/ftplib.py Testing /build/python/src/Python-3.11.5/Lib/_aix_support.py Testing /build/python/src/Python-3.11.5/Lib/pickle.py Testing /build/python/src/Python-3.11.5/Lib/rlcompleter.py Testing /build/python/src/Python-3.11.5/Lib/pydoc.py Testing /build/python/src/Python-3.11.5/Lib/tempfile.py Testing /build/python/src/Python-3.11.5/Lib/_strptime.py Testing /build/python/src/Python-3.11.5/Lib/difflib.py Testing /build/python/src/Python-3.11.5/Lib/fileinput.py Testing /build/python/src/Python-3.11.5/Lib/webbrowser.py Testing /build/python/src/Python-3.11.5/Lib/configparser.py Testing /build/python/src/Python-3.11.5/Lib/shelve.py Testing /build/python/src/Python-3.11.5/Lib/pty.py Testing /build/python/src/Python-3.11.5/Lib/optparse.py Testing /build/python/src/Python-3.11.5/Lib/gzip.py Testing /build/python/src/Python-3.11.5/Lib/signal.py Testing /build/python/src/Python-3.11.5/Lib/stat.py Testing /build/python/src/Python-3.11.5/Lib/pdb.py Testing /build/python/src/Python-3.11.5/Lib/symtable.py Testing /build/python/src/Python-3.11.5/Lib/runpy.py Testing /build/python/src/Python-3.11.5/Lib/compileall.py Testing /build/python/src/Python-3.11.5/Lib/dis.py Testing /build/python/src/Python-3.11.5/Lib/chunk.py Testing /build/python/src/Python-3.11.5/Lib/copyreg.py Testing /build/python/src/Python-3.11.5/Lib/plistlib.py Testing /build/python/src/Python-3.11.5/Lib/smtpd.py Testing /build/python/src/Python-3.11.5/Lib/xdrlib.py Testing /build/python/src/Python-3.11.5/Lib/timeit.py Testing /build/python/src/Python-3.11.5/Lib/sched.py Testing /build/python/src/Python-3.11.5/Lib/base64.py Testing /build/python/src/Python-3.11.5/Lib/py_compile.py Testing /build/python/src/Python-3.11.5/Lib/imp.py Testing /build/python/src/Python-3.11.5/Lib/asyncore.py Testing /build/python/src/Python-3.11.5/Lib/shutil.py Testing /build/python/src/Python-3.11.5/Lib/zipimport.py Testing /build/python/src/Python-3.11.5/Lib/graphlib.py Testing /build/python/src/Python-3.11.5/Lib/nntplib.py Testing /build/python/src/Python-3.11.5/Lib/code.py Testing /build/python/src/Python-3.11.5/Lib/pprint.py Testing /build/python/src/Python-3.11.5/Lib/_bootsubprocess.py Testing /build/python/src/Python-3.11.5/Lib/smtplib.py Testing /build/python/src/Python-3.11.5/Lib/linecache.py Testing /build/python/src/Python-3.11.5/Lib/tabnanny.py Testing /build/python/src/Python-3.11.5/Lib/bdb.py Testing /build/python/src/Python-3.11.5/Lib/colorsys.py Testing /build/python/src/Python-3.11.5/Lib/doctest.py Testing /build/python/src/Python-3.11.5/Lib/stringprep.py Testing /build/python/src/Python-3.11.5/Lib/shlex.py Testing /build/python/src/Python-3.11.5/Lib/nturl2path.py Testing /build/python/src/Python-3.11.5/Lib/threading.py Testing /build/python/src/Python-3.11.5/Lib/this.py Testing /build/python/src/Python-3.11.5/Lib/weakref.py Testing /build/python/src/Python-3.11.5/Lib/antigravity.py Testing /build/python/src/Python-3.11.5/Lib/sre_parse.py Testing /build/python/src/Python-3.11.5/Lib/ntpath.py Testing /build/python/src/Python-3.11.5/Lib/codecs.py Testing /build/python/src/Python-3.11.5/Lib/__hello__.py Testing /build/python/src/Python-3.11.5/Lib/_pyio.py Testing /build/python/src/Python-3.11.5/Lib/posixpath.py Testing /build/python/src/Python-3.11.5/Lib/bz2.py Testing /build/python/src/Python-3.11.5/Lib/lzma.py Testing /build/python/src/Python-3.11.5/Lib/sre_constants.py Testing /build/python/src/Python-3.11.5/Lib/copy.py Testing /build/python/src/Python-3.11.5/Lib/mailbox.py Testing /build/python/src/Python-3.11.5/Lib/tty.py Testing /build/python/src/Python-3.11.5/Lib/os.py Testing /build/python/src/Python-3.11.5/Lib/tokenize.py Testing /build/python/src/Python-3.11.5/Lib/reprlib.py Testing /build/python/src/Python-3.11.5/Lib/tracemalloc.py Testing /build/python/src/Python-3.11.5/Lib/hashlib.py Testing /build/python/src/Python-3.11.5/Lib/_sitebuiltins.py Testing /build/python/src/Python-3.11.5/Lib/socket.py Testing /build/python/src/Python-3.11.5/Lib/heapq.py Testing /build/python/src/Python-3.11.5/Lib/queue.py Testing /build/python/src/Python-3.11.5/Lib/telnetlib.py Testing /build/python/src/Python-3.11.5/Lib/sndhdr.py Testing /build/python/src/Python-3.11.5/Lib/wave.py Testing /build/python/src/Python-3.11.5/Lib/enum.py Testing /build/python/src/Python-3.11.5/Lib/platform.py Testing /build/python/src/Python-3.11.5/Lib/fractions.py Testing /build/python/src/Python-3.11.5/Lib/traceback.py Testing /build/python/src/Python-3.11.5/Lib/locale.py Testing /build/python/src/Python-3.11.5/Lib/pipes.py Testing /build/python/src/Python-3.11.5/Lib/bisect.py Testing /build/python/src/Python-3.11.5/Lib/zipfile.py Testing /build/python/src/Python-3.11.5/Lib/asynchat.py Testing /build/python/src/Python-3.11.5/Lib/site.py Testing /build/python/src/Python-3.11.5/Lib/pathlib.py Testing /build/python/src/Python-3.11.5/Lib/__future__.py Testing /build/python/src/Python-3.11.5/Lib/abc.py Testing /build/python/src/Python-3.11.5/Lib/poplib.py Testing /build/python/src/Python-3.11.5/Lib/trace.py Testing /build/python/src/Python-3.11.5/Lib/fnmatch.py Testing /build/python/src/Python-3.11.5/Lib/mimetypes.py Testing /build/python/src/Python-3.11.5/Lib/cgi.py Testing /build/python/src/Python-3.11.5/Lib/test/test_asdl_parser.py Testing /build/python/src/Python-3.11.5/Lib/test/test_uu.py Testing /build/python/src/Python-3.11.5/Lib/test/test_statistics.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sort.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pep646_syntax.py Testing /build/python/src/Python-3.11.5/Lib/test/ann_module.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sunau.py Testing /build/python/src/Python-3.11.5/Lib/test/test_urllibnet.py Testing /build/python/src/Python-3.11.5/Lib/test/test_cprofile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unicode.py Testing /build/python/src/Python-3.11.5/Lib/test/test_descr.py Testing /build/python/src/Python-3.11.5/Lib/test/test_format.py Testing /build/python/src/Python-3.11.5/Lib/test/ann_module5.py Testing /build/python/src/Python-3.11.5/Lib/test/test_cgi.py Testing /build/python/src/Python-3.11.5/Lib/test/test_trace.py Testing /build/python/src/Python-3.11.5/Lib/test/test_file_eintr.py Testing /build/python/src/Python-3.11.5/Lib/test/test_wait4.py Testing /build/python/src/Python-3.11.5/Lib/test/test_fileio.py Testing /build/python/src/Python-3.11.5/Lib/test/ann_module3.py Testing /build/python/src/Python-3.11.5/Lib/test/test_openpty.py Testing /build/python/src/Python-3.11.5/Lib/test/test_complex.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecmaps_jp.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dbm_gnu.py Testing /build/python/src/Python-3.11.5/Lib/test/test_float.py Testing /build/python/src/Python-3.11.5/Lib/test/test_socketserver.py Testing /build/python/src/Python-3.11.5/Lib/test/test_set.py Testing /build/python/src/Python-3.11.5/Lib/test/test_posixpath.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pyexpat.py Testing /build/python/src/Python-3.11.5/Lib/test/reperf.py Testing /build/python/src/Python-3.11.5/Lib/test/test_string_literals.py Testing /build/python/src/Python-3.11.5/Lib/test/test_fileinput.py Testing /build/python/src/Python-3.11.5/Lib/test/test_os.py Testing /build/python/src/Python-3.11.5/Lib/test/multibytecodec_support.py Testing /build/python/src/Python-3.11.5/Lib/test/test_zipfile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_audit.py Testing /build/python/src/Python-3.11.5/Lib/test/test_strptime.py Testing /build/python/src/Python-3.11.5/Lib/test/test_launcher.py Testing /build/python/src/Python-3.11.5/Lib/test/test_py_compile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_crypt.py Testing /build/python/src/Python-3.11.5/Lib/test/test_venv.py Testing /build/python/src/Python-3.11.5/Lib/test/test_long.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dis.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tuple.py Testing /build/python/src/Python-3.11.5/Lib/test/test_osx_env.py Testing /build/python/src/Python-3.11.5/Lib/test/test_xml_etree.py Testing /build/python/src/Python-3.11.5/Lib/test/memory_watchdog.py Testing /build/python/src/Python-3.11.5/Lib/test/test_functools.py Testing /build/python/src/Python-3.11.5/Lib/test/_test_eintr.py Testing /build/python/src/Python-3.11.5/Lib/test/test_quopri.py Testing /build/python/src/Python-3.11.5/Lib/test/test_compile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_asyncgen.py Testing /build/python/src/Python-3.11.5/Lib/test/test_cmd.py Testing /build/python/src/Python-3.11.5/Lib/test/test_file.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecencodings_kr.py Testing /build/python/src/Python-3.11.5/Lib/test/test_types.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codeop.py Testing /build/python/src/Python-3.11.5/Lib/test/test_reprlib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ossaudiodev.py Testing /build/python/src/Python-3.11.5/Lib/test/test_contextlib_async.py Testing /build/python/src/Python-3.11.5/Lib/test/test_smtpd.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pickle.py Testing /build/python/src/Python-3.11.5/Lib/test/test_nntplib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ioctl.py Testing /build/python/src/Python-3.11.5/Lib/test/test_binop.py Testing /build/python/src/Python-3.11.5/Lib/test/test___all__.py Testing /build/python/src/Python-3.11.5/Lib/test/test_bigmem.py Testing /build/python/src/Python-3.11.5/Lib/test/test_mmap.py Testing /build/python/src/Python-3.11.5/Lib/test/test_named_expressions.py Testing /build/python/src/Python-3.11.5/Lib/test/test_hmac.py Testing /build/python/src/Python-3.11.5/Lib/test/test_thread.py Testing /build/python/src/Python-3.11.5/Lib/test/mapping_tests.py Testing /build/python/src/Python-3.11.5/Lib/test/seq_tests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_multiprocessing_main_handling.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dbm_dumb.py Testing /build/python/src/Python-3.11.5/Lib/test/test_aifc.py Testing /build/python/src/Python-3.11.5/Lib/test/test_embed.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dbm_ndbm.py Testing /build/python/src/Python-3.11.5/Lib/test/test_fcntl.py Testing /build/python/src/Python-3.11.5/Lib/test/test_bz2.py Testing /build/python/src/Python-3.11.5/Lib/test/test_urllib2.py Testing /build/python/src/Python-3.11.5/Lib/test/test_colorsys.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ctypes.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pydoc.py Testing /build/python/src/Python-3.11.5/Lib/test/test_utf8source.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dynamic.py Testing /build/python/src/Python-3.11.5/Lib/test/test_keyword.py Testing /build/python/src/Python-3.11.5/Lib/test/test_threading.py Testing /build/python/src/Python-3.11.5/Lib/test/test_graphlib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_frame.py Testing /build/python/src/Python-3.11.5/Lib/test/test_fork1.py Testing /build/python/src/Python-3.11.5/Lib/test/test_userdict.py Testing /build/python/src/Python-3.11.5/Lib/test/test_mailbox.py Testing /build/python/src/Python-3.11.5/Lib/test/test_poll.py Testing /build/python/src/Python-3.11.5/Lib/test/datetimetester.py Testing /build/python/src/Python-3.11.5/Lib/test/test_zipapp.py Testing /build/python/src/Python-3.11.5/Lib/test/test_operator.py Testing /build/python/src/Python-3.11.5/Lib/test/doctest_aliases.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecencodings_jp.py Testing /build/python/src/Python-3.11.5/Lib/test/test_winconsoleio.py Testing /build/python/src/Python-3.11.5/Lib/test/test_htmlparser.py Testing /build/python/src/Python-3.11.5/Lib/test/test_turtle.py Testing /build/python/src/Python-3.11.5/Lib/test/win_console_handler.py Testing /build/python/src/Python-3.11.5/Lib/test/test_code.py Testing /build/python/src/Python-3.11.5/Lib/test/test_script_helper.py Testing /build/python/src/Python-3.11.5/Lib/test/test_poplib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_imaplib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_lib2to3.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dictviews.py Testing /build/python/src/Python-3.11.5/Lib/test/test_fractions.py Testing /build/python/src/Python-3.11.5/Lib/test/test_webbrowser.py Testing /build/python/src/Python-3.11.5/Lib/test/test_typechecks.py Testing /build/python/src/Python-3.11.5/Lib/test/test_bisect.py Testing /build/python/src/Python-3.11.5/Lib/test/test_nis.py Testing /build/python/src/Python-3.11.5/Lib/test/test_select.py Testing /build/python/src/Python-3.11.5/Lib/test/test_faulthandler.py Testing /build/python/src/Python-3.11.5/Lib/test/test_itertools.py Testing /build/python/src/Python-3.11.5/Lib/test/test_defaultdict.py Testing /build/python/src/Python-3.11.5/Lib/test/future_test2.py Testing /build/python/src/Python-3.11.5/Lib/test/test_atexit.py Testing /build/python/src/Python-3.11.5/Lib/test/test_zipfile64.py Testing /build/python/src/Python-3.11.5/Lib/test/autotest.py Testing /build/python/src/Python-3.11.5/Lib/test/test_shlex.py Testing /build/python/src/Python-3.11.5/Lib/test/test_threadedtempfile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_copyreg.py Testing /build/python/src/Python-3.11.5/Lib/test/test__locale.py Testing /build/python/src/Python-3.11.5/Lib/test/lock_tests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_bytes.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sys_setprofile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_distutils.py Testing /build/python/src/Python-3.11.5/Lib/test/final_a.py Testing /build/python/src/Python-3.11.5/Lib/test/test_stable_abi_ctypes.py Testing /build/python/src/Python-3.11.5/Lib/test/test_peepholer.py Testing /build/python/src/Python-3.11.5/Lib/test/test_glob.py Testing /build/python/src/Python-3.11.5/Lib/test/test_calendar.py Testing /build/python/src/Python-3.11.5/Lib/test/test_raise.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ensurepip.py Testing /build/python/src/Python-3.11.5/Lib/test/test_extcall.py Testing /build/python/src/Python-3.11.5/Lib/test/test_textwrap.py Testing /build/python/src/Python-3.11.5/Lib/test/test_http_cookiejar.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pstats.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pyclbr.py Testing /build/python/src/Python-3.11.5/Lib/test/doctest_lineno.py Testing /build/python/src/Python-3.11.5/Lib/test/test_xdrlib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_argparse.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecencodings_iso2022.py Testing /build/python/src/Python-3.11.5/Lib/test/test_traceback.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecmaps_hk.py Testing /build/python/src/Python-3.11.5/Lib/test/test_buffer.py Testing /build/python/src/Python-3.11.5/Lib/test/test__xxsubinterpreters.py Testing /build/python/src/Python-3.11.5/Lib/test/test_devpoll.py Testing /build/python/src/Python-3.11.5/Lib/test/test_opcache.py Testing /build/python/src/Python-3.11.5/Lib/test/test_threadsignals.py Testing /build/python/src/Python-3.11.5/Lib/test/imp_dummy.py Testing /build/python/src/Python-3.11.5/Lib/test/mp_fork_bomb.py Testing /build/python/src/Python-3.11.5/Lib/test/test_timeit.py Testing /build/python/src/Python-3.11.5/Lib/test/list_tests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pkgutil.py Testing /build/python/src/Python-3.11.5/Lib/test/inspect_stringized_annotations_2.py Testing /build/python/src/Python-3.11.5/Lib/test/test_xml_dom_minicompat.py Testing /build/python/src/Python-3.11.5/Lib/test/test_opcodes.py Testing /build/python/src/Python-3.11.5/Lib/test/__main__.py Testing /build/python/src/Python-3.11.5/Lib/test/_test_embed_set_config.py Testing /build/python/src/Python-3.11.5/Lib/test/test_listcomps.py Testing /build/python/src/Python-3.11.5/Lib/test/test_csv.py Testing /build/python/src/Python-3.11.5/Lib/test/test_charmapcodec.py Testing /build/python/src/Python-3.11.5/Lib/test/test_syslog.py Testing /build/python/src/Python-3.11.5/Lib/test/test_struct.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sax.py Testing /build/python/src/Python-3.11.5/Lib/test/test___future__.py Testing /build/python/src/Python-3.11.5/Lib/test/test_genericpath.py Testing /build/python/src/Python-3.11.5/Lib/test/ssltests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_random.py Testing /build/python/src/Python-3.11.5/Lib/test/test_signal.py Testing /build/python/src/Python-3.11.5/Lib/test/bisect_cmd.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sysconfig.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecmaps_kr.py Testing /build/python/src/Python-3.11.5/Lib/test/test_exception_group.py Testing /build/python/src/Python-3.11.5/Lib/test/test_spwd.py Testing /build/python/src/Python-3.11.5/Lib/test/test_iterlen.py Testing /build/python/src/Python-3.11.5/Lib/test/test_contextlib.py Testing /build/python/src/Python-3.11.5/Lib/test/pyclbr_input.py Testing /build/python/src/Python-3.11.5/Lib/test/inspect_stock_annotations.py Testing /build/python/src/Python-3.11.5/Lib/test/test_strtod.py Testing /build/python/src/Python-3.11.5/Lib/test/test_exception_hierarchy.py Testing /build/python/src/Python-3.11.5/Lib/test/test_wait3.py Testing /build/python/src/Python-3.11.5/Lib/test/test_baseexception.py Testing /build/python/src/Python-3.11.5/Lib/test/test_range.py Testing /build/python/src/Python-3.11.5/Lib/test/test_configparser.py Testing /build/python/src/Python-3.11.5/Lib/test/test_string.py Testing /build/python/src/Python-3.11.5/Lib/test/test_abc.py Testing /build/python/src/Python-3.11.5/Lib/test/test_platform.py Testing /build/python/src/Python-3.11.5/Lib/test/test_zipimport_support.py Testing /build/python/src/Python-3.11.5/Lib/test/test_future.py Testing /build/python/src/Python-3.11.5/Lib/test/double_const.py Testing /build/python/src/Python-3.11.5/Lib/test/test_funcattrs.py Testing /build/python/src/Python-3.11.5/Lib/test/test_concurrent_futures.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sys_settrace.py Testing /build/python/src/Python-3.11.5/Lib/test/test_code_module.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ipaddress.py Testing /build/python/src/Python-3.11.5/Lib/test/test_rlcompleter.py Testing /build/python/src/Python-3.11.5/Lib/test/test_filecmp.py Testing /build/python/src/Python-3.11.5/Lib/test/test_setcomps.py Testing /build/python/src/Python-3.11.5/Lib/test/test_numeric_tower.py Testing /build/python/src/Python-3.11.5/Lib/test/test_hash.py Testing /build/python/src/Python-3.11.5/Lib/test/test_grammar.py Testing /build/python/src/Python-3.11.5/Lib/test/test_repl.py Testing /build/python/src/Python-3.11.5/Lib/test/test_http_cookies.py Testing /build/python/src/Python-3.11.5/Lib/test/test_resource.py Testing /build/python/src/Python-3.11.5/Lib/test/test_array.py Testing /build/python/src/Python-3.11.5/Lib/test/test_enumerate.py Testing /build/python/src/Python-3.11.5/Lib/test/test_bigaddrspace.py Testing /build/python/src/Python-3.11.5/Lib/test/test_context.py Testing /build/python/src/Python-3.11.5/Lib/test/test_readline.py Testing /build/python/src/Python-3.11.5/Lib/test/test_msilib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_type_cache.py Testing /build/python/src/Python-3.11.5/Lib/test/test_metaclass.py Testing /build/python/src/Python-3.11.5/Lib/test/test_symtable.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unpack_ex.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pprint.py Testing /build/python/src/Python-3.11.5/Lib/test/test_with.py Testing /build/python/src/Python-3.11.5/Lib/test/test_decorators.py Testing /build/python/src/Python-3.11.5/Lib/test/test_winsound.py Testing /build/python/src/Python-3.11.5/Lib/test/tf_inherit_check.py Testing /build/python/src/Python-3.11.5/Lib/test/test_flufl.py Testing /build/python/src/Python-3.11.5/Lib/test/test_base64.py Testing /build/python/src/Python-3.11.5/Lib/test/test_re.py Testing /build/python/src/Python-3.11.5/Lib/test/test_winreg.py Testing /build/python/src/Python-3.11.5/Lib/test/test_locale.py Testing /build/python/src/Python-3.11.5/Lib/test/test_type_comments.py Testing /build/python/src/Python-3.11.5/Lib/test/test_cmath.py Testing /build/python/src/Python-3.11.5/Lib/test/test_future4.py Testing /build/python/src/Python-3.11.5/Lib/test/test_frozen.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tokenize.py Testing /build/python/src/Python-3.11.5/Lib/test/test_io.py Testing /build/python/src/Python-3.11.5/Lib/test/test_syntax.py Testing /build/python/src/Python-3.11.5/Lib/test/sample_doctest_no_doctests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_grp.py Testing /build/python/src/Python-3.11.5/Lib/test/test_runpy.py Testing /build/python/src/Python-3.11.5/Lib/test/test_int.py Testing /build/python/src/Python-3.11.5/Lib/test/test_stringprep.py Testing /build/python/src/Python-3.11.5/Lib/test/test_genericclass.py Testing /build/python/src/Python-3.11.5/Lib/test/test_largefile.py Testing /build/python/src/Python-3.11.5/Lib/test/_typed_dict_helper.py Testing /build/python/src/Python-3.11.5/Lib/test/curses_tests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_positional_only_arg.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ttk_textonly.py Testing /build/python/src/Python-3.11.5/Lib/test/test_cmd_line.py Testing /build/python/src/Python-3.11.5/Lib/test/test_decimal.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dictcomps.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pkg.py Testing /build/python/src/Python-3.11.5/Lib/test/test_class.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pdb.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ntpath.py Testing /build/python/src/Python-3.11.5/Lib/test/test_check_c_globals.py Testing /build/python/src/Python-3.11.5/Lib/test/test_exception_variations.py Testing /build/python/src/Python-3.11.5/Lib/test/test_timeout.py Testing /build/python/src/Python-3.11.5/Lib/test/test_urllib_response.py Testing /build/python/src/Python-3.11.5/Lib/test/_test_venv_multiprocessing.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pathlib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_iter.py Testing /build/python/src/Python-3.11.5/Lib/test/test_getpass.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pipes.py Testing /build/python/src/Python-3.11.5/Lib/test/test_gzip.py Testing /build/python/src/Python-3.11.5/Lib/test/sample_doctest_no_docstrings.py Testing /build/python/src/Python-3.11.5/Lib/test/test_idle.py Testing /build/python/src/Python-3.11.5/Lib/test/test_utf8_mode.py Testing /build/python/src/Python-3.11.5/Lib/test/_test_atexit.py Testing /build/python/src/Python-3.11.5/Lib/test/test_minidom.py Testing /build/python/src/Python-3.11.5/Lib/test/dataclass_module_2_str.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dbm.py Testing /build/python/src/Python-3.11.5/Lib/test/test_genericalias.py Testing /build/python/src/Python-3.11.5/Lib/test/test_copy.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sundry.py Testing /build/python/src/Python-3.11.5/Lib/test/test_isinstance.py Testing /build/python/src/Python-3.11.5/Lib/test/ann_module4.py Testing /build/python/src/Python-3.11.5/Lib/test/inspect_fodder2.py Testing /build/python/src/Python-3.11.5/Lib/test/make_ssl_certs.py Testing /build/python/src/Python-3.11.5/Lib/test/test_heapq.py Testing /build/python/src/Python-3.11.5/Lib/test/test_hashlib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_selectors.py Testing /build/python/src/Python-3.11.5/Lib/test/test_site.py Testing /build/python/src/Python-3.11.5/Lib/test/test_int_literal.py Testing /build/python/src/Python-3.11.5/Lib/test/test_xxtestfuzz.py Testing /build/python/src/Python-3.11.5/Lib/test/test_clinic.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tk.py Testing /build/python/src/Python-3.11.5/Lib/test/test_html.py Testing /build/python/src/Python-3.11.5/Lib/test/test_urllib2_localnet.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecencodings_tw.py Testing /build/python/src/Python-3.11.5/Lib/test/test_fstring.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ast.py Testing /build/python/src/Python-3.11.5/Lib/test/test_richcmp.py Testing /build/python/src/Python-3.11.5/Lib/test/test_imp.py Testing /build/python/src/Python-3.11.5/Lib/test/test_compileall.py Testing /build/python/src/Python-3.11.5/Lib/test/dataclass_module_2.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pickletools.py Testing /build/python/src/Python-3.11.5/Lib/test/test_optparse.py Testing /build/python/src/Python-3.11.5/Lib/test/test_gdb.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dataclasses.py Testing /build/python/src/Python-3.11.5/Lib/test/test_urlparse.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codeccallbacks.py Testing /build/python/src/Python-3.11.5/Lib/test/ann_module8.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dtrace.py Testing /build/python/src/Python-3.11.5/Lib/test/test_future5.py Testing /build/python/src/Python-3.11.5/Lib/test/test_getpath.py Testing /build/python/src/Python-3.11.5/Lib/test/test_type_annotations.py Testing /build/python/src/Python-3.11.5/Lib/test/test_memoryio.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pty.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unpack.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unary.py Testing /build/python/src/Python-3.11.5/Lib/test/test_generators.py Testing /build/python/src/Python-3.11.5/Lib/test/_test_embed_structseq.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pwd.py Testing /build/python/src/Python-3.11.5/Lib/test/test_math.py Testing /build/python/src/Python-3.11.5/Lib/test/test_urllib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tix.py Testing /build/python/src/Python-3.11.5/Lib/test/test_gc.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sched.py Testing /build/python/src/Python-3.11.5/Lib/test/test_xxlimited.py Testing /build/python/src/Python-3.11.5/Lib/test/test_zlib.py Testing /build/python/src/Python-3.11.5/Lib/test/dataclass_module_1.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tcl.py Testing /build/python/src/Python-3.11.5/Lib/test/mp_preload.py Testing /build/python/src/Python-3.11.5/Lib/test/test_scope.py Testing /build/python/src/Python-3.11.5/Lib/test/test_mailcap.py Testing /build/python/src/Python-3.11.5/Lib/test/test_profile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pow.py Testing /build/python/src/Python-3.11.5/Lib/test/test_netrc.py Testing /build/python/src/Python-3.11.5/Lib/test/test_errno.py Testing /build/python/src/Python-3.11.5/Lib/test/inspect_stringized_annotations.py Testing /build/python/src/Python-3.11.5/Lib/test/test_property.py Testing /build/python/src/Python-3.11.5/Lib/test/test_marshal.py Testing /build/python/src/Python-3.11.5/Lib/test/test_time.py Testing /build/python/src/Python-3.11.5/Lib/test/test_cmd_line_script.py Testing /build/python/src/Python-3.11.5/Lib/test/ssl_servers.py Testing /build/python/src/Python-3.11.5/Lib/test/test_datetime.py Testing /build/python/src/Python-3.11.5/Lib/test/re_tests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_weakref.py Testing /build/python/src/Python-3.11.5/Lib/test/test_finalization.py Testing /build/python/src/Python-3.11.5/Lib/test/test_mimetypes.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dict.py Testing /build/python/src/Python-3.11.5/Lib/test/test_xmlrpc.py Testing /build/python/src/Python-3.11.5/Lib/test/test_univnewlines.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecmaps_tw.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tempfile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_patma.py Testing /build/python/src/Python-3.11.5/Lib/test/test_imghdr.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unittest.py Testing /build/python/src/Python-3.11.5/Lib/test/pydocfodder.py Testing /build/python/src/Python-3.11.5/Lib/test/test_abstract_numbers.py Testing /build/python/src/Python-3.11.5/Lib/test/test_support.py Testing /build/python/src/Python-3.11.5/Lib/test/test_subprocess.py Testing /build/python/src/Python-3.11.5/Lib/test/__init__.py Testing /build/python/src/Python-3.11.5/Lib/test/test_kqueue.py Testing /build/python/src/Python-3.11.5/Lib/test/xmltests.py Testing /build/python/src/Python-3.11.5/Lib/test/testcodec.py Testing /build/python/src/Python-3.11.5/Lib/test/test_lltrace.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unicode_identifiers.py Testing /build/python/src/Python-3.11.5/Lib/test/test_bdb.py Testing /build/python/src/Python-3.11.5/Lib/test/_test_multiprocessing.py Testing /build/python/src/Python-3.11.5/Lib/test/test_bool.py Testing /build/python/src/Python-3.11.5/Lib/test/test_bufio.py Testing /build/python/src/Python-3.11.5/Lib/test/pickletester.py Testing /build/python/src/Python-3.11.5/Lib/test/dataclass_module_1_str.py Testing /build/python/src/Python-3.11.5/Lib/test/test_descrtut.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ucn.py Testing /build/python/src/Python-3.11.5/Lib/test/relimport.py Testing /build/python/src/Python-3.11.5/Lib/test/test_call.py Testing /build/python/src/Python-3.11.5/Lib/test/test_contains.py Testing /build/python/src/Python-3.11.5/Lib/test/test_multiprocessing_spawn.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ftplib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_epoll.py Testing /build/python/src/Python-3.11.5/Lib/test/test_posix.py Testing /build/python/src/Python-3.11.5/Lib/test/test_getopt.py Testing /build/python/src/Python-3.11.5/Lib/test/test_userlist.py Testing /build/python/src/Python-3.11.5/Lib/test/pydoc_mod.py Testing /build/python/src/Python-3.11.5/Lib/test/test_logging.py Testing /build/python/src/Python-3.11.5/Lib/test/test_curses.py Testing /build/python/src/Python-3.11.5/Lib/test/test_coroutines.py Testing /build/python/src/Python-3.11.5/Lib/test/profilee.py Testing /build/python/src/Python-3.11.5/Lib/test/test_binascii.py Testing /build/python/src/Python-3.11.5/Lib/test/mod_generics_cache.py Testing /build/python/src/Python-3.11.5/Lib/test/test_weakset.py Testing /build/python/src/Python-3.11.5/Lib/test/test_crashers.py Testing /build/python/src/Python-3.11.5/Lib/test/test_userstring.py Testing /build/python/src/Python-3.11.5/Lib/test/test_strftime.py Testing /build/python/src/Python-3.11.5/Lib/test/test_picklebuffer.py Testing /build/python/src/Python-3.11.5/Lib/test/test_exceptions.py Testing /build/python/src/Python-3.11.5/Lib/test/test_slice.py Testing /build/python/src/Python-3.11.5/Lib/test/test_uuid.py Testing /build/python/src/Python-3.11.5/Lib/test/gdb_sample.py Testing /build/python/src/Python-3.11.5/Lib/test/test_httpservers.py Testing /build/python/src/Python-3.11.5/Lib/test/regrtest.py Testing /build/python/src/Python-3.11.5/Lib/test/test_robotparser.py Testing /build/python/src/Python-3.11.5/Lib/test/test_xmlrpc_net.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unparse.py Testing /build/python/src/Python-3.11.5/Lib/test/test_multibytecodec.py Testing /build/python/src/Python-3.11.5/Lib/test/ann_module2.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecencodings_hk.py Testing /build/python/src/Python-3.11.5/Lib/test/test_structseq.py Testing /build/python/src/Python-3.11.5/Lib/test/test_longexp.py Testing /build/python/src/Python-3.11.5/Lib/test/final_b.py Testing /build/python/src/Python-3.11.5/Lib/test/test_enum.py Testing /build/python/src/Python-3.11.5/Lib/test/test_super.py Testing /build/python/src/Python-3.11.5/Lib/test/test_docxmlrpc.py Testing /build/python/src/Python-3.11.5/Lib/test/test_zipimport.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unicode_file_functions.py Testing /build/python/src/Python-3.11.5/Lib/test/test_yield_from.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tabnanny.py Testing /build/python/src/Python-3.11.5/Lib/test/test_fileutils.py Testing /build/python/src/Python-3.11.5/Lib/test/test_regrtest.py Testing /build/python/src/Python-3.11.5/Lib/test/audiotests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_asyncore.py Testing /build/python/src/Python-3.11.5/Lib/test/test_lzma.py Testing /build/python/src/Python-3.11.5/Lib/test/test_multiprocessing_fork.py Testing /build/python/src/Python-3.11.5/Lib/test/test_gettext.py Testing /build/python/src/Python-3.11.5/Lib/test/test_memoryview.py Testing /build/python/src/Python-3.11.5/Lib/test/mock_socket.py Testing /build/python/src/Python-3.11.5/Lib/test/test_pulldom.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dynamicclassattribute.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecs.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecmaps_cn.py Testing /build/python/src/Python-3.11.5/Lib/test/time_hashlib.py Testing /build/python/src/Python-3.11.5/Lib/test/coding20731.py Testing /build/python/src/Python-3.11.5/Lib/test/test__osx_support.py Testing /build/python/src/Python-3.11.5/Lib/test/string_tests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_deque.py Testing /build/python/src/Python-3.11.5/Lib/test/test_smtplib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_linecache.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tracemalloc.py Testing /build/python/src/Python-3.11.5/Lib/test/test_source_encoding.py Testing /build/python/src/Python-3.11.5/Lib/test/test_plistlib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ordered_dict.py Testing /build/python/src/Python-3.11.5/Lib/test/test__opcode.py Testing /build/python/src/Python-3.11.5/Lib/test/test_doctest.py Testing /build/python/src/Python-3.11.5/Lib/test/test_cgitb.py Testing /build/python/src/Python-3.11.5/Lib/test/test_modulefinder.py Testing /build/python/src/Python-3.11.5/Lib/test/test_smtpnet.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ssl.py Testing /build/python/src/Python-3.11.5/Lib/test/sortperf.py Testing /build/python/src/Python-3.11.5/Lib/test/test_list.py Testing /build/python/src/Python-3.11.5/Lib/test/test_wave.py Testing /build/python/src/Python-3.11.5/Lib/test/test_asynchat.py Testing /build/python/src/Python-3.11.5/Lib/test/test_shutil.py Testing /build/python/src/Python-3.11.5/Lib/test/test_collections.py Testing /build/python/src/Python-3.11.5/Lib/test/test_shelve.py Testing /build/python/src/Python-3.11.5/Lib/test/inspect_fodder.py Testing /build/python/src/Python-3.11.5/Lib/test/test_threading_local.py Testing /build/python/src/Python-3.11.5/Lib/test/test_typing.py Testing /build/python/src/Python-3.11.5/Lib/test/test_subclassinit.py Testing /build/python/src/Python-3.11.5/Lib/test/test_c_locale_coercion.py Testing /build/python/src/Python-3.11.5/Lib/test/signalinterproctester.py Testing /build/python/src/Python-3.11.5/Lib/test/test_interpreters.py Testing /build/python/src/Python-3.11.5/Lib/test/test_future3.py Testing /build/python/src/Python-3.11.5/Lib/test/test_tarfile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_fnmatch.py Testing /build/python/src/Python-3.11.5/Lib/test/test_socket.py Testing /build/python/src/Python-3.11.5/Lib/test/test_popen.py Testing /build/python/src/Python-3.11.5/Lib/test/test_dict_version.py Testing /build/python/src/Python-3.11.5/Lib/test/test_compare.py Testing /build/python/src/Python-3.11.5/Lib/test/test_global.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sys.py Testing /build/python/src/Python-3.11.5/Lib/test/test_wsgiref.py Testing /build/python/src/Python-3.11.5/Lib/test/test_audioop.py Testing /build/python/src/Python-3.11.5/Lib/test/test_generator_stop.py Testing /build/python/src/Python-3.11.5/Lib/test/dataclass_textanno.py Testing /build/python/src/Python-3.11.5/Lib/test/fork_wait.py Testing /build/python/src/Python-3.11.5/Lib/test/test_startfile.py Testing /build/python/src/Python-3.11.5/Lib/test/test_genexps.py Testing /build/python/src/Python-3.11.5/Lib/test/future_test1.py Testing /build/python/src/Python-3.11.5/Lib/test/test_augassign.py Testing /build/python/src/Python-3.11.5/Lib/test/test_queue.py Testing /build/python/src/Python-3.11.5/Lib/test/test_secrets.py Testing /build/python/src/Python-3.11.5/Lib/test/audit-tests.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unicodedata.py Testing /build/python/src/Python-3.11.5/Lib/test/pythoninfo.py Testing /build/python/src/Python-3.11.5/Lib/test/test_unicode_file.py Testing /build/python/src/Python-3.11.5/Lib/test/test_xml_etree_c.py Testing /build/python/src/Python-3.11.5/Lib/test/test_builtin.py Testing /build/python/src/Python-3.11.5/Lib/test/test_keywordonlyarg.py Testing /build/python/src/Python-3.11.5/Lib/test/test_eof.py Testing /build/python/src/Python-3.11.5/Lib/test/ann_module7.py Testing /build/python/src/Python-3.11.5/Lib/test/test_urllib2net.py Testing /build/python/src/Python-3.11.5/Lib/test/test_sndhdr.py Testing /build/python/src/Python-3.11.5/Lib/test/test_stat.py Testing /build/python/src/Python-3.11.5/Lib/test/test_except_star.py Testing /build/python/src/Python-3.11.5/Lib/test/test_doctest2.py Testing /build/python/src/Python-3.11.5/Lib/test/test_ttk_guionly.py Testing /build/python/src/Python-3.11.5/Lib/test/test_codecencodings_cn.py Testing /build/python/src/Python-3.11.5/Lib/test/test_eintr.py Testing /build/python/src/Python-3.11.5/Lib/test/test_print.py Testing /build/python/src/Python-3.11.5/Lib/test/sample_doctest.py Testing /build/python/src/Python-3.11.5/Lib/test/test_httplib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_inspect.py Testing /build/python/src/Python-3.11.5/Lib/test/test_multiprocessing_forkserver.py Testing /build/python/src/Python-3.11.5/Lib/test/dis_module.py Testing /build/python/src/Python-3.11.5/Lib/test/test_index.py Testing /build/python/src/Python-3.11.5/Lib/test/test_telnetlib.py Testing /build/python/src/Python-3.11.5/Lib/test/test_difflib.py Testing /build/python/src/Python-3.11.5/Lib/test/ann_module6.py ok test_annotations (test.test_unparse.UnparseTestCase.test_annotations) ... ok test_bytes (test.test_unparse.UnparseTestCase.test_bytes) ... ok test_chained_comparisons (test.test_unparse.UnparseTestCase.test_chained_comparisons) ... ok test_class_decorators (test.test_unparse.UnparseTestCase.test_class_decorators) ... ok test_class_definition (test.test_unparse.UnparseTestCase.test_class_definition) ... ok test_constant_tuples (test.test_unparse.UnparseTestCase.test_constant_tuples) ... ok test_del_statement (test.test_unparse.UnparseTestCase.test_del_statement) ... ok test_dict_comprehension (test.test_unparse.UnparseTestCase.test_dict_comprehension) ... ok test_dict_unpacking_in_dict (test.test_unparse.UnparseTestCase.test_dict_unpacking_in_dict) ... ok test_docstrings (test.test_unparse.UnparseTestCase.test_docstrings) ... ok test_elifs (test.test_unparse.UnparseTestCase.test_elifs) ... ok test_empty_set (test.test_unparse.UnparseTestCase.test_empty_set) ... ok test_for_else (test.test_unparse.UnparseTestCase.test_for_else) ... ok test_fstrings (test.test_unparse.UnparseTestCase.test_fstrings) ... ok test_fstrings_complicated (test.test_unparse.UnparseTestCase.test_fstrings_complicated) ... ok test_fstrings_special_chars (test.test_unparse.UnparseTestCase.test_fstrings_special_chars) ... ok test_function_arguments (test.test_unparse.UnparseTestCase.test_function_arguments) ... ok test_function_type (test.test_unparse.UnparseTestCase.test_function_type) ... ok test_huge_float (test.test_unparse.UnparseTestCase.test_huge_float) ... ok test_imaginary_literals (test.test_unparse.UnparseTestCase.test_imaginary_literals) ... ok test_import_from_level_none (test.test_unparse.UnparseTestCase.test_import_from_level_none) ... ok test_integer_parens (test.test_unparse.UnparseTestCase.test_integer_parens) ... ok test_invalid_fstring_backslash (test.test_unparse.UnparseTestCase.test_invalid_fstring_backslash) ... ok test_invalid_fstring_value (test.test_unparse.UnparseTestCase.test_invalid_fstring_value) ... ok test_invalid_raise (test.test_unparse.UnparseTestCase.test_invalid_raise) ... ok test_invalid_yield_from (test.test_unparse.UnparseTestCase.test_invalid_yield_from) ... ok test_lambda_parentheses (test.test_unparse.UnparseTestCase.test_lambda_parentheses) ... ok test_min_int (test.test_unparse.UnparseTestCase.test_min_int) ... ok test_nan (test.test_unparse.UnparseTestCase.test_nan) ... ok test_nonlocal (test.test_unparse.UnparseTestCase.test_nonlocal) ... ok test_raise_from (test.test_unparse.UnparseTestCase.test_raise_from) ... ok test_relative_import (test.test_unparse.UnparseTestCase.test_relative_import) ... ok test_set_comprehension (test.test_unparse.UnparseTestCase.test_set_comprehension) ... ok test_set_literal (test.test_unparse.UnparseTestCase.test_set_literal) ... ok test_shifts (test.test_unparse.UnparseTestCase.test_shifts) ... ok test_slices (test.test_unparse.UnparseTestCase.test_slices) ... ok test_starred_assignment (test.test_unparse.UnparseTestCase.test_starred_assignment) ... ok test_strings (test.test_unparse.UnparseTestCase.test_strings) ... ok test_try_except_finally (test.test_unparse.UnparseTestCase.test_try_except_finally) ... ok test_try_except_star_finally (test.test_unparse.UnparseTestCase.test_try_except_star_finally) ... ok test_type_comments (test.test_unparse.UnparseTestCase.test_type_comments) ... ok test_type_ignore (test.test_unparse.UnparseTestCase.test_type_ignore) ... ok test_unary_parens (test.test_unparse.UnparseTestCase.test_unary_parens) ... ok test_while_else (test.test_unparse.UnparseTestCase.test_while_else) ... ok test_with_as (test.test_unparse.UnparseTestCase.test_with_as) ... ok test_with_simple (test.test_unparse.UnparseTestCase.test_with_simple) ... ok test_with_two_items (test.test_unparse.UnparseTestCase.test_with_two_items) ... ok ---------------------------------------------------------------------- Ran 58 tests in 16.431s OK 0:30:48 load avg: 2.13 [390/432/1] test_urllib test_converting_drive_letter (test.test_urllib.PathName2URLTests.test_converting_drive_letter) ... ok test_converting_when_no_drive_letter (test.test_urllib.PathName2URLTests.test_converting_when_no_drive_letter) ... ok test_long_drive_letter (test.test_urllib.PathName2URLTests.test_long_drive_letter) ... ok test_roundtrip_pathname2url (test.test_urllib.PathName2URLTests.test_roundtrip_pathname2url) ... ok test_simple_compare (test.test_urllib.PathName2URLTests.test_simple_compare) ... ok test_basic (test.test_urllib.Pathname_Tests.test_basic) ... ok test_ntpath (test.test_urllib.Pathname_Tests.test_ntpath) ... skipped 'test specific to the urllib.url2path function.' test_prefixes (test.test_urllib.Pathname_Tests.test_prefixes) ... skipped 'test specific to the nturl2path functions.' test_quoting (test.test_urllib.Pathname_Tests.test_quoting) ... ok test_getproxies_environment_keep_no_proxies (test.test_urllib.ProxyTests.test_getproxies_environment_keep_no_proxies) ... ok test_proxy_bypass_environment_always_match (test.test_urllib.ProxyTests.test_proxy_bypass_environment_always_match) ... ok test_proxy_bypass_environment_host_match (test.test_urllib.ProxyTests.test_proxy_bypass_environment_host_match) ... ok test_proxy_bypass_environment_newline (test.test_urllib.ProxyTests.test_proxy_bypass_environment_newline) ... ok test_proxy_cgi_ignore (test.test_urllib.ProxyTests.test_proxy_cgi_ignore) ... ok test_getproxies_environment_prefer_lowercase (test.test_urllib.ProxyTests_withOrderedEnv.test_getproxies_environment_prefer_lowercase) ... ok test_default_quoting (test.test_urllib.QuotingTests.test_default_quoting) ... ok test_default_safe (test.test_urllib.QuotingTests.test_default_safe) ... ok test_never_quote (test.test_urllib.QuotingTests.test_never_quote) ... ok test_quote_bytes (test.test_urllib.QuotingTests.test_quote_bytes) ... ok test_quote_plus_with_unicode (test.test_urllib.QuotingTests.test_quote_plus_with_unicode) ... ok test_quote_with_unicode (test.test_urllib.QuotingTests.test_quote_with_unicode) ... ok test_quoting_plus (test.test_urllib.QuotingTests.test_quoting_plus) ... ok test_quoting_space (test.test_urllib.QuotingTests.test_quoting_space) ... ok test_safe (test.test_urllib.QuotingTests.test_safe) ... ok test_default_values (test.test_urllib.RequestTests.test_default_values) ... ok test_with_method_arg (test.test_urllib.RequestTests.test_with_method_arg) ... ok test_converting_drive_letter (test.test_urllib.URL2PathNameTests.test_converting_drive_letter) ... ok test_converting_when_no_drive_letter (test.test_urllib.URL2PathNameTests.test_converting_when_no_drive_letter) ... ok test_non_ascii_drive_letter (test.test_urllib.URL2PathNameTests.test_non_ascii_drive_letter) ... ok test_roundtrip_url2pathname (test.test_urllib.URL2PathNameTests.test_roundtrip_url2pathname) ... ok test_simple_compare (test.test_urllib.URL2PathNameTests.test_simple_compare) ... ok test_local_file_open (test.test_urllib.URLopener_Tests.test_local_file_open) ... ok test_quoted_open (test.test_urllib.URLopener_Tests.test_quoted_open) ... ok test_urlopener_retrieve_file (test.test_urllib.URLopener_Tests.test_urlopener_retrieve_file) ... ok test_urlopener_retrieve_remote (test.test_urllib.URLopener_Tests.test_urlopener_retrieve_remote) ... ok test_unquote_to_bytes (test.test_urllib.UnquotingTests.test_unquote_to_bytes) ... ok test_unquote_with_unicode (test.test_urllib.UnquotingTests.test_unquote_with_unicode) ... ok test_unquoting (test.test_urllib.UnquotingTests.test_unquoting) ... ok test_unquoting_badpercent (test.test_urllib.UnquotingTests.test_unquoting_badpercent) ... ok test_unquoting_mixed_case (test.test_urllib.UnquotingTests.test_unquoting_mixed_case) ... ok test_unquoting_parts (test.test_urllib.UnquotingTests.test_unquoting_parts) ... ok test_unquoting_plus (test.test_urllib.UnquotingTests.test_unquoting_plus) ... ok test_unquoting_with_bytes_input (test.test_urllib.UnquotingTests.test_unquoting_with_bytes_input) ... ok test_thishost (test.test_urllib.Utility_Tests.test_thishost) Test the urllib.request.thishost utility function returns a tuple ... ok test_doseq (test.test_urllib.urlencode_Tests.test_doseq) ... ok test_empty_sequence (test.test_urllib.urlencode_Tests.test_empty_sequence) ... ok test_nonstring_seq_values (test.test_urllib.urlencode_Tests.test_nonstring_seq_values) ... ok test_nonstring_values (test.test_urllib.urlencode_Tests.test_nonstring_values) ... ok test_quoting (test.test_urllib.urlencode_Tests.test_quoting) ... ok test_urlencode_bytes (test.test_urllib.urlencode_Tests.test_urlencode_bytes) ... ok test_urlencode_encoding (test.test_urllib.urlencode_Tests.test_urlencode_encoding) ... ok test_urlencode_encoding_doseq (test.test_urllib.urlencode_Tests.test_urlencode_encoding_doseq) ... ok test_urlencode_encoding_safe_parameter (test.test_urllib.urlencode_Tests.test_urlencode_encoding_safe_parameter) ... ok test_using_mapping (test.test_urllib.urlencode_Tests.test_using_mapping) ... ok test_using_sequence (test.test_urllib.urlencode_Tests.test_using_sequence) ... ok test_geturl (test.test_urllib.urlopen_DataTests.test_geturl) ... ok test_info (test.test_urllib.urlopen_DataTests.test_info) ... ok test_interface (test.test_urllib.urlopen_DataTests.test_interface) ... ok test_invalid_base64_data (test.test_urllib.urlopen_DataTests.test_invalid_base64_data) ... ok test_missing_comma (test.test_urllib.urlopen_DataTests.test_missing_comma) ... ok test_read_image (test.test_urllib.urlopen_DataTests.test_read_image) ... ok test_read_text (test.test_urllib.urlopen_DataTests.test_read_text) ... ok test_read_text_base64 (test.test_urllib.urlopen_DataTests.test_read_text_base64) ... ok test_close (test.test_urllib.urlopen_FileTests.test_close) ... ok test_fileno (test.test_urllib.urlopen_FileTests.test_fileno) ... ok test_getcode (test.test_urllib.urlopen_FileTests.test_getcode) ... ok test_geturl (test.test_urllib.urlopen_FileTests.test_geturl) ... ok test_headers (test.test_urllib.urlopen_FileTests.test_headers) ... ok test_info (test.test_urllib.urlopen_FileTests.test_info) ... ok test_interface (test.test_urllib.urlopen_FileTests.test_interface) ... ok test_iter (test.test_urllib.urlopen_FileTests.test_iter) ... ok test_read (test.test_urllib.urlopen_FileTests.test_read) ... ok test_readline (test.test_urllib.urlopen_FileTests.test_readline) ... ok test_readlines (test.test_urllib.urlopen_FileTests.test_readlines) ... ok test_relativelocalfile (test.test_urllib.urlopen_FileTests.test_relativelocalfile) ... ok test_status (test.test_urllib.urlopen_FileTests.test_status) ... ok test_url (test.test_urllib.urlopen_FileTests.test_url) ... ok test_URLopener_deprecation (test.test_urllib.urlopen_HttpTests.test_URLopener_deprecation) ... ok test_cafile_and_context (test.test_urllib.urlopen_HttpTests.test_cafile_and_context) ... ok test_empty_socket (test.test_urllib.urlopen_HttpTests.test_empty_socket) ... ok test_file_notexists (test.test_urllib.urlopen_HttpTests.test_file_notexists) ... ok test_ftp_cache_pruning (test.test_urllib.urlopen_HttpTests.test_ftp_cache_pruning) ... ok test_ftp_nohost (test.test_urllib.urlopen_HttpTests.test_ftp_nohost) ... ok test_ftp_nonexisting (test.test_urllib.urlopen_HttpTests.test_ftp_nonexisting) ... ok test_invalid_redirect (test.test_urllib.urlopen_HttpTests.test_invalid_redirect) ... ok test_missing_localfile (test.test_urllib.urlopen_HttpTests.test_missing_localfile) ... ok test_read_0_9 (test.test_urllib.urlopen_HttpTests.test_read_0_9) ... ok test_read_1_0 (test.test_urllib.urlopen_HttpTests.test_read_1_0) ... ok test_read_1_1 (test.test_urllib.urlopen_HttpTests.test_read_1_1) ... ok test_read_bogus (test.test_urllib.urlopen_HttpTests.test_read_bogus) ... ok test_redirect_limit_independent (test.test_urllib.urlopen_HttpTests.test_redirect_limit_independent) ... ok test_url_fragment (test.test_urllib.urlopen_HttpTests.test_url_fragment) ... ok test_url_host_with_control_char_rejected (test.test_urllib.urlopen_HttpTests.test_url_host_with_control_char_rejected) ... ok test_url_host_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests.test_url_host_with_newline_header_injection_rejected) ... ok test_url_path_with_control_char_rejected (test.test_urllib.urlopen_HttpTests.test_url_path_with_control_char_rejected) ... ok test_url_path_with_newline_header_injection_rejected (test.test_urllib.urlopen_HttpTests.test_url_path_with_newline_header_injection_rejected) ... ok test_userpass_inurl (test.test_urllib.urlopen_HttpTests.test_userpass_inurl) ... ok test_userpass_inurl_w_spaces (test.test_urllib.urlopen_HttpTests.test_userpass_inurl_w_spaces) ... ok test_willclose (test.test_urllib.urlopen_HttpTests.test_willclose) ... ok test_basic (test.test_urllib.urlretrieve_FileTests.test_basic) ... ok test_copy (test.test_urllib.urlretrieve_FileTests.test_copy) ... ok test_reporthook (test.test_urllib.urlretrieve_FileTests.test_reporthook) ... ok test_reporthook_0_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_0_bytes) ... ok test_reporthook_5_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_5_bytes) ... ok test_reporthook_8193_bytes (test.test_urllib.urlretrieve_FileTests.test_reporthook_8193_bytes) ... ok test_short_content_raises_ContentTooShortError (test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError) ... ok test_short_content_raises_ContentTooShortError_without_reporthook (test.test_urllib.urlretrieve_HttpTests.test_short_content_raises_ContentTooShortError_without_reporthook) ... ok ---------------------------------------------------------------------- Ran 107 tests in 0.407s OK (skipped=2) 0:30:49 load avg: 2.13 [391/432/1] test_urllib2 test_basic_and_digest_auth_handlers (test.test_urllib2.HandlerTests.test_basic_and_digest_auth_handlers) ... ok test_basic_auth (test.test_urllib2.HandlerTests.test_basic_auth) ... ok test_basic_prior_auth_auto_send (test.test_urllib2.HandlerTests.test_basic_prior_auth_auto_send) ... ok test_basic_prior_auth_send_after_first_success (test.test_urllib2.HandlerTests.test_basic_prior_auth_send_after_first_success) ... ok test_cookie_redirect (test.test_urllib2.HandlerTests.test_cookie_redirect) ... ok test_cookies (test.test_urllib2.HandlerTests.test_cookies) ... ok test_errors (test.test_urllib2.HandlerTests.test_errors) ... ok test_file (test.test_urllib2.HandlerTests.test_file) ... ok test_fixpath_in_weirdurls (test.test_urllib2.HandlerTests.test_fixpath_in_weirdurls) ... ok test_ftp (test.test_urllib2.HandlerTests.test_ftp) ... ok test_full_url_deleter (test.test_urllib2.HandlerTests.test_full_url_deleter) ... ok test_full_url_setter (test.test_urllib2.HandlerTests.test_full_url_setter) ... ok test_http (test.test_urllib2.HandlerTests.test_http) ... ok test_http_body_array (test.test_urllib2.HandlerTests.test_http_body_array) ... ok test_http_body_empty_seq (test.test_urllib2.HandlerTests.test_http_body_empty_seq) ... ok test_http_body_file (test.test_urllib2.HandlerTests.test_http_body_file) ... ok test_http_body_fileobj (test.test_urllib2.HandlerTests.test_http_body_fileobj) ... ok test_http_body_iterable (test.test_urllib2.HandlerTests.test_http_body_iterable) ... ok test_http_body_pipe (test.test_urllib2.HandlerTests.test_http_body_pipe) ... ok test_http_closed (test.test_urllib2.HandlerTests.test_http_closed) Test the connection is cleaned up when the response is closed ... ok test_http_doubleslash (test.test_urllib2.HandlerTests.test_http_doubleslash) ... ok test_http_handler_debuglevel (test.test_urllib2.HandlerTests.test_http_handler_debuglevel) ... ok test_invalid_closed (test.test_urllib2.HandlerTests.test_invalid_closed) Test the connection is cleaned up after an invalid response ... ok test_invalid_redirect (test.test_urllib2.HandlerTests.test_invalid_redirect) ... ok test_osx_proxy_bypass (test.test_urllib2.HandlerTests.test_osx_proxy_bypass) ... skipped 'only relevant for OSX' test_proxy (test.test_urllib2.HandlerTests.test_proxy) ... ok test_proxy_basic_auth (test.test_urllib2.HandlerTests.test_proxy_basic_auth) ... ok test_proxy_https (test.test_urllib2.HandlerTests.test_proxy_https) ... ok test_proxy_https_proxy_authorization (test.test_urllib2.HandlerTests.test_proxy_https_proxy_authorization) ... ok test_proxy_no_proxy (test.test_urllib2.HandlerTests.test_proxy_no_proxy) ... ok test_proxy_no_proxy_all (test.test_urllib2.HandlerTests.test_proxy_no_proxy_all) ... ok test_redirect (test.test_urllib2.HandlerTests.test_redirect) ... ok test_redirect_encoding (test.test_urllib2.HandlerTests.test_redirect_encoding) ... ok test_redirect_fragment (test.test_urllib2.HandlerTests.test_redirect_fragment) ... ok test_redirect_no_path (test.test_urllib2.HandlerTests.test_redirect_no_path) ... ok test_relative_redirect (test.test_urllib2.HandlerTests.test_relative_redirect) ... ok test_unsupported_auth_basic_handler (test.test_urllib2.HandlerTests.test_unsupported_auth_basic_handler) ... ok test_unsupported_auth_digest_handler (test.test_urllib2.HandlerTests.test_unsupported_auth_digest_handler) ... ok test_HTTPError_interface (test.test_urllib2.MiscTests.test_HTTPError_interface) Issue 13211 reveals that HTTPError didn't implement the URLError ... ok test_build_opener (test.test_urllib2.MiscTests.test_build_opener) ... ok test_gh_98778 (test.test_urllib2.MiscTests.test_gh_98778) ... ok test_parse_proxy (test.test_urllib2.MiscTests.test_parse_proxy) ... ok test_unsupported_algorithm (test.test_urllib2.MiscTests.test_unsupported_algorithm) ... ok test_add_non_handler (test.test_urllib2.OpenerDirectorTests.test_add_non_handler) ... ok test_badly_named_methods (test.test_urllib2.OpenerDirectorTests.test_badly_named_methods) ... ok test_handled (test.test_urllib2.OpenerDirectorTests.test_handled) ... ok test_handler_order (test.test_urllib2.OpenerDirectorTests.test_handler_order) ... ok test_http_error (test.test_urllib2.OpenerDirectorTests.test_http_error) ... ok test_processors (test.test_urllib2.OpenerDirectorTests.test_processors) ... ok test_raise (test.test_urllib2.OpenerDirectorTests.test_raise) ... ok test_password_manager (test.test_urllib2.RequestHdrsTests.test_password_manager) ... ok test_password_manager_default_port (test.test_urllib2.RequestHdrsTests.test_password_manager_default_port) The point to note here is that we can't guess the default port if ... ok test_request_headers_dict (test.test_urllib2.RequestHdrsTests.test_request_headers_dict) The Request.headers dictionary is not a documented interface. It ... ok test_request_headers_methods (test.test_urllib2.RequestHdrsTests.test_request_headers_methods) Note the case normalization of header names here, to ... ok test_data (test.test_urllib2.RequestTests.test_data) ... ok test_deleting_data_should_remove_content_length (test.test_urllib2.RequestTests.test_deleting_data_should_remove_content_length) ... ok test_get_full_url (test.test_urllib2.RequestTests.test_get_full_url) ... ok test_get_host (test.test_urllib2.RequestTests.test_get_host) ... ok test_get_host_unquote (test.test_urllib2.RequestTests.test_get_host_unquote) ... ok test_get_type (test.test_urllib2.RequestTests.test_get_type) ... ok test_method (test.test_urllib2.RequestTests.test_method) ... ok test_proxy (test.test_urllib2.RequestTests.test_proxy) ... ok test_selector (test.test_urllib2.RequestTests.test_selector) ... ok test_setting_data_should_remove_content_length (test.test_urllib2.RequestTests.test_setting_data_should_remove_content_length) ... ok test_url_fragment (test.test_urllib2.RequestTests.test_url_fragment) ... ok test_url_fullurl_get_full_url (test.test_urllib2.RequestTests.test_url_fullurl_get_full_url) ... ok test_wrapped_url (test.test_urllib2.RequestTests.test_wrapped_url) ... ok test_URLError_reasonstr (test.test_urllib2.TrivialTests.test_URLError_reasonstr) ... ok test___all__ (test.test_urllib2.TrivialTests.test___all__) ... ok test_parse_http_list (test.test_urllib2.TrivialTests.test_parse_http_list) ... ok test_trivial (test.test_urllib2.TrivialTests.test_trivial) ... ok ---------------------------------------------------------------------- Ran 71 tests in 0.261s OK (skipped=1) 0:30:50 load avg: 2.13 [392/432/1] test_urllib2_localnet test_basic_auth_httperror (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_httperror) ... ok test_basic_auth_success (test.test_urllib2_localnet.BasicAuthTests.test_basic_auth_success) ... ok test_proxy_qop_auth_int_works_or_throws_urlerror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_int_works_or_throws_urlerror) ... ok test_proxy_qop_auth_works (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_qop_auth_works) ... ok test_proxy_with_bad_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_bad_password_raises_httperror) ... ok test_proxy_with_no_password_raises_httperror (test.test_urllib2_localnet.ProxyAuthTests.test_proxy_with_no_password_raises_httperror) ... ok test_200 (test.test_urllib2_localnet.TestUrlopen.test_200) ... ok test_200_with_parameters (test.test_urllib2_localnet.TestUrlopen.test_200_with_parameters) ... ok test_404 (test.test_urllib2_localnet.TestUrlopen.test_404) ... ok test_basic (test.test_urllib2_localnet.TestUrlopen.test_basic) ... ok test_chunked (test.test_urllib2_localnet.TestUrlopen.test_chunked) ... ok test_geturl (test.test_urllib2_localnet.TestUrlopen.test_geturl) ... ok 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 test_https_with_cadefault (test.test_urllib2_localnet.TestUrlopen.test_https_with_cadefault) ... Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1006) stopping HTTPS server joining HTTPS thread ok test_https_with_cafile (test.test_urllib2_localnet.TestUrlopen.test_https_with_cafile) ... Got an error: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1006) Got an error: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1006) stopping HTTPS server joining HTTPS thread stopping HTTPS server joining HTTPS thread ok test_info (test.test_urllib2_localnet.TestUrlopen.test_info) ... ok test_issue16464 (test.test_urllib2_localnet.TestUrlopen.test_issue16464) ... ok test_iteration (test.test_urllib2_localnet.TestUrlopen.test_iteration) ... ok test_line_iteration (test.test_urllib2_localnet.TestUrlopen.test_line_iteration) ... ok test_redirection (test.test_urllib2_localnet.TestUrlopen.test_redirection) ... ok test_sending_headers (test.test_urllib2_localnet.TestUrlopen.test_sending_headers) ... ok test_sending_headers_camel (test.test_urllib2_localnet.TestUrlopen.test_sending_headers_camel) ... ok ---------------------------------------------------------------------- Ran 23 tests in 1.368s OK 0:30:53 load avg: 2.04 [393/432/1] test_urllib2net test_close (test.test_urllib2net.CloseSocketTest.test_close) ... ok test_custom_headers (test.test_urllib2net.OtherNetworkTests.test_custom_headers) ... ok test_file (test.test_urllib2net.OtherNetworkTests.test_file) ... ok test_ftp (test.test_urllib2net.OtherNetworkTests.test_ftp) ... ok test_redirect_url_withfrag (test.test_urllib2net.OtherNetworkTests.test_redirect_url_withfrag) ... ok test_sites_no_connection_close (test.test_urllib2net.OtherNetworkTests.test_sites_no_connection_close) ... skipped 'XXX: http://www.imdb.com is gone' test_urlwithfrag (test.test_urllib2net.OtherNetworkTests.test_urlwithfrag) ... ok test_ftp_basic (test.test_urllib2net.TimeoutTest.test_ftp_basic) ... ok test_ftp_default_timeout (test.test_urllib2net.TimeoutTest.test_ftp_default_timeout) ... ok test_ftp_no_timeout (test.test_urllib2net.TimeoutTest.test_ftp_no_timeout) ... ok test_ftp_timeout (test.test_urllib2net.TimeoutTest.test_ftp_timeout) ... ok test_http_basic (test.test_urllib2net.TimeoutTest.test_http_basic) ... ok test_http_default_timeout (test.test_urllib2net.TimeoutTest.test_http_default_timeout) ... ok test_http_no_timeout (test.test_urllib2net.TimeoutTest.test_http_no_timeout) ... ok test_http_timeout (test.test_urllib2net.TimeoutTest.test_http_timeout) ... ok ---------------------------------------------------------------------- Ran 15 tests in 11.463s OK (skipped=1) 0:31:05 load avg: 1.73 [394/432/1] test_urllib_response test_addclosehook (test.test_urllib_response.TestResponse.test_addclosehook) ... ok test_addinfo (test.test_urllib_response.TestResponse.test_addinfo) ... ok test_addinfourl (test.test_urllib_response.TestResponse.test_addinfourl) ... ok test_with (test.test_urllib_response.TestResponse.test_with) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.000s OK 0:31:06 load avg: 1.73 [395/432/1] test_urllibnet testURLread (test.test_urllibnet.URLTimeoutTest.testURLread) ... ok test_bad_address (test.test_urllibnet.urlopenNetworkTests.test_bad_address) ... ok test_basic (test.test_urllibnet.urlopenNetworkTests.test_basic) ... ok test_getcode (test.test_urllibnet.urlopenNetworkTests.test_getcode) ... ok test_geturl (test.test_urllibnet.urlopenNetworkTests.test_geturl) ... ok test_info (test.test_urllibnet.urlopenNetworkTests.test_info) ... ok test_readlines (test.test_urllibnet.urlopenNetworkTests.test_readlines) ... ok test_basic (test.test_urllibnet.urlretrieveNetworkTests.test_basic) ... ok test_data_header (test.test_urllibnet.urlretrieveNetworkTests.test_data_header) ... ok test_header (test.test_urllibnet.urlretrieveNetworkTests.test_header) ... ok test_reporthook (test.test_urllibnet.urlretrieveNetworkTests.test_reporthook) ... ok test_specified_path (test.test_urllibnet.urlretrieveNetworkTests.test_specified_path) ... ok ---------------------------------------------------------------------- Ran 12 tests in 2.493s OK 0:31:09 load avg: 1.59 [396/432/1] test_urlparse test_Quoter_deprecation (test.test_urlparse.DeprecationTest.test_Quoter_deprecation) ... ok test_splitattr_deprecation (test.test_urlparse.DeprecationTest.test_splitattr_deprecation) ... ok test_splithost_deprecation (test.test_urlparse.DeprecationTest.test_splithost_deprecation) ... ok test_splitnport_deprecation (test.test_urlparse.DeprecationTest.test_splitnport_deprecation) ... ok test_splitpasswd_deprecation (test.test_urlparse.DeprecationTest.test_splitpasswd_deprecation) ... ok test_splitport_deprecation (test.test_urlparse.DeprecationTest.test_splitport_deprecation) ... ok test_splitquery_deprecation (test.test_urlparse.DeprecationTest.test_splitquery_deprecation) ... ok test_splittag_deprecation (test.test_urlparse.DeprecationTest.test_splittag_deprecation) ... ok test_splittype_deprecation (test.test_urlparse.DeprecationTest.test_splittype_deprecation) ... ok test_splituser_deprecation (test.test_urlparse.DeprecationTest.test_splituser_deprecation) ... ok test_splitvalue_deprecation (test.test_urlparse.DeprecationTest.test_splitvalue_deprecation) ... ok test_to_bytes_deprecation (test.test_urlparse.DeprecationTest.test_to_bytes_deprecation) ... ok test_Quoter_repr (test.test_urlparse.UrlParseTestCase.test_Quoter_repr) ... ok test_RFC1808 (test.test_urlparse.UrlParseTestCase.test_RFC1808) ... ok test_RFC2368 (test.test_urlparse.UrlParseTestCase.test_RFC2368) ... ok test_RFC2396 (test.test_urlparse.UrlParseTestCase.test_RFC2396) ... ok test_RFC2732 (test.test_urlparse.UrlParseTestCase.test_RFC2732) ... ok test_RFC3986 (test.test_urlparse.UrlParseTestCase.test_RFC3986) ... ok test_all (test.test_urlparse.UrlParseTestCase.test_all) ... ok test_anyscheme (test.test_urlparse.UrlParseTestCase.test_anyscheme) ... ok test_attributes_bad_port (test.test_urlparse.UrlParseTestCase.test_attributes_bad_port) Check handling of invalid ports. ... ok test_attributes_bad_scheme (test.test_urlparse.UrlParseTestCase.test_attributes_bad_scheme) Check handling of invalid schemes. ... ok test_attributes_without_netloc (test.test_urlparse.UrlParseTestCase.test_attributes_without_netloc) ... ok test_clear_cache_for_code_coverage (test.test_urlparse.UrlParseTestCase.test_clear_cache_for_code_coverage) ... ok test_default_scheme (test.test_urlparse.UrlParseTestCase.test_default_scheme) ... ok test_http_roundtrips (test.test_urlparse.UrlParseTestCase.test_http_roundtrips) ... ok test_invalid_bracketed_hosts (test.test_urlparse.UrlParseTestCase.test_invalid_bracketed_hosts) ... ok test_issue14072 (test.test_urlparse.UrlParseTestCase.test_issue14072) ... ok test_mixed_types_rejected (test.test_urlparse.UrlParseTestCase.test_mixed_types_rejected) ... ok test_noslash (test.test_urlparse.UrlParseTestCase.test_noslash) ... ok test_parse_fragments (test.test_urlparse.UrlParseTestCase.test_parse_fragments) ... ok test_parse_qs_encoding (test.test_urlparse.UrlParseTestCase.test_parse_qs_encoding) ... ok test_parse_qs_separator (test.test_urlparse.UrlParseTestCase.test_parse_qs_separator) ... ok test_parse_qsl_encoding (test.test_urlparse.UrlParseTestCase.test_parse_qsl_encoding) ... ok test_parse_qsl_max_num_fields (test.test_urlparse.UrlParseTestCase.test_parse_qsl_max_num_fields) ... ok test_parse_qsl_separator (test.test_urlparse.UrlParseTestCase.test_parse_qsl_separator) ... ok test_port_casting_failure_message (test.test_urlparse.UrlParseTestCase.test_port_casting_failure_message) ... ok test_portseparator (test.test_urlparse.UrlParseTestCase.test_portseparator) ... ok test_qs (test.test_urlparse.UrlParseTestCase.test_qs) ... ok test_qsl (test.test_urlparse.UrlParseTestCase.test_qsl) ... ok test_quote_errors (test.test_urlparse.UrlParseTestCase.test_quote_errors) ... ok test_quote_from_bytes (test.test_urlparse.UrlParseTestCase.test_quote_from_bytes) ... ok test_result_pairs (test.test_urlparse.UrlParseTestCase.test_result_pairs) ... ok test_roundtrips (test.test_urlparse.UrlParseTestCase.test_roundtrips) ... ok test_splitting_bracketed_hosts (test.test_urlparse.UrlParseTestCase.test_splitting_bracketed_hosts) ... ok test_telurl_params (test.test_urlparse.UrlParseTestCase.test_telurl_params) ... ok test_unparse_parse (test.test_urlparse.UrlParseTestCase.test_unparse_parse) ... ok test_unquote_to_bytes (test.test_urlparse.UrlParseTestCase.test_unquote_to_bytes) ... ok test_urldefrag (test.test_urlparse.UrlParseTestCase.test_urldefrag) ... ok test_urlencode_quote_via (test.test_urlparse.UrlParseTestCase.test_urlencode_quote_via) ... ok test_urlencode_sequences (test.test_urlparse.UrlParseTestCase.test_urlencode_sequences) ... ok test_urljoins (test.test_urlparse.UrlParseTestCase.test_urljoins) ... ok test_urllib_parse_getattr_failure (test.test_urlparse.UrlParseTestCase.test_urllib_parse_getattr_failure) Test that urllib.parse.__getattr__() fails correctly. ... ok test_urlsplit_attributes (test.test_urlparse.UrlParseTestCase.test_urlsplit_attributes) ... ok test_urlsplit_normalization (test.test_urlparse.UrlParseTestCase.test_urlsplit_normalization) ... ok test_urlsplit_remove_unsafe_bytes (test.test_urlparse.UrlParseTestCase.test_urlsplit_remove_unsafe_bytes) ... ok test_urlsplit_scoped_IPv6 (test.test_urlparse.UrlParseTestCase.test_urlsplit_scoped_IPv6) ... ok test_urlsplit_strip_url (test.test_urlparse.UrlParseTestCase.test_urlsplit_strip_url) ... ok test_usingsys (test.test_urlparse.UrlParseTestCase.test_usingsys) ... ok test_withoutscheme (test.test_urlparse.UrlParseTestCase.test_withoutscheme) ... ok test_splitattr (test.test_urlparse.Utility_Tests.test_splitattr) ... ok test_splithost (test.test_urlparse.Utility_Tests.test_splithost) ... ok test_splitnport (test.test_urlparse.Utility_Tests.test_splitnport) ... ok test_splitpasswd (test.test_urlparse.Utility_Tests.test_splitpasswd) ... ok test_splitport (test.test_urlparse.Utility_Tests.test_splitport) ... ok test_splitquery (test.test_urlparse.Utility_Tests.test_splitquery) ... ok test_splittag (test.test_urlparse.Utility_Tests.test_splittag) ... ok test_splittype (test.test_urlparse.Utility_Tests.test_splittype) ... ok test_splituser (test.test_urlparse.Utility_Tests.test_splituser) ... ok test_splitvalue (test.test_urlparse.Utility_Tests.test_splitvalue) ... ok test_to_bytes (test.test_urlparse.Utility_Tests.test_to_bytes) ... ok test_unwrap (test.test_urlparse.Utility_Tests.test_unwrap) ... ok ---------------------------------------------------------------------- Ran 72 tests in 0.109s OK 0:31:10 load avg: 1.59 [397/432/1] test_userdict test_all (test.test_userdict.UserDictTest.test_all) ... ok test_bool (test.test_userdict.UserDictTest.test_bool) ... ok test_clear (test.test_userdict.UserDictTest.test_clear) ... ok test_constructor (test.test_userdict.UserDictTest.test_constructor) ... ok test_contains (test.test_userdict.UserDictTest.test_contains) ... ok test_copy (test.test_userdict.UserDictTest.test_copy) ... ok test_eq (test.test_userdict.UserDictTest.test_eq) ... ok test_fromkeys (test.test_userdict.UserDictTest.test_fromkeys) ... ok test_get (test.test_userdict.UserDictTest.test_get) ... ok test_getitem (test.test_userdict.UserDictTest.test_getitem) ... ok test_init (test.test_userdict.UserDictTest.test_init) ... ok test_items (test.test_userdict.UserDictTest.test_items) ... ok test_keys (test.test_userdict.UserDictTest.test_keys) ... ok test_len (test.test_userdict.UserDictTest.test_len) ... ok test_missing (test.test_userdict.UserDictTest.test_missing) ... ok test_mutatingiteration (test.test_userdict.UserDictTest.test_mutatingiteration) ... ok test_pop (test.test_userdict.UserDictTest.test_pop) ... ok test_popitem (test.test_userdict.UserDictTest.test_popitem) ... ok test_read (test.test_userdict.UserDictTest.test_read) ... ok test_repr (test.test_userdict.UserDictTest.test_repr) ... ok test_repr_deep (test.test_userdict.UserDictTest.test_repr_deep) ... ok test_setdefault (test.test_userdict.UserDictTest.test_setdefault) ... ok test_update (test.test_userdict.UserDictTest.test_update) ... ok test_values (test.test_userdict.UserDictTest.test_values) ... ok test_write (test.test_userdict.UserDictTest.test_write) ... ok ---------------------------------------------------------------------- Ran 25 tests in 0.023s OK 0:31:11 load avg: 1.59 [398/432/1] test_userlist test_add_specials (test.test_userlist.UserListTest.test_add_specials) ... ok test_addmul (test.test_userlist.UserListTest.test_addmul) ... ok test_append (test.test_userlist.UserListTest.test_append) ... ok test_bigrepeat (test.test_userlist.UserListTest.test_bigrepeat) ... ok test_clear (test.test_userlist.UserListTest.test_clear) ... ok test_constructor_exception_handling (test.test_userlist.UserListTest.test_constructor_exception_handling) ... ok test_constructors (test.test_userlist.UserListTest.test_constructors) ... ok test_contains (test.test_userlist.UserListTest.test_contains) ... ok test_contains_fake (test.test_userlist.UserListTest.test_contains_fake) ... ok test_contains_order (test.test_userlist.UserListTest.test_contains_order) ... ok test_copy (test.test_userlist.UserListTest.test_copy) ... ok test_count (test.test_userlist.UserListTest.test_count) ... ok test_delitem (test.test_userlist.UserListTest.test_delitem) ... ok test_delslice (test.test_userlist.UserListTest.test_delslice) ... ok test_exhausted_iterator (test.test_userlist.UserListTest.test_exhausted_iterator) ... ok test_extend (test.test_userlist.UserListTest.test_extend) ... ok test_extendedslicing (test.test_userlist.UserListTest.test_extendedslicing) ... ok test_free_after_iterating (test.test_userlist.UserListTest.test_free_after_iterating) ... ok test_getitem (test.test_userlist.UserListTest.test_getitem) ... ok test_getitem_error (test.test_userlist.UserListTest.test_getitem_error) ... ok test_getitemoverwriteiter (test.test_userlist.UserListTest.test_getitemoverwriteiter) ... ok test_getslice (test.test_userlist.UserListTest.test_getslice) ... ok test_iadd (test.test_userlist.UserListTest.test_iadd) ... ok test_imul (test.test_userlist.UserListTest.test_imul) ... ok test_index (test.test_userlist.UserListTest.test_index) ... ok test_init (test.test_userlist.UserListTest.test_init) ... ok test_insert (test.test_userlist.UserListTest.test_insert) ... ok test_len (test.test_userlist.UserListTest.test_len) ... ok test_minmax (test.test_userlist.UserListTest.test_minmax) ... ok test_mixedadd (test.test_userlist.UserListTest.test_mixedadd) ... ok test_mixedcmp (test.test_userlist.UserListTest.test_mixedcmp) ... ok test_pickle (test.test_userlist.UserListTest.test_pickle) ... ok test_pop (test.test_userlist.UserListTest.test_pop) ... ok test_radd_specials (test.test_userlist.UserListTest.test_radd_specials) ... ok test_remove (test.test_userlist.UserListTest.test_remove) ... ok test_repeat (test.test_userlist.UserListTest.test_repeat) ... ok test_repr (test.test_userlist.UserListTest.test_repr) ... ok test_repr_deep (test.test_userlist.UserListTest.test_repr_deep) ... ok test_reverse (test.test_userlist.UserListTest.test_reverse) ... ok test_reversed (test.test_userlist.UserListTest.test_reversed) ... ok test_set_subscript (test.test_userlist.UserListTest.test_set_subscript) ... ok test_setitem (test.test_userlist.UserListTest.test_setitem) ... ok test_setitem_error (test.test_userlist.UserListTest.test_setitem_error) ... ok test_setslice (test.test_userlist.UserListTest.test_setslice) ... ok test_slice (test.test_userlist.UserListTest.test_slice) ... ok test_slice_type (test.test_userlist.UserListTest.test_slice_type) ... ok test_sort (test.test_userlist.UserListTest.test_sort) ... ok test_subscript (test.test_userlist.UserListTest.test_subscript) ... ok test_truth (test.test_userlist.UserListTest.test_truth) ... ok test_userlist_copy (test.test_userlist.UserListTest.test_userlist_copy) ... ok ---------------------------------------------------------------------- Ran 50 tests in 0.433s OK 0:31:12 load avg: 1.59 [399/432/1] test_userstring test___contains__ (test.test_userstring.UserStringTest.test___contains__) ... ok test_additional_rsplit (test.test_userstring.UserStringTest.test_additional_rsplit) ... ok test_additional_split (test.test_userstring.UserStringTest.test_additional_split) ... ok test_capitalize (test.test_userstring.UserStringTest.test_capitalize) ... ok test_capitalize_nonascii (test.test_userstring.UserStringTest.test_capitalize_nonascii) ... ok test_center (test.test_userstring.UserStringTest.test_center) ... ok test_count (test.test_userstring.UserStringTest.test_count) ... ok test_encode_default_args (test.test_userstring.UserStringTest.test_encode_default_args) ... ok test_encode_explicit_none_args (test.test_userstring.UserStringTest.test_encode_explicit_none_args) ... ok test_endswith (test.test_userstring.UserStringTest.test_endswith) ... ok test_expandtabs (test.test_userstring.UserStringTest.test_expandtabs) ... ok test_extended_getslice (test.test_userstring.UserStringTest.test_extended_getslice) ... ok test_find (test.test_userstring.UserStringTest.test_find) ... ok test_find_etc_raise_correct_error_messages (test.test_userstring.UserStringTest.test_find_etc_raise_correct_error_messages) ... ok test_find_periodic_pattern (test.test_userstring.UserStringTest.test_find_periodic_pattern) Cover the special path for periodic patterns. ... ok test_find_shift_table_overflow (test.test_userstring.UserStringTest.test_find_shift_table_overflow) When the table of 8-bit shifts overflows. ... ok test_fixtype (test.test_userstring.UserStringTest.test_fixtype) ... ok test_floatformatting (test.test_userstring.UserStringTest.test_floatformatting) ... ok test_formatting (test.test_userstring.UserStringTest.test_formatting) ... ok test_formatting_c_limits (test.test_userstring.UserStringTest.test_formatting_c_limits) ... ok test_hash (test.test_userstring.UserStringTest.test_hash) ... ok test_index (test.test_userstring.UserStringTest.test_index) ... ok test_inplace_rewrites (test.test_userstring.UserStringTest.test_inplace_rewrites) ... ok test_isalnum (test.test_userstring.UserStringTest.test_isalnum) ... ok test_isalpha (test.test_userstring.UserStringTest.test_isalpha) ... ok test_isascii (test.test_userstring.UserStringTest.test_isascii) ... ok test_isdigit (test.test_userstring.UserStringTest.test_isdigit) ... ok test_islower (test.test_userstring.UserStringTest.test_islower) ... ok test_isspace (test.test_userstring.UserStringTest.test_isspace) ... ok test_istitle (test.test_userstring.UserStringTest.test_istitle) ... ok test_isupper (test.test_userstring.UserStringTest.test_isupper) ... ok test_join (test.test_userstring.UserStringTest.test_join) ... ok test_ljust (test.test_userstring.UserStringTest.test_ljust) ... ok test_lower (test.test_userstring.UserStringTest.test_lower) ... ok test_mul (test.test_userstring.UserStringTest.test_mul) ... ok test_none_arguments (test.test_userstring.UserStringTest.test_none_arguments) ... ok test_partition (test.test_userstring.UserStringTest.test_partition) ... ok test_removeprefix (test.test_userstring.UserStringTest.test_removeprefix) ... ok test_removesuffix (test.test_userstring.UserStringTest.test_removesuffix) ... ok test_replace (test.test_userstring.UserStringTest.test_replace) ... ok test_replace_overflow (test.test_userstring.UserStringTest.test_replace_overflow) ... skipped 'only applies to 32-bit platforms' test_rfind (test.test_userstring.UserStringTest.test_rfind) ... ok test_rindex (test.test_userstring.UserStringTest.test_rindex) ... ok test_rjust (test.test_userstring.UserStringTest.test_rjust) ... ok test_rmod (test.test_userstring.UserStringTest.test_rmod) ... ok test_rpartition (test.test_userstring.UserStringTest.test_rpartition) ... ok test_rsplit (test.test_userstring.UserStringTest.test_rsplit) ... ok test_slice (test.test_userstring.UserStringTest.test_slice) ... ok test_split (test.test_userstring.UserStringTest.test_split) ... ok test_splitlines (test.test_userstring.UserStringTest.test_splitlines) ... ok test_startswith (test.test_userstring.UserStringTest.test_startswith) ... ok test_strip (test.test_userstring.UserStringTest.test_strip) ... ok test_strip_whitespace (test.test_userstring.UserStringTest.test_strip_whitespace) ... ok test_subscript (test.test_userstring.UserStringTest.test_subscript) ... ok test_swapcase (test.test_userstring.UserStringTest.test_swapcase) ... ok test_title (test.test_userstring.UserStringTest.test_title) ... ok test_upper (test.test_userstring.UserStringTest.test_upper) ... ok test_zfill (test.test_userstring.UserStringTest.test_zfill) ... ok ---------------------------------------------------------------------- Ran 58 tests in 0.442s OK (skipped=1) 0:31:14 load avg: 1.62 [400/432/1] test_utf8_mode test_cmd_line (test.test_utf8_mode.UTF8ModeTests.test_cmd_line) ... ok test_device_encoding (test.test_utf8_mode.UTF8ModeTests.test_device_encoding) ... skipped 'sys.stdout is not a TTY' test_env_var (test.test_utf8_mode.UTF8ModeTests.test_env_var) ... ok test_filesystemencoding (test.test_utf8_mode.UTF8ModeTests.test_filesystemencoding) ... ok test_io (test.test_utf8_mode.UTF8ModeTests.test_io) ... ok test_io_encoding (test.test_utf8_mode.UTF8ModeTests.test_io_encoding) ... ok test_locale_getpreferredencoding (test.test_utf8_mode.UTF8ModeTests.test_locale_getpreferredencoding) ... ok test_optim_level (test.test_utf8_mode.UTF8ModeTests.test_optim_level) ... ok test_posix_locale (test.test_utf8_mode.UTF8ModeTests.test_posix_locale) ... ok test_pyio_encoding (test.test_utf8_mode.UTF8ModeTests.test_pyio_encoding) ... ok test_stdio (test.test_utf8_mode.UTF8ModeTests.test_stdio) ... ok test_xoption (test.test_utf8_mode.UTF8ModeTests.test_xoption) ... ok ---------------------------------------------------------------------- Ran 12 tests in 0.311s OK (skipped=1) 0:31:15 load avg: 1.62 [401/432/1] test_utf8source test_latin1 (test.test_utf8source.BuiltinCompileTests.test_latin1) ... ok test_badsyntax (test.test_utf8source.PEP3120Test.test_badsyntax) ... ok test_pep3120 (test.test_utf8source.PEP3120Test.test_pep3120) ... ok ---------------------------------------------------------------------- Ran 3 tests in 0.000s OK 0:31:16 load avg: 1.62 [402/432/1] test_uu test_decode (test.test_uu.UUFileTest.test_decode) ... ok test_decode_filename (test.test_uu.UUFileTest.test_decode_filename) ... ok test_decode_mode (test.test_uu.UUFileTest.test_decode_mode) ... ok test_decodetwice (test.test_uu.UUFileTest.test_decodetwice) ... ok test_encode (test.test_uu.UUFileTest.test_encode) ... ok test_decode (test.test_uu.UUStdIOTest.test_decode) ... ok test_encode (test.test_uu.UUStdIOTest.test_encode) ... ok test_decode (test.test_uu.UUTest.test_decode) ... ok test_encode (test.test_uu.UUTest.test_encode) ... ok test_garbage_padding (test.test_uu.UUTest.test_garbage_padding) ... ok test_missingbegin (test.test_uu.UUTest.test_missingbegin) ... ok test_newlines_escaped (test.test_uu.UUTest.test_newlines_escaped) ... ok test_no_directory_traversal (test.test_uu.UUTest.test_no_directory_traversal) ... ok test_truncatedinput (test.test_uu.UUTest.test_truncatedinput) ... ok ---------------------------------------------------------------------- Ran 14 tests in 0.002s OK 0:31:16 load avg: 1.62 [403/432/1] test_uuid test_arp_getnode (test.test_uuid.TestInternalsWithExtModule.test_arp_getnode) ... skipped 'arp is not used for introspection on this platform' test_find_mac_near_keyword (test.test_uuid.TestInternalsWithExtModule.test_find_mac_near_keyword) ... ok test_find_under_heading (test.test_uuid.TestInternalsWithExtModule.test_find_under_heading) ... ok test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithExtModule.test_find_under_heading_ipv6) ... ok test_ifconfig_getnode (test.test_uuid.TestInternalsWithExtModule.test_ifconfig_getnode) ... skipped 'requires ifconfig' test_ip_getnode (test.test_uuid.TestInternalsWithExtModule.test_ip_getnode) ... skipped 'requires ip' test_lanscan_getnode (test.test_uuid.TestInternalsWithExtModule.test_lanscan_getnode) ... skipped 'lanscan is not used for introspection on this platform' test_netstat_getnode (test.test_uuid.TestInternalsWithExtModule.test_netstat_getnode) ... skipped 'netstat is not used for introspection on this platform' test_parse_mac (test.test_uuid.TestInternalsWithExtModule.test_parse_mac) ... ok test_parse_mac_aix (test.test_uuid.TestInternalsWithExtModule.test_parse_mac_aix) ... ok test_random_getnode (test.test_uuid.TestInternalsWithExtModule.test_random_getnode) ... ok test_unix_getnode (test.test_uuid.TestInternalsWithExtModule.test_unix_getnode) ... ok test_windll_getnode (test.test_uuid.TestInternalsWithExtModule.test_windll_getnode) ... skipped 'requires Windows' test_arp_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_arp_getnode) ... skipped 'arp is not used for introspection on this platform' test_find_mac_near_keyword (test.test_uuid.TestInternalsWithoutExtModule.test_find_mac_near_keyword) ... ok test_find_under_heading (test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading) ... ok test_find_under_heading_ipv6 (test.test_uuid.TestInternalsWithoutExtModule.test_find_under_heading_ipv6) ... ok test_ifconfig_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_ifconfig_getnode) ... skipped 'requires ifconfig' test_ip_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_ip_getnode) ... skipped 'requires ip' test_lanscan_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_lanscan_getnode) ... skipped 'lanscan is not used for introspection on this platform' test_netstat_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_netstat_getnode) ... skipped 'netstat is not used for introspection on this platform' test_parse_mac (test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac) ... ok test_parse_mac_aix (test.test_uuid.TestInternalsWithoutExtModule.test_parse_mac_aix) ... ok test_random_getnode (test.test_uuid.TestInternalsWithoutExtModule.test_random_getnode) ... ok testIssue8621 (test.test_uuid.TestUUIDWithExtModule.testIssue8621) ... ok test_UUID (test.test_uuid.TestUUIDWithExtModule.test_UUID) ... ok test_exceptions (test.test_uuid.TestUUIDWithExtModule.test_exceptions) ... ok test_getnode (test.test_uuid.TestUUIDWithExtModule.test_getnode) ... ok test_pickle_roundtrip (test.test_uuid.TestUUIDWithExtModule.test_pickle_roundtrip) ... ok test_safe_uuid_enum (test.test_uuid.TestUUIDWithExtModule.test_safe_uuid_enum) ... ok test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithExtModule.test_unpickle_previous_python_versions) ... ok test_uuid1 (test.test_uuid.TestUUIDWithExtModule.test_uuid1) ... ok test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithExtModule.test_uuid1_bogus_return_value) ... ok test_uuid1_eui64 (test.test_uuid.TestUUIDWithExtModule.test_uuid1_eui64) ... ok test_uuid1_is_safe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_safe) ... ok test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_is_unsafe) ... ok test_uuid1_safe (test.test_uuid.TestUUIDWithExtModule.test_uuid1_safe) ... ok test_uuid1_time (test.test_uuid.TestUUIDWithExtModule.test_uuid1_time) ... ok test_uuid1_unknown (test.test_uuid.TestUUIDWithExtModule.test_uuid1_unknown) ... ok test_uuid3 (test.test_uuid.TestUUIDWithExtModule.test_uuid3) ... ok test_uuid4 (test.test_uuid.TestUUIDWithExtModule.test_uuid4) ... ok test_uuid5 (test.test_uuid.TestUUIDWithExtModule.test_uuid5) ... ok test_uuid_weakref (test.test_uuid.TestUUIDWithExtModule.test_uuid_weakref) ... ok testIssue8621 (test.test_uuid.TestUUIDWithoutExtModule.testIssue8621) ... ok test_UUID (test.test_uuid.TestUUIDWithoutExtModule.test_UUID) ... ok test_exceptions (test.test_uuid.TestUUIDWithoutExtModule.test_exceptions) ... ok test_getnode (test.test_uuid.TestUUIDWithoutExtModule.test_getnode) ... ok test_pickle_roundtrip (test.test_uuid.TestUUIDWithoutExtModule.test_pickle_roundtrip) ... ok test_safe_uuid_enum (test.test_uuid.TestUUIDWithoutExtModule.test_safe_uuid_enum) ... ok test_unpickle_previous_python_versions (test.test_uuid.TestUUIDWithoutExtModule.test_unpickle_previous_python_versions) ... ok test_uuid1 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1) ... ok test_uuid1_bogus_return_value (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_bogus_return_value) ... skipped 'need uuid._generate_time_safe' test_uuid1_eui64 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_eui64) ... ok test_uuid1_is_safe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_safe) ... skipped 'need uuid._generate_time_safe' test_uuid1_is_unsafe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_is_unsafe) ... skipped 'need uuid._generate_time_safe' test_uuid1_safe (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_safe) ... skipped 'requires uuid_generate_time_safe(3)' test_uuid1_time (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_time) ... ok test_uuid1_unknown (test.test_uuid.TestUUIDWithoutExtModule.test_uuid1_unknown) ... skipped 'need uuid._generate_time_safe' test_uuid3 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid3) ... ok test_uuid4 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid4) ... ok test_uuid5 (test.test_uuid.TestUUIDWithoutExtModule.test_uuid5) ... ok test_uuid_weakref (test.test_uuid.TestUUIDWithoutExtModule.test_uuid_weakref) ... ok ---------------------------------------------------------------------- Ran 62 tests in 0.076s OK (skipped=16) 0:31:17 load avg: 1.57 [404/432/1] test_venv test_config_file_command_key (test.test_venv.BasicTest.test_config_file_command_key) ... ok test_deactivate_with_strict_bash_opts (test.test_venv.BasicTest.test_deactivate_with_strict_bash_opts) ... ok test_defaults_with_pathlib_path (test.test_venv.BasicTest.test_defaults_with_pathlib_path) Test the create function with default arguments and a pathlib.Path path. ... ok test_defaults_with_str_path (test.test_venv.BasicTest.test_defaults_with_str_path) Test the create function with default arguments and a str path. ... ok test_executable (test.test_venv.BasicTest.test_executable) Test that the sys.executable value is as expected. ... ok test_executable_symlinks (test.test_venv.BasicTest.test_executable_symlinks) Test that the sys.executable value is as expected. ... ok test_isolation (test.test_venv.BasicTest.test_isolation) Test isolation from system site-packages ... ok test_macos_env (test.test_venv.BasicTest.test_macos_env) ... skipped 'only relevant on macOS' test_multiprocessing (test.test_venv.BasicTest.test_multiprocessing) Test that the multiprocessing is able to spawn. ... ok test_multiprocessing_recursion (test.test_venv.BasicTest.test_multiprocessing_recursion) Test that the multiprocessing is able to spawn itself ... ok test_overwrite_existing (test.test_venv.BasicTest.test_overwrite_existing) Test creating environment in an existing directory. ... ok test_pathsep_error (test.test_venv.BasicTest.test_pathsep_error) Test that venv creation fails when the target directory contains ... ok test_prefixes (test.test_venv.BasicTest.test_prefixes) Test that the prefix values are as expected. ... ok test_prompt (test.test_venv.BasicTest.test_prompt) ... ok test_symlinking (test.test_venv.BasicTest.test_symlinking) Test symlinking works as expected ... ok test_sysconfig (test.test_venv.BasicTest.test_sysconfig) Test that the sysconfig functions work in a virtual environment. ... ok test_sysconfig_symlinks (test.test_venv.BasicTest.test_sysconfig_symlinks) Test that the sysconfig functions work in a virtual environment. ... ok test_unicode_in_batch_file (test.test_venv.BasicTest.test_unicode_in_batch_file) Test handling of Unicode paths ... skipped 'only relevant on Windows' test_unoverwritable_fails (test.test_venv.BasicTest.test_unoverwritable_fails) ... ok test_upgrade (test.test_venv.BasicTest.test_upgrade) Test upgrading an existing environment directory. ... ok test_upgrade_dependencies (test.test_venv.BasicTest.test_upgrade_dependencies) ... ok test_zippath_from_non_installed_posix (test.test_venv.BasicTest.test_zippath_from_non_installed_posix) Test that when create venv from non-installed python, the zip path ... ok test_devnull (test.test_venv.EnsurePipTest.test_devnull) ... ok test_explicit_no_pip (test.test_venv.EnsurePipTest.test_explicit_no_pip) ... ok test_no_pip_by_default (test.test_venv.EnsurePipTest.test_no_pip_by_default) ... ok test_with_pip (test.test_venv.EnsurePipTest.test_with_pip) ... ok ---------------------------------------------------------------------- Ran 26 tests in 5.816s OK (skipped=2) 0:31:24 load avg: 1.60 [405/432/1] test_wait3 test_wait (test.fork_wait.ForkWait.test_wait) ... ok test_wait (test.test_wait3.Wait3Test.test_wait) ... ok test_wait3_rusage_initialized (test.test_wait3.Wait3Test.test_wait3_rusage_initialized) ... ok ---------------------------------------------------------------------- Ran 3 tests in 5.011s OK 0:31:30 load avg: 1.48 [406/432/1] test_wait4 test_wait (test.fork_wait.ForkWait.test_wait) ... ok test_wait (test.test_wait4.Wait4Test.test_wait) ... ok ---------------------------------------------------------------------- Ran 2 tests in 5.002s OK 0:31:36 load avg: 1.44 [407/432/1] test_warnings test_issue_8766 (test.test_warnings.BootstrapTest.test_issue_8766) ... ok test_catch_warnings_defaults (test.test_warnings.CCatchWarningTests.test_catch_warnings_defaults) ... ok test_catch_warnings_recording (test.test_warnings.CCatchWarningTests.test_catch_warnings_recording) ... ok test_catch_warnings_reentry_guard (test.test_warnings.CCatchWarningTests.test_catch_warnings_reentry_guard) ... ok test_catch_warnings_restore (test.test_warnings.CCatchWarningTests.test_catch_warnings_restore) ... ok test_check_warnings (test.test_warnings.CCatchWarningTests.test_check_warnings) ... ok test_record_override_showwarning_before (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_before) ... ok test_record_override_showwarning_inside (test.test_warnings.CCatchWarningTests.test_record_override_showwarning_inside) ... ok test_comma_separated_warnings (test.test_warnings.CEnvironmentVariableTests.test_comma_separated_warnings) ... ok test_conflicting_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_conflicting_envvar_and_command_line) ... ok test_default_filter_configuration (test.test_warnings.CEnvironmentVariableTests.test_default_filter_configuration) ... ok test_envvar_and_command_line (test.test_warnings.CEnvironmentVariableTests.test_envvar_and_command_line) ... ok test_nonascii (test.test_warnings.CEnvironmentVariableTests.test_nonascii) ... ok test_single_warning (test.test_warnings.CEnvironmentVariableTests.test_single_warning) ... ok test_always (test.test_warnings.CFilterTests.test_always) ... ok test_always_after_default (test.test_warnings.CFilterTests.test_always_after_default) ... ok test_append_duplicate (test.test_warnings.CFilterTests.test_append_duplicate) ... ok test_catchwarnings_with_simplefilter_error (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_error) ... ok test_catchwarnings_with_simplefilter_ignore (test.test_warnings.CFilterTests.test_catchwarnings_with_simplefilter_ignore) ... ok test_default (test.test_warnings.CFilterTests.test_default) ... ok test_error (test.test_warnings.CFilterTests.test_error) ... ok test_error_after_default (test.test_warnings.CFilterTests.test_error_after_default) ... ok test_filterwarnings (test.test_warnings.CFilterTests.test_filterwarnings) ... ok test_filterwarnings_duplicate_filters (test.test_warnings.CFilterTests.test_filterwarnings_duplicate_filters) ... ok test_ignore (test.test_warnings.CFilterTests.test_ignore) ... ok test_ignore_after_default (test.test_warnings.CFilterTests.test_ignore_after_default) ... ok test_inheritance (test.test_warnings.CFilterTests.test_inheritance) ... ok test_message_matching (test.test_warnings.CFilterTests.test_message_matching) ... ok test_module (test.test_warnings.CFilterTests.test_module) ... ok test_module_globals (test.test_warnings.CFilterTests.test_module_globals) ... ok test_mutate_filter_list (test.test_warnings.CFilterTests.test_mutate_filter_list) ... ok test_once (test.test_warnings.CFilterTests.test_once) ... ok test_ordering (test.test_warnings.CFilterTests.test_ordering) ... ok test_simplefilter_duplicate_filters (test.test_warnings.CFilterTests.test_simplefilter_duplicate_filters) ... ok test_module_all_attribute (test.test_warnings.CPublicAPITests.test_module_all_attribute) ... ok test_import_from_module (test.test_warnings.CWCmdLineTests.test_import_from_module) ... ok test_improper_input (test.test_warnings.CWCmdLineTests.test_improper_input) ... ok test_accelerated (test.test_warnings.CWarnTests.test_accelerated) ... ok test_bad_str (test.test_warnings.CWarnTests.test_bad_str) ... ok test_exec_filename (test.test_warnings.CWarnTests.test_exec_filename) ... ok test_filename (test.test_warnings.CWarnTests.test_filename) ... ok test_message (test.test_warnings.CWarnTests.test_message) ... ok test_stacklevel (test.test_warnings.CWarnTests.test_stacklevel) ... ok test_stacklevel_import (test.test_warnings.CWarnTests.test_stacklevel_import) ... ok test_warn_explicit_non_ascii_filename (test.test_warnings.CWarnTests.test_warn_explicit_non_ascii_filename) ... ok test_warn_explicit_type_errors (test.test_warnings.CWarnTests.test_warn_explicit_type_errors) ... ok test_warn_nonstandard_types (test.test_warnings.CWarnTests.test_warn_nonstandard_types) ... ok test_warning_classes (test.test_warnings.CWarnTests.test_warning_classes) ... ok test_formatwarning (test.test_warnings.CWarningsDisplayTests.test_formatwarning) ... ok test_formatwarning_override (test.test_warnings.CWarningsDisplayTests.test_formatwarning_override) ... ok test_showwarning (test.test_warnings.CWarningsDisplayTests.test_showwarning) ... ok test_finalization (test.test_warnings.FinalizationTest.test_finalization) ... ok test_late_resource_warning (test.test_warnings.FinalizationTest.test_late_resource_warning) ... ok test_catch_warnings_defaults (test.test_warnings.PyCatchWarningTests.test_catch_warnings_defaults) ... ok test_catch_warnings_recording (test.test_warnings.PyCatchWarningTests.test_catch_warnings_recording) ... ok test_catch_warnings_reentry_guard (test.test_warnings.PyCatchWarningTests.test_catch_warnings_reentry_guard) ... ok test_catch_warnings_restore (test.test_warnings.PyCatchWarningTests.test_catch_warnings_restore) ... ok test_check_warnings (test.test_warnings.PyCatchWarningTests.test_check_warnings) ... ok test_record_override_showwarning_before (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_before) ... ok test_record_override_showwarning_inside (test.test_warnings.PyCatchWarningTests.test_record_override_showwarning_inside) ... ok test_comma_separated_warnings (test.test_warnings.PyEnvironmentVariableTests.test_comma_separated_warnings) ... ok test_conflicting_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_conflicting_envvar_and_command_line) ... ok test_default_filter_configuration (test.test_warnings.PyEnvironmentVariableTests.test_default_filter_configuration) ... ok test_envvar_and_command_line (test.test_warnings.PyEnvironmentVariableTests.test_envvar_and_command_line) ... ok test_nonascii (test.test_warnings.PyEnvironmentVariableTests.test_nonascii) ... ok test_single_warning (test.test_warnings.PyEnvironmentVariableTests.test_single_warning) ... ok test_always (test.test_warnings.PyFilterTests.test_always) ... ok test_always_after_default (test.test_warnings.PyFilterTests.test_always_after_default) ... ok test_append_duplicate (test.test_warnings.PyFilterTests.test_append_duplicate) ... ok test_catchwarnings_with_simplefilter_error (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_error) ... ok test_catchwarnings_with_simplefilter_ignore (test.test_warnings.PyFilterTests.test_catchwarnings_with_simplefilter_ignore) ... ok test_default (test.test_warnings.PyFilterTests.test_default) ... ok test_error (test.test_warnings.PyFilterTests.test_error) ... ok test_error_after_default (test.test_warnings.PyFilterTests.test_error_after_default) ... ok test_filterwarnings (test.test_warnings.PyFilterTests.test_filterwarnings) ... ok test_filterwarnings_duplicate_filters (test.test_warnings.PyFilterTests.test_filterwarnings_duplicate_filters) ... ok test_ignore (test.test_warnings.PyFilterTests.test_ignore) ... ok test_ignore_after_default (test.test_warnings.PyFilterTests.test_ignore_after_default) ... ok test_inheritance (test.test_warnings.PyFilterTests.test_inheritance) ... ok test_message_matching (test.test_warnings.PyFilterTests.test_message_matching) ... ok test_module (test.test_warnings.PyFilterTests.test_module) ... ok test_module_globals (test.test_warnings.PyFilterTests.test_module_globals) ... ok test_mutate_filter_list (test.test_warnings.PyFilterTests.test_mutate_filter_list) ... ok test_once (test.test_warnings.PyFilterTests.test_once) ... ok test_ordering (test.test_warnings.PyFilterTests.test_ordering) ... ok test_simplefilter_duplicate_filters (test.test_warnings.PyFilterTests.test_simplefilter_duplicate_filters) ... ok test_module_all_attribute (test.test_warnings.PyPublicAPITests.test_module_all_attribute) ... ok test_import_from_module (test.test_warnings.PyWCmdLineTests.test_import_from_module) ... ok test_improper_input (test.test_warnings.PyWCmdLineTests.test_improper_input) ... ok test_improper_option (test.test_warnings.PyWCmdLineTests.test_improper_option) ... ok test_warnings_bootstrap (test.test_warnings.PyWCmdLineTests.test_warnings_bootstrap) ... ok test_bad_str (test.test_warnings.PyWarnTests.test_bad_str) ... ok test_exec_filename (test.test_warnings.PyWarnTests.test_exec_filename) ... ok test_filename (test.test_warnings.PyWarnTests.test_filename) ... ok test_message (test.test_warnings.PyWarnTests.test_message) ... ok test_pure_python (test.test_warnings.PyWarnTests.test_pure_python) ... ok test_stacklevel (test.test_warnings.PyWarnTests.test_stacklevel) ... ok test_stacklevel_import (test.test_warnings.PyWarnTests.test_stacklevel_import) ... ok test_warn_explicit_non_ascii_filename (test.test_warnings.PyWarnTests.test_warn_explicit_non_ascii_filename) ... ok test_warn_explicit_type_errors (test.test_warnings.PyWarnTests.test_warn_explicit_type_errors) ... ok test_warn_nonstandard_types (test.test_warnings.PyWarnTests.test_warn_nonstandard_types) ... ok test_warning_classes (test.test_warnings.PyWarnTests.test_warning_classes) ... ok test_formatwarning (test.test_warnings.PyWarningsDisplayTests.test_formatwarning) ... ok test_formatwarning_override (test.test_warnings.PyWarningsDisplayTests.test_formatwarning_override) ... ok test_showwarning (test.test_warnings.PyWarningsDisplayTests.test_showwarning) ... ok test_tracemalloc (test.test_warnings.PyWarningsDisplayTests.test_tracemalloc) ... ok test_RuntimeError (test.test_warnings._DeprecatedTest.test_RuntimeError) ... ok test_warning (test.test_warnings._DeprecatedTest.test_warning) ... ok test_default_action (test.test_warnings._WarningsTests.test_default_action) ... ok test_filename_none (test.test_warnings._WarningsTests.test_filename_none) ... ok test_filter (test.test_warnings._WarningsTests.test_filter) ... ok test_issue31285 (test.test_warnings._WarningsTests.test_issue31285) ... ok test_issue31411 (test.test_warnings._WarningsTests.test_issue31411) ... ok test_issue31416 (test.test_warnings._WarningsTests.test_issue31416) ... ok test_issue31566 (test.test_warnings._WarningsTests.test_issue31566) ... ok test_onceregistry (test.test_warnings._WarningsTests.test_onceregistry) ... ok test_show_warning_output (test.test_warnings._WarningsTests.test_show_warning_output) ... ok test_showwarning_missing (test.test_warnings._WarningsTests.test_showwarning_missing) ... ok test_showwarning_not_callable (test.test_warnings._WarningsTests.test_showwarning_not_callable) ... ok test_showwarnmsg_missing (test.test_warnings._WarningsTests.test_showwarnmsg_missing) ... ok test_stderr_none (test.test_warnings._WarningsTests.test_stderr_none) ... ok ---------------------------------------------------------------------- Ran 121 tests in 0.282s OK 0:31:37 load avg: 1.44 [408/432/1] test_wave test__all__ (test.test_wave.MiscTestCase.test__all__) ... ok test_read_no_chunks (test.test_wave.WaveLowLevelTest.test_read_no_chunks) ... ok test_read_no_data_chunk (test.test_wave.WaveLowLevelTest.test_read_no_data_chunk) ... ok test_read_no_fmt_chunk (test.test_wave.WaveLowLevelTest.test_read_no_fmt_chunk) ... ok test_read_no_fmt_no_data_chunk (test.test_wave.WaveLowLevelTest.test_read_no_fmt_no_data_chunk) ... ok test_read_no_riff_chunk (test.test_wave.WaveLowLevelTest.test_read_no_riff_chunk) ... ok test_read_not_wave (test.test_wave.WaveLowLevelTest.test_read_not_wave) ... ok test_read_wrong_form (test.test_wave.WaveLowLevelTest.test_read_wrong_form) ... ok test_read_wrong_number_of_channels (test.test_wave.WaveLowLevelTest.test_read_wrong_number_of_channels) ... ok test_read_wrong_sample_width (test.test_wave.WaveLowLevelTest.test_read_wrong_sample_width) ... ok test_close (test.test_wave.WavePCM16Test.test_close) ... ok test_context_manager_with_filename (test.test_wave.WavePCM16Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_wave.WavePCM16Test.test_context_manager_with_open_file) ... ok test_copy (test.test_wave.WavePCM16Test.test_copy) ... ok test_incompleted_write (test.test_wave.WavePCM16Test.test_incompleted_write) ... ok test_multiple_writes (test.test_wave.WavePCM16Test.test_multiple_writes) ... ok test_overflowed_write (test.test_wave.WavePCM16Test.test_overflowed_write) ... ok test_read (test.test_wave.WavePCM16Test.test_read) ... ok test_read_not_from_start (test.test_wave.WavePCM16Test.test_read_not_from_start) ... ok test_read_params (test.test_wave.WavePCM16Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_wave.WavePCM16Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_wave.WavePCM16Test.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_wave.WavePCM16Test.test_unseekable_read) ... ok test_unseekable_write (test.test_wave.WavePCM16Test.test_unseekable_write) ... ok test_write (test.test_wave.WavePCM16Test.test_write) ... ok test_write_array (test.test_wave.WavePCM16Test.test_write_array) ... ok test_write_bytearray (test.test_wave.WavePCM16Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_wave.WavePCM16Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_wave.WavePCM16Test.test_write_memoryview) ... ok test_write_params (test.test_wave.WavePCM16Test.test_write_params) ... ok test_close (test.test_wave.WavePCM24Test.test_close) ... ok test_context_manager_with_filename (test.test_wave.WavePCM24Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_wave.WavePCM24Test.test_context_manager_with_open_file) ... ok test_copy (test.test_wave.WavePCM24Test.test_copy) ... ok test_incompleted_write (test.test_wave.WavePCM24Test.test_incompleted_write) ... ok test_multiple_writes (test.test_wave.WavePCM24Test.test_multiple_writes) ... ok test_overflowed_write (test.test_wave.WavePCM24Test.test_overflowed_write) ... ok test_read (test.test_wave.WavePCM24Test.test_read) ... ok test_read_not_from_start (test.test_wave.WavePCM24Test.test_read_not_from_start) ... ok test_read_params (test.test_wave.WavePCM24Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_wave.WavePCM24Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_wave.WavePCM24Test.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_wave.WavePCM24Test.test_unseekable_read) ... ok test_unseekable_write (test.test_wave.WavePCM24Test.test_unseekable_write) ... ok test_write (test.test_wave.WavePCM24Test.test_write) ... ok test_write_array (test.test_wave.WavePCM24Test.test_write_array) ... ok test_write_bytearray (test.test_wave.WavePCM24Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_wave.WavePCM24Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_wave.WavePCM24Test.test_write_memoryview) ... ok test_write_params (test.test_wave.WavePCM24Test.test_write_params) ... ok test_close (test.test_wave.WavePCM32Test.test_close) ... ok test_context_manager_with_filename (test.test_wave.WavePCM32Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_wave.WavePCM32Test.test_context_manager_with_open_file) ... ok test_copy (test.test_wave.WavePCM32Test.test_copy) ... ok test_incompleted_write (test.test_wave.WavePCM32Test.test_incompleted_write) ... ok test_multiple_writes (test.test_wave.WavePCM32Test.test_multiple_writes) ... ok test_overflowed_write (test.test_wave.WavePCM32Test.test_overflowed_write) ... ok test_read (test.test_wave.WavePCM32Test.test_read) ... ok test_read_not_from_start (test.test_wave.WavePCM32Test.test_read_not_from_start) ... ok test_read_params (test.test_wave.WavePCM32Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_wave.WavePCM32Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_wave.WavePCM32Test.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_wave.WavePCM32Test.test_unseekable_read) ... ok test_unseekable_write (test.test_wave.WavePCM32Test.test_unseekable_write) ... ok test_write (test.test_wave.WavePCM32Test.test_write) ... ok test_write_array (test.test_wave.WavePCM32Test.test_write_array) ... ok test_write_bytearray (test.test_wave.WavePCM32Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_wave.WavePCM32Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_wave.WavePCM32Test.test_write_memoryview) ... ok test_write_params (test.test_wave.WavePCM32Test.test_write_params) ... ok test_close (test.test_wave.WavePCM8Test.test_close) ... ok test_context_manager_with_filename (test.test_wave.WavePCM8Test.test_context_manager_with_filename) ... ok test_context_manager_with_open_file (test.test_wave.WavePCM8Test.test_context_manager_with_open_file) ... ok test_copy (test.test_wave.WavePCM8Test.test_copy) ... ok test_incompleted_write (test.test_wave.WavePCM8Test.test_incompleted_write) ... ok test_multiple_writes (test.test_wave.WavePCM8Test.test_multiple_writes) ... ok test_overflowed_write (test.test_wave.WavePCM8Test.test_overflowed_write) ... ok test_read (test.test_wave.WavePCM8Test.test_read) ... ok test_read_not_from_start (test.test_wave.WavePCM8Test.test_read_not_from_start) ... ok test_read_params (test.test_wave.WavePCM8Test.test_read_params) ... ok test_unseekable_incompleted_write (test.test_wave.WavePCM8Test.test_unseekable_incompleted_write) ... ok test_unseekable_overflowed_write (test.test_wave.WavePCM8Test.test_unseekable_overflowed_write) ... ok test_unseekable_read (test.test_wave.WavePCM8Test.test_unseekable_read) ... ok test_unseekable_write (test.test_wave.WavePCM8Test.test_unseekable_write) ... ok test_write (test.test_wave.WavePCM8Test.test_write) ... ok test_write_array (test.test_wave.WavePCM8Test.test_write_array) ... ok test_write_bytearray (test.test_wave.WavePCM8Test.test_write_bytearray) ... ok test_write_context_manager_calls_close (test.test_wave.WavePCM8Test.test_write_context_manager_calls_close) ... ok test_write_memoryview (test.test_wave.WavePCM8Test.test_write_memoryview) ... ok test_write_params (test.test_wave.WavePCM8Test.test_write_params) ... ok ---------------------------------------------------------------------- Ran 90 tests in 0.016s OK 0:31:38 load avg: 1.40 [409/432/1] test_weakref test_all_freed (test.test_weakref.FinalizeTestCase.test_all_freed) ... ok test_arg_errors (test.test_weakref.FinalizeTestCase.test_arg_errors) ... ok test_atexit (test.test_weakref.FinalizeTestCase.test_atexit) ... ok test_finalize (test.test_weakref.FinalizeTestCase.test_finalize) ... ok test_order (test.test_weakref.FinalizeTestCase.test_order) ... ok test_make_weak_keyed_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_dict) ... ok test_make_weak_keyed_dict_from_weak_keyed_dict (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_from_weak_keyed_dict) ... ok test_make_weak_keyed_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_keyed_dict_repr) ... ok test_make_weak_valued_dict_from_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_dict) ... ok test_make_weak_valued_dict_from_weak_valued_dict (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_from_weak_valued_dict) ... ok test_make_weak_valued_dict_misc (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_misc) ... ok test_make_weak_valued_dict_repr (test.test_weakref.MappingTestCase.test_make_weak_valued_dict_repr) ... ok test_remove_closure (test.test_weakref.MappingTestCase.test_remove_closure) ... ok test_threaded_weak_key_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_copy) ... ok test_threaded_weak_key_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_key_dict_deepcopy) ... ok test_threaded_weak_value_dict_copy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_copy) ... ok test_threaded_weak_value_dict_deepcopy (test.test_weakref.MappingTestCase.test_threaded_weak_value_dict_deepcopy) ... ok test_threaded_weak_valued_consistency (test.test_weakref.MappingTestCase.test_threaded_weak_valued_consistency) ... ok test_threaded_weak_valued_pop (test.test_weakref.MappingTestCase.test_threaded_weak_valued_pop) ... ok test_threaded_weak_valued_setdefault (test.test_weakref.MappingTestCase.test_threaded_weak_valued_setdefault) ... ok test_weak_keyed_bad_delitem (test.test_weakref.MappingTestCase.test_weak_keyed_bad_delitem) ... ok test_weak_keyed_cascading_deletes (test.test_weakref.MappingTestCase.test_weak_keyed_cascading_deletes) ... ok test_weak_keyed_delitem (test.test_weakref.MappingTestCase.test_weak_keyed_delitem) ... ok test_weak_keyed_dict_popitem (test.test_weakref.MappingTestCase.test_weak_keyed_dict_popitem) ... ok test_weak_keyed_dict_setdefault (test.test_weakref.MappingTestCase.test_weak_keyed_dict_setdefault) ... ok test_weak_keyed_dict_update (test.test_weakref.MappingTestCase.test_weak_keyed_dict_update) ... ok test_weak_keyed_iters (test.test_weakref.MappingTestCase.test_weak_keyed_iters) ... ok test_weak_keyed_len_cycles (test.test_weakref.MappingTestCase.test_weak_keyed_len_cycles) ... ok test_weak_keyed_len_race (test.test_weakref.MappingTestCase.test_weak_keyed_len_race) ... ok test_weak_keyed_union_operators (test.test_weakref.MappingTestCase.test_weak_keyed_union_operators) ... ok test_weak_keys (test.test_weakref.MappingTestCase.test_weak_keys) ... ok test_weak_keys_destroy_while_iterating (test.test_weakref.MappingTestCase.test_weak_keys_destroy_while_iterating) ... ok test_weak_valued_delitem (test.test_weakref.MappingTestCase.test_weak_valued_delitem) ... ok test_weak_valued_dict_popitem (test.test_weakref.MappingTestCase.test_weak_valued_dict_popitem) ... ok test_weak_valued_dict_setdefault (test.test_weakref.MappingTestCase.test_weak_valued_dict_setdefault) ... ok test_weak_valued_dict_update (test.test_weakref.MappingTestCase.test_weak_valued_dict_update) ... ok test_weak_valued_iters (test.test_weakref.MappingTestCase.test_weak_valued_iters) ... ok test_weak_valued_len_cycles (test.test_weakref.MappingTestCase.test_weak_valued_len_cycles) ... ok test_weak_valued_len_race (test.test_weakref.MappingTestCase.test_weak_valued_len_race) ... ok test_weak_valued_union_operators (test.test_weakref.MappingTestCase.test_weak_valued_union_operators) ... ok test_weak_values (test.test_weakref.MappingTestCase.test_weak_values) ... ok test_weak_values_destroy_while_iterating (test.test_weakref.MappingTestCase.test_weak_values_destroy_while_iterating) ... ok test_names (test.test_weakref.ModuleTestCase.test_names) ... ok test_basic_callback (test.test_weakref.ReferencesTestCase.test_basic_callback) ... ok test_basic_proxy (test.test_weakref.ReferencesTestCase.test_basic_proxy) ... ok test_basic_ref (test.test_weakref.ReferencesTestCase.test_basic_ref) ... ok test_callable_proxy (test.test_weakref.ReferencesTestCase.test_callable_proxy) ... ok test_callback_attribute (test.test_weakref.ReferencesTestCase.test_callback_attribute) ... ok test_callback_attribute_after_deletion (test.test_weakref.ReferencesTestCase.test_callback_attribute_after_deletion) ... ok test_callback_different_classes (test.test_weakref.ReferencesTestCase.test_callback_different_classes) ... ok test_callback_gcs (test.test_weakref.ReferencesTestCase.test_callback_gcs) ... ok test_callback_in_cycle (test.test_weakref.ReferencesTestCase.test_callback_in_cycle) ... ok test_callback_in_cycle_resurrection (test.test_weakref.ReferencesTestCase.test_callback_in_cycle_resurrection) ... ok test_callback_reachable_one_way (test.test_weakref.ReferencesTestCase.test_callback_reachable_one_way) ... ok test_callbacks_on_callback (test.test_weakref.ReferencesTestCase.test_callbacks_on_callback) ... ok test_callbacks_protected (test.test_weakref.ReferencesTestCase.test_callbacks_protected) ... ok test_cfunction (test.test_weakref.ReferencesTestCase.test_cfunction) ... ok test_classes (test.test_weakref.ReferencesTestCase.test_classes) ... ok test_constructor_kwargs (test.test_weakref.ReferencesTestCase.test_constructor_kwargs) ... ok test_equality (test.test_weakref.ReferencesTestCase.test_equality) ... ok test_gc_during_proxy_creation (test.test_weakref.ReferencesTestCase.test_gc_during_proxy_creation) ... ok test_gc_during_ref_creation (test.test_weakref.ReferencesTestCase.test_gc_during_ref_creation) ... ok test_getweakrefcount (test.test_weakref.ReferencesTestCase.test_getweakrefcount) ... ok test_getweakrefs (test.test_weakref.ReferencesTestCase.test_getweakrefs) ... ok test_hashing (test.test_weakref.ReferencesTestCase.test_hashing) ... ok test_init (test.test_weakref.ReferencesTestCase.test_init) ... ok test_multiple_callbacks (test.test_weakref.ReferencesTestCase.test_multiple_callbacks) ... ok test_multiple_selfref_callbacks (test.test_weakref.ReferencesTestCase.test_multiple_selfref_callbacks) ... ok test_newstyle_number_ops (test.test_weakref.ReferencesTestCase.test_newstyle_number_ops) ... ok test_ordering (test.test_weakref.ReferencesTestCase.test_ordering) ... ok test_proxy_bad_next (test.test_weakref.ReferencesTestCase.test_proxy_bad_next) ... ok test_proxy_bool (test.test_weakref.ReferencesTestCase.test_proxy_bool) ... ok test_proxy_deletion (test.test_weakref.ReferencesTestCase.test_proxy_deletion) ... ok test_proxy_div (test.test_weakref.ReferencesTestCase.test_proxy_div) ... ok test_proxy_hash (test.test_weakref.ReferencesTestCase.test_proxy_hash) ... ok test_proxy_index (test.test_weakref.ReferencesTestCase.test_proxy_index) ... ok test_proxy_iter (test.test_weakref.ReferencesTestCase.test_proxy_iter) ... ok test_proxy_matmul (test.test_weakref.ReferencesTestCase.test_proxy_matmul) ... ok test_proxy_next (test.test_weakref.ReferencesTestCase.test_proxy_next) ... ok test_proxy_ref (test.test_weakref.ReferencesTestCase.test_proxy_ref) ... ok test_proxy_reuse (test.test_weakref.ReferencesTestCase.test_proxy_reuse) ... ok test_proxy_reversed (test.test_weakref.ReferencesTestCase.test_proxy_reversed) ... ok test_proxy_unicode (test.test_weakref.ReferencesTestCase.test_proxy_unicode) ... ok test_ref_created_during_del (test.test_weakref.ReferencesTestCase.test_ref_created_during_del) ... ok test_ref_reuse (test.test_weakref.ReferencesTestCase.test_ref_reuse) ... ok test_repr_failure_gh99184 (test.test_weakref.ReferencesTestCase.test_repr_failure_gh99184) ... ok test_set_callback_attribute (test.test_weakref.ReferencesTestCase.test_set_callback_attribute) ... ok test_sf_bug_840829 (test.test_weakref.ReferencesTestCase.test_sf_bug_840829) ... ok test_shared_proxy_without_callback (test.test_weakref.ReferencesTestCase.test_shared_proxy_without_callback) ... ok test_shared_ref_without_callback (test.test_weakref.ReferencesTestCase.test_shared_ref_without_callback) ... ok test_trashcan_16602 (test.test_weakref.ReferencesTestCase.test_trashcan_16602) ... ok test_subclass_refs (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs) ... ok test_subclass_refs_dont_conflate_callbacks (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_conflate_callbacks) ... ok test_subclass_refs_dont_replace_standard_refs (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_dont_replace_standard_refs) ... ok test_subclass_refs_with_cycle (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_cycle) Confirm https://bugs.python.org/issue3100 is fixed. ... ok test_subclass_refs_with_slots (test.test_weakref.SubclassableWeakrefTestCase.test_subclass_refs_with_slots) ... ok test_bool (test.test_weakref.WeakKeyDictionaryTestCase.test_bool) ... ok test_constructor (test.test_weakref.WeakKeyDictionaryTestCase.test_constructor) ... ok test_get (test.test_weakref.WeakKeyDictionaryTestCase.test_get) ... ok test_getitem (test.test_weakref.WeakKeyDictionaryTestCase.test_getitem) ... ok test_items (test.test_weakref.WeakKeyDictionaryTestCase.test_items) ... ok test_keys (test.test_weakref.WeakKeyDictionaryTestCase.test_keys) ... ok test_len (test.test_weakref.WeakKeyDictionaryTestCase.test_len) ... ok test_pop (test.test_weakref.WeakKeyDictionaryTestCase.test_pop) ... ok test_popitem (test.test_weakref.WeakKeyDictionaryTestCase.test_popitem) ... ok test_read (test.test_weakref.WeakKeyDictionaryTestCase.test_read) ... ok test_setdefault (test.test_weakref.WeakKeyDictionaryTestCase.test_setdefault) ... ok test_update (test.test_weakref.WeakKeyDictionaryTestCase.test_update) ... ok test_values (test.test_weakref.WeakKeyDictionaryTestCase.test_values) ... ok test_write (test.test_weakref.WeakKeyDictionaryTestCase.test_write) ... ok test_alive (test.test_weakref.WeakMethodTestCase.test_alive) ... ok test_callback_when_method_dead (test.test_weakref.WeakMethodTestCase.test_callback_when_method_dead) ... ok test_callback_when_object_dead (test.test_weakref.WeakMethodTestCase.test_callback_when_object_dead) ... ok test_equality (test.test_weakref.WeakMethodTestCase.test_equality) ... ok test_hashing (test.test_weakref.WeakMethodTestCase.test_hashing) ... ok test_method_dead (test.test_weakref.WeakMethodTestCase.test_method_dead) ... ok test_no_cycles (test.test_weakref.WeakMethodTestCase.test_no_cycles) ... ok test_object_dead (test.test_weakref.WeakMethodTestCase.test_object_dead) ... ok test_bool (test.test_weakref.WeakValueDictionaryTestCase.test_bool) ... ok test_constructor (test.test_weakref.WeakValueDictionaryTestCase.test_constructor) ... ok test_get (test.test_weakref.WeakValueDictionaryTestCase.test_get) ... ok test_getitem (test.test_weakref.WeakValueDictionaryTestCase.test_getitem) ... ok test_items (test.test_weakref.WeakValueDictionaryTestCase.test_items) ... ok test_keys (test.test_weakref.WeakValueDictionaryTestCase.test_keys) ... ok test_len (test.test_weakref.WeakValueDictionaryTestCase.test_len) ... ok test_pop (test.test_weakref.WeakValueDictionaryTestCase.test_pop) ... ok test_popitem (test.test_weakref.WeakValueDictionaryTestCase.test_popitem) ... ok test_read (test.test_weakref.WeakValueDictionaryTestCase.test_read) ... ok test_setdefault (test.test_weakref.WeakValueDictionaryTestCase.test_setdefault) ... ok test_update (test.test_weakref.WeakValueDictionaryTestCase.test_update) ... ok test_values (test.test_weakref.WeakValueDictionaryTestCase.test_values) ... ok test_write (test.test_weakref.WeakValueDictionaryTestCase.test_write) ... ok libreftest (test.test_weakref.__test__) Doctest: test.test_weakref.__test__.libreftest ... ok ---------------------------------------------------------------------- Ran 133 tests in 18.540s OK 0:31:57 load avg: 1.31 [410/432/1] test_weakset test_abc (test.test_weakset.TestWeakSet.test_abc) ... ok test_add (test.test_weakset.TestWeakSet.test_add) ... ok test_and (test.test_weakset.TestWeakSet.test_and) ... ok test_clear (test.test_weakset.TestWeakSet.test_clear) ... ok test_constructor_identity (test.test_weakset.TestWeakSet.test_constructor_identity) ... ok test_contains (test.test_weakset.TestWeakSet.test_contains) ... ok test_copy (test.test_weakset.TestWeakSet.test_copy) ... ok test_copying (test.test_weakset.TestWeakSet.test_copying) ... ok test_difference (test.test_weakset.TestWeakSet.test_difference) ... ok test_difference_update (test.test_weakset.TestWeakSet.test_difference_update) ... ok test_discard (test.test_weakset.TestWeakSet.test_discard) ... ok test_eq (test.test_weakset.TestWeakSet.test_eq) ... ok test_gc (test.test_weakset.TestWeakSet.test_gc) ... ok test_gt (test.test_weakset.TestWeakSet.test_gt) ... ok test_hash (test.test_weakset.TestWeakSet.test_hash) ... ok test_iand (test.test_weakset.TestWeakSet.test_iand) ... ok test_init (test.test_weakset.TestWeakSet.test_init) ... ok test_inplace_on_self (test.test_weakset.TestWeakSet.test_inplace_on_self) ... ok test_intersection (test.test_weakset.TestWeakSet.test_intersection) ... ok test_intersection_update (test.test_weakset.TestWeakSet.test_intersection_update) ... ok test_ior (test.test_weakset.TestWeakSet.test_ior) ... ok test_isdisjoint (test.test_weakset.TestWeakSet.test_isdisjoint) ... ok test_isub (test.test_weakset.TestWeakSet.test_isub) ... ok test_ixor (test.test_weakset.TestWeakSet.test_ixor) ... ok test_len (test.test_weakset.TestWeakSet.test_len) ... ok test_len_cycles (test.test_weakset.TestWeakSet.test_len_cycles) ... ok test_len_race (test.test_weakset.TestWeakSet.test_len_race) ... ok test_lt (test.test_weakset.TestWeakSet.test_lt) ... ok test_methods (test.test_weakset.TestWeakSet.test_methods) ... ok test_ne (test.test_weakset.TestWeakSet.test_ne) ... ok test_new_or_init (test.test_weakset.TestWeakSet.test_new_or_init) ... ok test_or (test.test_weakset.TestWeakSet.test_or) ... ok test_pop (test.test_weakset.TestWeakSet.test_pop) ... ok test_remove (test.test_weakset.TestWeakSet.test_remove) ... ok test_repr (test.test_weakset.TestWeakSet.test_repr) ... ok test_sub (test.test_weakset.TestWeakSet.test_sub) ... ok test_sub_and_super (test.test_weakset.TestWeakSet.test_sub_and_super) ... ok test_subclass_with_custom_hash (test.test_weakset.TestWeakSet.test_subclass_with_custom_hash) ... ok test_symmetric_difference (test.test_weakset.TestWeakSet.test_symmetric_difference) ... ok test_symmetric_difference_update (test.test_weakset.TestWeakSet.test_symmetric_difference_update) ... ok test_union (test.test_weakset.TestWeakSet.test_union) ... ok test_update (test.test_weakset.TestWeakSet.test_update) ... ok test_update_set (test.test_weakset.TestWeakSet.test_update_set) ... ok test_weak_destroy_and_mutate_while_iterating (test.test_weakset.TestWeakSet.test_weak_destroy_and_mutate_while_iterating) ... ok test_weak_destroy_while_iterating (test.test_weakset.TestWeakSet.test_weak_destroy_while_iterating) ... ok test_xor (test.test_weakset.TestWeakSet.test_xor) ... ok ---------------------------------------------------------------------- Ran 46 tests in 1.526s OK 0:32:00 load avg: 1.37 [411/432/1] test_webbrowser test_open (test.test_webbrowser.BackgroundBrowserCommandTest.test_open) ... ok test_register (test.test_webbrowser.BrowserRegistrationTest.test_register) ... ok test_register_default (test.test_webbrowser.BrowserRegistrationTest.test_register_default) ... ok test_register_preferred (test.test_webbrowser.BrowserRegistrationTest.test_register_preferred) ... ok test_open (test.test_webbrowser.ChromeCommandTest.test_open) ... ok test_open_new (test.test_webbrowser.ChromeCommandTest.test_open_new) ... ok test_open_new_tab (test.test_webbrowser.ChromeCommandTest.test_open_new_tab) ... ok test_open_with_autoraise_false (test.test_webbrowser.ChromeCommandTest.test_open_with_autoraise_false) ... ok test_open (test.test_webbrowser.ELinksCommandTest.test_open) ... ok test_open_new (test.test_webbrowser.ELinksCommandTest.test_open_new) ... ok test_open_new_tab (test.test_webbrowser.ELinksCommandTest.test_open_new_tab) ... ok test_open_with_autoraise_false (test.test_webbrowser.ELinksCommandTest.test_open_with_autoraise_false) ... ok test_open (test.test_webbrowser.GaleonCommandTest.test_open) ... ok test_open_new (test.test_webbrowser.GaleonCommandTest.test_open_new) ... ok test_open_new_tab (test.test_webbrowser.GaleonCommandTest.test_open_new_tab) ... ok test_open_with_autoraise_false (test.test_webbrowser.GaleonCommandTest.test_open_with_autoraise_false) ... ok test_open (test.test_webbrowser.GenericBrowserCommandTest.test_open) ... ok test_environment (test.test_webbrowser.ImportTest.test_environment) ... ok test_environment_preferred (test.test_webbrowser.ImportTest.test_environment_preferred) ... ok test_get (test.test_webbrowser.ImportTest.test_get) ... ok test_register (test.test_webbrowser.ImportTest.test_register) ... ok test_synthesize (test.test_webbrowser.ImportTest.test_synthesize) ... ok test_open (test.test_webbrowser.MozillaCommandTest.test_open) ... ok test_open_new (test.test_webbrowser.MozillaCommandTest.test_open_new) ... ok test_open_new_tab (test.test_webbrowser.MozillaCommandTest.test_open_new_tab) ... ok test_open_with_autoraise_false (test.test_webbrowser.MozillaCommandTest.test_open_with_autoraise_false) ... ok test_open (test.test_webbrowser.NetscapeCommandTest.test_open) ... ok test_open_new (test.test_webbrowser.NetscapeCommandTest.test_open_new) ... ok test_open_new_tab (test.test_webbrowser.NetscapeCommandTest.test_open_new_tab) ... ok test_open_with_autoraise_false (test.test_webbrowser.NetscapeCommandTest.test_open_with_autoraise_false) ... ok test_open (test.test_webbrowser.OperaCommandTest.test_open) ... ok test_open_new (test.test_webbrowser.OperaCommandTest.test_open_new) ... ok test_open_new_tab (test.test_webbrowser.OperaCommandTest.test_open_new_tab) ... ok test_open_with_autoraise_false (test.test_webbrowser.OperaCommandTest.test_open_with_autoraise_false) ... ok ---------------------------------------------------------------------- Ran 34 tests in 0.020s OK 0:32:01 load avg: 1.37 [412/432/1] test_winconsoleio test_winconsoleio skipped -- test only relevant on win32 0:32:01 load avg: 1.37 [413/432/1] test_winreg -- test_winconsoleio skipped test_winreg skipped -- No module named 'winreg' 0:32:01 load avg: 1.37 [414/432/1] test_winsound -- test_winreg skipped test_winsound skipped -- No module named 'winsound' 0:32:02 load avg: 1.37 [415/432/1] test_with -- test_winsound skipped testMultipleComplexTargets (test.test_with.AssignmentTargetTestCase.testMultipleComplexTargets) ... ok testSingleComplexTarget (test.test_with.AssignmentTargetTestCase.testSingleComplexTarget) ... ok testWithExtendedTargets (test.test_with.AssignmentTargetTestCase.testWithExtendedTargets) ... ok testErrorsInBool (test.test_with.ExceptionalTestCase.testErrorsInBool) ... ok testExceptionNormalized (test.test_with.ExceptionalTestCase.testExceptionNormalized) ... ok testMultipleResourcesInSingleStatement (test.test_with.ExceptionalTestCase.testMultipleResourcesInSingleStatement) ... ok testNestedExceptionAfterInnerStatement (test.test_with.ExceptionalTestCase.testNestedExceptionAfterInnerStatement) ... ok testNestedExceptionBeforeInnerStatement (test.test_with.ExceptionalTestCase.testNestedExceptionBeforeInnerStatement) ... ok testNestedSingleStatements (test.test_with.ExceptionalTestCase.testNestedSingleStatements) ... ok testRaisedGeneratorExit1 (test.test_with.ExceptionalTestCase.testRaisedGeneratorExit1) ... ok testRaisedGeneratorExit2 (test.test_with.ExceptionalTestCase.testRaisedGeneratorExit2) ... ok testRaisedStopIteration1 (test.test_with.ExceptionalTestCase.testRaisedStopIteration1) ... ok testRaisedStopIteration2 (test.test_with.ExceptionalTestCase.testRaisedStopIteration2) ... ok testRaisedStopIteration3 (test.test_with.ExceptionalTestCase.testRaisedStopIteration3) ... ok testSingleResource (test.test_with.ExceptionalTestCase.testSingleResource) ... ok testExitFalseDoesntSwallowException (test.test_with.ExitSwallowsExceptionTestCase.testExitFalseDoesntSwallowException) ... ok testExitTrueSwallowsException (test.test_with.ExitSwallowsExceptionTestCase.testExitTrueSwallowsException) ... ok testAssignmentToNoneError (test.test_with.FailureTestCase.testAssignmentToNoneError) ... ok testAssignmentToTupleContainingNoneError (test.test_with.FailureTestCase.testAssignmentToTupleContainingNoneError) ... ok testAssignmentToTupleOnlyContainingNoneError (test.test_with.FailureTestCase.testAssignmentToTupleOnlyContainingNoneError) ... ok testEnterAttributeError1 (test.test_with.FailureTestCase.testEnterAttributeError1) ... ok testEnterAttributeError2 (test.test_with.FailureTestCase.testEnterAttributeError2) ... ok testEnterThrows (test.test_with.FailureTestCase.testEnterThrows) ... ok testExitAttributeError (test.test_with.FailureTestCase.testExitAttributeError) ... ok testExitThrows (test.test_with.FailureTestCase.testExitThrows) ... ok testNameError (test.test_with.FailureTestCase.testNameError) ... ok testMultipleArgBound (test.test_with.NestedNonexceptionalTestCase.testMultipleArgBound) ... ok testMultipleArgUnbound (test.test_with.NestedNonexceptionalTestCase.testMultipleArgUnbound) ... ok testSingleArgBoundToMultipleElementTupleError (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToMultipleElementTupleError) ... ok testSingleArgBoundToNonTuple (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToNonTuple) ... ok testSingleArgBoundToSingleElementParenthesizedList (test.test_with.NestedNonexceptionalTestCase.testSingleArgBoundToSingleElementParenthesizedList) ... ok testSingleArgInlineGeneratorSyntax (test.test_with.NestedNonexceptionalTestCase.testSingleArgInlineGeneratorSyntax) ... ok testSingleArgUnbound (test.test_with.NestedNonexceptionalTestCase.testSingleArgUnbound) ... ok testEnterReturnsTuple (test.test_with.NestedWith.testEnterReturnsTuple) ... ok testExceptionInEnter (test.test_with.NestedWith.testExceptionInEnter) ... ok testExceptionInExit (test.test_with.NestedWith.testExceptionInExit) ... ok testExceptionInExprList (test.test_with.NestedWith.testExceptionInExprList) ... ok testNoExceptions (test.test_with.NestedWith.testNoExceptions) ... ok testWithBreak (test.test_with.NonLocalFlowControlTestCase.testWithBreak) ... ok testWithContinue (test.test_with.NonLocalFlowControlTestCase.testWithContinue) ... ok testWithRaise (test.test_with.NonLocalFlowControlTestCase.testWithRaise) ... ok testWithReturn (test.test_with.NonLocalFlowControlTestCase.testWithReturn) ... ok testWithYield (test.test_with.NonLocalFlowControlTestCase.testWithYield) ... ok testBoundGenerator (test.test_with.NonexceptionalTestCase.testBoundGenerator) ... ok testInlineGeneratorBoundSyntax (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundSyntax) ... ok testInlineGeneratorBoundToDottedVariable (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToDottedVariable) ... ok testInlineGeneratorBoundToExistingVariable (test.test_with.NonexceptionalTestCase.testInlineGeneratorBoundToExistingVariable) ... ok testInlineGeneratorSyntax (test.test_with.NonexceptionalTestCase.testInlineGeneratorSyntax) ... ok testNestedSingleStatements (test.test_with.NonexceptionalTestCase.testNestedSingleStatements) ... ok testUnboundGenerator (test.test_with.NonexceptionalTestCase.testUnboundGenerator) ... ok ---------------------------------------------------------------------- Ran 50 tests in 0.002s OK 0:32:03 load avg: 1.34 [416/432/1] test_wsgiref testAbstractMethods (test.test_wsgiref.HandlerTests.testAbstractMethods) ... ok testBasicErrorOutput (test.test_wsgiref.HandlerTests.testBasicErrorOutput) ... ok testBytesData (test.test_wsgiref.HandlerTests.testBytesData) ... ok testCGIEnviron (test.test_wsgiref.HandlerTests.testCGIEnviron) ... ok testClientConnectionTerminations (test.test_wsgiref.HandlerTests.testClientConnectionTerminations) ... ok testCloseOnError (test.test_wsgiref.HandlerTests.testCloseOnError) ... ok testContentLength (test.test_wsgiref.HandlerTests.testContentLength) ... ok testDontResetInternalStateOnException (test.test_wsgiref.HandlerTests.testDontResetInternalStateOnException) ... ok testEnviron (test.test_wsgiref.HandlerTests.testEnviron) ... ok testErrorAfterOutput (test.test_wsgiref.HandlerTests.testErrorAfterOutput) ... ok testHeaderFormats (test.test_wsgiref.HandlerTests.testHeaderFormats) ... ok testPartialWrite (test.test_wsgiref.HandlerTests.testPartialWrite) ... ok testScheme (test.test_wsgiref.HandlerTests.testScheme) ... ok testExtras (test.test_wsgiref.HeaderTests.testExtras) ... ok testMappingInterface (test.test_wsgiref.HeaderTests.testMappingInterface) ... ok testRequireList (test.test_wsgiref.HeaderTests.testRequireList) ... ok test_bytes_validation (test.test_wsgiref.IntegrationTests.test_bytes_validation) ... ok test_cp1252_url (test.test_wsgiref.IntegrationTests.test_cp1252_url) ... ok test_environ (test.test_wsgiref.IntegrationTests.test_environ) ... ok test_interrupted_write (test.test_wsgiref.IntegrationTests.test_interrupted_write) ... ok test_plain_hello (test.test_wsgiref.IntegrationTests.test_plain_hello) ... ok test_request_length (test.test_wsgiref.IntegrationTests.test_request_length) ... ok test_simple_validation_error (test.test_wsgiref.IntegrationTests.test_simple_validation_error) ... ok test_status_validation_errors (test.test_wsgiref.IntegrationTests.test_status_validation_errors) ... ok test_validated_hello (test.test_wsgiref.IntegrationTests.test_validated_hello) ... ok test_wsgi_input (test.test_wsgiref.IntegrationTests.test_wsgi_input) ... ok testAppURIs (test.test_wsgiref.UtilityTests.testAppURIs) ... ok testCrossDefaults (test.test_wsgiref.UtilityTests.testCrossDefaults) ... ok testDefaults (test.test_wsgiref.UtilityTests.testDefaults) ... ok testFileWrapper (test.test_wsgiref.UtilityTests.testFileWrapper) ... ok testGuessScheme (test.test_wsgiref.UtilityTests.testGuessScheme) ... ok testHopByHop (test.test_wsgiref.UtilityTests.testHopByHop) ... ok testNormalizedShifts (test.test_wsgiref.UtilityTests.testNormalizedShifts) ... ok testReqURIs (test.test_wsgiref.UtilityTests.testReqURIs) ... ok testSimpleShifts (test.test_wsgiref.UtilityTests.testSimpleShifts) ... ok ---------------------------------------------------------------------- Ran 35 tests in 0.017s OK 0:32:04 load avg: 1.34 [417/432/1] test_xdrlib test_double (test.test_xdrlib.ConversionErrorTest.test_double) ... ok test_float (test.test_xdrlib.ConversionErrorTest.test_float) ... ok test_pack_int (test.test_xdrlib.ConversionErrorTest.test_pack_int) ... ok test_pack_uint (test.test_xdrlib.ConversionErrorTest.test_pack_uint) ... ok test_uhyper (test.test_xdrlib.ConversionErrorTest.test_uhyper) ... ok test_xdr (test.test_xdrlib.XDRTest.test_xdr) ... ok ---------------------------------------------------------------------- Ran 6 tests in 0.000s OK 0:32:05 load avg: 1.34 [418/432/1] test_xml_dom_minicompat test_emptynodelist___add__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___add__) ... ok test_emptynodelist___radd__ (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist___radd__) ... ok test_emptynodelist_item (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_item) ... ok test_emptynodelist_length (test.test_xml_dom_minicompat.EmptyNodeListTestCase.test_emptynodelist_length) ... ok test_nodelist___add__ (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___add__) ... ok test_nodelist___radd__ (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist___radd__) ... ok test_nodelist_copy (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_copy) ... ok test_nodelist_deepcopy (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_deepcopy) ... ok test_nodelist_item (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_item) ... ok test_nodelist_length (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_length) ... ok test_nodelist_pickle_roundtrip (test.test_xml_dom_minicompat.NodeListTestCase.test_nodelist_pickle_roundtrip) ... ok ---------------------------------------------------------------------- Ran 11 tests in 0.000s OK 0:32:05 load avg: 1.34 [419/432/1] test_xml_etree test_all (test.test_xml_etree.ModuleTest.test_all) ... ok test_sanity (test.test_xml_etree.ModuleTest.test_sanity) ... ok test_delslice (test.test_xml_etree.ElementSlicingTest.test_delslice) ... ok test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_negative_steps) ... ok test_getslice_range (test.test_xml_etree.ElementSlicingTest.test_getslice_range) ... ok test_getslice_single_index (test.test_xml_etree.ElementSlicingTest.test_getslice_single_index) ... ok test_getslice_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_steps) ... ok test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_negative_steps) ... ok test_setslice_range (test.test_xml_etree.ElementSlicingTest.test_setslice_range) ... ok test_setslice_single_index (test.test_xml_etree.ElementSlicingTest.test_setslice_single_index) ... ok test_setslice_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_steps) ... ok test___copy__ (test.test_xml_etree.BasicElementTest.test___copy__) ... ok test___deepcopy__ (test.test_xml_etree.BasicElementTest.test___deepcopy__) ... ok test___init__ (test.test_xml_etree.BasicElementTest.test___init__) ... ok test_augmentation_type_errors (test.test_xml_etree.BasicElementTest.test_augmentation_type_errors) ... ok test_copy (test.test_xml_etree.BasicElementTest.test_copy) ... ok test_cyclic_gc (test.test_xml_etree.BasicElementTest.test_cyclic_gc) ... ok test_get_keyword_args (test.test_xml_etree.BasicElementTest.test_get_keyword_args) ... ok test_pickle (test.test_xml_etree.BasicElementTest.test_pickle) ... ok test_pickle_issue18997 (test.test_xml_etree.BasicElementTest.test_pickle_issue18997) ... ok test_weakref (test.test_xml_etree.BasicElementTest.test_weakref) ... ok test_ass_subscr (test.test_xml_etree.BadElementTest.test_ass_subscr) ... ok test_element_get_tail (test.test_xml_etree.BadElementTest.test_element_get_tail) ... ok test_element_get_text (test.test_xml_etree.BadElementTest.test_element_get_text) ... ok test_extend_mutable_list (test.test_xml_etree.BadElementTest.test_extend_mutable_list) ... ok test_extend_mutable_list2 (test.test_xml_etree.BadElementTest.test_extend_mutable_list2) ... ok test_recursive_repr (test.test_xml_etree.BadElementTest.test_recursive_repr) ... ok test_remove_with_mutating (test.test_xml_etree.BadElementTest.test_remove_with_mutating) ... ok test_subscr (test.test_xml_etree.BadElementTest.test_subscr) ... ok test_treebuilder_end (test.test_xml_etree.BadElementTest.test_treebuilder_end) ... ok test_treebuilder_start (test.test_xml_etree.BadElementTest.test_treebuilder_start) ... ok test_find_with_error (test.test_xml_etree.BadElementPathTest.test_find_with_error) ... ok test_find_with_mutating (test.test_xml_etree.BadElementPathTest.test_find_with_mutating) ... ok test_findall_with_error (test.test_xml_etree.BadElementPathTest.test_findall_with_error) ... ok test_findall_with_mutating (test.test_xml_etree.BadElementPathTest.test_findall_with_mutating) ... ok test_findtext_with_error (test.test_xml_etree.BadElementPathTest.test_findtext_with_error) ... ok test_findtext_with_falsey_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_falsey_text_attribute) ... ok test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest.test_findtext_with_mutating) ... ok test_findtext_with_none_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_none_text_attribute) ... ok test_attlist_default (test.test_xml_etree.ElementTreeTest.test_attlist_default) ... ok test_attrib (test.test_xml_etree.ElementTreeTest.test_attrib) ... ok test_cdata (test.test_xml_etree.ElementTreeTest.test_cdata) ... ok test_children (test.test_xml_etree.ElementTreeTest.test_children) ... ok test_copy (test.test_xml_etree.ElementTreeTest.test_copy) ... ok test_custom_builder (test.test_xml_etree.ElementTreeTest.test_custom_builder) ... ok test_custom_builder_only_end_ns (test.test_xml_etree.ElementTreeTest.test_custom_builder_only_end_ns) ... ok test_doctype_public (test.test_xml_etree.ElementTreeTest.test_doctype_public) ... ok test_dump_attribute_order (test.test_xml_etree.ElementTreeTest.test_dump_attribute_order) ... ok test_encoding (test.test_xml_etree.ElementTreeTest.test_encoding) ... ok test_entity (test.test_xml_etree.ElementTreeTest.test_entity) ... ok test_file_init (test.test_xml_etree.ElementTreeTest.test_file_init) ... ok test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest.test_html_empty_elems_serialization) ... ok test_indent (test.test_xml_etree.ElementTreeTest.test_indent) ... ok test_indent_level (test.test_xml_etree.ElementTreeTest.test_indent_level) ... ok test_indent_space (test.test_xml_etree.ElementTreeTest.test_indent_space) ... ok test_indent_space_caching (test.test_xml_etree.ElementTreeTest.test_indent_space_caching) ... ok test_initialize_parser_without_target (test.test_xml_etree.ElementTreeTest.test_initialize_parser_without_target) ... ok test_interface (test.test_xml_etree.ElementTreeTest.test_interface) ... ok test_issue18347 (test.test_xml_etree.ElementTreeTest.test_issue18347) ... ok test_iterparse (test.test_xml_etree.ElementTreeTest.test_iterparse) ... ok test_makeelement (test.test_xml_etree.ElementTreeTest.test_makeelement) ... ok test_methods (test.test_xml_etree.ElementTreeTest.test_methods) ... ok test_namespace (test.test_xml_etree.ElementTreeTest.test_namespace) ... ok test_parsefile (test.test_xml_etree.ElementTreeTest.test_parsefile) ... ok test_parseliteral (test.test_xml_etree.ElementTreeTest.test_parseliteral) ... ok test_path_cache (test.test_xml_etree.ElementTreeTest.test_path_cache) ... ok test_processinginstruction (test.test_xml_etree.ElementTreeTest.test_processinginstruction) ... ok test_qname (test.test_xml_etree.ElementTreeTest.test_qname) ... ok test_set_attribute (test.test_xml_etree.ElementTreeTest.test_set_attribute) ... ok test_simpleops (test.test_xml_etree.ElementTreeTest.test_simpleops) ... ok test_tostring_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace) ... ok test_tostring_default_namespace_different_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_different_namespace) ... ok test_tostring_default_namespace_original_no_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_original_no_namespace) ... ok test_tostring_no_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_no_xml_declaration) ... ok test_tostring_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration) ... ok test_tostring_xml_declaration_cases (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_cases) ... ok test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding) ... ok test_tostringlist_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostringlist_default_namespace) ... ok test_tostringlist_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostringlist_xml_declaration) ... ok test_tree_write_attribute_order (test.test_xml_etree.ElementTreeTest.test_tree_write_attribute_order) ... ok test_writefile (test.test_xml_etree.ElementTreeTest.test_writefile) ... ok test_writestring (test.test_xml_etree.ElementTreeTest.test_writestring) ... ok test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest.test_xpath_tokenizer) ... ok test_encoding (test.test_xml_etree.IOTest.test_encoding) ... ok test_read_from_bytesio (test.test_xml_etree.IOTest.test_read_from_bytesio) ... ok test_read_from_stringio (test.test_xml_etree.IOTest.test_read_from_stringio) ... ok test_read_from_user_binary_reader (test.test_xml_etree.IOTest.test_read_from_user_binary_reader) ... ok test_read_from_user_text_reader (test.test_xml_etree.IOTest.test_read_from_user_text_reader) ... ok test_short_empty_elements (test.test_xml_etree.IOTest.test_short_empty_elements) ... ok test_tostringlist_invariant (test.test_xml_etree.IOTest.test_tostringlist_invariant) ... ok test_write_to_binary_file (test.test_xml_etree.IOTest.test_write_to_binary_file) ... ok test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest.test_write_to_binary_file_with_bom) ... ok test_write_to_binary_file_with_encoding (test.test_xml_etree.IOTest.test_write_to_binary_file_with_encoding) ... ok test_write_to_bytesio (test.test_xml_etree.IOTest.test_write_to_bytesio) ... ok test_write_to_filename (test.test_xml_etree.IOTest.test_write_to_filename) ... ok test_write_to_filename_as_unicode (test.test_xml_etree.IOTest.test_write_to_filename_as_unicode) ... ok test_write_to_filename_with_encoding (test.test_xml_etree.IOTest.test_write_to_filename_with_encoding) ... ok test_write_to_stringio (test.test_xml_etree.IOTest.test_write_to_stringio) ... ok test_write_to_text_file (test.test_xml_etree.IOTest.test_write_to_text_file) ... ok test_write_to_user_binary_writer (test.test_xml_etree.IOTest.test_write_to_user_binary_writer) ... ok test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest.test_write_to_user_binary_writer_with_bom) ... ok test_write_to_user_text_writer (test.test_xml_etree.IOTest.test_write_to_user_text_writer) ... ok test_error_code (test.test_xml_etree.ParseErrorTest.test_error_code) ... ok test_error_position (test.test_xml_etree.ParseErrorTest.test_error_position) ... ok test_subclass (test.test_xml_etree.ParseErrorTest.test_subclass) ... ok test_xinclude (test.test_xml_etree.XIncludeTest.test_xinclude) ... ok test_xinclude_default (test.test_xml_etree.XIncludeTest.test_xinclude_default) ... ok test_xinclude_failures (test.test_xml_etree.XIncludeTest.test_xinclude_failures) ... ok test_xinclude_repeated (test.test_xml_etree.XIncludeTest.test_xinclude_repeated) ... ok test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_constructor) ... ok test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_find) ... ok test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_new_method) ... ok test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_trivial) ... ok test_istype (test.test_xml_etree.ElementTreeTypeTest.test_istype) ... ok test_bad_find (test.test_xml_etree.ElementFindTest.test_bad_find) ... ok test_find_simple (test.test_xml_etree.ElementFindTest.test_find_simple) ... ok test_find_through_ElementTree (test.test_xml_etree.ElementFindTest.test_find_through_ElementTree) ... ok test_find_xpath (test.test_xml_etree.ElementFindTest.test_find_xpath) ... ok test_findall (test.test_xml_etree.ElementFindTest.test_findall) ... ok test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest.test_findall_different_nsmaps) ... ok test_findall_wildcard (test.test_xml_etree.ElementFindTest.test_findall_wildcard) ... ok test_test_find_with_ns (test.test_xml_etree.ElementFindTest.test_test_find_with_ns) ... ok test_basic (test.test_xml_etree.ElementIterTest.test_basic) ... ok test_copy (test.test_xml_etree.ElementIterTest.test_copy) ... ok test_corners (test.test_xml_etree.ElementIterTest.test_corners) ... ok test_iter_by_tag (test.test_xml_etree.ElementIterTest.test_iter_by_tag) ... ok test_pickle (test.test_xml_etree.ElementIterTest.test_pickle) ... ok test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest.test_builder_lookup_errors) ... ok test_doctype (test.test_xml_etree.TreeBuilderTest.test_doctype) ... ok test_dummy_builder (test.test_xml_etree.TreeBuilderTest.test_dummy_builder) ... ok test_element_factory (test.test_xml_etree.TreeBuilderTest.test_element_factory) ... ok test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_pure_python_subclass) ... ok test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_subclass) ... ok test_late_tail (test.test_xml_etree.TreeBuilderTest.test_late_tail) ... ok test_late_tail_mix_pi_comments (test.test_xml_etree.TreeBuilderTest.test_late_tail_mix_pi_comments) ... ok test_subclass (test.test_xml_etree.TreeBuilderTest.test_subclass) ... ok test_subclass_comment_pi (test.test_xml_etree.TreeBuilderTest.test_subclass_comment_pi) ... ok test_treebuilder_comment (test.test_xml_etree.TreeBuilderTest.test_treebuilder_comment) ... ok test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest.test_treebuilder_elementfactory_none) ... ok test_treebuilder_pi (test.test_xml_etree.TreeBuilderTest.test_treebuilder_pi) ... ok test_constructor_args (test.test_xml_etree.XMLParserTest.test_constructor_args) ... ok test_doctype_warning (test.test_xml_etree.XMLParserTest.test_doctype_warning) ... ok test_inherited_doctype (test.test_xml_etree.XMLParserTest.test_inherited_doctype) Ensure that ordinary usage is not deprecated (Issue 19176) ... ok test_parse_string (test.test_xml_etree.XMLParserTest.test_parse_string) ... ok test_subclass (test.test_xml_etree.XMLParserTest.test_subclass) ... ok test_subclass_doctype (test.test_xml_etree.XMLParserTest.test_subclass_doctype) ... ok test_events (test.test_xml_etree.XMLPullParserTest.test_events) ... ok test_events_comment (test.test_xml_etree.XMLPullParserTest.test_events_comment) ... ok test_events_pi (test.test_xml_etree.XMLPullParserTest.test_events_pi) ... ok test_events_sequence (test.test_xml_etree.XMLPullParserTest.test_events_sequence) ... ok test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest.test_feed_while_iterating) ... ok test_ns_events (test.test_xml_etree.XMLPullParserTest.test_ns_events) ... ok test_ns_events_start (test.test_xml_etree.XMLPullParserTest.test_ns_events_start) ... ok test_ns_events_start_end (test.test_xml_etree.XMLPullParserTest.test_ns_events_start_end) ... ok test_simple_xml (test.test_xml_etree.XMLPullParserTest.test_simple_xml) ... ok test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest.test_simple_xml_with_ns) ... ok test_unknown_event (test.test_xml_etree.XMLPullParserTest.test_unknown_event) ... ok test_39495_treebuilder_start (test.test_xml_etree.BugsTest.test_39495_treebuilder_start) ... ok test_bug_1534630 (test.test_xml_etree.BugsTest.test_bug_1534630) ... ok test_bug_200708_close (test.test_xml_etree.BugsTest.test_bug_200708_close) ... ok test_bug_200708_newline (test.test_xml_etree.BugsTest.test_bug_200708_newline) ... ok test_bug_200709_default_namespace (test.test_xml_etree.BugsTest.test_bug_200709_default_namespace) ... ok test_bug_200709_element_comment (test.test_xml_etree.BugsTest.test_bug_200709_element_comment) ... ok test_bug_200709_element_insert (test.test_xml_etree.BugsTest.test_bug_200709_element_insert) ... ok test_bug_200709_iter_comment (test.test_xml_etree.BugsTest.test_bug_200709_iter_comment) ... ok test_bug_200709_register_namespace (test.test_xml_etree.BugsTest.test_bug_200709_register_namespace) ... ok test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit21) ... ok test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit25) ... ok test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit28) ... ok test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit39) ... ok test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit54) ... ok test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit55) ... ok test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit60) ... ok test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit62) ... ok test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit63) ... ok test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest.test_bug_xmltoolkitX1) ... ok test_expat224_utf8_bug (test.test_xml_etree.BugsTest.test_expat224_utf8_bug) ... ok test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest.test_expat224_utf8_bug_file) ... ok test_issue10777 (test.test_xml_etree.BugsTest.test_issue10777) ... ok test_issue6233 (test.test_xml_etree.BugsTest.test_issue6233) ... ok test_issue6565 (test.test_xml_etree.BugsTest.test_issue6565) ... ok test_lost_elem (test.test_xml_etree.BugsTest.test_lost_elem) ... skipped 'generators are not reentrant' test_lost_tail (test.test_xml_etree.BugsTest.test_lost_tail) ... ok test_lost_text (test.test_xml_etree.BugsTest.test_lost_text) ... ok test_issue14818 (test.test_xml_etree.KeywordArgsTest.test_issue14818) ... ok test_c14n_exclusion (test.test_xml_etree.C14NTest.test_c14n_exclusion) ... ok test_simple_roundtrip (test.test_xml_etree.C14NTest.test_simple_roundtrip) ... ok test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) ... test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nPrefixQnameXpathElem(PrefixRewrite=sequential,QNameAware=Element,XPathElement)] ... skipped 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem' test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nQnameXpathElem(QNameAware=Element,XPathElement)] ... skipped 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem' test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsRedecl_c14nDefault()] ... skipped 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault' test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsSuperfluous_c14nDefault()] ... skipped 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault' ---------------------------------------------------------------------- Ran 188 tests in 2.010s OK (skipped=5) 0:32:08 load avg: 1.31 [420/432/1] test_xml_etree_c test_bpo_31728 (test.test_xml_etree_c.MiscTests.test_bpo_31728) ... ok test_del_attribute (test.test_xml_etree_c.MiscTests.test_del_attribute) ... ok test_dict_disappearing_during_get_item (test.test_xml_etree_c.MiscTests.test_dict_disappearing_during_get_item) ... ok test_iterparse_leaks (test.test_xml_etree_c.MiscTests.test_iterparse_leaks) ... ok test_length_overflow (test.test_xml_etree_c.MiscTests.test_length_overflow) ... skipped 'not enough memory: 2.0G minimum needed' test_parser_ref_cycle (test.test_xml_etree_c.MiscTests.test_parser_ref_cycle) ... ok test_setstate_leaks (test.test_xml_etree_c.MiscTests.test_setstate_leaks) ... ok test_trashcan (test.test_xml_etree_c.MiscTests.test_trashcan) ... ok test_uninitialized_parser (test.test_xml_etree_c.MiscTests.test_uninitialized_parser) ... ok test_xmlpullparser_leaks (test.test_xml_etree_c.MiscTests.test_xmlpullparser_leaks) ... ok test_alias_working (test.test_xml_etree_c.TestAliasWorking.test_alias_working) ... ok test_correct_import_cET (test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET) ... ok test_correct_import_cET_alias (test.test_xml_etree_c.TestAcceleratorImported.test_correct_import_cET_alias) ... ok test_parser_comes_from_C (test.test_xml_etree_c.TestAcceleratorImported.test_parser_comes_from_C) ... ok test_element (test.test_xml_etree_c.SizeofTest.test_element) ... ok test_element_with_attrib (test.test_xml_etree_c.SizeofTest.test_element_with_attrib) ... ok test_element_with_children (test.test_xml_etree_c.SizeofTest.test_element_with_children) ... ok ---------------------------------------------------------------------- Ran 17 tests in 1.096s OK (skipped=1) test_all (test.test_xml_etree.ModuleTest.test_all) ... ok test_sanity (test.test_xml_etree.ModuleTest.test_sanity) ... ok test_delslice (test.test_xml_etree.ElementSlicingTest.test_delslice) ... ok test_getslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_negative_steps) ... ok test_getslice_range (test.test_xml_etree.ElementSlicingTest.test_getslice_range) ... ok test_getslice_single_index (test.test_xml_etree.ElementSlicingTest.test_getslice_single_index) ... ok test_getslice_steps (test.test_xml_etree.ElementSlicingTest.test_getslice_steps) ... ok test_setslice_negative_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_negative_steps) ... ok test_setslice_range (test.test_xml_etree.ElementSlicingTest.test_setslice_range) ... ok test_setslice_single_index (test.test_xml_etree.ElementSlicingTest.test_setslice_single_index) ... ok test_setslice_steps (test.test_xml_etree.ElementSlicingTest.test_setslice_steps) ... ok test___copy__ (test.test_xml_etree.BasicElementTest.test___copy__) ... ok test___deepcopy__ (test.test_xml_etree.BasicElementTest.test___deepcopy__) ... ok test___init__ (test.test_xml_etree.BasicElementTest.test___init__) ... ok test_augmentation_type_errors (test.test_xml_etree.BasicElementTest.test_augmentation_type_errors) ... ok test_copy (test.test_xml_etree.BasicElementTest.test_copy) ... skipped 'Element.copy() not present' test_cyclic_gc (test.test_xml_etree.BasicElementTest.test_cyclic_gc) ... ok test_get_keyword_args (test.test_xml_etree.BasicElementTest.test_get_keyword_args) ... ok test_pickle (test.test_xml_etree.BasicElementTest.test_pickle) ... ok test_pickle_issue18997 (test.test_xml_etree.BasicElementTest.test_pickle_issue18997) ... ok test_weakref (test.test_xml_etree.BasicElementTest.test_weakref) ... ok test_ass_subscr (test.test_xml_etree.BadElementTest.test_ass_subscr) ... ok test_element_get_tail (test.test_xml_etree.BadElementTest.test_element_get_tail) ... ok test_element_get_text (test.test_xml_etree.BadElementTest.test_element_get_text) ... ok test_extend_mutable_list (test.test_xml_etree.BadElementTest.test_extend_mutable_list) ... ok test_extend_mutable_list2 (test.test_xml_etree.BadElementTest.test_extend_mutable_list2) ... ok test_recursive_repr (test.test_xml_etree.BadElementTest.test_recursive_repr) ... ok test_remove_with_mutating (test.test_xml_etree.BadElementTest.test_remove_with_mutating) ... ok test_subscr (test.test_xml_etree.BadElementTest.test_subscr) ... ok test_treebuilder_end (test.test_xml_etree.BadElementTest.test_treebuilder_end) ... ok test_treebuilder_start (test.test_xml_etree.BadElementTest.test_treebuilder_start) ... ok test_find_with_error (test.test_xml_etree.BadElementPathTest.test_find_with_error) ... ok test_find_with_mutating (test.test_xml_etree.BadElementPathTest.test_find_with_mutating) ... ok test_findall_with_error (test.test_xml_etree.BadElementPathTest.test_findall_with_error) ... ok test_findall_with_mutating (test.test_xml_etree.BadElementPathTest.test_findall_with_mutating) ... ok test_findtext_with_error (test.test_xml_etree.BadElementPathTest.test_findtext_with_error) ... ok test_findtext_with_falsey_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_falsey_text_attribute) ... ok test_findtext_with_mutating (test.test_xml_etree.BadElementPathTest.test_findtext_with_mutating) ... ok test_findtext_with_none_text_attribute (test.test_xml_etree.BadElementPathTest.test_findtext_with_none_text_attribute) ... ok test_attlist_default (test.test_xml_etree.ElementTreeTest.test_attlist_default) ... ok test_attrib (test.test_xml_etree.ElementTreeTest.test_attrib) ... ok test_cdata (test.test_xml_etree.ElementTreeTest.test_cdata) ... ok test_children (test.test_xml_etree.ElementTreeTest.test_children) ... ok test_copy (test.test_xml_etree.ElementTreeTest.test_copy) ... ok test_custom_builder (test.test_xml_etree.ElementTreeTest.test_custom_builder) ... ok test_custom_builder_only_end_ns (test.test_xml_etree.ElementTreeTest.test_custom_builder_only_end_ns) ... ok test_doctype_public (test.test_xml_etree.ElementTreeTest.test_doctype_public) ... ok test_dump_attribute_order (test.test_xml_etree.ElementTreeTest.test_dump_attribute_order) ... ok test_encoding (test.test_xml_etree.ElementTreeTest.test_encoding) ... ok test_entity (test.test_xml_etree.ElementTreeTest.test_entity) ... ok test_file_init (test.test_xml_etree.ElementTreeTest.test_file_init) ... ok test_html_empty_elems_serialization (test.test_xml_etree.ElementTreeTest.test_html_empty_elems_serialization) ... ok test_indent (test.test_xml_etree.ElementTreeTest.test_indent) ... ok test_indent_level (test.test_xml_etree.ElementTreeTest.test_indent_level) ... ok test_indent_space (test.test_xml_etree.ElementTreeTest.test_indent_space) ... ok test_indent_space_caching (test.test_xml_etree.ElementTreeTest.test_indent_space_caching) ... ok test_initialize_parser_without_target (test.test_xml_etree.ElementTreeTest.test_initialize_parser_without_target) ... ok test_interface (test.test_xml_etree.ElementTreeTest.test_interface) ... ok test_issue18347 (test.test_xml_etree.ElementTreeTest.test_issue18347) ... ok test_iterparse (test.test_xml_etree.ElementTreeTest.test_iterparse) ... ok test_makeelement (test.test_xml_etree.ElementTreeTest.test_makeelement) ... ok test_methods (test.test_xml_etree.ElementTreeTest.test_methods) ... ok test_namespace (test.test_xml_etree.ElementTreeTest.test_namespace) ... ok test_parsefile (test.test_xml_etree.ElementTreeTest.test_parsefile) ... ok test_parseliteral (test.test_xml_etree.ElementTreeTest.test_parseliteral) ... ok test_path_cache (test.test_xml_etree.ElementTreeTest.test_path_cache) ... ok test_processinginstruction (test.test_xml_etree.ElementTreeTest.test_processinginstruction) ... ok test_qname (test.test_xml_etree.ElementTreeTest.test_qname) ... ok test_set_attribute (test.test_xml_etree.ElementTreeTest.test_set_attribute) ... ok test_simpleops (test.test_xml_etree.ElementTreeTest.test_simpleops) ... ok test_tostring_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace) ... ok test_tostring_default_namespace_different_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_different_namespace) ... ok test_tostring_default_namespace_original_no_namespace (test.test_xml_etree.ElementTreeTest.test_tostring_default_namespace_original_no_namespace) ... ok test_tostring_no_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_no_xml_declaration) ... ok test_tostring_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration) ... ok test_tostring_xml_declaration_cases (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_cases) ... ok test_tostring_xml_declaration_unicode_encoding (test.test_xml_etree.ElementTreeTest.test_tostring_xml_declaration_unicode_encoding) ... ok test_tostringlist_default_namespace (test.test_xml_etree.ElementTreeTest.test_tostringlist_default_namespace) ... ok test_tostringlist_xml_declaration (test.test_xml_etree.ElementTreeTest.test_tostringlist_xml_declaration) ... ok test_tree_write_attribute_order (test.test_xml_etree.ElementTreeTest.test_tree_write_attribute_order) ... ok test_writefile (test.test_xml_etree.ElementTreeTest.test_writefile) ... ok test_writestring (test.test_xml_etree.ElementTreeTest.test_writestring) ... ok test_xpath_tokenizer (test.test_xml_etree.ElementTreeTest.test_xpath_tokenizer) ... ok test_encoding (test.test_xml_etree.IOTest.test_encoding) ... ok test_read_from_bytesio (test.test_xml_etree.IOTest.test_read_from_bytesio) ... ok test_read_from_stringio (test.test_xml_etree.IOTest.test_read_from_stringio) ... ok test_read_from_user_binary_reader (test.test_xml_etree.IOTest.test_read_from_user_binary_reader) ... ok test_read_from_user_text_reader (test.test_xml_etree.IOTest.test_read_from_user_text_reader) ... ok test_short_empty_elements (test.test_xml_etree.IOTest.test_short_empty_elements) ... ok test_tostringlist_invariant (test.test_xml_etree.IOTest.test_tostringlist_invariant) ... ok test_write_to_binary_file (test.test_xml_etree.IOTest.test_write_to_binary_file) ... ok test_write_to_binary_file_with_bom (test.test_xml_etree.IOTest.test_write_to_binary_file_with_bom) ... ok test_write_to_binary_file_with_encoding (test.test_xml_etree.IOTest.test_write_to_binary_file_with_encoding) ... ok test_write_to_bytesio (test.test_xml_etree.IOTest.test_write_to_bytesio) ... ok test_write_to_filename (test.test_xml_etree.IOTest.test_write_to_filename) ... ok test_write_to_filename_as_unicode (test.test_xml_etree.IOTest.test_write_to_filename_as_unicode) ... ok test_write_to_filename_with_encoding (test.test_xml_etree.IOTest.test_write_to_filename_with_encoding) ... ok test_write_to_stringio (test.test_xml_etree.IOTest.test_write_to_stringio) ... ok test_write_to_text_file (test.test_xml_etree.IOTest.test_write_to_text_file) ... ok test_write_to_user_binary_writer (test.test_xml_etree.IOTest.test_write_to_user_binary_writer) ... ok test_write_to_user_binary_writer_with_bom (test.test_xml_etree.IOTest.test_write_to_user_binary_writer_with_bom) ... ok test_write_to_user_text_writer (test.test_xml_etree.IOTest.test_write_to_user_text_writer) ... ok test_error_code (test.test_xml_etree.ParseErrorTest.test_error_code) ... ok test_error_position (test.test_xml_etree.ParseErrorTest.test_error_position) ... ok test_subclass (test.test_xml_etree.ParseErrorTest.test_subclass) ... ok test_xinclude (test.test_xml_etree.XIncludeTest.test_xinclude) ... ok test_xinclude_default (test.test_xml_etree.XIncludeTest.test_xinclude_default) ... ok test_xinclude_failures (test.test_xml_etree.XIncludeTest.test_xinclude_failures) ... ok test_xinclude_repeated (test.test_xml_etree.XIncludeTest.test_xinclude_repeated) ... ok test_Element_subclass_constructor (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_constructor) ... ok test_Element_subclass_find (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_find) ... ok test_Element_subclass_new_method (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_new_method) ... ok test_Element_subclass_trivial (test.test_xml_etree.ElementTreeTypeTest.test_Element_subclass_trivial) ... ok test_istype (test.test_xml_etree.ElementTreeTypeTest.test_istype) ... ok test_bad_find (test.test_xml_etree.ElementFindTest.test_bad_find) ... ok test_find_simple (test.test_xml_etree.ElementFindTest.test_find_simple) ... ok test_find_through_ElementTree (test.test_xml_etree.ElementFindTest.test_find_through_ElementTree) ... ok test_find_xpath (test.test_xml_etree.ElementFindTest.test_find_xpath) ... ok test_findall (test.test_xml_etree.ElementFindTest.test_findall) ... ok test_findall_different_nsmaps (test.test_xml_etree.ElementFindTest.test_findall_different_nsmaps) ... ok test_findall_wildcard (test.test_xml_etree.ElementFindTest.test_findall_wildcard) ... ok test_test_find_with_ns (test.test_xml_etree.ElementFindTest.test_test_find_with_ns) ... ok test_basic (test.test_xml_etree.ElementIterTest.test_basic) ... ok test_copy (test.test_xml_etree.ElementIterTest.test_copy) ... ok test_corners (test.test_xml_etree.ElementIterTest.test_corners) ... ok test_iter_by_tag (test.test_xml_etree.ElementIterTest.test_iter_by_tag) ... ok test_pickle (test.test_xml_etree.ElementIterTest.test_pickle) ... ok test_builder_lookup_errors (test.test_xml_etree.TreeBuilderTest.test_builder_lookup_errors) ... ok test_doctype (test.test_xml_etree.TreeBuilderTest.test_doctype) ... ok test_dummy_builder (test.test_xml_etree.TreeBuilderTest.test_dummy_builder) ... ok test_element_factory (test.test_xml_etree.TreeBuilderTest.test_element_factory) ... ok test_element_factory_pure_python_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_pure_python_subclass) ... ok test_element_factory_subclass (test.test_xml_etree.TreeBuilderTest.test_element_factory_subclass) ... ok test_late_tail (test.test_xml_etree.TreeBuilderTest.test_late_tail) ... ok test_late_tail_mix_pi_comments (test.test_xml_etree.TreeBuilderTest.test_late_tail_mix_pi_comments) ... ok test_subclass (test.test_xml_etree.TreeBuilderTest.test_subclass) ... ok test_subclass_comment_pi (test.test_xml_etree.TreeBuilderTest.test_subclass_comment_pi) ... ok test_treebuilder_comment (test.test_xml_etree.TreeBuilderTest.test_treebuilder_comment) ... ok test_treebuilder_elementfactory_none (test.test_xml_etree.TreeBuilderTest.test_treebuilder_elementfactory_none) ... ok test_treebuilder_pi (test.test_xml_etree.TreeBuilderTest.test_treebuilder_pi) ... ok test_constructor_args (test.test_xml_etree.XMLParserTest.test_constructor_args) ... ok test_doctype_warning (test.test_xml_etree.XMLParserTest.test_doctype_warning) ... ok test_inherited_doctype (test.test_xml_etree.XMLParserTest.test_inherited_doctype) Ensure that ordinary usage is not deprecated (Issue 19176) ... ok test_parse_string (test.test_xml_etree.XMLParserTest.test_parse_string) ... ok test_subclass (test.test_xml_etree.XMLParserTest.test_subclass) ... ok test_subclass_doctype (test.test_xml_etree.XMLParserTest.test_subclass_doctype) ... ok test_events (test.test_xml_etree.XMLPullParserTest.test_events) ... ok test_events_comment (test.test_xml_etree.XMLPullParserTest.test_events_comment) ... ok test_events_pi (test.test_xml_etree.XMLPullParserTest.test_events_pi) ... ok test_events_sequence (test.test_xml_etree.XMLPullParserTest.test_events_sequence) ... ok test_feed_while_iterating (test.test_xml_etree.XMLPullParserTest.test_feed_while_iterating) ... ok test_ns_events (test.test_xml_etree.XMLPullParserTest.test_ns_events) ... ok test_ns_events_start (test.test_xml_etree.XMLPullParserTest.test_ns_events_start) ... ok test_ns_events_start_end (test.test_xml_etree.XMLPullParserTest.test_ns_events_start_end) ... ok test_simple_xml (test.test_xml_etree.XMLPullParserTest.test_simple_xml) ... ok test_simple_xml_with_ns (test.test_xml_etree.XMLPullParserTest.test_simple_xml_with_ns) ... ok test_unknown_event (test.test_xml_etree.XMLPullParserTest.test_unknown_event) ... ok test_39495_treebuilder_start (test.test_xml_etree.BugsTest.test_39495_treebuilder_start) ... ok test_bug_1534630 (test.test_xml_etree.BugsTest.test_bug_1534630) ... ok test_bug_200708_close (test.test_xml_etree.BugsTest.test_bug_200708_close) ... ok test_bug_200708_newline (test.test_xml_etree.BugsTest.test_bug_200708_newline) ... ok test_bug_200709_default_namespace (test.test_xml_etree.BugsTest.test_bug_200709_default_namespace) ... ok test_bug_200709_element_comment (test.test_xml_etree.BugsTest.test_bug_200709_element_comment) ... ok test_bug_200709_element_insert (test.test_xml_etree.BugsTest.test_bug_200709_element_insert) ... ok test_bug_200709_iter_comment (test.test_xml_etree.BugsTest.test_bug_200709_iter_comment) ... ok test_bug_200709_register_namespace (test.test_xml_etree.BugsTest.test_bug_200709_register_namespace) ... ok test_bug_xmltoolkit21 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit21) ... ok test_bug_xmltoolkit25 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit25) ... ok test_bug_xmltoolkit28 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit28) ... ok test_bug_xmltoolkit39 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit39) ... ok test_bug_xmltoolkit54 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit54) ... ok test_bug_xmltoolkit55 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit55) ... ok test_bug_xmltoolkit60 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit60) ... ok test_bug_xmltoolkit62 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit62) ... ok test_bug_xmltoolkit63 (test.test_xml_etree.BugsTest.test_bug_xmltoolkit63) ... ok test_bug_xmltoolkitX1 (test.test_xml_etree.BugsTest.test_bug_xmltoolkitX1) ... ok test_expat224_utf8_bug (test.test_xml_etree.BugsTest.test_expat224_utf8_bug) ... ok test_expat224_utf8_bug_file (test.test_xml_etree.BugsTest.test_expat224_utf8_bug_file) ... ok test_issue10777 (test.test_xml_etree.BugsTest.test_issue10777) ... ok test_issue6233 (test.test_xml_etree.BugsTest.test_issue6233) ... ok test_issue6565 (test.test_xml_etree.BugsTest.test_issue6565) ... ok test_lost_elem (test.test_xml_etree.BugsTest.test_lost_elem) ... ok test_lost_tail (test.test_xml_etree.BugsTest.test_lost_tail) ... ok test_lost_text (test.test_xml_etree.BugsTest.test_lost_text) ... ok test_issue14818 (test.test_xml_etree.KeywordArgsTest.test_issue14818) ... ok test_c14n_exclusion (test.test_xml_etree.C14NTest.test_c14n_exclusion) ... ok test_simple_roundtrip (test.test_xml_etree.C14NTest.test_simple_roundtrip) ... ok test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) ... test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nPrefixQnameXpathElem(PrefixRewrite=sequential,QNameAware=Element,XPathElement)] ... skipped 'QName rewriting in XPath text is not supported in out_inNsContent_c14nPrefixQnameXpathElem' test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsContent_c14nQnameXpathElem(QNameAware=Element,XPathElement)] ... skipped 'QName rewriting in XPath text is not supported in out_inNsContent_c14nQnameXpathElem' test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsRedecl_c14nDefault()] ... skipped 'Redeclared namespace handling is not supported in out_inNsRedecl_c14nDefault' test_xml_c14n2 (test.test_xml_etree.C14NTest.test_xml_c14n2) [out_inNsSuperfluous_c14nDefault()] ... skipped 'Redeclared namespace handling is not supported in out_inNsSuperfluous_c14nDefault' test_correct_import_pyET (test.test_xml_etree.NoAcceleratorTest.test_correct_import_pyET) ... ok ---------------------------------------------------------------------- Ran 189 tests in 2.018s OK (skipped=5) 0:32:12 load avg: 1.29 [421/432/1] test_xmlrpc test_decode (test.test_xmlrpc.BinaryTestCase.test_decode) ... ok test_default (test.test_xmlrpc.BinaryTestCase.test_default) ... ok test_string (test.test_xmlrpc.BinaryTestCase.test_string) ... ok test_cgi_get (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_get) ... ok test_cgi_xmlrpc_response (test.test_xmlrpc.CGIHandlerTestCase.test_cgi_xmlrpc_response) ... ok test_comparison (test.test_xmlrpc.DateTimeTestCase.test_comparison) ... ok test_datetime_datetime (test.test_xmlrpc.DateTimeTestCase.test_datetime_datetime) ... ok test_decode (test.test_xmlrpc.DateTimeTestCase.test_decode) ... ok test_default (test.test_xmlrpc.DateTimeTestCase.test_default) ... ok test_repr (test.test_xmlrpc.DateTimeTestCase.test_repr) ... ok test_time (test.test_xmlrpc.DateTimeTestCase.test_time) ... ok test_time_struct (test.test_xmlrpc.DateTimeTestCase.test_time_struct) ... ok test_time_tuple (test.test_xmlrpc.DateTimeTestCase.test_time_tuple) ... ok test_basic (test.test_xmlrpc.FailingServerTestCase.test_basic) ... ok test_fail_no_info (test.test_xmlrpc.FailingServerTestCase.test_fail_no_info) ... ok test_fail_with_info (test.test_xmlrpc.FailingServerTestCase.test_fail_with_info) ... ok test_dotted_attribute (test.test_xmlrpc.FaultTestCase.test_dotted_attribute) ... ok test_dump_fault (test.test_xmlrpc.FaultTestCase.test_dump_fault) ... ok test_repr (test.test_xmlrpc.FaultTestCase.test_repr) ... ok test_bad_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_bad_gzip_request) ... ok test_gzip_request (test.test_xmlrpc.GzipServerTestCase.test_gzip_request) ... ok test_gzip_response (test.test_xmlrpc.GzipServerTestCase.test_gzip_response) ... ok test_gzip_decode_limit (test.test_xmlrpc.GzipUtilTestCase.test_gzip_decode_limit) ... ok test_header (test.test_xmlrpc.HeadersServerTestCase.test_header) ... ok test_header_empty (test.test_xmlrpc.HeadersServerTestCase.test_header_empty) ... ok test_header_items (test.test_xmlrpc.HeadersServerTestCase.test_header_items) ... ok test_header_many (test.test_xmlrpc.HeadersServerTestCase.test_header_many) ... ok test_header_tuple (test.test_xmlrpc.HeadersServerTestCase.test_header_tuple) ... ok test_escape (test.test_xmlrpc.HelperTestCase.test_escape) ... ok test_two (test.test_xmlrpc.KeepaliveServerTestCase1.test_two) ... ok test_close (test.test_xmlrpc.KeepaliveServerTestCase2.test_close) ... ok test_transport (test.test_xmlrpc.KeepaliveServerTestCase2.test_transport) ... ok test_empty_path (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path) ... ok test_empty_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_fragment) ... ok test_empty_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_empty_path_query) ... ok test_invalid_path (test.test_xmlrpc.MultiPathServerTestCase.test_invalid_path) ... ok test_path1 (test.test_xmlrpc.MultiPathServerTestCase.test_path1) ... ok test_path2 (test.test_xmlrpc.MultiPathServerTestCase.test_path2) ... ok test_path3 (test.test_xmlrpc.MultiPathServerTestCase.test_path3) ... ok test_path_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_fragment) ... ok test_path_query (test.test_xmlrpc.MultiPathServerTestCase.test_path_query) ... ok test_path_query_fragment (test.test_xmlrpc.MultiPathServerTestCase.test_path_query_fragment) ... ok test_root_path (test.test_xmlrpc.MultiPathServerTestCase.test_root_path) ... ok test_close (test.test_xmlrpc.ServerProxyTestCase.test_close) ... ok test_transport (test.test_xmlrpc.ServerProxyTestCase.test_transport) ... ok test_server_encoding (test.test_xmlrpc.SimpleServerEncodingTestCase.test_server_encoding) ... ok test_404 (test.test_xmlrpc.SimpleServerTestCase.test_404) ... ok test_allow_dotted_names_true (test.test_xmlrpc.SimpleServerTestCase.test_allow_dotted_names_true) ... ok test_client_encoding (test.test_xmlrpc.SimpleServerTestCase.test_client_encoding) ... ok test_context_manager (test.test_xmlrpc.SimpleServerTestCase.test_context_manager) ... ok test_context_manager_method_error (test.test_xmlrpc.SimpleServerTestCase.test_context_manager_method_error) ... ok test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase.test_dotted_attribute) ... ok test_introspection1 (test.test_xmlrpc.SimpleServerTestCase.test_introspection1) ... ok test_introspection2 (test.test_xmlrpc.SimpleServerTestCase.test_introspection2) ... ok test_introspection3 (test.test_xmlrpc.SimpleServerTestCase.test_introspection3) ... ok test_introspection4 (test.test_xmlrpc.SimpleServerTestCase.test_introspection4) ... ok test_multicall (test.test_xmlrpc.SimpleServerTestCase.test_multicall) ... ok test_non_existing_multicall (test.test_xmlrpc.SimpleServerTestCase.test_non_existing_multicall) ... ok test_nonascii (test.test_xmlrpc.SimpleServerTestCase.test_nonascii) ... ok test_nonascii_methodname (test.test_xmlrpc.SimpleServerTestCase.test_nonascii_methodname) ... ok test_partial_post (test.test_xmlrpc.SimpleServerTestCase.test_partial_post) ... ok test_simple1 (test.test_xmlrpc.SimpleServerTestCase.test_simple1) ... ok test_unicode_host (test.test_xmlrpc.SimpleServerTestCase.test_unicode_host) ... ok test_call_dispatch_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_dispatch_func) Calls the registered instance's `_dispatch` function ... ok test_call_instance_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_instance_func) Calls a registered instance attribute as a function ... ok test_call_registered_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_call_registered_func) Calls explicitly registered function ... ok test_cannot_locate_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_cannot_locate_func) Calls a function that the dispatcher cannot locate ... ok test_instance_has_no_func (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_instance_has_no_func) Attempts to call nonexistent function on a registered instance ... ok test_registered_func_is_none (test.test_xmlrpc.SimpleXMLRPCDispatcherTestCase.test_registered_func_is_none) Calls explicitly registered function which is None ... ok test_cgihandler_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_cgihandler_has_use_builtin_types_flag) ... ok test_use_builtin_types (test.test_xmlrpc.UseBuiltinTypesTestCase.test_use_builtin_types) ... ok test_xmlrpcserver_has_use_builtin_types_flag (test.test_xmlrpc.UseBuiltinTypesTestCase.test_xmlrpcserver_has_use_builtin_types_flag) ... ok test_bug_1164912 (test.test_xmlrpc.XMLRPCTestCase.test_bug_1164912) ... ok test_datetime_before_1900 (test.test_xmlrpc.XMLRPCTestCase.test_datetime_before_1900) ... ok test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_bad_dict) ... ok test_dump_bare_datetime (test.test_xmlrpc.XMLRPCTestCase.test_dump_bare_datetime) ... ok test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_int) ... ok test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase.test_dump_big_long) ... ok test_dump_bytes (test.test_xmlrpc.XMLRPCTestCase.test_dump_bytes) ... ok test_dump_double (test.test_xmlrpc.XMLRPCTestCase.test_dump_double) ... ok test_dump_encoding (test.test_xmlrpc.XMLRPCTestCase.test_dump_encoding) ... ok test_dump_load (test.test_xmlrpc.XMLRPCTestCase.test_dump_load) ... ok test_dump_none (test.test_xmlrpc.XMLRPCTestCase.test_dump_none) ... ok test_dump_recursive_dict (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_dict) ... ok test_dump_recursive_seq (test.test_xmlrpc.XMLRPCTestCase.test_dump_recursive_seq) ... ok test_get_host_info (test.test_xmlrpc.XMLRPCTestCase.test_get_host_info) ... ok test_keepalive_disconnect (test.test_xmlrpc.XMLRPCTestCase.test_keepalive_disconnect) ... ok test_limit_int (test.test_xmlrpc.XMLRPCTestCase.test_limit_int) ... ok test_load_extension_types (test.test_xmlrpc.XMLRPCTestCase.test_load_extension_types) ... ok test_load_standard_types (test.test_xmlrpc.XMLRPCTestCase.test_load_standard_types) ... ok test_loads_unsupported (test.test_xmlrpc.XMLRPCTestCase.test_loads_unsupported) ... ok test_newstyle_class (test.test_xmlrpc.XMLRPCTestCase.test_newstyle_class) ... ok test_ssl_presence (test.test_xmlrpc.XMLRPCTestCase.test_ssl_presence) ... ok ---------------------------------------------------------------------- Ran 93 tests in 27.324s OK 0:32:41 load avg: 0.97 [422/432/1] test_xmlrpc_net test_python_builders (test.test_xmlrpc_net.PythonBuildersTest.test_python_builders) ... skipped 'XXX: buildbot.python.org/all/xmlrpc/ is gone' ---------------------------------------------------------------------- Ran 1 test in 0.000s OK (skipped=1) 0:32:41 load avg: 0.97 [423/432/1] test_xxlimited test_buffer (test.test_xxlimited.TestXXLimited.test_buffer) ... ok test_error (test.test_xxlimited.TestXXLimited.test_error) ... ok test_foo (test.test_xxlimited.TestXXLimited.test_foo) ... ok test_new (test.test_xxlimited.TestXXLimited.test_new) ... ok test_str (test.test_xxlimited.TestXXLimited.test_str) ... ok test_xxo_attributes (test.test_xxlimited.TestXXLimited.test_xxo_attributes) ... ok test_xxo_demo (test.test_xxlimited.TestXXLimited.test_xxo_demo) ... ok test_xxo_new (test.test_xxlimited.TestXXLimited.test_xxo_new) ... ok test_foo (test.test_xxlimited.TestXXLimited35.test_foo) ... ok test_new (test.test_xxlimited.TestXXLimited35.test_new) ... ok test_null (test.test_xxlimited.TestXXLimited35.test_null) ... ok test_roj (test.test_xxlimited.TestXXLimited35.test_roj) ... ok test_str (test.test_xxlimited.TestXXLimited35.test_str) ... ok test_xxo_attributes (test.test_xxlimited.TestXXLimited35.test_xxo_attributes) ... ok test_xxo_demo (test.test_xxlimited.TestXXLimited35.test_xxo_demo) ... ok test_xxo_new (test.test_xxlimited.TestXXLimited35.test_xxo_new) ... ok ---------------------------------------------------------------------- Ran 16 tests in 0.000s OK 0:32:42 load avg: 0.97 [424/432/1] test_xxtestfuzz test_sample_input_smoke_test (test.test_xxtestfuzz.TestFuzzer.test_sample_input_smoke_test) This is only a regression test: Check that it doesn't crash. ... ok ---------------------------------------------------------------------- Ran 1 test in 0.001s OK 0:32:43 load avg: 0.97 [425/432/1] test_yield_from test_attempted_yield_from_loop (test.test_yield_from.TestPEP380Operation.test_attempted_yield_from_loop) Test attempted yield-from loop ... ok test_attempting_to_send_to_non_generator (test.test_yield_from.TestPEP380Operation.test_attempting_to_send_to_non_generator) Test attempting to send to non-generator ... ok test_broken_getattr_handling (test.test_yield_from.TestPEP380Operation.test_broken_getattr_handling) Test subiterator with a broken getattr implementation ... ok test_catching_exception_from_subgen_and_returning (test.test_yield_from.TestPEP380Operation.test_catching_exception_from_subgen_and_returning) Test catching an exception thrown into a ... ok test_close_with_cleared_frame (test.test_yield_from.TestPEP380Operation.test_close_with_cleared_frame) ... ok test_conversion_of_sendNone_to_next (test.test_yield_from.TestPEP380Operation.test_conversion_of_sendNone_to_next) Test conversion of send(None) to next() ... ok test_custom_iterator_return (test.test_yield_from.TestPEP380Operation.test_custom_iterator_return) ... ok test_delegating_close (test.test_yield_from.TestPEP380Operation.test_delegating_close) Test delegating 'close' ... ok test_delegating_generators_claim_to_be_running (test.test_yield_from.TestPEP380Operation.test_delegating_generators_claim_to_be_running) ... ok test_delegating_throw (test.test_yield_from.TestPEP380Operation.test_delegating_throw) Test delegating 'throw' ... ok test_delegating_throw_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegating_throw_to_non_generator) Test delegating 'throw' to non-generator ... ok test_delegation_of_close_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegation_of_close_to_non_generator) Test delegation of close() to non-generator ... ok test_delegation_of_initial_next_to_subgenerator (test.test_yield_from.TestPEP380Operation.test_delegation_of_initial_next_to_subgenerator) Test delegation of initial next() call to subgenerator ... ok test_delegation_of_next_call_to_subgenerator (test.test_yield_from.TestPEP380Operation.test_delegation_of_next_call_to_subgenerator) Test delegation of next() call to subgenerator ... ok test_delegation_of_next_to_non_generator (test.test_yield_from.TestPEP380Operation.test_delegation_of_next_to_non_generator) Test delegation of next() to non-generator ... ok test_delegation_of_send (test.test_yield_from.TestPEP380Operation.test_delegation_of_send) Test delegation of send() ... ok test_delegator_is_visible_to_debugger (test.test_yield_from.TestPEP380Operation.test_delegator_is_visible_to_debugger) ... ok test_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation.test_exception_in_initial_next_call) Test exception in initial next() call ... ok test_exception_value_crash (test.test_yield_from.TestPEP380Operation.test_exception_value_crash) ... ok test_generator_return_value (test.test_yield_from.TestPEP380Operation.test_generator_return_value) Test generator return value ... ok test_handing_exception_while_delegating_close (test.test_yield_from.TestPEP380Operation.test_handing_exception_while_delegating_close) Test handling exception while delegating 'close' ... ok test_handling_exception_while_delegating_send (test.test_yield_from.TestPEP380Operation.test_handling_exception_while_delegating_send) Test handling exception while delegating 'send' ... ok test_next_and_return_with_value (test.test_yield_from.TestPEP380Operation.test_next_and_return_with_value) Test next and return with value ... ok test_raising_exception_in_delegated_next_call (test.test_yield_from.TestPEP380Operation.test_raising_exception_in_delegated_next_call) Test raising exception in delegated next() call ... ok test_raising_exception_in_initial_next_call (test.test_yield_from.TestPEP380Operation.test_raising_exception_in_initial_next_call) Test raising exception in initial next() call ... ok test_returning_value_from_delegated_throw (test.test_yield_from.TestPEP380Operation.test_returning_value_from_delegated_throw) Test returning value from delegated 'throw' ... ok test_send_and_return_with_value (test.test_yield_from.TestPEP380Operation.test_send_and_return_with_value) Test send and return with value ... ok test_send_tuple_with_custom_generator (test.test_yield_from.TestPEP380Operation.test_send_tuple_with_custom_generator) ... ok test_throwing_GeneratorExit_into_subgen_that_raises (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgen_that_raises) Test throwing GeneratorExit into a subgenerator that ... ok test_throwing_GeneratorExit_into_subgen_that_returns (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgen_that_returns) Test throwing GeneratorExit into a subgenerator that ... ok test_throwing_GeneratorExit_into_subgenerator_that_yields (test.test_yield_from.TestPEP380Operation.test_throwing_GeneratorExit_into_subgenerator_that_yields) Test throwing GeneratorExit into a subgenerator that ... ok test_value_attribute_of_StopIteration_exception (test.test_yield_from.TestPEP380Operation.test_value_attribute_of_StopIteration_exception) Test 'value' attribute of StopIteration exception ... ok test_yield_from_empty (test.test_yield_from.TestPEP380Operation.test_yield_from_empty) ... ok ---------------------------------------------------------------------- Ran 33 tests in 0.250s OK 0:32:44 load avg: 0.97 [426/432/1] test_zipapp test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy) ... ok test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_change_main) ... ok test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_copy_inplace) ... ok test_cmdline_create (test.test_zipapp.ZipAppCmdlineTest.test_cmdline_create) ... ok test_info_command (test.test_zipapp.ZipAppCmdlineTest.test_info_command) ... ok test_info_error (test.test_zipapp.ZipAppCmdlineTest.test_info_error) ... ok test_content_of_copied_archive (test.test_zipapp.ZipAppTest.test_content_of_copied_archive) ... ok test_create_archive (test.test_zipapp.ZipAppTest.test_create_archive) ... ok test_create_archive_default_target (test.test_zipapp.ZipAppTest.test_create_archive_default_target) ... ok test_create_archive_filter_exclude_dir (test.test_zipapp.ZipAppTest.test_create_archive_filter_exclude_dir) ... ok test_create_archive_with_compression (test.test_zipapp.ZipAppTest.test_create_archive_with_compression) ... ok test_create_archive_with_filter (test.test_zipapp.ZipAppTest.test_create_archive_with_filter) ... ok test_create_archive_with_pathlib (test.test_zipapp.ZipAppTest.test_create_archive_with_pathlib) ... ok test_create_archive_with_subdirs (test.test_zipapp.ZipAppTest.test_create_archive_with_subdirs) ... ok test_custom_interpreter (test.test_zipapp.ZipAppTest.test_custom_interpreter) ... ok test_default_no_shebang (test.test_zipapp.ZipAppTest.test_default_no_shebang) ... ok test_main_and_main_py (test.test_zipapp.ZipAppTest.test_main_and_main_py) ... ok test_main_only_written_once (test.test_zipapp.ZipAppTest.test_main_only_written_once) ... ok test_main_validation (test.test_zipapp.ZipAppTest.test_main_validation) ... ok test_main_written (test.test_zipapp.ZipAppTest.test_main_written) ... ok test_modify_shebang (test.test_zipapp.ZipAppTest.test_modify_shebang) ... ok test_no_main (test.test_zipapp.ZipAppTest.test_no_main) ... ok test_no_shebang_is_not_executable (test.test_zipapp.ZipAppTest.test_no_shebang_is_not_executable) ... ok test_pack_to_fileobj (test.test_zipapp.ZipAppTest.test_pack_to_fileobj) ... ok test_read_from_fileobj (test.test_zipapp.ZipAppTest.test_read_from_fileobj) ... ok test_read_from_pathobj (test.test_zipapp.ZipAppTest.test_read_from_pathobj) ... ok test_read_missing_shebang (test.test_zipapp.ZipAppTest.test_read_missing_shebang) ... ok test_read_shebang (test.test_zipapp.ZipAppTest.test_read_shebang) ... ok test_remove_shebang (test.test_zipapp.ZipAppTest.test_remove_shebang) ... ok test_shebang_is_executable (test.test_zipapp.ZipAppTest.test_shebang_is_executable) ... ok test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest.test_write_shebang_to_fileobj) ... ok ---------------------------------------------------------------------- Ran 31 tests in 0.013s OK 0:32:45 load avg: 0.97 [427/432/1] test_zipfile test_read_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests.test_read_with_bad_crc) Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok test_testzip_with_bad_crc (test.test_zipfile.Bzip2BadCrcTests.test_testzip_with_bad_crc) Tests that files with bad CRCs return their name from testzip. ... ok test_basic (test.test_zipfile.Bzip2TestZip64InSmallFiles.test_basic) ... ok test_too_many_files (test.test_zipfile.Bzip2TestZip64InSmallFiles.test_too_many_files) ... ok test_too_many_files_append (test.test_zipfile.Bzip2TestZip64InSmallFiles.test_too_many_files_append) ... ok test_open (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles.test_open) ... ok test_random_open (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles.test_random_open) ... ok test_read (test.test_zipfile.Bzip2TestsWithRandomBinaryFiles.test_read) ... ok test_basic (test.test_zipfile.Bzip2TestsWithSourceFile.test_basic) ... ok test_compresslevel_basic (test.test_zipfile.Bzip2TestsWithSourceFile.test_compresslevel_basic) ... ok test_iterlines (test.test_zipfile.Bzip2TestsWithSourceFile.test_iterlines) ... ok test_low_compression (test.test_zipfile.Bzip2TestsWithSourceFile.test_low_compression) Check for cases where compressed data is larger than original. ... ok test_open (test.test_zipfile.Bzip2TestsWithSourceFile.test_open) ... ok test_open_with_pathlike (test.test_zipfile.Bzip2TestsWithSourceFile.test_open_with_pathlike) ... ok test_per_file_compresslevel (test.test_zipfile.Bzip2TestsWithSourceFile.test_per_file_compresslevel) Check that files within a Zip archive can have different ... ok test_random_open (test.test_zipfile.Bzip2TestsWithSourceFile.test_random_open) ... ok test_read1 (test.test_zipfile.Bzip2TestsWithSourceFile.test_read1) ... ok test_read1_10 (test.test_zipfile.Bzip2TestsWithSourceFile.test_read1_10) ... ok test_read_return_size (test.test_zipfile.Bzip2TestsWithSourceFile.test_read_return_size) ... ok test_readline (test.test_zipfile.Bzip2TestsWithSourceFile.test_readline) ... ok test_readline_read (test.test_zipfile.Bzip2TestsWithSourceFile.test_readline_read) ... ok test_readlines (test.test_zipfile.Bzip2TestsWithSourceFile.test_readlines) ... ok test_repr (test.test_zipfile.Bzip2TestsWithSourceFile.test_repr) ... ok test_truncated_zipfile (test.test_zipfile.Bzip2TestsWithSourceFile.test_truncated_zipfile) ... ok test_writestr_compression (test.test_zipfile.Bzip2TestsWithSourceFile.test_writestr_compression) ... ok test_writestr_compresslevel (test.test_zipfile.Bzip2TestsWithSourceFile.test_writestr_compresslevel) ... ok test_writing_errors (test.test_zipfile.Bzip2TestsWithSourceFile.test_writing_errors) ... ok test_close_after_close (test.test_zipfile.Bzip2WriterTests.test_close_after_close) ... ok test_issue44439 (test.test_zipfile.Bzip2WriterTests.test_issue44439) ... ok test_write_after_close (test.test_zipfile.Bzip2WriterTests.test_write_after_close) ... ok test_bad_use (test.test_zipfile.CommandLineTest.test_bad_use) ... ok test_create_command (test.test_zipfile.CommandLineTest.test_create_command) ... ok test_extract_command (test.test_zipfile.CommandLineTest.test_extract_command) ... ok test_list_command (test.test_zipfile.CommandLineTest.test_list_command) ... ok test_test_command (test.test_zipfile.CommandLineTest.test_test_command) ... ok test_bad_password (test.test_zipfile.DecryptionTests.test_bad_password) ... ok test_good_password (test.test_zipfile.DecryptionTests.test_good_password) ... ok test_no_password (test.test_zipfile.DecryptionTests.test_no_password) ... ok test_seek_tell (test.test_zipfile.DecryptionTests.test_seek_tell) ... ok test_unicode_password (test.test_zipfile.DecryptionTests.test_unicode_password) ... ok test_read_with_bad_crc (test.test_zipfile.DeflateBadCrcTests.test_read_with_bad_crc) Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok test_testzip_with_bad_crc (test.test_zipfile.DeflateBadCrcTests.test_testzip_with_bad_crc) Tests that files with bad CRCs return their name from testzip. ... ok test_basic (test.test_zipfile.DeflateTestZip64InSmallFiles.test_basic) ... ok test_too_many_files (test.test_zipfile.DeflateTestZip64InSmallFiles.test_too_many_files) ... ok test_too_many_files_append (test.test_zipfile.DeflateTestZip64InSmallFiles.test_too_many_files_append) ... ok test_open (test.test_zipfile.DeflateTestsWithRandomBinaryFiles.test_open) ... ok test_random_open (test.test_zipfile.DeflateTestsWithRandomBinaryFiles.test_random_open) ... ok test_read (test.test_zipfile.DeflateTestsWithRandomBinaryFiles.test_read) ... ok test_basic (test.test_zipfile.DeflateTestsWithSourceFile.test_basic) ... ok test_compresslevel_basic (test.test_zipfile.DeflateTestsWithSourceFile.test_compresslevel_basic) ... ok test_iterlines (test.test_zipfile.DeflateTestsWithSourceFile.test_iterlines) ... ok test_low_compression (test.test_zipfile.DeflateTestsWithSourceFile.test_low_compression) Check for cases where compressed data is larger than original. ... ok test_open (test.test_zipfile.DeflateTestsWithSourceFile.test_open) ... ok test_open_with_pathlike (test.test_zipfile.DeflateTestsWithSourceFile.test_open_with_pathlike) ... ok test_per_file_compression (test.test_zipfile.DeflateTestsWithSourceFile.test_per_file_compression) Check that files within a Zip archive can have different ... ok test_per_file_compresslevel (test.test_zipfile.DeflateTestsWithSourceFile.test_per_file_compresslevel) Check that files within a Zip archive can have different ... ok test_random_open (test.test_zipfile.DeflateTestsWithSourceFile.test_random_open) ... ok test_read1 (test.test_zipfile.DeflateTestsWithSourceFile.test_read1) ... ok test_read1_10 (test.test_zipfile.DeflateTestsWithSourceFile.test_read1_10) ... ok test_read_return_size (test.test_zipfile.DeflateTestsWithSourceFile.test_read_return_size) ... ok test_readline (test.test_zipfile.DeflateTestsWithSourceFile.test_readline) ... ok test_readline_read (test.test_zipfile.DeflateTestsWithSourceFile.test_readline_read) ... ok test_readlines (test.test_zipfile.DeflateTestsWithSourceFile.test_readlines) ... ok test_repr (test.test_zipfile.DeflateTestsWithSourceFile.test_repr) ... ok test_truncated_zipfile (test.test_zipfile.DeflateTestsWithSourceFile.test_truncated_zipfile) ... ok test_writestr_compression (test.test_zipfile.DeflateTestsWithSourceFile.test_writestr_compression) ... ok test_writestr_compresslevel (test.test_zipfile.DeflateTestsWithSourceFile.test_writestr_compresslevel) ... ok test_writing_errors (test.test_zipfile.DeflateTestsWithSourceFile.test_writing_errors) ... ok test_close_after_close (test.test_zipfile.DeflateWriterTests.test_close_after_close) ... ok test_issue44439 (test.test_zipfile.DeflateWriterTests.test_issue44439) ... ok test_write_after_close (test.test_zipfile.DeflateWriterTests.test_write_after_close) ... ok test_cli_with_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_cli_with_metadata_encoding) ... ok test_cli_with_metadata_encoding_extract (test.test_zipfile.EncodedMetadataTests.test_cli_with_metadata_encoding_extract) ... ok test_read_after_append (test.test_zipfile.EncodedMetadataTests.test_read_after_append) ... ok test_read_with_incorrect_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_read_with_incorrect_metadata_encoding) ... ok test_read_with_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_read_with_metadata_encoding) ... ok test_read_with_unsuitable_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_read_with_unsuitable_metadata_encoding) ... ok test_read_without_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_read_without_metadata_encoding) ... ok test_write_with_metadata_encoding (test.test_zipfile.EncodedMetadataTests.test_write_with_metadata_encoding) ... ok test_extract (test.test_zipfile.ExtractTests.test_extract) ... ok test_extract_all (test.test_zipfile.ExtractTests.test_extract_all) ... ok test_extract_all_with_target (test.test_zipfile.ExtractTests.test_extract_all_with_target) ... ok test_extract_all_with_target_pathlike (test.test_zipfile.ExtractTests.test_extract_all_with_target_pathlike) ... ok test_extract_hackers_arcnames_common_cases (test.test_zipfile.ExtractTests.test_extract_hackers_arcnames_common_cases) ... ok test_extract_hackers_arcnames_posix_only (test.test_zipfile.ExtractTests.test_extract_hackers_arcnames_posix_only) ... ok test_extract_hackers_arcnames_windows_only (test.test_zipfile.ExtractTests.test_extract_hackers_arcnames_windows_only) Test combination of path fixing and windows name sanitization. ... skipped 'Requires \\ as path separator.' test_extract_with_target (test.test_zipfile.ExtractTests.test_extract_with_target) ... ok test_extract_with_target_pathlike (test.test_zipfile.ExtractTests.test_extract_with_target_pathlike) ... ok test_sanitize_windows_name (test.test_zipfile.ExtractTests.test_sanitize_windows_name) ... ok test_read_with_bad_crc (test.test_zipfile.LzmaBadCrcTests.test_read_with_bad_crc) Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok test_testzip_with_bad_crc (test.test_zipfile.LzmaBadCrcTests.test_testzip_with_bad_crc) Tests that files with bad CRCs return their name from testzip. ... ok test_basic (test.test_zipfile.LzmaTestZip64InSmallFiles.test_basic) ... ok test_too_many_files (test.test_zipfile.LzmaTestZip64InSmallFiles.test_too_many_files) ... ok test_too_many_files_append (test.test_zipfile.LzmaTestZip64InSmallFiles.test_too_many_files_append) ... ok test_open (test.test_zipfile.LzmaTestsWithRandomBinaryFiles.test_open) ... ok test_random_open (test.test_zipfile.LzmaTestsWithRandomBinaryFiles.test_random_open) ... ok test_read (test.test_zipfile.LzmaTestsWithRandomBinaryFiles.test_read) ... ok test_basic (test.test_zipfile.LzmaTestsWithSourceFile.test_basic) ... ok test_compresslevel_basic (test.test_zipfile.LzmaTestsWithSourceFile.test_compresslevel_basic) ... ok test_iterlines (test.test_zipfile.LzmaTestsWithSourceFile.test_iterlines) ... ok test_low_compression (test.test_zipfile.LzmaTestsWithSourceFile.test_low_compression) Check for cases where compressed data is larger than original. ... ok test_open (test.test_zipfile.LzmaTestsWithSourceFile.test_open) ... ok test_open_with_pathlike (test.test_zipfile.LzmaTestsWithSourceFile.test_open_with_pathlike) ... ok test_per_file_compresslevel (test.test_zipfile.LzmaTestsWithSourceFile.test_per_file_compresslevel) Check that files within a Zip archive can have different ... ok test_random_open (test.test_zipfile.LzmaTestsWithSourceFile.test_random_open) ... ok test_read1 (test.test_zipfile.LzmaTestsWithSourceFile.test_read1) ... ok test_read1_10 (test.test_zipfile.LzmaTestsWithSourceFile.test_read1_10) ... ok test_read_return_size (test.test_zipfile.LzmaTestsWithSourceFile.test_read_return_size) ... ok test_readline (test.test_zipfile.LzmaTestsWithSourceFile.test_readline) ... ok test_readline_read (test.test_zipfile.LzmaTestsWithSourceFile.test_readline_read) ... ok test_readlines (test.test_zipfile.LzmaTestsWithSourceFile.test_readlines) ... ok test_repr (test.test_zipfile.LzmaTestsWithSourceFile.test_repr) ... ok test_truncated_zipfile (test.test_zipfile.LzmaTestsWithSourceFile.test_truncated_zipfile) ... ok test_writestr_compression (test.test_zipfile.LzmaTestsWithSourceFile.test_writestr_compression) ... ok test_writestr_compresslevel (test.test_zipfile.LzmaTestsWithSourceFile.test_writestr_compresslevel) ... ok test_writing_errors (test.test_zipfile.LzmaTestsWithSourceFile.test_writing_errors) ... ok test_close_after_close (test.test_zipfile.LzmaWriterTests.test_close_after_close) ... ok test_issue44439 (test.test_zipfile.LzmaWriterTests.test_issue44439) ... ok test_write_after_close (test.test_zipfile.LzmaWriterTests.test_write_after_close) ... ok test_bad_compression_mode (test.test_zipfile.OtherTests.test_bad_compression_mode) Check that bad compression methods passed to ZipFile.open are ... ok test_bad_constructor_mode (test.test_zipfile.OtherTests.test_bad_constructor_mode) Check that bad modes passed to ZipFile constructor are caught. ... ok test_bad_open_mode (test.test_zipfile.OtherTests.test_bad_open_mode) Check that bad modes passed to ZipFile.open are caught. ... ok test_change_comment_in_empty_archive (test.test_zipfile.OtherTests.test_change_comment_in_empty_archive) ... ok test_change_comment_in_nonempty_archive (test.test_zipfile.OtherTests.test_change_comment_in_nonempty_archive) ... ok test_close (test.test_zipfile.OtherTests.test_close) Check that the zipfile is closed after the 'with' block. ... ok test_close_erroneous_file (test.test_zipfile.OtherTests.test_close_erroneous_file) ... ok test_close_on_exception (test.test_zipfile.OtherTests.test_close_on_exception) Check that the zipfile is closed if an exception is raised in the ... ok test_closed_zip_raises_ValueError (test.test_zipfile.OtherTests.test_closed_zip_raises_ValueError) Verify that testzip() doesn't swallow inappropriate exceptions. ... ok test_comments (test.test_zipfile.OtherTests.test_comments) Check that comments on the archive are handled properly. ... ok test_create_empty_zipinfo_default_attributes (test.test_zipfile.OtherTests.test_create_empty_zipinfo_default_attributes) Ensure all required attributes are set. ... ok test_create_empty_zipinfo_repr (test.test_zipfile.OtherTests.test_create_empty_zipinfo_repr) Before bpo-26185, repr() on empty ZipInfo object was failing. ... ok test_create_non_existent_file_for_append (test.test_zipfile.OtherTests.test_create_non_existent_file_for_append) ... ok test_create_zipinfo_before_1980 (test.test_zipfile.OtherTests.test_create_zipinfo_before_1980) ... ok test_damaged_zipfile (test.test_zipfile.OtherTests.test_damaged_zipfile) Check that zipfiles with missing bytes at the end raise BadZipFile. ... ok test_decompress_without_3rd_party_library (test.test_zipfile.OtherTests.test_decompress_without_3rd_party_library) ... ok test_empty_file_raises_BadZipFile (test.test_zipfile.OtherTests.test_empty_file_raises_BadZipFile) ... ok test_empty_zipfile (test.test_zipfile.OtherTests.test_empty_zipfile) ... ok test_exclusive_create_zip_file (test.test_zipfile.OtherTests.test_exclusive_create_zip_file) Test exclusive creating a new zipfile. ... ok test_is_zip_erroneous_file (test.test_zipfile.OtherTests.test_is_zip_erroneous_file) Check that is_zipfile() correctly identifies non-zip files. ... ok test_is_zip_valid_file (test.test_zipfile.OtherTests.test_is_zip_valid_file) Check that is_zipfile() correctly identifies zip files. ... ok test_negative_central_directory_offset_raises_BadZipFile (test.test_zipfile.OtherTests.test_negative_central_directory_offset_raises_BadZipFile) ... ok test_non_existent_file_raises_OSError (test.test_zipfile.OtherTests.test_non_existent_file_raises_OSError) ... ok test_null_byte_in_filename (test.test_zipfile.OtherTests.test_null_byte_in_filename) Check that a filename containing a null byte is properly ... ok test_open_conflicting_handles (test.test_zipfile.OtherTests.test_open_conflicting_handles) ... ok test_open_empty_file (test.test_zipfile.OtherTests.test_open_empty_file) ... ok test_open_non_existent_item (test.test_zipfile.OtherTests.test_open_non_existent_item) Check that attempting to call open() for an item that doesn't ... ok test_open_via_zip_info (test.test_zipfile.OtherTests.test_open_via_zip_info) ... ok test_read0 (test.test_zipfile.OtherTests.test_read0) Check that calling read(0) on a ZipExtFile object returns an empty ... ok test_read_after_write_unicode_filenames (test.test_zipfile.OtherTests.test_read_after_write_unicode_filenames) ... ok test_read_unicode_filenames (test.test_zipfile.OtherTests.test_read_unicode_filenames) ... ok test_seek_tell (test.test_zipfile.OtherTests.test_seek_tell) ... ok test_struct_sizes (test.test_zipfile.OtherTests.test_struct_sizes) Check that ZIP internal structure sizes are calculated correctly. ... ok test_unicode_comment (test.test_zipfile.OtherTests.test_unicode_comment) ... ok test_unsupported_compression (test.test_zipfile.OtherTests.test_unsupported_compression) ... ok test_unsupported_version (test.test_zipfile.OtherTests.test_unsupported_version) ... ok test_write_unicode_filenames (test.test_zipfile.OtherTests.test_write_unicode_filenames) ... ok test_writestr_extended_local_header_issue1202 (test.test_zipfile.OtherTests.test_writestr_extended_local_header_issue1202) ... ok test_zipfile_with_short_extra_field (test.test_zipfile.OtherTests.test_zipfile_with_short_extra_field) If an extra field in the header is less than 4 bytes, skip it. ... ok test_write_filtered_python_package (test.test_zipfile.PyZipFileTests.test_write_filtered_python_package) ... ok test_write_non_pyfile (test.test_zipfile.PyZipFileTests.test_write_non_pyfile) ... ok test_write_pathlike (test.test_zipfile.PyZipFileTests.test_write_pathlike) ... ok test_write_pyfile (test.test_zipfile.PyZipFileTests.test_write_pyfile) ... ok test_write_pyfile_bad_syntax (test.test_zipfile.PyZipFileTests.test_write_pyfile_bad_syntax) ... ok test_write_python_directory (test.test_zipfile.PyZipFileTests.test_write_python_directory) ... ok test_write_python_directory_filtered (test.test_zipfile.PyZipFileTests.test_write_python_directory_filtered) ... ok test_write_python_package (test.test_zipfile.PyZipFileTests.test_write_python_package) ... ok test_write_with_optimization (test.test_zipfile.PyZipFileTests.test_write_with_optimization) ... ok test_read_with_bad_crc (test.test_zipfile.StoredBadCrcTests.test_read_with_bad_crc) Tests that files with bad CRCs raise a BadZipFile exception when read. ... ok test_testzip_with_bad_crc (test.test_zipfile.StoredBadCrcTests.test_testzip_with_bad_crc) Tests that files with bad CRCs return their name from testzip. ... ok test_absolute_arcnames (test.test_zipfile.StoredTestZip64InSmallFiles.test_absolute_arcnames) ... ok test_append (test.test_zipfile.StoredTestZip64InSmallFiles.test_append) ... ok test_bad_zip64_extra (test.test_zipfile.StoredTestZip64InSmallFiles.test_bad_zip64_extra) Missing zip64 extra records raises an exception. ... ok test_basic (test.test_zipfile.StoredTestZip64InSmallFiles.test_basic) ... ok test_force_zip64 (test.test_zipfile.StoredTestZip64InSmallFiles.test_force_zip64) Test that forcing zip64 extensions correctly notes this in the zip file ... ok test_generated_valid_zip64_extra (test.test_zipfile.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra) ... ok test_large_file_exception (test.test_zipfile.StoredTestZip64InSmallFiles.test_large_file_exception) ... ok test_too_many_files (test.test_zipfile.StoredTestZip64InSmallFiles.test_too_many_files) ... ok test_too_many_files_append (test.test_zipfile.StoredTestZip64InSmallFiles.test_too_many_files_append) ... ok test_unseekable_zip_known_filesize (test.test_zipfile.StoredTestZip64InSmallFiles.test_unseekable_zip_known_filesize) Test that creating a zip without seeking will use zip64 extensions if the file size is provided up-front ... ok test_unseekable_zip_unknown_filesize (test.test_zipfile.StoredTestZip64InSmallFiles.test_unseekable_zip_unknown_filesize) Test that creating a zip with/without seeking will raise a RuntimeError if zip64 was required but not used ... ok test_zip64_required_not_allowed_fail (test.test_zipfile.StoredTestZip64InSmallFiles.test_zip64_required_not_allowed_fail) Test that trying to add a large file to a zip that doesn't allow zip64 extensions fails on add ... ok test_open (test.test_zipfile.StoredTestsWithRandomBinaryFiles.test_open) ... ok test_random_open (test.test_zipfile.StoredTestsWithRandomBinaryFiles.test_random_open) ... ok test_read (test.test_zipfile.StoredTestsWithRandomBinaryFiles.test_read) ... ok test_absolute_arcnames (test.test_zipfile.StoredTestsWithSourceFile.test_absolute_arcnames) ... ok test_add_file_after_2107 (test.test_zipfile.StoredTestsWithSourceFile.test_add_file_after_2107) ... ok test_add_file_before_1980 (test.test_zipfile.StoredTestsWithSourceFile.test_add_file_before_1980) ... ok test_append_to_concatenated_zip_file (test.test_zipfile.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file) ... ok test_append_to_non_zip_file (test.test_zipfile.StoredTestsWithSourceFile.test_append_to_non_zip_file) Test appending to an existing file that is not a zipfile. ... ok test_append_to_zip_file (test.test_zipfile.StoredTestsWithSourceFile.test_append_to_zip_file) Test appending to an existing zipfile. ... ok test_basic (test.test_zipfile.StoredTestsWithSourceFile.test_basic) ... ok test_compresslevel_basic (test.test_zipfile.StoredTestsWithSourceFile.test_compresslevel_basic) ... ok test_ignores_newline_at_end (test.test_zipfile.StoredTestsWithSourceFile.test_ignores_newline_at_end) ... ok test_ignores_stuff_appended_past_comments (test.test_zipfile.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments) ... ok test_io_on_closed_zipextfile (test.test_zipfile.StoredTestsWithSourceFile.test_io_on_closed_zipextfile) ... ok test_iterlines (test.test_zipfile.StoredTestsWithSourceFile.test_iterlines) ... ok test_open (test.test_zipfile.StoredTestsWithSourceFile.test_open) ... ok test_open_with_pathlike (test.test_zipfile.StoredTestsWithSourceFile.test_open_with_pathlike) ... ok test_per_file_compresslevel (test.test_zipfile.StoredTestsWithSourceFile.test_per_file_compresslevel) Check that files within a Zip archive can have different ... ok test_random_open (test.test_zipfile.StoredTestsWithSourceFile.test_random_open) ... ok test_read1 (test.test_zipfile.StoredTestsWithSourceFile.test_read1) ... ok test_read1_10 (test.test_zipfile.StoredTestsWithSourceFile.test_read1_10) ... ok test_read_concatenated_zip_file (test.test_zipfile.StoredTestsWithSourceFile.test_read_concatenated_zip_file) ... ok test_read_return_size (test.test_zipfile.StoredTestsWithSourceFile.test_read_return_size) ... ok test_readline (test.test_zipfile.StoredTestsWithSourceFile.test_readline) ... ok test_readline_read (test.test_zipfile.StoredTestsWithSourceFile.test_readline_read) ... ok test_readlines (test.test_zipfile.StoredTestsWithSourceFile.test_readlines) ... ok test_repr (test.test_zipfile.StoredTestsWithSourceFile.test_repr) ... ok test_truncated_zipfile (test.test_zipfile.StoredTestsWithSourceFile.test_truncated_zipfile) ... ok test_write_default_name (test.test_zipfile.StoredTestsWithSourceFile.test_write_default_name) Check that calling ZipFile.write without arcname specified ... ok test_write_to_readonly (test.test_zipfile.StoredTestsWithSourceFile.test_write_to_readonly) Check that trying to call write() on a readonly ZipFile object ... ok test_writestr_compression (test.test_zipfile.StoredTestsWithSourceFile.test_writestr_compression) ... ok test_writestr_compresslevel (test.test_zipfile.StoredTestsWithSourceFile.test_writestr_compresslevel) ... ok test_writestr_permissions (test.test_zipfile.StoredTestsWithSourceFile.test_writestr_permissions) ... ok test_writing_errors (test.test_zipfile.StoredTestsWithSourceFile.test_writing_errors) ... ok test_close_after_close (test.test_zipfile.StoredWriterTests.test_close_after_close) ... ok test_issue44439 (test.test_zipfile.StoredWriterTests.test_issue44439) ... ok test_write_after_close (test.test_zipfile.StoredWriterTests.test_write_after_close) ... ok test_multiples (test.test_zipfile.StripExtraTests.test_multiples) ... ok test_no_data (test.test_zipfile.StripExtraTests.test_no_data) ... ok test_too_short (test.test_zipfile.StripExtraTests.test_too_short) ... ok test_with_data (test.test_zipfile.StripExtraTests.test_with_data) ... ok test_execute_zip2 (test.test_zipfile.TestExecutablePrependedZip.test_execute_zip2) ... ok test_execute_zip64 (test.test_zipfile.TestExecutablePrependedZip.test_execute_zip64) ... ok test_read_zip64_with_exe_prepended (test.test_zipfile.TestExecutablePrependedZip.test_read_zip64_with_exe_prepended) ... ok test_read_zip_with_exe_prepended (test.test_zipfile.TestExecutablePrependedZip.test_read_zip_with_exe_prepended) ... ok test_dir_parent (test.test_zipfile.TestPath.test_dir_parent) ... ok test_encoding_warnings (test.test_zipfile.TestPath.test_encoding_warnings) EncodingWarning must blame the read_text and open calls. ... ok test_extract_orig_with_implied_dirs (test.test_zipfile.TestPath.test_extract_orig_with_implied_dirs) A zip file wrapped in a Path should extract even with implied dirs. ... ok test_filename (test.test_zipfile.TestPath.test_filename) ... ok test_implied_dirs_performance (test.test_zipfile.TestPath.test_implied_dirs_performance) ... ok test_inheritance (test.test_zipfile.TestPath.test_inheritance) ... ok test_is_file_missing (test.test_zipfile.TestPath.test_is_file_missing) ... ok test_iterdir_and_types (test.test_zipfile.TestPath.test_iterdir_and_types) ... ok test_iterdir_on_file (test.test_zipfile.TestPath.test_iterdir_on_file) ... ok test_joinpath (test.test_zipfile.TestPath.test_joinpath) ... ok test_joinpath_constant_time (test.test_zipfile.TestPath.test_joinpath_constant_time) Ensure joinpath on items in zipfile is linear time. ... ok test_joinpath_multiple (test.test_zipfile.TestPath.test_joinpath_multiple) ... ok test_missing_dir_parent (test.test_zipfile.TestPath.test_missing_dir_parent) ... ok test_mutability (test.test_zipfile.TestPath.test_mutability) If the underlying zipfile is changed, the Path object should ... ok test_open (test.test_zipfile.TestPath.test_open) ... ok test_open_binary_invalid_args (test.test_zipfile.TestPath.test_open_binary_invalid_args) ... ok test_open_encoding_errors (test.test_zipfile.TestPath.test_open_encoding_errors) ... ok test_open_encoding_utf16 (test.test_zipfile.TestPath.test_open_encoding_utf16) ... ok test_open_extant_directory (test.test_zipfile.TestPath.test_open_extant_directory) Attempting to open a directory raises IsADirectoryError. ... ok test_open_missing_directory (test.test_zipfile.TestPath.test_open_missing_directory) Attempting to open a missing directory raises FileNotFoundError. ... ok test_open_write (test.test_zipfile.TestPath.test_open_write) If the zipfile is open for write, it should be possible to ... ok test_parent (test.test_zipfile.TestPath.test_parent) ... ok test_pathlike_construction (test.test_zipfile.TestPath.test_pathlike_construction) zipfile.Path should be constructable from a path-like object ... ok test_read (test.test_zipfile.TestPath.test_read) ... ok test_read_does_not_close (test.test_zipfile.TestPath.test_read_does_not_close) ... ok test_root_name (test.test_zipfile.TestPath.test_root_name) The name of the root should be the name of the zipfile ... ok test_root_parent (test.test_zipfile.TestPath.test_root_parent) ... ok test_root_unnamed (test.test_zipfile.TestPath.test_root_unnamed) It is an error to attempt to get the name ... ok test_stem (test.test_zipfile.TestPath.test_stem) The final path component, without its suffix ... ok test_subclass (test.test_zipfile.TestPath.test_subclass) ... ok test_subdir_is_dir (test.test_zipfile.TestPath.test_subdir_is_dir) ... ok test_suffix (test.test_zipfile.TestPath.test_suffix) The suffix of the root should be the suffix of the zipfile. ... ok test_suffix_no_filename (test.test_zipfile.TestPath.test_suffix_no_filename) ... ok test_suffixes (test.test_zipfile.TestPath.test_suffixes) The suffix of the root should be the suffix of the zipfile. ... ok test_traverse_pathlike (test.test_zipfile.TestPath.test_traverse_pathlike) ... ok test_traverse_simplediv (test.test_zipfile.TestPath.test_traverse_simplediv) Disable the __future__.division when testing traversal. ... ok test_traverse_truediv (test.test_zipfile.TestPath.test_traverse_truediv) ... ok test_bug_6050 (test.test_zipfile.TestWithDirectory.test_bug_6050) ... ok test_create_directory_with_write (test.test_zipfile.TestWithDirectory.test_create_directory_with_write) ... ok test_extract_dir (test.test_zipfile.TestWithDirectory.test_extract_dir) ... ok test_mkdir (test.test_zipfile.TestWithDirectory.test_mkdir) ... ok test_write_dir (test.test_zipfile.TestWithDirectory.test_write_dir) ... ok test_writestr_dir (test.test_zipfile.TestWithDirectory.test_writestr_dir) ... ok test_different_file (test.test_zipfile.TestsWithMultipleOpens.test_different_file) ... ok test_interleaved (test.test_zipfile.TestsWithMultipleOpens.test_interleaved) ... ok test_many_opens (test.test_zipfile.TestsWithMultipleOpens.test_many_opens) ... ok test_read_after_close (test.test_zipfile.TestsWithMultipleOpens.test_read_after_close) ... ok test_read_after_write (test.test_zipfile.TestsWithMultipleOpens.test_read_after_write) ... ok test_same_file (test.test_zipfile.TestsWithMultipleOpens.test_same_file) ... ok test_write_after_read (test.test_zipfile.TestsWithMultipleOpens.test_write_after_read) ... ok test_write_while_reading (test.test_zipfile.TestsWithMultipleOpens.test_write_while_reading) ... ok test_open_write (test.test_zipfile.UnseekableTests.test_open_write) ... ok test_write (test.test_zipfile.UnseekableTests.test_write) ... ok test_writestr (test.test_zipfile.UnseekableTests.test_writestr) ... ok test_from_dir (test.test_zipfile.ZipInfoTests.test_from_dir) ... ok test_from_file (test.test_zipfile.ZipInfoTests.test_from_file) ... ok test_from_file_bytes (test.test_zipfile.ZipInfoTests.test_from_file_bytes) ... ok test_from_file_fileno (test.test_zipfile.ZipInfoTests.test_from_file_fileno) ... ok test_from_file_pathlike (test.test_zipfile.ZipInfoTests.test_from_file_pathlike) ... ok ---------------------------------------------------------------------- Ran 285 tests in 4.333s OK (skipped=1) 0:32:50 load avg: 0.97 [428/432/1] test_zipfile64 test_zipfile64 skipped -- test requires loads of disk-space bytes and a long time to run 0:32:51 load avg: 0.97 [429/432/1] test_zipimport -- test_zipfile64 skipped (resource denied) testBadArgs (test.test_zipimport.BadFileZipImportTestCase.testBadArgs) ... ok testEmptyFile (test.test_zipimport.BadFileZipImportTestCase.testEmptyFile) ... ok testEmptyFilename (test.test_zipimport.BadFileZipImportTestCase.testEmptyFilename) ... ok testFileUnreadable (test.test_zipimport.BadFileZipImportTestCase.testFileUnreadable) ... ok testFilenameTooLong (test.test_zipimport.BadFileZipImportTestCase.testFilenameTooLong) ... ok testNoFile (test.test_zipimport.BadFileZipImportTestCase.testNoFile) ... ok testNotZipFile (test.test_zipimport.BadFileZipImportTestCase.testNotZipFile) ... ok test2038MTime (test.test_zipimport.CompressedZipImportTestCase.test2038MTime) ... ok testAFakeZlib (test.test_zipimport.CompressedZipImportTestCase.testAFakeZlib) ... ok testBadMTime (test.test_zipimport.CompressedZipImportTestCase.testBadMTime) ... ok testBadMagic (test.test_zipimport.CompressedZipImportTestCase.testBadMagic) ... ok testBadMagic2 (test.test_zipimport.CompressedZipImportTestCase.testBadMagic2) ... ok testBeginningCruftAndComment (test.test_zipimport.CompressedZipImportTestCase.testBeginningCruftAndComment) ... ok testBoth (test.test_zipimport.CompressedZipImportTestCase.testBoth) ... ok testBytesPath (test.test_zipimport.CompressedZipImportTestCase.testBytesPath) ... ok testComment (test.test_zipimport.CompressedZipImportTestCase.testComment) ... ok testDefaultOptimizationLevel (test.test_zipimport.CompressedZipImportTestCase.testDefaultOptimizationLevel) ... ok testDoctestFile (test.test_zipimport.CompressedZipImportTestCase.testDoctestFile) ... Trying: log.append(True) Expecting nothing ok 1 items passed all tests: 1 tests in xyz.txt 1 tests in 1 items. 1 passed and 0 failed. Test passed. ok testDoctestSuite (test.test_zipimport.CompressedZipImportTestCase.testDoctestSuite) ... ok testEmptyPy (test.test_zipimport.CompressedZipImportTestCase.testEmptyPy) ... ok testGetCompiledSource (test.test_zipimport.CompressedZipImportTestCase.testGetCompiledSource) ... ok testGetData (test.test_zipimport.CompressedZipImportTestCase.testGetData) ... ok testGetSource (test.test_zipimport.CompressedZipImportTestCase.testGetSource) ... ok testImport_WithStuff (test.test_zipimport.CompressedZipImportTestCase.testImport_WithStuff) ... ok testImporterAttr (test.test_zipimport.CompressedZipImportTestCase.testImporterAttr) ... ok testInvalidateCaches (test.test_zipimport.CompressedZipImportTestCase.testInvalidateCaches) ... ok testLargestPossibleComment (test.test_zipimport.CompressedZipImportTestCase.testLargestPossibleComment) ... ok testMixedNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testMixedNamespacePackage) ... ok testNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testNamespacePackage) ... ok testPackage (test.test_zipimport.CompressedZipImportTestCase.testPackage) ... ok testPy (test.test_zipimport.CompressedZipImportTestCase.testPy) ... ok testPyc (test.test_zipimport.CompressedZipImportTestCase.testPyc) ... ok testSubNamespacePackage (test.test_zipimport.CompressedZipImportTestCase.testSubNamespacePackage) ... ok testSubPackage (test.test_zipimport.CompressedZipImportTestCase.testSubPackage) ... ok testTraceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok testUncheckedHashBasedPyc (test.test_zipimport.CompressedZipImportTestCase.testUncheckedHashBasedPyc) ... ok testUnencodable (test.test_zipimport.CompressedZipImportTestCase.testUnencodable) ... ok testZipImporterMethods (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethods) ... ok testZipImporterMethodsInSubDirectory (test.test_zipimport.CompressedZipImportTestCase.testZipImporterMethodsInSubDirectory) ... ok test_checked_hash_based_change_pyc (test.test_zipimport.CompressedZipImportTestCase.test_checked_hash_based_change_pyc) ... ok test2038MTime (test.test_zipimport.UncompressedZipImportTestCase.test2038MTime) ... ok testAFakeZlib (test.test_zipimport.UncompressedZipImportTestCase.testAFakeZlib) ... ok testBadMTime (test.test_zipimport.UncompressedZipImportTestCase.testBadMTime) ... ok testBadMagic (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic) ... ok testBadMagic2 (test.test_zipimport.UncompressedZipImportTestCase.testBadMagic2) ... ok testBeginningCruftAndComment (test.test_zipimport.UncompressedZipImportTestCase.testBeginningCruftAndComment) ... ok testBoth (test.test_zipimport.UncompressedZipImportTestCase.testBoth) ... ok testBytesPath (test.test_zipimport.UncompressedZipImportTestCase.testBytesPath) ... ok testComment (test.test_zipimport.UncompressedZipImportTestCase.testComment) ... ok testDefaultOptimizationLevel (test.test_zipimport.UncompressedZipImportTestCase.testDefaultOptimizationLevel) ... ok testDoctestFile (test.test_zipimport.UncompressedZipImportTestCase.testDoctestFile) ... Trying: log.append(True) Expecting nothing ok 1 items passed all tests: 1 tests in xyz.txt 1 tests in 1 items. 1 passed and 0 failed. Test passed. ok testDoctestSuite (test.test_zipimport.UncompressedZipImportTestCase.testDoctestSuite) ... ok testEmptyPy (test.test_zipimport.UncompressedZipImportTestCase.testEmptyPy) ... ok testGetCompiledSource (test.test_zipimport.UncompressedZipImportTestCase.testGetCompiledSource) ... ok testGetData (test.test_zipimport.UncompressedZipImportTestCase.testGetData) ... ok testGetSource (test.test_zipimport.UncompressedZipImportTestCase.testGetSource) ... ok testImport_WithStuff (test.test_zipimport.UncompressedZipImportTestCase.testImport_WithStuff) ... ok testImporterAttr (test.test_zipimport.UncompressedZipImportTestCase.testImporterAttr) ... ok testInvalidateCaches (test.test_zipimport.UncompressedZipImportTestCase.testInvalidateCaches) ... ok testLargestPossibleComment (test.test_zipimport.UncompressedZipImportTestCase.testLargestPossibleComment) ... ok testMixedNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testMixedNamespacePackage) ... ok testNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testNamespacePackage) ... ok testPackage (test.test_zipimport.UncompressedZipImportTestCase.testPackage) ... ok testPy (test.test_zipimport.UncompressedZipImportTestCase.testPy) ... ok testPyc (test.test_zipimport.UncompressedZipImportTestCase.testPyc) ... ok testSubNamespacePackage (test.test_zipimport.UncompressedZipImportTestCase.testSubNamespacePackage) ... ok testSubPackage (test.test_zipimport.UncompressedZipImportTestCase.testSubPackage) ... ok testTraceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... ok testUncheckedHashBasedPyc (test.test_zipimport.UncompressedZipImportTestCase.testUncheckedHashBasedPyc) ... ok testUnencodable (test.test_zipimport.UncompressedZipImportTestCase.testUnencodable) ... ok testZipImporterMethods (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethods) ... ok testZipImporterMethodsInSubDirectory (test.test_zipimport.UncompressedZipImportTestCase.testZipImporterMethodsInSubDirectory) ... ok test_checked_hash_based_change_pyc (test.test_zipimport.UncompressedZipImportTestCase.test_checked_hash_based_change_pyc) ... ok ---------------------------------------------------------------------- Ran 73 tests in 0.047s OK 0:32:52 load avg: 0.97 [430/432/1] test_zipimport_support test_doctest_issue4197 (test.test_zipimport_support.ZipSupportTests.test_doctest_issue4197) ... Contents of '/tmp/tmpbyt79n3z/test_zip.zip': File Name Modified Size test_zipped_doctest.py 2023-08-28 16:23:26 103815 sample_zipped_doctest.py 2023-08-28 16:23:26 1045 sample_zipped_doctest_no_doctests.py 2023-08-28 16:23:26 269 sample_zipped_doctest_no_docstrings.py 2023-08-28 16:23:26 227 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: 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: 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) ... 39 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: 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 doctest (test_zipped_doctest) ... 6 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.exceptions Trying: def f(x): ''' >>> x = 12 >>> print(x//0) Traceback (most recent call last): ZeroDivisionError: integer division or modulo 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: integer division or modulo 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: integer division or modulo 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: integer division or modulo by zero TestResults(failed=1, attempted=1) ok doctest (test_zipped_doctest) ... 39 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.option_directives 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 doctest (test_zipped_doctest) ... 33 tests with zero failures Finding tests in test_zipped_doctest.test_DocTestRunner.optionflags 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\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 b Got: a b TestResults(failed=1, attempted=1) ok Trying: def f(x): '>>> 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 2, 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 doctest (test_zipped_doctest) ... 65 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: 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: > (1)() (Pdb) next 12 --Return-- > (1)()->None (Pdb) print(x) 12 (Pdb) continue ok doctest (test_zipped_doctest) ... 4 tests with zero failures Finding tests in test_zipped_doctest.test_testsource Trying: import test_zipped_doctest Expecting nothing ok Trying: name = 'test_zipped_doctest.sample_func' Expecting nothing ok Trying: print(doctest.testsource(test_zipped_doctest, name)) Expecting: # Blah blah # print(sample_func(22)) # Expected: ## 44 # # Yee ha! ok Trying: name = 'test_zipped_doctest.SampleNewStyleClass' Expecting nothing ok Trying: print(doctest.testsource(test_zipped_doctest, name)) Expecting: print('1\n2\n3') # Expected: ## 1 ## 2 ## 3 ok Trying: name = 'test_zipped_doctest.SampleClass.a_classmethod' Expecting nothing ok Trying: print(doctest.testsource(test_zipped_doctest, name)) Expecting: print(SampleClass.a_classmethod(10)) # Expected: ## 12 print(SampleClass(0).a_classmethod(10)) # Expected: ## 12 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: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest_no_doctests') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest_no_docstrings') Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = sample_zipped_doctest.test_suite() Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: 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: 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: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', globs={}) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', extraglobs={'y': 1}) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: suite = doctest.DocTestSuite('sample_zipped_doctest', optionflags=doctest.DONT_ACCEPT_BLANKLINE) Expecting nothing ok Trying: suite.run(unittest.TestResult()) Expecting: ok Trying: def setUp(t): import test_zipped_doctest test_zipped_doctest.sillySetup = True Expecting nothing ok Trying: def tearDown(t): import test_zipped_doctest del test_zipped_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: ok Trying: import test_zipped_doctest Expecting nothing ok Trying: test_zipped_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: ok doctest (test_zipped_doctest) ... 33 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 "/tmp/tmpzzb3hrnd/script.py", line 2, in __main__.Test Got stdout: b'**********************************************************************\nFile "/tmp/tmpzzb3hrnd/script.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n' Expected line File "/tmp/tmpzzb3hrnd/test_zip.zip/__main__.py", line 2, in __main__.Test Got stdout: b'**********************************************************************\nFile "/tmp/tmpzzb3hrnd/test_zip.zip/__main__.py", line 2, in __main__.Test\nFailed example:\n \'line 2\'\nExpected nothing\nGot:\n \'line 2\'\n**********************************************************************\n1 items had failures:\n 1 of 1 in __main__.Test\n***Test Failed*** 1 failures.\n' ok test_inspect_getsource_issue4223 (test.test_zipimport_support.ZipSupportTests.test_inspect_getsource_issue4223) ... ok test_pdb_issue4201 (test.test_zipimport_support.ZipSupportTests.test_pdb_issue4201) ... ok ---------------------------------------------------------------------- Ran 4 tests in 0.181s OK 0:32:53 load avg: 1.05 [431/432/1] test_zlib test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase.test_big_buffer) ... skipped 'not enough memory: 4.0G minimum needed' test_adler32empty (test.test_zlib.ChecksumTestCase.test_adler32empty) ... ok test_adler32start (test.test_zlib.ChecksumTestCase.test_adler32start) ... ok test_crc32_adler32_unsigned (test.test_zlib.ChecksumTestCase.test_crc32_adler32_unsigned) ... ok test_crc32empty (test.test_zlib.ChecksumTestCase.test_crc32empty) ... ok test_crc32start (test.test_zlib.ChecksumTestCase.test_crc32start) ... ok test_penguins (test.test_zlib.ChecksumTestCase.test_penguins) ... ok test_same_as_binascii_crc32 (test.test_zlib.ChecksumTestCase.test_same_as_binascii_crc32) ... ok test_64bit_compress (test.test_zlib.CompressObjectTestCase.test_64bit_compress) ... ok test_badcompresscopy (test.test_zlib.CompressObjectTestCase.test_badcompresscopy) ... ok test_baddecompresscopy (test.test_zlib.CompressObjectTestCase.test_baddecompresscopy) ... ok test_big_compress_buffer (test.test_zlib.CompressObjectTestCase.test_big_compress_buffer) ... ok test_big_decompress_buffer (test.test_zlib.CompressObjectTestCase.test_big_decompress_buffer) ... ok test_clear_unconsumed_tail (test.test_zlib.CompressObjectTestCase.test_clear_unconsumed_tail) ... ok test_compresscopy (test.test_zlib.CompressObjectTestCase.test_compresscopy) ... ok test_compressincremental (test.test_zlib.CompressObjectTestCase.test_compressincremental) ... ok test_compressoptions (test.test_zlib.CompressObjectTestCase.test_compressoptions) ... ok test_compresspickle (test.test_zlib.CompressObjectTestCase.test_compresspickle) ... ok test_decompimax (test.test_zlib.CompressObjectTestCase.test_decompimax) ... ok test_decompinc (test.test_zlib.CompressObjectTestCase.test_decompinc) ... ok test_decompincflush (test.test_zlib.CompressObjectTestCase.test_decompincflush) ... ok test_decompress_eof (test.test_zlib.CompressObjectTestCase.test_decompress_eof) ... ok test_decompress_eof_incomplete_stream (test.test_zlib.CompressObjectTestCase.test_decompress_eof_incomplete_stream) ... ok test_decompress_incomplete_stream (test.test_zlib.CompressObjectTestCase.test_decompress_incomplete_stream) ... ok test_decompress_raw_with_dictionary (test.test_zlib.CompressObjectTestCase.test_decompress_raw_with_dictionary) ... ok test_decompress_unused_data (test.test_zlib.CompressObjectTestCase.test_decompress_unused_data) ... ok test_decompresscopy (test.test_zlib.CompressObjectTestCase.test_decompresscopy) ... ok test_decompressmaxlen (test.test_zlib.CompressObjectTestCase.test_decompressmaxlen) ... ok test_decompressmaxlenflush (test.test_zlib.CompressObjectTestCase.test_decompressmaxlenflush) ... ok test_decompresspickle (test.test_zlib.CompressObjectTestCase.test_decompresspickle) ... ok test_dictionary (test.test_zlib.CompressObjectTestCase.test_dictionary) ... ok test_dictionary_streaming (test.test_zlib.CompressObjectTestCase.test_dictionary_streaming) ... ok test_empty_flush (test.test_zlib.CompressObjectTestCase.test_empty_flush) ... ok test_flush_custom_length (test.test_zlib.CompressObjectTestCase.test_flush_custom_length) ... ok test_flush_large_length (test.test_zlib.CompressObjectTestCase.test_flush_large_length) ... ok test_flush_with_freed_input (test.test_zlib.CompressObjectTestCase.test_flush_with_freed_input) ... ok test_flushes (test.test_zlib.CompressObjectTestCase.test_flushes) ... ok test_keywords (test.test_zlib.CompressObjectTestCase.test_keywords) ... ok test_large_unconsumed_tail (test.test_zlib.CompressObjectTestCase.test_large_unconsumed_tail) ... ok test_large_unused_data (test.test_zlib.CompressObjectTestCase.test_large_unused_data) ... ok test_maxlen_custom (test.test_zlib.CompressObjectTestCase.test_maxlen_custom) ... ok test_maxlen_large (test.test_zlib.CompressObjectTestCase.test_maxlen_large) ... ok test_maxlenmisc (test.test_zlib.CompressObjectTestCase.test_maxlenmisc) ... ok test_odd_flush (test.test_zlib.CompressObjectTestCase.test_odd_flush) ... ok test_pair (test.test_zlib.CompressObjectTestCase.test_pair) ... ok test_wbits (test.test_zlib.CompressObjectTestCase.test_wbits) ... ok test_64bit_compress (test.test_zlib.CompressTestCase.test_64bit_compress) ... ok test_big_compress_buffer (test.test_zlib.CompressTestCase.test_big_compress_buffer) ... ok test_big_decompress_buffer (test.test_zlib.CompressTestCase.test_big_decompress_buffer) ... ok test_custom_bufsize (test.test_zlib.CompressTestCase.test_custom_bufsize) ... ok test_incomplete_stream (test.test_zlib.CompressTestCase.test_incomplete_stream) ... ok test_keywords (test.test_zlib.CompressTestCase.test_keywords) ... ok test_large_bufsize (test.test_zlib.CompressTestCase.test_large_bufsize) ... ok test_speech (test.test_zlib.CompressTestCase.test_speech) ... ok test_speech128 (test.test_zlib.CompressTestCase.test_speech128) ... ok test_badargs (test.test_zlib.ExceptionTestCase.test_badargs) ... ok test_badcompressobj (test.test_zlib.ExceptionTestCase.test_badcompressobj) ... ok test_baddecompressobj (test.test_zlib.ExceptionTestCase.test_baddecompressobj) ... ok test_badlevel (test.test_zlib.ExceptionTestCase.test_badlevel) ... ok test_decompressobj_badflush (test.test_zlib.ExceptionTestCase.test_decompressobj_badflush) ... ok test_disallow_instantiation (test.test_zlib.ExceptionTestCase.test_disallow_instantiation) ... ok test_overflow (test.test_zlib.ExceptionTestCase.test_overflow) ... ok test_library_version (test.test_zlib.VersionTestCase.test_library_version) ... ok ---------------------------------------------------------------------- Ran 63 tests in 0.481s OK (skipped=1) 0:32:54 load avg: 1.05 [432/432/1] test_zoneinfo test_clear_cache (test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_clear_cache) ... ok test_from_file (test.test_zoneinfo.test_zoneinfo.CCallingConventionTest.test_from_file) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_keys_paths) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_bad_zones (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_bad_zones) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_and_gaps) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_folds_from_utc) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_fromutc_errors) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_key_attribute (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_key_attribute) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_repr (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_repr) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_str (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_str) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_fixed_offset) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_time_variable_offset) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_unambiguous (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_unambiguous) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_utc (test.test_zoneinfo.test_zoneinfo.CTZDataTests.test_utc) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_invalid_tzstr (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_invalid_tzstr) ... ok test_tzstr_from_utc (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_from_utc) ... ok test_tzstr_localized (test.test_zoneinfo.test_zoneinfo.CTZStrTest.test_tzstr_localized) ... ok test_available_timezones (test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones) ... ok test_available_timezones_weirdzone (test.test_zoneinfo.test_zoneinfo.CTestModule.test_available_timezones_weirdzone) ... ok test_dir_contains_all (test.test_zoneinfo.test_zoneinfo.CTestModule.test_dir_contains_all) dir(self.module) should at least contain everything in __all__. ... ok test_dir_unique (test.test_zoneinfo.test_zoneinfo.CTestModule.test_dir_unique) Test that there are no duplicates in dir(self.module) ... ok test_exclude_posixrules (test.test_zoneinfo.test_zoneinfo.CTestModule.test_exclude_posixrules) ... ok test_folder_exclusions (test.test_zoneinfo.test_zoneinfo.CTestModule.test_folder_exclusions) ... ok test_getattr_error (test.test_zoneinfo.test_zoneinfo.CTestModule.test_getattr_error) ... ok test_env_variable (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable) Tests that the environment variable works with reset_tzpath. ... ok test_env_variable_relative_paths (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_env_variable_relative_paths) ... ok test_reset_tzpath_kwarg (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_kwarg) ... ok test_reset_tzpath_relative_paths (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_reset_tzpath_relative_paths) ... ok test_tzpath_attribute (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_attribute) ... ok test_tzpath_type_error (test.test_zoneinfo.test_zoneinfo.CTzPathTest.test_tzpath_type_error) ... ok test_empty_zone (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_empty_zone) ... ok test_fixed_offset_phantom_transition (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_fixed_offset_phantom_transition) ... ok test_no_tz_str (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_no_tz_str) ... ok test_one_transition (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_transition) ... ok test_one_zone_dst (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_one_zone_dst) ... ok test_tz_before_only (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_tz_before_only) ... ok test_zone_very_large_timestamp (test.test_zoneinfo.test_zoneinfo.CWeirdZoneTest.test_zone_very_large_timestamp) Test when a transition is in the far past or future. ... ok test_cache_reset_tzpath (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_cache_reset_tzpath) Test that the cache persists when tzpath has been changed. ... ok test_clear_cache_explicit_none (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_explicit_none) ... ok test_clear_cache_one_key (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_one_key) Tests that you can clear a single key from the cache. ... ok test_clear_cache_two_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_clear_cache_two_keys) ... ok test_ephemeral_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_ephemeral_zones) ... ok test_no_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_no_cache) ... ok test_strong_refs (test.test_zoneinfo.test_zoneinfo.CZoneInfoCacheTest.test_strong_refs) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys) ... ok test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_keys_paths) ... ok test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_bad_zones) ... ok test_fold_mutate (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fold_mutate) Test that fold isn't mutated when no change is necessary. ... ok test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_and_gaps) ... ok test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_folds_from_utc) ... ok test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_fromutc_errors) ... ok test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_key_attribute) ... ok test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_repr) ... ok test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_str) ... ok test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_fixed_offset) ... ok test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_time_variable_offset) ... ok test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_unambiguous) ... ok test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoDatetimeSubclassTest.test_utc) ... ok test_cache_hit (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_hit) ... ok test_cache_miss (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_cache_miss) ... ok test_from_file (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_from_file) ... ok test_no_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_no_cache) ... ok test_pickle_after_from_file (test.test_zoneinfo.test_zoneinfo.CZoneInfoPickleTest.test_pickle_after_from_file) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys) ... ok test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_keys_paths) ... ok test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_bad_zones) ... ok test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_and_gaps) ... ok test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_folds_from_utc) ... ok test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_fromutc_errors) ... ok test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_key_attribute) ... ok test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_repr) ... ok test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_str) ... ok test_subclass_own_cache (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_subclass_own_cache) ... ok test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_fixed_offset) ... ok test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_time_variable_offset) ... ok test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_unambiguous) ... ok test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoSubclassTest.test_utc) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys) ... ok test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_keys_paths) ... ok test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_bad_zones) ... ok test_fold_mutate (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fold_mutate) Test that fold isn't mutated when no change is necessary. ... ok test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_and_gaps) ... ok test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_folds_from_utc) ... ok test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_fromutc_errors) ... ok test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_key_attribute) ... ok test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_repr) ... ok test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_str) ... ok test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_fixed_offset) ... ok test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_time_variable_offset) ... ok test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_unambiguous) ... ok test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoTest.test_utc) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys) ... ok test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_keys_paths) ... ok test_bad_zones (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_bad_zones) ... ok test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_and_gaps) ... ok test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_folds_from_utc) ... ok test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_fromutc_errors) ... ok test_key_attribute (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_key_attribute) ... ok test_repr (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_repr) ... ok test_str (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_str) ... ok test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_fixed_offset) ... ok test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_time_variable_offset) ... ok test_unambiguous (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_unambiguous) ... ok test_utc (test.test_zoneinfo.test_zoneinfo.CZoneInfoV1Test.test_utc) ... ok test_clear_cache (test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_clear_cache) ... ok test_from_file (test.test_zoneinfo.test_zoneinfo.CallingConventionTest.test_from_file) ... ok test_cache_location (test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_cache_location) ... ok test_gc_tracked (test.test_zoneinfo.test_zoneinfo.ExtensionBuiltTest.test_gc_tracked) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_keys_paths) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_bad_zones (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_bad_zones) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_and_gaps) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_folds_from_utc) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_fromutc_errors) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_key_attribute (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_key_attribute) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_repr (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_repr) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_str (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_str) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_fixed_offset) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_time_variable_offset) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_unambiguous (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_unambiguous) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_utc (test.test_zoneinfo.test_zoneinfo.TZDataTests.test_utc) ... skipped 'Skipping tzdata-specific tests: tzdata not installed' test_invalid_tzstr (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_invalid_tzstr) ... ok test_tzstr_from_utc (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_from_utc) ... ok test_tzstr_localized (test.test_zoneinfo.test_zoneinfo.TZStrTest.test_tzstr_localized) ... ok test_available_timezones (test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones) ... ok test_available_timezones_weirdzone (test.test_zoneinfo.test_zoneinfo.TestModule.test_available_timezones_weirdzone) ... ok test_dir_contains_all (test.test_zoneinfo.test_zoneinfo.TestModule.test_dir_contains_all) dir(self.module) should at least contain everything in __all__. ... ok test_dir_unique (test.test_zoneinfo.test_zoneinfo.TestModule.test_dir_unique) Test that there are no duplicates in dir(self.module) ... ok test_exclude_posixrules (test.test_zoneinfo.test_zoneinfo.TestModule.test_exclude_posixrules) ... ok test_folder_exclusions (test.test_zoneinfo.test_zoneinfo.TestModule.test_folder_exclusions) ... ok test_getattr_error (test.test_zoneinfo.test_zoneinfo.TestModule.test_getattr_error) ... ok test_env_variable (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable) Tests that the environment variable works with reset_tzpath. ... ok test_env_variable_relative_paths (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_env_variable_relative_paths) ... ok test_reset_tzpath_kwarg (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_kwarg) ... ok test_reset_tzpath_relative_paths (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_reset_tzpath_relative_paths) ... ok test_tzpath_attribute (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_attribute) ... ok test_tzpath_type_error (test.test_zoneinfo.test_zoneinfo.TzPathTest.test_tzpath_type_error) ... ok test_empty_zone (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_empty_zone) ... ok test_fixed_offset_phantom_transition (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_fixed_offset_phantom_transition) ... ok test_no_tz_str (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_no_tz_str) ... ok test_one_transition (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_transition) ... ok test_one_zone_dst (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_one_zone_dst) ... ok test_tz_before_only (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_tz_before_only) ... ok test_zone_very_large_timestamp (test.test_zoneinfo.test_zoneinfo.WeirdZoneTest.test_zone_very_large_timestamp) Test when a transition is in the far past or future. ... ok test_cache_reset_tzpath (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_cache_reset_tzpath) Test that the cache persists when tzpath has been changed. ... ok test_clear_cache_explicit_none (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_explicit_none) ... ok test_clear_cache_one_key (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_one_key) Tests that you can clear a single key from the cache. ... ok test_clear_cache_two_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_clear_cache_two_keys) ... ok test_ephemeral_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_ephemeral_zones) ... ok test_no_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_no_cache) ... ok test_strong_refs (test.test_zoneinfo.test_zoneinfo.ZoneInfoCacheTest.test_strong_refs) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys) ... ok test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_keys_paths) ... ok test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_bad_zones) ... ok test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_and_gaps) ... ok test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_folds_from_utc) ... ok test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_fromutc_errors) ... ok test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_key_attribute) ... ok test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_repr) ... ok test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_str) ... ok test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_fixed_offset) ... ok test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_time_variable_offset) ... ok test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_unambiguous) ... ok test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoDatetimeSubclassTest.test_utc) ... ok test_cache_hit (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_hit) ... ok test_cache_miss (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_cache_miss) ... ok test_from_file (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_from_file) ... ok test_no_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_no_cache) ... ok test_pickle_after_from_file (test.test_zoneinfo.test_zoneinfo.ZoneInfoPickleTest.test_pickle_after_from_file) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys) ... ok test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_keys_paths) ... ok test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_bad_zones) ... ok test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_and_gaps) ... ok test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_folds_from_utc) ... ok test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_fromutc_errors) ... ok test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_key_attribute) ... ok test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_repr) ... ok test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_str) ... ok test_subclass_own_cache (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_subclass_own_cache) ... ok test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_fixed_offset) ... ok test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_time_variable_offset) ... ok test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_unambiguous) ... ok test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoSubclassTest.test_utc) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys) ... ok test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_keys_paths) ... ok test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_bad_zones) ... ok test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_and_gaps) ... ok test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_folds_from_utc) ... ok test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_fromutc_errors) ... ok test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_key_attribute) ... ok test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_repr) ... ok test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_str) ... ok test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_fixed_offset) ... ok test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_time_variable_offset) ... ok test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_unambiguous) ... ok test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoTest.test_utc) ... ok test_bad_keys (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys) ... ok test_bad_keys_paths (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_keys_paths) ... ok test_bad_zones (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_bad_zones) ... ok test_folds_and_gaps (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_and_gaps) ... ok test_folds_from_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_folds_from_utc) ... ok test_fromutc_errors (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_fromutc_errors) ... ok test_key_attribute (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_key_attribute) ... ok test_repr (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_repr) ... ok test_str (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_str) ... ok test_time_fixed_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_fixed_offset) ... ok test_time_variable_offset (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_time_variable_offset) ... ok test_unambiguous (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_unambiguous) ... ok test_utc (test.test_zoneinfo.test_zoneinfo.ZoneInfoV1Test.test_utc) ... ok ---------------------------------------------------------------------- Ran 210 tests in 0.149s OK (skipped=26) == Tests result: FAILURE == 421 tests OK. 1 test failed: test___all__ 10 tests skipped: test_devpoll test_gdb test_kqueue test_launcher test_msilib test_startfile test_winconsoleio test_winreg test_winsound test_zipfile64 Total duration: 32 min 55 sec Tests result: FAILURE ==> ERROR:(B A failure occurred in check().(B  Aborting...(B